Skip to content

[CM-1266] Add dependency section #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
// For UI layout support, contrast ratio calculations.
.package(url: "https://github.com/yml-org/YCoreUI.git", from: "1.5.0"),
// For Typography support
.package(url: "https://github.com/yml-org/YMatterType.git", from: "1.4.0")
.package(url: "https://github.com/yml-org/YMatterType.git", from: "1.6.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ A stepper created this way begins with the default appearance, but you can custo
/// Stepper's layout properties such as spacing between views. Default is `.default`.
public var layout: Layout
/// Whether to show delete image or not
var showDeleteImage: Bool
public var showDeleteImage: Bool
}
```

Expand Down Expand Up @@ -241,6 +241,11 @@ In `layout` there is a `shape` property that help decide the shape of `StepperCo
}
```

Dependencies
----------

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).

Installation
----------

Expand Down