Skip to content

Commit 13e17c3

Browse files
SahilSainiYMLMark Pospesel
andauthored
[CM-1266] Add dependency section (#13)
* [ISSUE] added dependency section [UPDATE] made showDeleteImage public * Update dependencies --------- Co-authored-by: Mark Pospesel <mark.pospesel@ymedialabs.com>
1 parent 904cee9 commit 13e17c3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
// For UI layout support, contrast ratio calculations.
2020
.package(url: "https://github.com/yml-org/YCoreUI.git", from: "1.5.0"),
2121
// For Typography support
22-
.package(url: "https://github.com/yml-org/YMatterType.git", from: "1.4.0")
22+
.package(url: "https://github.com/yml-org/YMatterType.git", from: "1.6.0")
2323
],
2424
targets: [
2525
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ A stepper created this way begins with the default appearance, but you can custo
7171
/// Stepper's layout properties such as spacing between views. Default is `.default`.
7272
public var layout: Layout
7373
/// Whether to show delete image or not
74-
var showDeleteImage: Bool
74+
public var showDeleteImage: Bool
7575
}
7676
```
7777

@@ -241,6 +241,11 @@ In `layout` there is a `shape` property that help decide the shape of `StepperCo
241241
}
242242
```
243243

244+
Dependencies
245+
----------
246+
247+
Y—Stepper depends upon our [Y—CoreUI](https://github.com/yml-org/ycoreui) and [Y—MatterType](https://github.com/yml-org/ymattertype) frameworks (both also open source and Apache 2.0 licensed).
248+
244249
Installation
245250
----------
246251

0 commit comments

Comments
 (0)