@itcase/tokens-am 1.1.55 → 1.1.57
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%);
|
|
@@ -731,12 +731,12 @@
|
|
|
731
731
|
|
|
732
732
|
--typography-text-s-min: 14px;
|
|
733
733
|
--typography-text-s-max: 14px;
|
|
734
|
-
--typography-text-s-min-line-height:
|
|
735
|
-
--typography-text-s-max-line-height:
|
|
734
|
+
--typography-text-s-min-line-height: 14px;
|
|
735
|
+
--typography-text-s-max-line-height: 14px;
|
|
736
736
|
--typography-text-s-font: var(--font-primary);
|
|
737
737
|
|
|
738
738
|
--typography-text-xs-max: 12px;
|
|
739
|
-
--typography-text-xs-min:
|
|
739
|
+
--typography-text-xs-min: 12px;
|
|
740
740
|
--typography-text-xs-max-line-height: 12px;
|
|
741
741
|
--typography-text-xs-min-line-height: 12px;
|
|
742
742
|
--typography-text-xs-font: var(--font-primary);
|
|
@@ -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%);
|
|
@@ -108,12 +108,12 @@
|
|
|
108
108
|
|
|
109
109
|
--typography-text-s-min: 14px;
|
|
110
110
|
--typography-text-s-max: 14px;
|
|
111
|
-
--typography-text-s-min-line-height:
|
|
112
|
-
--typography-text-s-max-line-height:
|
|
111
|
+
--typography-text-s-min-line-height: 14px;
|
|
112
|
+
--typography-text-s-max-line-height: 14px;
|
|
113
113
|
--typography-text-s-font: var(--font-primary);
|
|
114
114
|
|
|
115
115
|
--typography-text-xs-max: 12px;
|
|
116
|
-
--typography-text-xs-min:
|
|
116
|
+
--typography-text-xs-min: 12px;
|
|
117
117
|
--typography-text-xs-max-line-height: 12px;
|
|
118
118
|
--typography-text-xs-min-line-height: 12px;
|
|
119
119
|
--typography-text-xs-font: var(--font-primary);
|
package/dist/fonts/fonts.css
CHANGED
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.57",
|
|
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": "62de771dfc6bce52d159c5e49a5c380815d9fa44"
|
|
27
27
|
}
|