@inversestudio/design-tokens 1.0.1 → 1.0.3
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/tokens.css +1 -0
- package/dist/css/tokens.dark.css +20 -27
- package/dist/css/tokens.light.css +1 -0
- package/dist/esm/tokens.dark.js +39 -47
- package/dist/esm/tokens.js +1 -0
- package/dist/esm/tokens.light.js +1 -0
- package/dist/js/tokens.dark.js +39 -47
- package/dist/js/tokens.js +1 -0
- package/dist/js/tokens.light.js +1 -0
- package/dist/json/tokens.dark.json +40 -47
- package/dist/json/tokens.dark.nested.json +59 -70
- package/dist/json/tokens.json +1 -0
- package/dist/json/tokens.light.json +1 -0
- package/dist/json/tokens.light.nested.json +1 -0
- package/dist/json/tokens.nested.json +1 -0
- package/dist/scss/_tokens.dark.scss +71 -85
- package/dist/scss/_tokens.light.scss +2 -0
- package/dist/scss/_tokens.scss +2 -0
- package/dist/types/tokens.d.ts +3 -0
- package/dist/types/tokens.dark.d.ts +140 -169
- package/dist/types/tokens.light.d.ts +3 -0
- package/package.json +1 -1
package/dist/css/tokens.css
CHANGED
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
--ids-color-element-secondary-pressed: #d1def8;
|
|
107
107
|
--ids-color-element-secondary-onsecondary: #2d2f35;
|
|
108
108
|
--ids-color-element-disabled: #adaeb3;
|
|
109
|
+
--ids-color-element-disabledmuted: #00000000;
|
|
109
110
|
--ids-color-element-ondisabled: #707784;
|
|
110
111
|
--ids-color-border-primary: #2d2f35;
|
|
111
112
|
--ids-color-border-disabled: #adaeb3;
|
package/dist/css/tokens.dark.css
CHANGED
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
--ids-core-color-green-950: #043b2c;
|
|
59
59
|
--ids-core-color-green-1000: #022419;
|
|
60
60
|
--ids-core-color-transparent: #00000000;
|
|
61
|
+
--ids-core-sizing-rem: 16px;
|
|
62
|
+
--ids-core-sizing-base: 16px;
|
|
61
63
|
--ids-core-font-size-base: 16px;
|
|
62
64
|
--ids-core-font: Tomato Grotesk;
|
|
63
65
|
--ids-core-lineheight-base: 16px;
|
|
64
|
-
--ids-core-sizing-rem: 16px;
|
|
65
|
-
--ids-core-sizing-base: 16px;
|
|
66
66
|
--ids-core-borderradius-base: 16px;
|
|
67
67
|
--ids-core-borderwidth-slim: 1px;
|
|
68
68
|
--ids-core-borderwidth-thick: 2px;
|
|
@@ -90,34 +90,27 @@
|
|
|
90
90
|
--ids-dimension-icon-1x: 16px;
|
|
91
91
|
--ids-dimension-icon-1-25x: 20px;
|
|
92
92
|
--ids-dimension-icon-1-5x: 24px;
|
|
93
|
+
--ids-color-element-primary-default: #2d2f35;
|
|
94
|
+
--ids-color-element-primary-hover: #4d5057;
|
|
95
|
+
--ids-color-element-primary-pressed: #101114;
|
|
96
|
+
--ids-color-element-primary-onprimary: #ffffff;
|
|
97
|
+
--ids-color-element-secondary-default: #00000000;
|
|
98
|
+
--ids-color-element-secondary-hover: #e6edfb;
|
|
99
|
+
--ids-color-element-secondary-pressed: #d1def8;
|
|
100
|
+
--ids-color-element-secondary-onsecondary: #2d2f35;
|
|
101
|
+
--ids-color-element-disabled: #adaeb3;
|
|
102
|
+
--ids-color-element-disabledmuted: #00000000;
|
|
103
|
+
--ids-color-element-ondisabled: #707784;
|
|
104
|
+
--ids-color-border-primary: #2d2f35;
|
|
105
|
+
--ids-color-border-disabled: #adaeb3;
|
|
106
|
+
--ids-color-border-muted: #e0e1e4;
|
|
107
|
+
--ids-color-border-subtle: #f5f5f8;
|
|
108
|
+
--ids-color-border-focus: #7eaaff;
|
|
93
109
|
--ids-typography-label-1x: 600 16px/16px Tomato Grotesk;
|
|
94
110
|
--ids-borderradius-0-25x: 4px;
|
|
95
111
|
--ids-borderradius-full: 1600px;
|
|
96
112
|
--ids-border-focused: 2px solid #7eaaff;
|
|
97
|
-
--ids-border-primary: 2px solid #
|
|
98
|
-
--ids-border-disabled: 2px solid #
|
|
113
|
+
--ids-border-primary: 2px solid #2d2f35;
|
|
114
|
+
--ids-border-disabled: 2px solid #adaeb3;
|
|
99
115
|
--ids-border-transparent: 2px solid #00000000;
|
|
100
|
-
--ids-color-element-primary-default: #ffffff;
|
|
101
|
-
--ids-color-element-primary-hover: #fafafb;
|
|
102
|
-
--ids-color-element-primary-active: #f5f5f8;
|
|
103
|
-
--ids-color-element-primary-onprimary: #101114;
|
|
104
|
-
--ids-color-element-secondary-default: #00000000;
|
|
105
|
-
--ids-color-element-secondary-hover: #142442;
|
|
106
|
-
--ids-color-element-secondary-active: #1e3560;
|
|
107
|
-
--ids-color-element-secondary-onsecondary: #ffffff;
|
|
108
|
-
--ids-color-element-primaryinverted-default: #101114;
|
|
109
|
-
--ids-color-element-primaryinverted-hover: #2d2f35;
|
|
110
|
-
--ids-color-element-primaryinverted-active: #4d5057;
|
|
111
|
-
--ids-color-element-primaryinverted-onprimaryaccent: #ffffff;
|
|
112
|
-
--ids-color-element-primaryaccentinverted-default: #ffffff;
|
|
113
|
-
--ids-color-element-primaryaccentinverted-hover: #fafafb;
|
|
114
|
-
--ids-color-element-primaryaccentinverted-active: #f5f5f8;
|
|
115
|
-
--ids-color-element-primaryaccentinverted-onprimaryaccentinverted: #101114;
|
|
116
|
-
--ids-color-element-disabled: #707784;
|
|
117
|
-
--ids-color-element-ondisabled: #adaeb3;
|
|
118
|
-
--ids-color-border-primary: #e0e1e4;
|
|
119
|
-
--ids-color-border-disabled: #707784;
|
|
120
|
-
--ids-color-border-muted: #8e9099;
|
|
121
|
-
--ids-color-border-subtle: #707784;
|
|
122
|
-
--ids-color-border-focus: #7eaaff;
|
|
123
116
|
}
|
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
--ids-color-element-secondary-pressed: #d1def8;
|
|
107
107
|
--ids-color-element-secondary-onsecondary: #2d2f35;
|
|
108
108
|
--ids-color-element-disabled: #adaeb3;
|
|
109
|
+
--ids-color-element-disabledmuted: #00000000;
|
|
109
110
|
--ids-color-element-ondisabled: #707784;
|
|
110
111
|
--ids-color-border-primary: #2d2f35;
|
|
111
112
|
--ids-color-border-disabled: #adaeb3;
|
package/dist/esm/tokens.dark.js
CHANGED
|
@@ -2,25 +2,6 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
export const idsSpacing013x = "2px"; // SEMANTIC - Micro spacing (2px). Use for: hairline gaps.
|
|
6
|
-
export const idsSpacing025x = "4px"; // SEMANTIC - Tiny spacing (4px). Use for: tight gaps, compact padding.
|
|
7
|
-
export const idsSpacing038x = "6px"; // SEMANTIC - Extra-small spacing (6px). Use for: small component padding.
|
|
8
|
-
export const idsSpacing05x = "8px"; // SEMANTIC - Small spacing (8px). Use for: tight padding, small gaps.
|
|
9
|
-
export const idsSpacing075x = "12px"; // SEMANTIC - Small-medium spacing (12px). Use for: button/input padding.
|
|
10
|
-
export const idsSpacing1x = "16px"; // SEMANTIC - Base spacing (16px). Primary unit for standard padding/gaps.
|
|
11
|
-
export const idsSpacing125x = "20px"; // SEMANTIC - Medium spacing (20px). Use for: card spacing.
|
|
12
|
-
export const idsSpacing15x = "24px"; // SEMANTIC - Medium-large spacing (24px). Use for: section padding.
|
|
13
|
-
export const idsSpacing2x = "32px"; // SEMANTIC - Large spacing (32px). Use for: section margins.
|
|
14
|
-
export const idsSpacing25x = "40px"; // SEMANTIC - Extra-large spacing (40px). Use for: page margins.
|
|
15
|
-
export const idsDimensionElement1x = "16px"; // SEMANTIC - Small element (16px). Use for: tiny buttons.
|
|
16
|
-
export const idsDimensionElement15x = "24px"; // SEMANTIC - Small-medium element (24px). Use for: small buttons.
|
|
17
|
-
export const idsDimensionElement2x = "32px"; // SEMANTIC - Medium element (32px). Use for: default buttons/inputs.
|
|
18
|
-
export const idsDimensionElement3x = "48px"; // SEMANTIC - Large element (48px). Use for: large buttons.
|
|
19
|
-
export const idsDimensionElement35x = "56px"; // SEMANTIC - Extra-large element (56px). Use for: hero buttons.
|
|
20
|
-
export const idsDimensionElement45x = "72px"; // SEMANTIC - Maximum element (72px). Use for: feature buttons.
|
|
21
|
-
export const idsDimensionIcon1x = "16px"; // SEMANTIC - Small icon (16px). Use for: inline icons.
|
|
22
|
-
export const idsDimensionIcon125x = "20px"; // SEMANTIC - Medium icon (20px). Use for: button icons.
|
|
23
|
-
export const idsDimensionIcon15x = "24px"; // SEMANTIC - Large icon (24px). Use for: navigation icons.
|
|
24
5
|
export const idsCoreColorNeutral50 = "#ffffff"; // PRIMITIVE - Pure white. Lightest neutral. Do NOT use directly on components.
|
|
25
6
|
export const idsCoreColorNeutral100 = "#fafafb"; // PRIMITIVE - Near-white with subtle warmth. Do NOT use directly on components.
|
|
26
7
|
export const idsCoreColorNeutral200 = "#f5f5f8"; // PRIMITIVE - Very light gray. Do NOT use directly on components.
|
|
@@ -70,14 +51,49 @@ export const idsCoreColorGreen900 = "#064e3b"; // PRIMITIVE - Darker green. Do N
|
|
|
70
51
|
export const idsCoreColorGreen950 = "#043b2c"; // PRIMITIVE - Near-black green. Do NOT use directly on components.
|
|
71
52
|
export const idsCoreColorGreen1000 = "#022419"; // PRIMITIVE - Darkest green. Do NOT use directly on components.
|
|
72
53
|
export const idsCoreColorTransparent = "#00000000"; // PRIMITIVE - Fully transparent. Do NOT use directly on components.
|
|
54
|
+
export const idsCoreSizingRem = "16px"; // PRIMITIVE - Base scale unit (16px). All size tokens derive from this. Changing this scales the entire system. Do NOT use directly on components.
|
|
55
|
+
export const idsCoreSizingBase = "16px";
|
|
73
56
|
export const idsCoreFontSizeBase = "16px"; // PRIMITIVE - Base font size (1x REM = 16px). Do NOT use directly on components.
|
|
74
57
|
export const idsCoreFont = "Tomato Grotesk"; // PRIMITIVE - Primary font family. Do NOT use directly on components.
|
|
75
58
|
export const idsCoreLineheightBase = "16px"; // PRIMITIVE - Base line height (1x REM = 16px). Do NOT use directly on components.
|
|
76
|
-
export const idsCoreSizingRem = "16px"; // PRIMITIVE - Base scale unit (16px). All size tokens derive from this. Changing this scales the entire system. Do NOT use directly on components.
|
|
77
|
-
export const idsCoreSizingBase = "16px";
|
|
78
59
|
export const idsCoreBorderradiusBase = "16px"; // PRIMITIVE - Base border radius for default density (16px). Do NOT use directly on components.
|
|
79
60
|
export const idsCoreBorderwidthSlim = "1px";
|
|
80
61
|
export const idsCoreBorderwidthThick = "2px";
|
|
62
|
+
export const idsSpacing013x = "2px"; // SEMANTIC - Micro spacing (2px). Use for: hairline gaps.
|
|
63
|
+
export const idsSpacing025x = "4px"; // SEMANTIC - Tiny spacing (4px). Use for: tight gaps, compact padding.
|
|
64
|
+
export const idsSpacing038x = "6px"; // SEMANTIC - Extra-small spacing (6px). Use for: small component padding.
|
|
65
|
+
export const idsSpacing05x = "8px"; // SEMANTIC - Small spacing (8px). Use for: tight padding, small gaps.
|
|
66
|
+
export const idsSpacing075x = "12px"; // SEMANTIC - Small-medium spacing (12px). Use for: button/input padding.
|
|
67
|
+
export const idsSpacing1x = "16px"; // SEMANTIC - Base spacing (16px). Primary unit for standard padding/gaps.
|
|
68
|
+
export const idsSpacing125x = "20px"; // SEMANTIC - Medium spacing (20px). Use for: card spacing.
|
|
69
|
+
export const idsSpacing15x = "24px"; // SEMANTIC - Medium-large spacing (24px). Use for: section padding.
|
|
70
|
+
export const idsSpacing2x = "32px"; // SEMANTIC - Large spacing (32px). Use for: section margins.
|
|
71
|
+
export const idsSpacing25x = "40px"; // SEMANTIC - Extra-large spacing (40px). Use for: page margins.
|
|
72
|
+
export const idsDimensionElement1x = "16px"; // SEMANTIC - Small element (16px). Use for: tiny buttons.
|
|
73
|
+
export const idsDimensionElement15x = "24px"; // SEMANTIC - Small-medium element (24px). Use for: small buttons.
|
|
74
|
+
export const idsDimensionElement2x = "32px"; // SEMANTIC - Medium element (32px). Use for: default buttons/inputs.
|
|
75
|
+
export const idsDimensionElement3x = "48px"; // SEMANTIC - Large element (48px). Use for: large buttons.
|
|
76
|
+
export const idsDimensionElement35x = "56px"; // SEMANTIC - Extra-large element (56px). Use for: hero buttons.
|
|
77
|
+
export const idsDimensionElement45x = "72px"; // SEMANTIC - Maximum element (72px). Use for: feature buttons.
|
|
78
|
+
export const idsDimensionIcon1x = "16px"; // SEMANTIC - Small icon (16px). Use for: inline icons.
|
|
79
|
+
export const idsDimensionIcon125x = "20px"; // SEMANTIC - Medium icon (20px). Use for: button icons.
|
|
80
|
+
export const idsDimensionIcon15x = "24px"; // SEMANTIC - Large icon (24px). Use for: navigation icons.
|
|
81
|
+
export const idsColorElementPrimaryDefault = "#2d2f35"; // SEMANTIC - Background color for primary element resting state. Use for: primary button background, main CTA.
|
|
82
|
+
export const idsColorElementPrimaryHover = "#4d5057"; // SEMANTIC - Background color for primary element hover state. Use for: primary button hover.
|
|
83
|
+
export const idsColorElementPrimaryPressed = "#101114"; // SEMANTIC - Background color for primary element pressed state. Use for: primary button active.
|
|
84
|
+
export const idsColorElementPrimaryOnprimary = "#ffffff"; // SEMANTIC - Foreground color for text/icon ON primary backgrounds. Use for: all primary button text and icon layers.
|
|
85
|
+
export const idsColorElementSecondaryDefault = "#00000000"; // SEMANTIC - Background color for secondary element resting state. Use for: ghost button background.
|
|
86
|
+
export const idsColorElementSecondaryHover = "#e6edfb"; // SEMANTIC - Background color for secondary element hover state. Use for: ghost button hover.
|
|
87
|
+
export const idsColorElementSecondaryPressed = "#d1def8"; // SEMANTIC - Background color for secondary element pressed state. Use for: ghost button active.
|
|
88
|
+
export const idsColorElementSecondaryOnsecondary = "#2d2f35"; // SEMANTIC - Foreground color for text/icon ON secondary backgrounds. Use for: all secondary button texts and icons.
|
|
89
|
+
export const idsColorElementDisabled = "#adaeb3"; // SEMANTIC - Disabled element background. Use for: all disabled controls.
|
|
90
|
+
export const idsColorElementDisabledmuted = "#00000000"; // SEMANTIC - Disabled element background with less affordance. Use for: all disabled controls that need a transparent background.
|
|
91
|
+
export const idsColorElementOndisabled = "#707784"; // SEMANTIC - Text/icon ON disabled backgrounds.
|
|
92
|
+
export const idsColorBorderPrimary = "#2d2f35"; // SEMANTIC - Primary border. Use for: input borders, card outlines.
|
|
93
|
+
export const idsColorBorderDisabled = "#adaeb3"; // SEMANTIC - Disabled border. Use for: disabled inputs.
|
|
94
|
+
export const idsColorBorderMuted = "#e0e1e4"; // SEMANTIC - Muted border. Use for: secondary containers, tables.
|
|
95
|
+
export const idsColorBorderSubtle = "#f5f5f8"; // SEMANTIC - Subtle border. Use for: hairline dividers.
|
|
96
|
+
export const idsColorBorderFocus = "#7eaaff"; // SEMANTIC - Focus ring color. Use for: keyboard focus on all interactive elements.
|
|
81
97
|
export const idsTypographyLabel1x = {
|
|
82
98
|
fontFamily: "Tomato Grotesk",
|
|
83
99
|
fontSize: "16px",
|
|
@@ -92,12 +108,12 @@ export const idsBorderFocused = {
|
|
|
92
108
|
style: "solid",
|
|
93
109
|
}; // SEMANTIC - Focus state border. Use for: keyboard focus rings on interactive elements.
|
|
94
110
|
export const idsBorderPrimary = {
|
|
95
|
-
color: "#
|
|
111
|
+
color: "#2d2f35",
|
|
96
112
|
width: "2px",
|
|
97
113
|
style: "solid",
|
|
98
114
|
}; // SEMANTIC - Primary border. Use for: input borders, card outlines, containers.
|
|
99
115
|
export const idsBorderDisabled = {
|
|
100
|
-
color: "#
|
|
116
|
+
color: "#adaeb3",
|
|
101
117
|
width: "2px",
|
|
102
118
|
style: "solid",
|
|
103
119
|
}; // SEMANTIC - Disabled border. Use for: disabled inputs and controls.
|
|
@@ -106,27 +122,3 @@ export const idsBorderTransparent = {
|
|
|
106
122
|
width: "2px",
|
|
107
123
|
style: "solid",
|
|
108
124
|
};
|
|
109
|
-
export const idsColorElementPrimaryDefault = "#ffffff"; // SEMANTIC - Primary element resting state (dark theme). Use for: primary button background, main CTA.
|
|
110
|
-
export const idsColorElementPrimaryHover = "#fafafb"; // SEMANTIC - Primary element hover state (dark theme). Use for: primary button hover.
|
|
111
|
-
export const idsColorElementPrimaryActive = "#f5f5f8"; // SEMANTIC - Primary element pressed state (dark theme). Use for: primary button active.
|
|
112
|
-
export const idsColorElementPrimaryOnprimary = "#101114"; // SEMANTIC - Text/icon ON primary backgrounds (dark theme). Use for: primary button text.
|
|
113
|
-
export const idsColorElementSecondaryDefault = "#00000000"; // SEMANTIC - Secondary element resting state (dark theme). Use for: ghost button background.
|
|
114
|
-
export const idsColorElementSecondaryHover = "#142442"; // SEMANTIC - Secondary element hover state (dark theme). Use for: ghost button hover.
|
|
115
|
-
export const idsColorElementSecondaryActive = "#1e3560"; // SEMANTIC - Secondary element pressed state (dark theme). Use for: ghost button active.
|
|
116
|
-
export const idsColorElementSecondaryOnsecondary = "#ffffff"; // SEMANTIC - Text/icon ON secondary backgrounds (dark theme). Use for: ghost button text.
|
|
117
|
-
export const idsColorElementPrimaryinvertedDefault = "#101114"; // SEMANTIC - Inverted primary resting state (dark theme). Use for: buttons on dark backgrounds.
|
|
118
|
-
export const idsColorElementPrimaryinvertedHover = "#2d2f35"; // SEMANTIC - Inverted primary hover state (dark theme).
|
|
119
|
-
export const idsColorElementPrimaryinvertedActive = "#4d5057"; // SEMANTIC - Inverted primary pressed state (dark theme).
|
|
120
|
-
export const idsColorElementPrimaryinvertedOnprimaryaccent = "#ffffff"; // SEMANTIC - Text/icon ON inverted primary backgrounds (dark theme).
|
|
121
|
-
export const idsColorElementPrimaryaccentinvertedDefault = "#ffffff"; // SEMANTIC - Accent-inverted primary resting state (dark theme).
|
|
122
|
-
export const idsColorElementPrimaryaccentinvertedHover = "#fafafb"; // SEMANTIC - Accent-inverted primary hover state (dark theme).
|
|
123
|
-
export const idsColorElementPrimaryaccentinvertedActive = "#f5f5f8"; // SEMANTIC - Accent-inverted primary pressed state (dark theme).
|
|
124
|
-
export const idsColorElementPrimaryaccentinvertedOnprimaryaccentinverted =
|
|
125
|
-
"#101114"; // SEMANTIC - Text/icon ON accent-inverted surfaces (dark theme).
|
|
126
|
-
export const idsColorElementDisabled = "#707784"; // SEMANTIC - Disabled element background (dark theme). Use for: all disabled controls.
|
|
127
|
-
export const idsColorElementOndisabled = "#adaeb3"; // SEMANTIC - Text/icon ON disabled backgrounds (dark theme).
|
|
128
|
-
export const idsColorBorderPrimary = "#e0e1e4"; // SEMANTIC - Primary border (dark theme). Use for: input borders, card outlines.
|
|
129
|
-
export const idsColorBorderDisabled = "#707784"; // SEMANTIC - Disabled border (dark theme). Use for: disabled inputs.
|
|
130
|
-
export const idsColorBorderMuted = "#8e9099"; // SEMANTIC - Muted border (dark theme). Use for: secondary containers, tables.
|
|
131
|
-
export const idsColorBorderSubtle = "#707784"; // SEMANTIC - Subtle border (dark theme). Use for: hairline dividers.
|
|
132
|
-
export const idsColorBorderFocus = "#7eaaff"; // SEMANTIC - Focus ring color (dark theme). Use for: keyboard focus on all interactive elements.
|
package/dist/esm/tokens.js
CHANGED
|
@@ -115,6 +115,7 @@ export const idsColorElementSecondaryHover = "#e6edfb"; // SEMANTIC - Background
|
|
|
115
115
|
export const idsColorElementSecondaryPressed = "#d1def8"; // SEMANTIC - Background color for secondary element pressed state. Use for: ghost button active.
|
|
116
116
|
export const idsColorElementSecondaryOnsecondary = "#2d2f35"; // SEMANTIC - Foreground color for text/icon ON secondary backgrounds. Use for: all secondary button texts and icons.
|
|
117
117
|
export const idsColorElementDisabled = "#adaeb3"; // SEMANTIC - Disabled element background. Use for: all disabled controls.
|
|
118
|
+
export const idsColorElementDisabledmuted = "#00000000"; // SEMANTIC - Disabled element background with less affordance. Use for: all disabled controls that need a transparent background.
|
|
118
119
|
export const idsColorElementOndisabled = "#707784"; // SEMANTIC - Text/icon ON disabled backgrounds.
|
|
119
120
|
export const idsColorBorderPrimary = "#2d2f35"; // SEMANTIC - Primary border. Use for: input borders, card outlines.
|
|
120
121
|
export const idsColorBorderDisabled = "#adaeb3"; // SEMANTIC - Disabled border. Use for: disabled inputs.
|
package/dist/esm/tokens.light.js
CHANGED
|
@@ -115,6 +115,7 @@ export const idsColorElementSecondaryHover = "#e6edfb"; // SEMANTIC - Background
|
|
|
115
115
|
export const idsColorElementSecondaryPressed = "#d1def8"; // SEMANTIC - Background color for secondary element pressed state. Use for: ghost button active.
|
|
116
116
|
export const idsColorElementSecondaryOnsecondary = "#2d2f35"; // SEMANTIC - Foreground color for text/icon ON secondary backgrounds. Use for: all secondary button texts and icons.
|
|
117
117
|
export const idsColorElementDisabled = "#adaeb3"; // SEMANTIC - Disabled element background. Use for: all disabled controls.
|
|
118
|
+
export const idsColorElementDisabledmuted = "#00000000"; // SEMANTIC - Disabled element background with less affordance. Use for: all disabled controls that need a transparent background.
|
|
118
119
|
export const idsColorElementOndisabled = "#707784"; // SEMANTIC - Text/icon ON disabled backgrounds.
|
|
119
120
|
export const idsColorBorderPrimary = "#2d2f35"; // SEMANTIC - Primary border. Use for: input borders, card outlines.
|
|
120
121
|
export const idsColorBorderDisabled = "#adaeb3"; // SEMANTIC - Disabled border. Use for: disabled inputs.
|
package/dist/js/tokens.dark.js
CHANGED
|
@@ -2,25 +2,6 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
export const idsSpacing013x = "2px"; // SEMANTIC - Micro spacing (2px). Use for: hairline gaps.
|
|
6
|
-
export const idsSpacing025x = "4px"; // SEMANTIC - Tiny spacing (4px). Use for: tight gaps, compact padding.
|
|
7
|
-
export const idsSpacing038x = "6px"; // SEMANTIC - Extra-small spacing (6px). Use for: small component padding.
|
|
8
|
-
export const idsSpacing05x = "8px"; // SEMANTIC - Small spacing (8px). Use for: tight padding, small gaps.
|
|
9
|
-
export const idsSpacing075x = "12px"; // SEMANTIC - Small-medium spacing (12px). Use for: button/input padding.
|
|
10
|
-
export const idsSpacing1x = "16px"; // SEMANTIC - Base spacing (16px). Primary unit for standard padding/gaps.
|
|
11
|
-
export const idsSpacing125x = "20px"; // SEMANTIC - Medium spacing (20px). Use for: card spacing.
|
|
12
|
-
export const idsSpacing15x = "24px"; // SEMANTIC - Medium-large spacing (24px). Use for: section padding.
|
|
13
|
-
export const idsSpacing2x = "32px"; // SEMANTIC - Large spacing (32px). Use for: section margins.
|
|
14
|
-
export const idsSpacing25x = "40px"; // SEMANTIC - Extra-large spacing (40px). Use for: page margins.
|
|
15
|
-
export const idsDimensionElement1x = "16px"; // SEMANTIC - Small element (16px). Use for: tiny buttons.
|
|
16
|
-
export const idsDimensionElement15x = "24px"; // SEMANTIC - Small-medium element (24px). Use for: small buttons.
|
|
17
|
-
export const idsDimensionElement2x = "32px"; // SEMANTIC - Medium element (32px). Use for: default buttons/inputs.
|
|
18
|
-
export const idsDimensionElement3x = "48px"; // SEMANTIC - Large element (48px). Use for: large buttons.
|
|
19
|
-
export const idsDimensionElement35x = "56px"; // SEMANTIC - Extra-large element (56px). Use for: hero buttons.
|
|
20
|
-
export const idsDimensionElement45x = "72px"; // SEMANTIC - Maximum element (72px). Use for: feature buttons.
|
|
21
|
-
export const idsDimensionIcon1x = "16px"; // SEMANTIC - Small icon (16px). Use for: inline icons.
|
|
22
|
-
export const idsDimensionIcon125x = "20px"; // SEMANTIC - Medium icon (20px). Use for: button icons.
|
|
23
|
-
export const idsDimensionIcon15x = "24px"; // SEMANTIC - Large icon (24px). Use for: navigation icons.
|
|
24
5
|
export const idsCoreColorNeutral50 = "#ffffff"; // PRIMITIVE - Pure white. Lightest neutral. Do NOT use directly on components.
|
|
25
6
|
export const idsCoreColorNeutral100 = "#fafafb"; // PRIMITIVE - Near-white with subtle warmth. Do NOT use directly on components.
|
|
26
7
|
export const idsCoreColorNeutral200 = "#f5f5f8"; // PRIMITIVE - Very light gray. Do NOT use directly on components.
|
|
@@ -70,14 +51,49 @@ export const idsCoreColorGreen900 = "#064e3b"; // PRIMITIVE - Darker green. Do N
|
|
|
70
51
|
export const idsCoreColorGreen950 = "#043b2c"; // PRIMITIVE - Near-black green. Do NOT use directly on components.
|
|
71
52
|
export const idsCoreColorGreen1000 = "#022419"; // PRIMITIVE - Darkest green. Do NOT use directly on components.
|
|
72
53
|
export const idsCoreColorTransparent = "#00000000"; // PRIMITIVE - Fully transparent. Do NOT use directly on components.
|
|
54
|
+
export const idsCoreSizingRem = "16px"; // PRIMITIVE - Base scale unit (16px). All size tokens derive from this. Changing this scales the entire system. Do NOT use directly on components.
|
|
55
|
+
export const idsCoreSizingBase = "16px";
|
|
73
56
|
export const idsCoreFontSizeBase = "16px"; // PRIMITIVE - Base font size (1x REM = 16px). Do NOT use directly on components.
|
|
74
57
|
export const idsCoreFont = "Tomato Grotesk"; // PRIMITIVE - Primary font family. Do NOT use directly on components.
|
|
75
58
|
export const idsCoreLineheightBase = "16px"; // PRIMITIVE - Base line height (1x REM = 16px). Do NOT use directly on components.
|
|
76
|
-
export const idsCoreSizingRem = "16px"; // PRIMITIVE - Base scale unit (16px). All size tokens derive from this. Changing this scales the entire system. Do NOT use directly on components.
|
|
77
|
-
export const idsCoreSizingBase = "16px";
|
|
78
59
|
export const idsCoreBorderradiusBase = "16px"; // PRIMITIVE - Base border radius for default density (16px). Do NOT use directly on components.
|
|
79
60
|
export const idsCoreBorderwidthSlim = "1px";
|
|
80
61
|
export const idsCoreBorderwidthThick = "2px";
|
|
62
|
+
export const idsSpacing013x = "2px"; // SEMANTIC - Micro spacing (2px). Use for: hairline gaps.
|
|
63
|
+
export const idsSpacing025x = "4px"; // SEMANTIC - Tiny spacing (4px). Use for: tight gaps, compact padding.
|
|
64
|
+
export const idsSpacing038x = "6px"; // SEMANTIC - Extra-small spacing (6px). Use for: small component padding.
|
|
65
|
+
export const idsSpacing05x = "8px"; // SEMANTIC - Small spacing (8px). Use for: tight padding, small gaps.
|
|
66
|
+
export const idsSpacing075x = "12px"; // SEMANTIC - Small-medium spacing (12px). Use for: button/input padding.
|
|
67
|
+
export const idsSpacing1x = "16px"; // SEMANTIC - Base spacing (16px). Primary unit for standard padding/gaps.
|
|
68
|
+
export const idsSpacing125x = "20px"; // SEMANTIC - Medium spacing (20px). Use for: card spacing.
|
|
69
|
+
export const idsSpacing15x = "24px"; // SEMANTIC - Medium-large spacing (24px). Use for: section padding.
|
|
70
|
+
export const idsSpacing2x = "32px"; // SEMANTIC - Large spacing (32px). Use for: section margins.
|
|
71
|
+
export const idsSpacing25x = "40px"; // SEMANTIC - Extra-large spacing (40px). Use for: page margins.
|
|
72
|
+
export const idsDimensionElement1x = "16px"; // SEMANTIC - Small element (16px). Use for: tiny buttons.
|
|
73
|
+
export const idsDimensionElement15x = "24px"; // SEMANTIC - Small-medium element (24px). Use for: small buttons.
|
|
74
|
+
export const idsDimensionElement2x = "32px"; // SEMANTIC - Medium element (32px). Use for: default buttons/inputs.
|
|
75
|
+
export const idsDimensionElement3x = "48px"; // SEMANTIC - Large element (48px). Use for: large buttons.
|
|
76
|
+
export const idsDimensionElement35x = "56px"; // SEMANTIC - Extra-large element (56px). Use for: hero buttons.
|
|
77
|
+
export const idsDimensionElement45x = "72px"; // SEMANTIC - Maximum element (72px). Use for: feature buttons.
|
|
78
|
+
export const idsDimensionIcon1x = "16px"; // SEMANTIC - Small icon (16px). Use for: inline icons.
|
|
79
|
+
export const idsDimensionIcon125x = "20px"; // SEMANTIC - Medium icon (20px). Use for: button icons.
|
|
80
|
+
export const idsDimensionIcon15x = "24px"; // SEMANTIC - Large icon (24px). Use for: navigation icons.
|
|
81
|
+
export const idsColorElementPrimaryDefault = "#2d2f35"; // SEMANTIC - Background color for primary element resting state. Use for: primary button background, main CTA.
|
|
82
|
+
export const idsColorElementPrimaryHover = "#4d5057"; // SEMANTIC - Background color for primary element hover state. Use for: primary button hover.
|
|
83
|
+
export const idsColorElementPrimaryPressed = "#101114"; // SEMANTIC - Background color for primary element pressed state. Use for: primary button active.
|
|
84
|
+
export const idsColorElementPrimaryOnprimary = "#ffffff"; // SEMANTIC - Foreground color for text/icon ON primary backgrounds. Use for: all primary button text and icon layers.
|
|
85
|
+
export const idsColorElementSecondaryDefault = "#00000000"; // SEMANTIC - Background color for secondary element resting state. Use for: ghost button background.
|
|
86
|
+
export const idsColorElementSecondaryHover = "#e6edfb"; // SEMANTIC - Background color for secondary element hover state. Use for: ghost button hover.
|
|
87
|
+
export const idsColorElementSecondaryPressed = "#d1def8"; // SEMANTIC - Background color for secondary element pressed state. Use for: ghost button active.
|
|
88
|
+
export const idsColorElementSecondaryOnsecondary = "#2d2f35"; // SEMANTIC - Foreground color for text/icon ON secondary backgrounds. Use for: all secondary button texts and icons.
|
|
89
|
+
export const idsColorElementDisabled = "#adaeb3"; // SEMANTIC - Disabled element background. Use for: all disabled controls.
|
|
90
|
+
export const idsColorElementDisabledmuted = "#00000000"; // SEMANTIC - Disabled element background with less affordance. Use for: all disabled controls that need a transparent background.
|
|
91
|
+
export const idsColorElementOndisabled = "#707784"; // SEMANTIC - Text/icon ON disabled backgrounds.
|
|
92
|
+
export const idsColorBorderPrimary = "#2d2f35"; // SEMANTIC - Primary border. Use for: input borders, card outlines.
|
|
93
|
+
export const idsColorBorderDisabled = "#adaeb3"; // SEMANTIC - Disabled border. Use for: disabled inputs.
|
|
94
|
+
export const idsColorBorderMuted = "#e0e1e4"; // SEMANTIC - Muted border. Use for: secondary containers, tables.
|
|
95
|
+
export const idsColorBorderSubtle = "#f5f5f8"; // SEMANTIC - Subtle border. Use for: hairline dividers.
|
|
96
|
+
export const idsColorBorderFocus = "#7eaaff"; // SEMANTIC - Focus ring color. Use for: keyboard focus on all interactive elements.
|
|
81
97
|
export const idsTypographyLabel1x = {
|
|
82
98
|
fontFamily: "Tomato Grotesk",
|
|
83
99
|
fontSize: "16px",
|
|
@@ -92,12 +108,12 @@ export const idsBorderFocused = {
|
|
|
92
108
|
style: "solid",
|
|
93
109
|
}; // SEMANTIC - Focus state border. Use for: keyboard focus rings on interactive elements.
|
|
94
110
|
export const idsBorderPrimary = {
|
|
95
|
-
color: "#
|
|
111
|
+
color: "#2d2f35",
|
|
96
112
|
width: "2px",
|
|
97
113
|
style: "solid",
|
|
98
114
|
}; // SEMANTIC - Primary border. Use for: input borders, card outlines, containers.
|
|
99
115
|
export const idsBorderDisabled = {
|
|
100
|
-
color: "#
|
|
116
|
+
color: "#adaeb3",
|
|
101
117
|
width: "2px",
|
|
102
118
|
style: "solid",
|
|
103
119
|
}; // SEMANTIC - Disabled border. Use for: disabled inputs and controls.
|
|
@@ -106,27 +122,3 @@ export const idsBorderTransparent = {
|
|
|
106
122
|
width: "2px",
|
|
107
123
|
style: "solid",
|
|
108
124
|
};
|
|
109
|
-
export const idsColorElementPrimaryDefault = "#ffffff"; // SEMANTIC - Primary element resting state (dark theme). Use for: primary button background, main CTA.
|
|
110
|
-
export const idsColorElementPrimaryHover = "#fafafb"; // SEMANTIC - Primary element hover state (dark theme). Use for: primary button hover.
|
|
111
|
-
export const idsColorElementPrimaryActive = "#f5f5f8"; // SEMANTIC - Primary element pressed state (dark theme). Use for: primary button active.
|
|
112
|
-
export const idsColorElementPrimaryOnprimary = "#101114"; // SEMANTIC - Text/icon ON primary backgrounds (dark theme). Use for: primary button text.
|
|
113
|
-
export const idsColorElementSecondaryDefault = "#00000000"; // SEMANTIC - Secondary element resting state (dark theme). Use for: ghost button background.
|
|
114
|
-
export const idsColorElementSecondaryHover = "#142442"; // SEMANTIC - Secondary element hover state (dark theme). Use for: ghost button hover.
|
|
115
|
-
export const idsColorElementSecondaryActive = "#1e3560"; // SEMANTIC - Secondary element pressed state (dark theme). Use for: ghost button active.
|
|
116
|
-
export const idsColorElementSecondaryOnsecondary = "#ffffff"; // SEMANTIC - Text/icon ON secondary backgrounds (dark theme). Use for: ghost button text.
|
|
117
|
-
export const idsColorElementPrimaryinvertedDefault = "#101114"; // SEMANTIC - Inverted primary resting state (dark theme). Use for: buttons on dark backgrounds.
|
|
118
|
-
export const idsColorElementPrimaryinvertedHover = "#2d2f35"; // SEMANTIC - Inverted primary hover state (dark theme).
|
|
119
|
-
export const idsColorElementPrimaryinvertedActive = "#4d5057"; // SEMANTIC - Inverted primary pressed state (dark theme).
|
|
120
|
-
export const idsColorElementPrimaryinvertedOnprimaryaccent = "#ffffff"; // SEMANTIC - Text/icon ON inverted primary backgrounds (dark theme).
|
|
121
|
-
export const idsColorElementPrimaryaccentinvertedDefault = "#ffffff"; // SEMANTIC - Accent-inverted primary resting state (dark theme).
|
|
122
|
-
export const idsColorElementPrimaryaccentinvertedHover = "#fafafb"; // SEMANTIC - Accent-inverted primary hover state (dark theme).
|
|
123
|
-
export const idsColorElementPrimaryaccentinvertedActive = "#f5f5f8"; // SEMANTIC - Accent-inverted primary pressed state (dark theme).
|
|
124
|
-
export const idsColorElementPrimaryaccentinvertedOnprimaryaccentinverted =
|
|
125
|
-
"#101114"; // SEMANTIC - Text/icon ON accent-inverted surfaces (dark theme).
|
|
126
|
-
export const idsColorElementDisabled = "#707784"; // SEMANTIC - Disabled element background (dark theme). Use for: all disabled controls.
|
|
127
|
-
export const idsColorElementOndisabled = "#adaeb3"; // SEMANTIC - Text/icon ON disabled backgrounds (dark theme).
|
|
128
|
-
export const idsColorBorderPrimary = "#e0e1e4"; // SEMANTIC - Primary border (dark theme). Use for: input borders, card outlines.
|
|
129
|
-
export const idsColorBorderDisabled = "#707784"; // SEMANTIC - Disabled border (dark theme). Use for: disabled inputs.
|
|
130
|
-
export const idsColorBorderMuted = "#8e9099"; // SEMANTIC - Muted border (dark theme). Use for: secondary containers, tables.
|
|
131
|
-
export const idsColorBorderSubtle = "#707784"; // SEMANTIC - Subtle border (dark theme). Use for: hairline dividers.
|
|
132
|
-
export const idsColorBorderFocus = "#7eaaff"; // SEMANTIC - Focus ring color (dark theme). Use for: keyboard focus on all interactive elements.
|
package/dist/js/tokens.js
CHANGED
|
@@ -115,6 +115,7 @@ export const idsColorElementSecondaryHover = "#e6edfb"; // SEMANTIC - Background
|
|
|
115
115
|
export const idsColorElementSecondaryPressed = "#d1def8"; // SEMANTIC - Background color for secondary element pressed state. Use for: ghost button active.
|
|
116
116
|
export const idsColorElementSecondaryOnsecondary = "#2d2f35"; // SEMANTIC - Foreground color for text/icon ON secondary backgrounds. Use for: all secondary button texts and icons.
|
|
117
117
|
export const idsColorElementDisabled = "#adaeb3"; // SEMANTIC - Disabled element background. Use for: all disabled controls.
|
|
118
|
+
export const idsColorElementDisabledmuted = "#00000000"; // SEMANTIC - Disabled element background with less affordance. Use for: all disabled controls that need a transparent background.
|
|
118
119
|
export const idsColorElementOndisabled = "#707784"; // SEMANTIC - Text/icon ON disabled backgrounds.
|
|
119
120
|
export const idsColorBorderPrimary = "#2d2f35"; // SEMANTIC - Primary border. Use for: input borders, card outlines.
|
|
120
121
|
export const idsColorBorderDisabled = "#adaeb3"; // SEMANTIC - Disabled border. Use for: disabled inputs.
|
package/dist/js/tokens.light.js
CHANGED
|
@@ -115,6 +115,7 @@ export const idsColorElementSecondaryHover = "#e6edfb"; // SEMANTIC - Background
|
|
|
115
115
|
export const idsColorElementSecondaryPressed = "#d1def8"; // SEMANTIC - Background color for secondary element pressed state. Use for: ghost button active.
|
|
116
116
|
export const idsColorElementSecondaryOnsecondary = "#2d2f35"; // SEMANTIC - Foreground color for text/icon ON secondary backgrounds. Use for: all secondary button texts and icons.
|
|
117
117
|
export const idsColorElementDisabled = "#adaeb3"; // SEMANTIC - Disabled element background. Use for: all disabled controls.
|
|
118
|
+
export const idsColorElementDisabledmuted = "#00000000"; // SEMANTIC - Disabled element background with less affordance. Use for: all disabled controls that need a transparent background.
|
|
118
119
|
export const idsColorElementOndisabled = "#707784"; // SEMANTIC - Text/icon ON disabled backgrounds.
|
|
119
120
|
export const idsColorBorderPrimary = "#2d2f35"; // SEMANTIC - Primary border. Use for: input borders, card outlines.
|
|
120
121
|
export const idsColorBorderDisabled = "#adaeb3"; // SEMANTIC - Disabled border. Use for: disabled inputs.
|
|
@@ -1,23 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"idsSpacing013x": "2px",
|
|
3
|
-
"idsSpacing025x": "4px",
|
|
4
|
-
"idsSpacing038x": "6px",
|
|
5
|
-
"idsSpacing05x": "8px",
|
|
6
|
-
"idsSpacing075x": "12px",
|
|
7
|
-
"idsSpacing1x": "16px",
|
|
8
|
-
"idsSpacing125x": "20px",
|
|
9
|
-
"idsSpacing15x": "24px",
|
|
10
|
-
"idsSpacing2x": "32px",
|
|
11
|
-
"idsSpacing25x": "40px",
|
|
12
|
-
"idsDimensionElement1x": "16px",
|
|
13
|
-
"idsDimensionElement15x": "24px",
|
|
14
|
-
"idsDimensionElement2x": "32px",
|
|
15
|
-
"idsDimensionElement3x": "48px",
|
|
16
|
-
"idsDimensionElement35x": "56px",
|
|
17
|
-
"idsDimensionElement45x": "72px",
|
|
18
|
-
"idsDimensionIcon1x": "16px",
|
|
19
|
-
"idsDimensionIcon125x": "20px",
|
|
20
|
-
"idsDimensionIcon15x": "24px",
|
|
21
2
|
"idsCoreColorNeutral50": "#ffffff",
|
|
22
3
|
"idsCoreColorNeutral100": "#fafafb",
|
|
23
4
|
"idsCoreColorNeutral200": "#f5f5f8",
|
|
@@ -67,14 +48,49 @@
|
|
|
67
48
|
"idsCoreColorGreen950": "#043b2c",
|
|
68
49
|
"idsCoreColorGreen1000": "#022419",
|
|
69
50
|
"idsCoreColorTransparent": "#00000000",
|
|
51
|
+
"idsCoreSizingRem": "16px",
|
|
52
|
+
"idsCoreSizingBase": "16px",
|
|
70
53
|
"idsCoreFontSizeBase": "16px",
|
|
71
54
|
"idsCoreFont": "Tomato Grotesk",
|
|
72
55
|
"idsCoreLineheightBase": "16px",
|
|
73
|
-
"idsCoreSizingRem": "16px",
|
|
74
|
-
"idsCoreSizingBase": "16px",
|
|
75
56
|
"idsCoreBorderradiusBase": "16px",
|
|
76
57
|
"idsCoreBorderwidthSlim": "1px",
|
|
77
58
|
"idsCoreBorderwidthThick": "2px",
|
|
59
|
+
"idsSpacing013x": "2px",
|
|
60
|
+
"idsSpacing025x": "4px",
|
|
61
|
+
"idsSpacing038x": "6px",
|
|
62
|
+
"idsSpacing05x": "8px",
|
|
63
|
+
"idsSpacing075x": "12px",
|
|
64
|
+
"idsSpacing1x": "16px",
|
|
65
|
+
"idsSpacing125x": "20px",
|
|
66
|
+
"idsSpacing15x": "24px",
|
|
67
|
+
"idsSpacing2x": "32px",
|
|
68
|
+
"idsSpacing25x": "40px",
|
|
69
|
+
"idsDimensionElement1x": "16px",
|
|
70
|
+
"idsDimensionElement15x": "24px",
|
|
71
|
+
"idsDimensionElement2x": "32px",
|
|
72
|
+
"idsDimensionElement3x": "48px",
|
|
73
|
+
"idsDimensionElement35x": "56px",
|
|
74
|
+
"idsDimensionElement45x": "72px",
|
|
75
|
+
"idsDimensionIcon1x": "16px",
|
|
76
|
+
"idsDimensionIcon125x": "20px",
|
|
77
|
+
"idsDimensionIcon15x": "24px",
|
|
78
|
+
"idsColorElementPrimaryDefault": "#2d2f35",
|
|
79
|
+
"idsColorElementPrimaryHover": "#4d5057",
|
|
80
|
+
"idsColorElementPrimaryPressed": "#101114",
|
|
81
|
+
"idsColorElementPrimaryOnprimary": "#ffffff",
|
|
82
|
+
"idsColorElementSecondaryDefault": "#00000000",
|
|
83
|
+
"idsColorElementSecondaryHover": "#e6edfb",
|
|
84
|
+
"idsColorElementSecondaryPressed": "#d1def8",
|
|
85
|
+
"idsColorElementSecondaryOnsecondary": "#2d2f35",
|
|
86
|
+
"idsColorElementDisabled": "#adaeb3",
|
|
87
|
+
"idsColorElementDisabledmuted": "#00000000",
|
|
88
|
+
"idsColorElementOndisabled": "#707784",
|
|
89
|
+
"idsColorBorderPrimary": "#2d2f35",
|
|
90
|
+
"idsColorBorderDisabled": "#adaeb3",
|
|
91
|
+
"idsColorBorderMuted": "#e0e1e4",
|
|
92
|
+
"idsColorBorderSubtle": "#f5f5f8",
|
|
93
|
+
"idsColorBorderFocus": "#7eaaff",
|
|
78
94
|
"idsTypographyLabel1x": {
|
|
79
95
|
"fontFamily": "Tomato Grotesk",
|
|
80
96
|
"fontSize": "16px",
|
|
@@ -89,12 +105,12 @@
|
|
|
89
105
|
"style": "solid"
|
|
90
106
|
},
|
|
91
107
|
"idsBorderPrimary": {
|
|
92
|
-
"color": "#
|
|
108
|
+
"color": "#2d2f35",
|
|
93
109
|
"width": "2px",
|
|
94
110
|
"style": "solid"
|
|
95
111
|
},
|
|
96
112
|
"idsBorderDisabled": {
|
|
97
|
-
"color": "#
|
|
113
|
+
"color": "#adaeb3",
|
|
98
114
|
"width": "2px",
|
|
99
115
|
"style": "solid"
|
|
100
116
|
},
|
|
@@ -102,28 +118,5 @@
|
|
|
102
118
|
"color": "#00000000",
|
|
103
119
|
"width": "2px",
|
|
104
120
|
"style": "solid"
|
|
105
|
-
}
|
|
106
|
-
"idsColorElementPrimaryDefault": "#ffffff",
|
|
107
|
-
"idsColorElementPrimaryHover": "#fafafb",
|
|
108
|
-
"idsColorElementPrimaryActive": "#f5f5f8",
|
|
109
|
-
"idsColorElementPrimaryOnprimary": "#101114",
|
|
110
|
-
"idsColorElementSecondaryDefault": "#00000000",
|
|
111
|
-
"idsColorElementSecondaryHover": "#142442",
|
|
112
|
-
"idsColorElementSecondaryActive": "#1e3560",
|
|
113
|
-
"idsColorElementSecondaryOnsecondary": "#ffffff",
|
|
114
|
-
"idsColorElementPrimaryinvertedDefault": "#101114",
|
|
115
|
-
"idsColorElementPrimaryinvertedHover": "#2d2f35",
|
|
116
|
-
"idsColorElementPrimaryinvertedActive": "#4d5057",
|
|
117
|
-
"idsColorElementPrimaryinvertedOnprimaryaccent": "#ffffff",
|
|
118
|
-
"idsColorElementPrimaryaccentinvertedDefault": "#ffffff",
|
|
119
|
-
"idsColorElementPrimaryaccentinvertedHover": "#fafafb",
|
|
120
|
-
"idsColorElementPrimaryaccentinvertedActive": "#f5f5f8",
|
|
121
|
-
"idsColorElementPrimaryaccentinvertedOnprimaryaccentinverted": "#101114",
|
|
122
|
-
"idsColorElementDisabled": "#707784",
|
|
123
|
-
"idsColorElementOndisabled": "#adaeb3",
|
|
124
|
-
"idsColorBorderPrimary": "#e0e1e4",
|
|
125
|
-
"idsColorBorderDisabled": "#707784",
|
|
126
|
-
"idsColorBorderMuted": "#8e9099",
|
|
127
|
-
"idsColorBorderSubtle": "#707784",
|
|
128
|
-
"idsColorBorderFocus": "#7eaaff"
|
|
121
|
+
}
|
|
129
122
|
}
|