@artsy/palette 38.14.1 → 38.15.0
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/dist/styles.css +6 -6
- package/dist/tokens.json +2 -2
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
--color-orange100: #da6722;
|
|
29
29
|
--color-orange10: #fcf7f3;
|
|
30
30
|
--color-red150: #510b0b;
|
|
31
|
-
--color-red100: #
|
|
32
|
-
--color-red10: #
|
|
31
|
+
--color-red100: #bb392d;
|
|
32
|
+
--color-red10: #fef2ef;
|
|
33
33
|
}
|
|
34
34
|
.m-1 {
|
|
35
35
|
margin: 10px;
|
|
@@ -469,17 +469,17 @@
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
.color-red100 {
|
|
472
|
-
color: #
|
|
472
|
+
color: #bb392d;
|
|
473
473
|
}
|
|
474
474
|
.bg-color-red100 {
|
|
475
|
-
background: #
|
|
475
|
+
background: #bb392d;
|
|
476
476
|
}
|
|
477
477
|
|
|
478
478
|
.color-red10 {
|
|
479
|
-
color: #
|
|
479
|
+
color: #fef2ef;
|
|
480
480
|
}
|
|
481
481
|
.bg-color-red10 {
|
|
482
|
-
background: #
|
|
482
|
+
background: #fef2ef;
|
|
483
483
|
}
|
|
484
484
|
|
|
485
485
|
.sans-xxxl {
|
package/dist/tokens.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette",
|
|
3
|
-
"version": "38.
|
|
3
|
+
"version": "38.15.0",
|
|
4
4
|
"description": "Design system library for react components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"publishConfig": {
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
},
|
|
119
119
|
"dependencies": {
|
|
120
120
|
"@artsy/icons": "^3.2.2",
|
|
121
|
-
"@artsy/palette-tokens": "^6.0
|
|
121
|
+
"@artsy/palette-tokens": "^6.1.0",
|
|
122
122
|
"@seznam/compose-react-refs": "^1.0.6",
|
|
123
123
|
"@styled-system/theme-get": "^5.1.2",
|
|
124
124
|
"es-toolkit": "^1.16.0",
|
|
@@ -182,5 +182,5 @@
|
|
|
182
182
|
"url": "http://localhost"
|
|
183
183
|
}
|
|
184
184
|
},
|
|
185
|
-
"gitHead": "
|
|
185
|
+
"gitHead": "e2ca9bf9b5b06d77e67678531b228cb089fe6d79"
|
|
186
186
|
}
|