Skip to content

Commit 4a26098

Browse files
committed
Updated tokens
1 parent fd60e2e commit 4a26098

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sirio-kit-iOS is a library containing the iOS implementation of the Sirio design
1111
## Usage
1212
1. Add the following to your Package.swift:
1313
```swift
14-
.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "7.0.0"))
14+
.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "7.0.1"))
1515
```
1616
2. Declare `import SirioKitIOS` to use the components where you want to use them.
1717

Sources/SirioKitIOS/Style/StyleDictionaryBoxShadow.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Thu, 07 Sep 2023 13:34:37 GMT
7+
// Generated on Tue, 10 Oct 2023 09:12:09 GMT
88

99

1010
import UIKit
1111

1212
public enum StyleDictionaryBoxShadow {
13-
public static let elevation01 = (UIColor(red:0.89, green:0.90, blue:0.91, alpha:0.70), 0, 0, 16)
14-
public static let elevation02 = (UIColor(red:0.89, green:0.90, blue:0.91, alpha:0.70), 0, 0, 24)
15-
public static let elevation03 = (UIColor(red:0.89, green:0.90, blue:0.91, alpha:0.70), 0, 0, 32)
16-
public static let elevation04 = (UIColor(red:0.89, green:0.90, blue:0.91, alpha:0.70), 0, 0, 40)
13+
public static let elevation01 = (UIColor(red:0.89, green:0.90, blue:0.91, alpha:1.00), 0, 0, 16)
14+
public static let elevation02 = (UIColor(red:0.89, green:0.90, blue:0.91, alpha:1.00), 0, 0, 24)
15+
public static let elevation03 = (UIColor(red:0.89, green:0.90, blue:0.91, alpha:1.00), 0, 0, 32)
16+
public static let elevation04 = (UIColor(red:0.89, green:0.90, blue:0.91, alpha:1.00), 0, 0, 40)
1717
}

Sources/SirioKitIOS/Style/StyleDictionaryColor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Thu, 07 Sep 2023 13:34:37 GMT
7+
// Generated on Tue, 10 Oct 2023 09:12:09 GMT
88

99

1010
import UIKit

Sources/SirioKitIOS/Style/StyleDictionarySize.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Thu, 07 Sep 2023 13:34:37 GMT
7+
// Generated on Tue, 10 Oct 2023 09:12:09 GMT
88

99

1010
import UIKit

Sources/SirioKitIOS/Style/StyleDictionaryTypography.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Thu, 07 Sep 2023 13:34:37 GMT
7+
// Generated on Tue, 10 Oct 2023 09:12:09 GMT
88

99

1010
import UIKit

0 commit comments

Comments
 (0)