@itcase/tokens-am 1.1.55 → 1.1.56
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/css/styles/main.css
CHANGED
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
--color-warning-item-primary: hsl(0, 0%, 100%);
|
|
492
492
|
--color-warning-item-secondary: hsl(36, 95%, 45%);
|
|
493
493
|
--color-warning-item-tertiary: hsl(36, 100%, 93%);
|
|
494
|
-
--color-warning-item-quaternary: hsl(
|
|
494
|
+
--color-warning-item-quaternary: hsl(26, 100%, 28%);
|
|
495
495
|
--color-warning-item-focus: hsl(36, 95%, 45%);
|
|
496
496
|
--color-warning-item-hover: hsl(36, 85%, 59%);
|
|
497
497
|
--color-warning-item-active: hsl(36, 97%, 29%);
|
|
@@ -1350,7 +1350,7 @@
|
|
|
1350
1350
|
--color-warning-item-primary: hsl(0, 0%, 100%);
|
|
1351
1351
|
--color-warning-item-secondary: hsl(36, 95%, 45%);
|
|
1352
1352
|
--color-warning-item-tertiary: hsl(36, 100%, 93%);
|
|
1353
|
-
--color-warning-item-quaternary: hsl(
|
|
1353
|
+
--color-warning-item-quaternary: hsl(26, 100%, 28%);
|
|
1354
1354
|
--color-warning-item-focus: hsl(36, 95%, 45%);
|
|
1355
1355
|
--color-warning-item-hover: hsl(36, 85%, 59%);
|
|
1356
1356
|
--color-warning-item-active: hsl(36, 97%, 29%);
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
--color-warning-item-primary: hsl(0, 0%, 100%);
|
|
209
209
|
--color-warning-item-secondary: hsl(36, 95%, 45%);
|
|
210
210
|
--color-warning-item-tertiary: hsl(36, 100%, 93%);
|
|
211
|
-
--color-warning-item-quaternary: hsl(
|
|
211
|
+
--color-warning-item-quaternary: hsl(26, 100%, 28%);
|
|
212
212
|
--color-warning-item-focus: hsl(36, 95%, 45%);
|
|
213
213
|
--color-warning-item-hover: hsl(36, 85%, 59%);
|
|
214
214
|
--color-warning-item-active: hsl(36, 97%, 29%);
|
|
@@ -829,7 +829,7 @@
|
|
|
829
829
|
--color-warning-item-primary: hsl(0, 0%, 100%);
|
|
830
830
|
--color-warning-item-secondary: hsl(36, 95%, 45%);
|
|
831
831
|
--color-warning-item-tertiary: hsl(36, 100%, 93%);
|
|
832
|
-
--color-warning-item-quaternary: hsl(
|
|
832
|
+
--color-warning-item-quaternary: hsl(26, 100%, 28%);
|
|
833
833
|
--color-warning-item-focus: hsl(36, 95%, 45%);
|
|
834
834
|
--color-warning-item-hover: hsl(36, 85%, 59%);
|
|
835
835
|
--color-warning-item-active: hsl(36, 97%, 29%);
|
package/dist/js/colors.js
CHANGED
|
@@ -209,7 +209,7 @@ const Color = {
|
|
|
209
209
|
warningItemPrimary: "#ffffff",
|
|
210
210
|
warningItemSecondary: "#de8806",
|
|
211
211
|
warningItemTertiary: "#fff0da",
|
|
212
|
-
warningItemQuaternary: "#
|
|
212
|
+
warningItemQuaternary: "#8f3e00",
|
|
213
213
|
warningItemFocus: "#de8806",
|
|
214
214
|
warningItemHover: "#efa940",
|
|
215
215
|
warningItemActive: "#905702",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/tokens-am",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.56",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"access": "public",
|
|
24
24
|
"registry": "https://registry.npmjs.org/"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "0287282324c582e4bb9624e52f06bbb9799505ee"
|
|
27
27
|
}
|