diff --git a/Backpack-SwiftUI/Color/Classes/Generated/BPKDynamicColors.swift b/Backpack-SwiftUI/Color/Classes/Generated/BPKDynamicColors.swift index 84e4731cb..231c331e5 100644 --- a/Backpack-SwiftUI/Color/Classes/Generated/BPKDynamicColors.swift +++ b/Backpack-SwiftUI/Color/Classes/Generated/BPKDynamicColors.swift @@ -112,7 +112,7 @@ public extension BPKColor { /// The `surfaceLowContrastColor` dynamic color from the Backpack palette. - static let surfaceLowContrastColor = BPKColor(red: 0.937, green: 0.953, blue: 0.973, alpha: 1) + static let surfaceLowContrastColor = BPKColor(red: 0.969, green: 0.976, blue: 0.984, alpha: 1) .darkVariant(BPKColor(red: 0.141, green: 0.200, blue: 0.275, alpha: 1)) /// The `surfaceSubtleColor` dynamic color from the Backpack palette. diff --git a/Backpack/Color/Classes/Generated/BPKColor.h b/Backpack/Color/Classes/Generated/BPKColor.h index 553463fb5..efd12ac4c 100644 --- a/Backpack/Color/Classes/Generated/BPKColor.h +++ b/Backpack/Color/Classes/Generated/BPKColor.h @@ -653,7 +653,7 @@ NS_ASSUME_NONNULL_BEGIN /** * The `surfaceLowContrastColor` dynamic color from the Backpack palette. * - *
+ * */ @property(nonatomic, class, readonly) UIColor * surfaceLowContrastColor; diff --git a/Backpack/Color/Classes/Generated/BPKColor.m b/Backpack/Color/Classes/Generated/BPKColor.m index 3b70cb12c..26f9304c1 100644 --- a/Backpack/Color/Classes/Generated/BPKColor.m +++ b/Backpack/Color/Classes/Generated/BPKColor.m @@ -392,7 +392,7 @@ + (UIColor *)surfaceElevatedColor { } + (UIColor *)surfaceLowContrastColor { - return [[self class] dynamicColorWithLightVariant:[UIColor colorWithRed:0.937 green:0.953 blue:0.973 alpha:1] + return [[self class] dynamicColorWithLightVariant:[UIColor colorWithRed:0.969 green:0.976 blue:0.984 alpha:1] darkVariant:[UIColor colorWithRed:0.141 green:0.200 blue:0.275 alpha:1]]; } diff --git a/Backpack/Color/Classes/Generated/UIColor+Backpack.h b/Backpack/Color/Classes/Generated/UIColor+Backpack.h index 9004776b7..e6dd2c546 100644 --- a/Backpack/Color/Classes/Generated/UIColor+Backpack.h +++ b/Backpack/Color/Classes/Generated/UIColor+Backpack.h @@ -651,7 +651,7 @@ NS_ASSUME_NONNULL_BEGIN /** * The `surfaceLowContrastColor` dynamic color from the Backpack palette. * - * + * */ @property(nonatomic, class, readonly) UIColor * bpk_surfaceLowContrastColor; diff --git a/package-lock.json b/package-lock.json index 94ad46080..6fd93905b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.15.5", "@babel/eslint-parser": "^7.22.9", "@babel/preset-env": "^7.15.6", - "@skyscanner/bpk-foundations-ios": "^6.12.0", + "@skyscanner/bpk-foundations-ios": "^6.14.0", "@skyscanner/bpk-svgs": "^20.0.0", "danger": "^12.0.1", "eslint_d": "^14.0.1", @@ -1987,21 +1987,23 @@ } }, "node_modules/@skyscanner/bpk-foundations-common": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/@skyscanner/bpk-foundations-common/-/bpk-foundations-common-6.13.0.tgz", - "integrity": "sha512-+xjytyCEuyGQ2nB1ZElxmNaJwdYbP4kBBLmWGe6IRAFFkmCGtZwCzulfASTabX4KWxwo+he2E+CXCG5umMaFFg==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/@skyscanner/bpk-foundations-common/-/bpk-foundations-common-6.14.0.tgz", + "integrity": "sha512-QdPyJpGbSIFU9zstudhJFK86eBp9QcplMBxx/izqVZuK+aeVh73scZeyiXcm8KDwGnlJ65dv1whk/nWuQm12TQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "color": "^4.2.3" } }, "node_modules/@skyscanner/bpk-foundations-ios": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/@skyscanner/bpk-foundations-ios/-/bpk-foundations-ios-6.13.0.tgz", - "integrity": "sha512-F1hjeBGmZRJctkmsA15KjZ0HcjbBpg+CRsatJqfsisBZGMfmXU08cJ3EKL6hl066o+SuULZvDgziaOs1sQgVDA==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/@skyscanner/bpk-foundations-ios/-/bpk-foundations-ios-6.14.0.tgz", + "integrity": "sha512-2dvaNtj2ktNbYRstjoKNJ+3bgm5DfXgflxB6wWMzeAJusszYWUI+jClol+mqHqEZJu/2gH/j3lR8b4LdhBUgzA==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@skyscanner/bpk-foundations-common": "^6.13.0", + "@skyscanner/bpk-foundations-common": "^6.14.0", "color": "^4.2.3" } }, @@ -2940,6 +2942,7 @@ "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1", "color-string": "^1.9.0" @@ -2968,6 +2971,7 @@ "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "^1.0.0", "simple-swizzle": "^0.2.2" @@ -2978,6 +2982,7 @@ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -2989,7 +2994,8 @@ "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/colorette": { "version": "2.0.20", @@ -5527,7 +5533,8 @@ "version": "0.3.2", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-async-function": { "version": "2.0.0", @@ -7854,6 +7861,7 @@ "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", "dev": true, + "license": "MIT", "dependencies": { "is-arrayish": "^0.3.1" } diff --git a/package.json b/package.json index 874ba0ba1..1feebf8f6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.6", - "@skyscanner/bpk-foundations-ios": "^6.12.0", + "@skyscanner/bpk-foundations-ios": "^6.14.0", "@skyscanner/bpk-svgs": "^20.0.0", "@babel/eslint-parser": "^7.22.9", "danger": "^12.0.1",