@skyscanner/bpk-foundations-common 3.2.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/base/colors/button.json +1 -2
- package/package.json +2 -2
- package/.DS_Store +0 -0
package/base/colors/button.json
CHANGED
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"value": "#243346"
|
|
127
127
|
},
|
|
128
128
|
"PRIVATE_BUTTON_DESTRUCTIVE_NORMAL_FOREGROUND_DAY": {
|
|
129
|
-
"value": "#
|
|
129
|
+
"value": "#C80456"
|
|
130
130
|
},
|
|
131
131
|
"PRIVATE_BUTTON_DESTRUCTIVE_NORMAL_FOREGROUND_NIGHT": {
|
|
132
132
|
"value": "#FF649C"
|
|
@@ -169,4 +169,3 @@
|
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyscanner/bpk-foundations-common",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Common Backpack design tokens for colors, spacing, font, etc.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"color": "^3.0.0"
|
|
21
21
|
},
|
|
22
22
|
"type": "module",
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "d4572b3a2b37080165107c478d7f653d246dde3a"
|
|
24
24
|
}
|
package/.DS_Store
DELETED
|
Binary file
|