@inversestudio/design-tokens 1.0.18 → 1.0.19
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 +14 -5
- package/dist/css/tokens.dark.css +14 -5
- package/dist/css/tokens.light.css +14 -5
- package/dist/esm/tokens.dark.js +27 -10
- package/dist/esm/tokens.js +22 -5
- package/dist/esm/tokens.light.js +22 -5
- package/dist/js/tokens.dark.js +27 -10
- package/dist/js/tokens.js +22 -5
- package/dist/js/tokens.light.js +22 -5
- package/dist/json/tokens.dark.json +22 -5
- package/dist/json/tokens.dark.nested.json +29 -6
- package/dist/json/tokens.json +22 -5
- package/dist/json/tokens.light.json +22 -5
- package/dist/json/tokens.light.nested.json +29 -6
- package/dist/json/tokens.nested.json +29 -6
- package/dist/scss/_tokens.dark.scss +27 -9
- package/dist/scss/_tokens.light.scss +27 -9
- package/dist/scss/_tokens.scss +27 -9
- package/dist/types/tokens.d.ts +56 -17
- package/dist/types/tokens.dark.d.ts +56 -17
- package/dist/types/tokens.light.d.ts +56 -17
- package/package.json +1 -1
package/dist/css/tokens.css
CHANGED
|
@@ -104,7 +104,9 @@
|
|
|
104
104
|
--ids-border-action-secondary: 2px solid #2d2f35;
|
|
105
105
|
--ids-border-action-disabled: 2px solid #adaeb3;
|
|
106
106
|
--ids-border-action-tertiary: 2px solid #00000000;
|
|
107
|
+
--ids-border-action-item-selected: 2px solid #3a64b8;
|
|
107
108
|
--ids-border-default: 1px solid #8e9099;
|
|
109
|
+
--ids-border-subtle: 1px solid #ebebef;
|
|
108
110
|
--ids-border-disabled: 1px solid #adaeb3;
|
|
109
111
|
--ids-border-focused: 2px solid #7eaaff;
|
|
110
112
|
--ids-color-background-default: #fafafb;
|
|
@@ -145,16 +147,23 @@
|
|
|
145
147
|
--ids-color-field-pressed: #e0e1e4;
|
|
146
148
|
--ids-color-field-onfield: #2d2f35;
|
|
147
149
|
--ids-color-field-onfieldmuted: #4d5057;
|
|
148
|
-
--ids-color-
|
|
149
|
-
--ids-color-
|
|
150
|
-
--ids-color-
|
|
151
|
-
--ids-color-
|
|
150
|
+
--ids-color-item-unselected-default: #00000000;
|
|
151
|
+
--ids-color-item-unselected-hover: #e6edfb;
|
|
152
|
+
--ids-color-item-unselected-pressed: #d1def8;
|
|
153
|
+
--ids-color-item-unselected-onnavigation: #2d2f35;
|
|
154
|
+
--ids-color-item-unselected-onnavigationdisabled: #8e9099;
|
|
155
|
+
--ids-color-item-selected-default: #00000000;
|
|
156
|
+
--ids-color-item-selected-hover: #e6edfb;
|
|
157
|
+
--ids-color-item-selected-pressed: #d1def8;
|
|
158
|
+
--ids-color-item-selected-onnavigation: #3a64b8;
|
|
159
|
+
--ids-color-item-selected-onnavigationdisabled: #8e9099;
|
|
152
160
|
--ids-color-border-transparent: #00000000;
|
|
153
161
|
--ids-color-border-strong: #2d2f35;
|
|
154
162
|
--ids-color-border-default: #8e9099;
|
|
155
163
|
--ids-color-border-muted: #c5c6cb;
|
|
156
|
-
--ids-color-border-subtle: #
|
|
164
|
+
--ids-color-border-subtle: #ebebef;
|
|
157
165
|
--ids-color-border-disabled: #adaeb3;
|
|
166
|
+
--ids-color-border-selected: #3a64b8;
|
|
158
167
|
--ids-color-border-focus: #7eaaff;
|
|
159
168
|
--ids-color-boxshadow-alpha16: lch(5.0543 1.8805 272.92 / 0.16);
|
|
160
169
|
--ids-color-boxshadow-alpha24: lch(5.0543 1.8805 272.92 / 0.24);
|
package/dist/css/tokens.dark.css
CHANGED
|
@@ -104,7 +104,9 @@
|
|
|
104
104
|
--ids-border-action-secondary: 2px solid #2d2f35;
|
|
105
105
|
--ids-border-action-disabled: 2px solid #adaeb3;
|
|
106
106
|
--ids-border-action-tertiary: 2px solid #00000000;
|
|
107
|
+
--ids-border-action-item-selected: 2px solid #3a64b8;
|
|
107
108
|
--ids-border-default: 1px solid #8e9099;
|
|
109
|
+
--ids-border-subtle: 1px solid #ebebef;
|
|
108
110
|
--ids-border-disabled: 1px solid #adaeb3;
|
|
109
111
|
--ids-border-focused: 2px solid #7eaaff;
|
|
110
112
|
--ids-color-background-default: #fafafb;
|
|
@@ -145,16 +147,23 @@
|
|
|
145
147
|
--ids-color-field-pressed: #e0e1e4;
|
|
146
148
|
--ids-color-field-onfield: #2d2f35;
|
|
147
149
|
--ids-color-field-onfieldmuted: #4d5057;
|
|
148
|
-
--ids-color-
|
|
149
|
-
--ids-color-
|
|
150
|
-
--ids-color-
|
|
151
|
-
--ids-color-
|
|
150
|
+
--ids-color-item-unselected-default: #00000000;
|
|
151
|
+
--ids-color-item-unselected-hover: #e6edfb;
|
|
152
|
+
--ids-color-item-unselected-pressed: #d1def8;
|
|
153
|
+
--ids-color-item-unselected-onnavigation: #2d2f35;
|
|
154
|
+
--ids-color-item-unselected-onnavigationdisabled: #8e9099;
|
|
155
|
+
--ids-color-item-selected-default: #00000000;
|
|
156
|
+
--ids-color-item-selected-hover: #e6edfb;
|
|
157
|
+
--ids-color-item-selected-pressed: #d1def8;
|
|
158
|
+
--ids-color-item-selected-onnavigation: #3a64b8;
|
|
159
|
+
--ids-color-item-selected-onnavigationdisabled: #8e9099;
|
|
152
160
|
--ids-color-border-transparent: #00000000;
|
|
153
161
|
--ids-color-border-strong: #2d2f35;
|
|
154
162
|
--ids-color-border-default: #8e9099;
|
|
155
163
|
--ids-color-border-muted: #c5c6cb;
|
|
156
|
-
--ids-color-border-subtle: #
|
|
164
|
+
--ids-color-border-subtle: #ebebef;
|
|
157
165
|
--ids-color-border-disabled: #adaeb3;
|
|
166
|
+
--ids-color-border-selected: #3a64b8;
|
|
158
167
|
--ids-color-border-focus: #7eaaff;
|
|
159
168
|
--ids-color-boxshadow-alpha16: lch(5.0543 1.8805 272.92 / 0.16);
|
|
160
169
|
--ids-color-boxshadow-alpha24: lch(5.0543 1.8805 272.92 / 0.24);
|
|
@@ -104,7 +104,9 @@
|
|
|
104
104
|
--ids-border-action-secondary: 2px solid #2d2f35;
|
|
105
105
|
--ids-border-action-disabled: 2px solid #adaeb3;
|
|
106
106
|
--ids-border-action-tertiary: 2px solid #00000000;
|
|
107
|
+
--ids-border-action-item-selected: 2px solid #3a64b8;
|
|
107
108
|
--ids-border-default: 1px solid #8e9099;
|
|
109
|
+
--ids-border-subtle: 1px solid #ebebef;
|
|
108
110
|
--ids-border-disabled: 1px solid #adaeb3;
|
|
109
111
|
--ids-border-focused: 2px solid #7eaaff;
|
|
110
112
|
--ids-color-background-default: #fafafb;
|
|
@@ -145,16 +147,23 @@
|
|
|
145
147
|
--ids-color-field-pressed: #e0e1e4;
|
|
146
148
|
--ids-color-field-onfield: #2d2f35;
|
|
147
149
|
--ids-color-field-onfieldmuted: #4d5057;
|
|
148
|
-
--ids-color-
|
|
149
|
-
--ids-color-
|
|
150
|
-
--ids-color-
|
|
151
|
-
--ids-color-
|
|
150
|
+
--ids-color-item-unselected-default: #00000000;
|
|
151
|
+
--ids-color-item-unselected-hover: #e6edfb;
|
|
152
|
+
--ids-color-item-unselected-pressed: #d1def8;
|
|
153
|
+
--ids-color-item-unselected-onnavigation: #2d2f35;
|
|
154
|
+
--ids-color-item-unselected-onnavigationdisabled: #8e9099;
|
|
155
|
+
--ids-color-item-selected-default: #00000000;
|
|
156
|
+
--ids-color-item-selected-hover: #e6edfb;
|
|
157
|
+
--ids-color-item-selected-pressed: #d1def8;
|
|
158
|
+
--ids-color-item-selected-onnavigation: #3a64b8;
|
|
159
|
+
--ids-color-item-selected-onnavigationdisabled: #8e9099;
|
|
152
160
|
--ids-color-border-transparent: #00000000;
|
|
153
161
|
--ids-color-border-strong: #2d2f35;
|
|
154
162
|
--ids-color-border-default: #8e9099;
|
|
155
163
|
--ids-color-border-muted: #c5c6cb;
|
|
156
|
-
--ids-color-border-subtle: #
|
|
164
|
+
--ids-color-border-subtle: #ebebef;
|
|
157
165
|
--ids-color-border-disabled: #adaeb3;
|
|
166
|
+
--ids-color-border-selected: #3a64b8;
|
|
158
167
|
--ids-color-border-focus: #7eaaff;
|
|
159
168
|
--ids-color-boxshadow-alpha16: lch(5.0543 1.8805 272.92 / 0.16);
|
|
160
169
|
--ids-color-boxshadow-alpha24: lch(5.0543 1.8805 272.92 / 0.24);
|
package/dist/esm/tokens.dark.js
CHANGED
|
@@ -123,11 +123,21 @@ export const idsBorderActionTertiary = {
|
|
|
123
123
|
width: "2px",
|
|
124
124
|
style: "solid",
|
|
125
125
|
}; // SEMANTIC - Teretiary border, invisible. Use for: tertiary call-to-action buttons.
|
|
126
|
+
export const idsBorderActionItemSelected = {
|
|
127
|
+
color: "#3a64b8",
|
|
128
|
+
width: "2px",
|
|
129
|
+
style: "solid",
|
|
130
|
+
}; // SEMANTIC – Border for selected items, displayed at the bottom.
|
|
126
131
|
export const idsBorderDefault = {
|
|
127
132
|
color: "#8e9099",
|
|
128
133
|
width: "1px",
|
|
129
134
|
style: "solid",
|
|
130
135
|
}; // SEMANTIC – Default border element with 3:1 contrast against all backgrounds and surfaces. Use for: Controls and input fields.
|
|
136
|
+
export const idsBorderSubtle = {
|
|
137
|
+
color: "#ebebef",
|
|
138
|
+
width: "1px",
|
|
139
|
+
style: "solid",
|
|
140
|
+
}; // SEMANTIC – Subtle border element with low contrast as decorator. Use for: Dividers.
|
|
131
141
|
export const idsBorderDisabled = {
|
|
132
142
|
color: "#adaeb3",
|
|
133
143
|
width: "1px",
|
|
@@ -157,35 +167,42 @@ export const idsColorActionTertiaryHover = "#e6edfb"; // SEMANTIC - Background c
|
|
|
157
167
|
export const idsColorActionTertiaryPressed = "#d1def8"; // SEMANTIC - Background color for tertiary element pressed state. Use for: transparent button active.
|
|
158
168
|
export const idsColorActionTertiaryOntertiary = "#2d2f35"; // SEMANTIC - Foreground color for text/icon ON tertiary backgrounds. Use for: all tertiary button texts and icons.
|
|
159
169
|
export const idsColorActionDisabledDefault = "#adaeb3"; // SEMANTIC - Disabled element background. Use for: Disabled backgrounds of primary action components.
|
|
160
|
-
export const idsColorActionDisabledMuted = "#00000000"; // SEMANTIC -
|
|
170
|
+
export const idsColorActionDisabledMuted = "#00000000"; // SEMANTIC - Transparent disabled action background. Use for: Disabled backgrounds in secondary and tertiary action components.
|
|
161
171
|
export const idsColorActionDisabledOndisabled = "#707784"; // SEMANTIC - Text/icon ON disabled backgrounds.
|
|
162
172
|
export const idsColorControlUnselectedDefault = "#F8F8FA"; // SEMANTIC - Background color for the default state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
163
173
|
export const idsColorControlUnselectedHover = "#e6edfb"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
164
174
|
export const idsColorControlUnselectedPressed = "#d1def8"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
165
175
|
export const idsColorControlUnselectedDisabled = "#e0e1e4"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
166
|
-
export const idsColorControlUnselectedIndicatorDefault = "#ffffff"; // SEMANTIC -
|
|
167
|
-
export const idsColorControlUnselectedIndicatorDisabled = "#c5c6cb"; // SEMANTIC -
|
|
176
|
+
export const idsColorControlUnselectedIndicatorDefault = "#ffffff"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
177
|
+
export const idsColorControlUnselectedIndicatorDisabled = "#c5c6cb"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
168
178
|
export const idsColorControlSelectedDefault = "#4d5057"; // SEMANTIC - Background color for the default state of controls that are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
169
179
|
export const idsColorControlSelectedHover = "#707784"; // SEMANTIC - Background color for the hover state of controls that are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
170
180
|
export const idsColorControlSelectedPressed = "#101114"; // SEMANTIC - Background color for the pressed state of controls that are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
171
181
|
export const idsColorControlSelectedDisabled = "#c5c6cb"; // SEMANTIC - Background color for the disabled state of controlsthat are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
172
|
-
export const idsColorControlSelectedIndicatorDefault = "#ffffff"; // SEMANTIC -
|
|
173
|
-
export const idsColorControlSelectedIndicatorDisabled = "#adaeb3"; // SEMANTIC -
|
|
182
|
+
export const idsColorControlSelectedIndicatorDefault = "#ffffff"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
183
|
+
export const idsColorControlSelectedIndicatorDisabled = "#adaeb3"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
174
184
|
export const idsColorFieldDefault = "#F8F8FA"; // SEMANTIC - Background color for the default state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
175
185
|
export const idsColorFieldHover = "#F8F8FA"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
176
186
|
export const idsColorFieldPressed = "#e0e1e4"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
177
187
|
export const idsColorFieldOnfield = "#2d2f35"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Non-empty state of input fields.
|
|
178
188
|
export const idsColorFieldOnfieldmuted = "#4d5057"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Default state of input fields.
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
181
|
-
export const
|
|
182
|
-
export const
|
|
189
|
+
export const idsColorItemUnselectedDefault = "#00000000";
|
|
190
|
+
export const idsColorItemUnselectedHover = "#e6edfb";
|
|
191
|
+
export const idsColorItemUnselectedPressed = "#d1def8";
|
|
192
|
+
export const idsColorItemUnselectedOnnavigation = "#2d2f35";
|
|
193
|
+
export const idsColorItemUnselectedOnnavigationdisabled = "#8e9099";
|
|
194
|
+
export const idsColorItemSelectedDefault = "#00000000";
|
|
195
|
+
export const idsColorItemSelectedHover = "#e6edfb";
|
|
196
|
+
export const idsColorItemSelectedPressed = "#d1def8";
|
|
197
|
+
export const idsColorItemSelectedOnnavigation = "#3a64b8";
|
|
198
|
+
export const idsColorItemSelectedOnnavigationdisabled = "#8e9099";
|
|
183
199
|
export const idsColorBorderTransparent = "#00000000"; // SEMANTIC - Transparent border. Use for: Composite border tokens that require transparent color.
|
|
184
200
|
export const idsColorBorderStrong = "#2d2f35"; // SEMANTIC - Strong border. Use for: Composite border tokens that require a dark border color.
|
|
185
201
|
export const idsColorBorderDefault = "#8e9099"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
186
202
|
export const idsColorBorderMuted = "#c5c6cb"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
187
|
-
export const idsColorBorderSubtle = "#
|
|
203
|
+
export const idsColorBorderSubtle = "#ebebef"; // SEMANTIC - Subtle border. Use for: Composite border tokens for hairline dividers.
|
|
188
204
|
export const idsColorBorderDisabled = "#adaeb3"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
205
|
+
export const idsColorBorderSelected = "#3a64b8"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
189
206
|
export const idsColorBorderFocus = "#7eaaff"; // SEMANTIC - Focus ring color. Use for: Composite border tokens that are used for keyboard focus on all interactive elements.
|
|
190
207
|
export const idsColorBoxshadowAlpha16 = "lch(5.0543 1.8805 272.92 / 0.16)"; // Box-shadow color with 16% opacity.
|
|
191
208
|
export const idsColorBoxshadowAlpha24 = "lch(5.0543 1.8805 272.92 / 0.24)"; // Box-shadow color with 24% opacity.
|
package/dist/esm/tokens.js
CHANGED
|
@@ -123,11 +123,21 @@ export const idsBorderActionTertiary = {
|
|
|
123
123
|
width: "2px",
|
|
124
124
|
style: "solid",
|
|
125
125
|
}; // SEMANTIC - Teretiary border, invisible. Use for: tertiary call-to-action buttons.
|
|
126
|
+
export const idsBorderActionItemSelected = {
|
|
127
|
+
color: "#3a64b8",
|
|
128
|
+
width: "2px",
|
|
129
|
+
style: "solid",
|
|
130
|
+
}; // SEMANTIC – Border for selected items, displayed at the bottom.
|
|
126
131
|
export const idsBorderDefault = {
|
|
127
132
|
color: "#8e9099",
|
|
128
133
|
width: "1px",
|
|
129
134
|
style: "solid",
|
|
130
135
|
}; // SEMANTIC – Default border element with 3:1 contrast against all backgrounds and surfaces. Use for: Controls and input fields.
|
|
136
|
+
export const idsBorderSubtle = {
|
|
137
|
+
color: "#ebebef",
|
|
138
|
+
width: "1px",
|
|
139
|
+
style: "solid",
|
|
140
|
+
}; // SEMANTIC – Subtle border element with low contrast as decorator. Use for: Dividers.
|
|
131
141
|
export const idsBorderDisabled = {
|
|
132
142
|
color: "#adaeb3",
|
|
133
143
|
width: "1px",
|
|
@@ -176,16 +186,23 @@ export const idsColorFieldHover = "#F8F8FA"; // SEMANTIC - Background color for
|
|
|
176
186
|
export const idsColorFieldPressed = "#e0e1e4"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
177
187
|
export const idsColorFieldOnfield = "#2d2f35"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Non-empty state of input fields.
|
|
178
188
|
export const idsColorFieldOnfieldmuted = "#4d5057"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Default state of input fields.
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
181
|
-
export const
|
|
182
|
-
export const
|
|
189
|
+
export const idsColorItemUnselectedDefault = "#00000000";
|
|
190
|
+
export const idsColorItemUnselectedHover = "#e6edfb";
|
|
191
|
+
export const idsColorItemUnselectedPressed = "#d1def8";
|
|
192
|
+
export const idsColorItemUnselectedOnnavigation = "#2d2f35";
|
|
193
|
+
export const idsColorItemUnselectedOnnavigationdisabled = "#8e9099";
|
|
194
|
+
export const idsColorItemSelectedDefault = "#00000000";
|
|
195
|
+
export const idsColorItemSelectedHover = "#e6edfb";
|
|
196
|
+
export const idsColorItemSelectedPressed = "#d1def8";
|
|
197
|
+
export const idsColorItemSelectedOnnavigation = "#3a64b8";
|
|
198
|
+
export const idsColorItemSelectedOnnavigationdisabled = "#8e9099";
|
|
183
199
|
export const idsColorBorderTransparent = "#00000000"; // SEMANTIC - Transparent border. Use for: Composite border tokens that require transparent color.
|
|
184
200
|
export const idsColorBorderStrong = "#2d2f35"; // SEMANTIC - Strong border. Use for: Composite border tokens that require a dark border color.
|
|
185
201
|
export const idsColorBorderDefault = "#8e9099"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
186
202
|
export const idsColorBorderMuted = "#c5c6cb"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
187
|
-
export const idsColorBorderSubtle = "#
|
|
203
|
+
export const idsColorBorderSubtle = "#ebebef"; // SEMANTIC - Subtle border. Use for: Composite border tokens for hairline dividers.
|
|
188
204
|
export const idsColorBorderDisabled = "#adaeb3"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
205
|
+
export const idsColorBorderSelected = "#3a64b8"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
189
206
|
export const idsColorBorderFocus = "#7eaaff"; // SEMANTIC - Focus ring color. Use for: Composite border tokens that are used for keyboard focus on all interactive elements.
|
|
190
207
|
export const idsColorBoxshadowAlpha16 = "lch(5.0543 1.8805 272.92 / 0.16)"; // Box-shadow color with 16% opacity.
|
|
191
208
|
export const idsColorBoxshadowAlpha24 = "lch(5.0543 1.8805 272.92 / 0.24)"; // Box-shadow color with 24% opacity.
|
package/dist/esm/tokens.light.js
CHANGED
|
@@ -123,11 +123,21 @@ export const idsBorderActionTertiary = {
|
|
|
123
123
|
width: "2px",
|
|
124
124
|
style: "solid",
|
|
125
125
|
}; // SEMANTIC - Teretiary border, invisible. Use for: tertiary call-to-action buttons.
|
|
126
|
+
export const idsBorderActionItemSelected = {
|
|
127
|
+
color: "#3a64b8",
|
|
128
|
+
width: "2px",
|
|
129
|
+
style: "solid",
|
|
130
|
+
}; // SEMANTIC – Border for selected items, displayed at the bottom.
|
|
126
131
|
export const idsBorderDefault = {
|
|
127
132
|
color: "#8e9099",
|
|
128
133
|
width: "1px",
|
|
129
134
|
style: "solid",
|
|
130
135
|
}; // SEMANTIC – Default border element with 3:1 contrast against all backgrounds and surfaces. Use for: Controls and input fields.
|
|
136
|
+
export const idsBorderSubtle = {
|
|
137
|
+
color: "#ebebef",
|
|
138
|
+
width: "1px",
|
|
139
|
+
style: "solid",
|
|
140
|
+
}; // SEMANTIC – Subtle border element with low contrast as decorator. Use for: Dividers.
|
|
131
141
|
export const idsBorderDisabled = {
|
|
132
142
|
color: "#adaeb3",
|
|
133
143
|
width: "1px",
|
|
@@ -176,16 +186,23 @@ export const idsColorFieldHover = "#F8F8FA"; // SEMANTIC - Background color for
|
|
|
176
186
|
export const idsColorFieldPressed = "#e0e1e4"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
177
187
|
export const idsColorFieldOnfield = "#2d2f35"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Non-empty state of input fields.
|
|
178
188
|
export const idsColorFieldOnfieldmuted = "#4d5057"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Default state of input fields.
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
181
|
-
export const
|
|
182
|
-
export const
|
|
189
|
+
export const idsColorItemUnselectedDefault = "#00000000";
|
|
190
|
+
export const idsColorItemUnselectedHover = "#e6edfb";
|
|
191
|
+
export const idsColorItemUnselectedPressed = "#d1def8";
|
|
192
|
+
export const idsColorItemUnselectedOnnavigation = "#2d2f35";
|
|
193
|
+
export const idsColorItemUnselectedOnnavigationdisabled = "#8e9099";
|
|
194
|
+
export const idsColorItemSelectedDefault = "#00000000";
|
|
195
|
+
export const idsColorItemSelectedHover = "#e6edfb";
|
|
196
|
+
export const idsColorItemSelectedPressed = "#d1def8";
|
|
197
|
+
export const idsColorItemSelectedOnnavigation = "#3a64b8";
|
|
198
|
+
export const idsColorItemSelectedOnnavigationdisabled = "#8e9099";
|
|
183
199
|
export const idsColorBorderTransparent = "#00000000"; // SEMANTIC - Transparent border. Use for: Composite border tokens that require transparent color.
|
|
184
200
|
export const idsColorBorderStrong = "#2d2f35"; // SEMANTIC - Strong border. Use for: Composite border tokens that require a dark border color.
|
|
185
201
|
export const idsColorBorderDefault = "#8e9099"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
186
202
|
export const idsColorBorderMuted = "#c5c6cb"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
187
|
-
export const idsColorBorderSubtle = "#
|
|
203
|
+
export const idsColorBorderSubtle = "#ebebef"; // SEMANTIC - Subtle border. Use for: Composite border tokens for hairline dividers.
|
|
188
204
|
export const idsColorBorderDisabled = "#adaeb3"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
205
|
+
export const idsColorBorderSelected = "#3a64b8"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
189
206
|
export const idsColorBorderFocus = "#7eaaff"; // SEMANTIC - Focus ring color. Use for: Composite border tokens that are used for keyboard focus on all interactive elements.
|
|
190
207
|
export const idsColorBoxshadowAlpha16 = "lch(5.0543 1.8805 272.92 / 0.16)"; // Box-shadow color with 16% opacity.
|
|
191
208
|
export const idsColorBoxshadowAlpha24 = "lch(5.0543 1.8805 272.92 / 0.24)"; // Box-shadow color with 24% opacity.
|
package/dist/js/tokens.dark.js
CHANGED
|
@@ -123,11 +123,21 @@ export const idsBorderActionTertiary = {
|
|
|
123
123
|
width: "2px",
|
|
124
124
|
style: "solid",
|
|
125
125
|
}; // SEMANTIC - Teretiary border, invisible. Use for: tertiary call-to-action buttons.
|
|
126
|
+
export const idsBorderActionItemSelected = {
|
|
127
|
+
color: "#3a64b8",
|
|
128
|
+
width: "2px",
|
|
129
|
+
style: "solid",
|
|
130
|
+
}; // SEMANTIC – Border for selected items, displayed at the bottom.
|
|
126
131
|
export const idsBorderDefault = {
|
|
127
132
|
color: "#8e9099",
|
|
128
133
|
width: "1px",
|
|
129
134
|
style: "solid",
|
|
130
135
|
}; // SEMANTIC – Default border element with 3:1 contrast against all backgrounds and surfaces. Use for: Controls and input fields.
|
|
136
|
+
export const idsBorderSubtle = {
|
|
137
|
+
color: "#ebebef",
|
|
138
|
+
width: "1px",
|
|
139
|
+
style: "solid",
|
|
140
|
+
}; // SEMANTIC – Subtle border element with low contrast as decorator. Use for: Dividers.
|
|
131
141
|
export const idsBorderDisabled = {
|
|
132
142
|
color: "#adaeb3",
|
|
133
143
|
width: "1px",
|
|
@@ -157,35 +167,42 @@ export const idsColorActionTertiaryHover = "#e6edfb"; // SEMANTIC - Background c
|
|
|
157
167
|
export const idsColorActionTertiaryPressed = "#d1def8"; // SEMANTIC - Background color for tertiary element pressed state. Use for: transparent button active.
|
|
158
168
|
export const idsColorActionTertiaryOntertiary = "#2d2f35"; // SEMANTIC - Foreground color for text/icon ON tertiary backgrounds. Use for: all tertiary button texts and icons.
|
|
159
169
|
export const idsColorActionDisabledDefault = "#adaeb3"; // SEMANTIC - Disabled element background. Use for: Disabled backgrounds of primary action components.
|
|
160
|
-
export const idsColorActionDisabledMuted = "#00000000"; // SEMANTIC -
|
|
170
|
+
export const idsColorActionDisabledMuted = "#00000000"; // SEMANTIC - Transparent disabled action background. Use for: Disabled backgrounds in secondary and tertiary action components.
|
|
161
171
|
export const idsColorActionDisabledOndisabled = "#707784"; // SEMANTIC - Text/icon ON disabled backgrounds.
|
|
162
172
|
export const idsColorControlUnselectedDefault = "#F8F8FA"; // SEMANTIC - Background color for the default state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
163
173
|
export const idsColorControlUnselectedHover = "#e6edfb"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
164
174
|
export const idsColorControlUnselectedPressed = "#d1def8"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
165
175
|
export const idsColorControlUnselectedDisabled = "#e0e1e4"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
166
|
-
export const idsColorControlUnselectedIndicatorDefault = "#ffffff"; // SEMANTIC -
|
|
167
|
-
export const idsColorControlUnselectedIndicatorDisabled = "#c5c6cb"; // SEMANTIC -
|
|
176
|
+
export const idsColorControlUnselectedIndicatorDefault = "#ffffff"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
177
|
+
export const idsColorControlUnselectedIndicatorDisabled = "#c5c6cb"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
168
178
|
export const idsColorControlSelectedDefault = "#4d5057"; // SEMANTIC - Background color for the default state of controls that are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
169
179
|
export const idsColorControlSelectedHover = "#707784"; // SEMANTIC - Background color for the hover state of controls that are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
170
180
|
export const idsColorControlSelectedPressed = "#101114"; // SEMANTIC - Background color for the pressed state of controls that are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
171
181
|
export const idsColorControlSelectedDisabled = "#c5c6cb"; // SEMANTIC - Background color for the disabled state of controlsthat are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
172
|
-
export const idsColorControlSelectedIndicatorDefault = "#ffffff"; // SEMANTIC -
|
|
173
|
-
export const idsColorControlSelectedIndicatorDisabled = "#adaeb3"; // SEMANTIC -
|
|
182
|
+
export const idsColorControlSelectedIndicatorDefault = "#ffffff"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
183
|
+
export const idsColorControlSelectedIndicatorDisabled = "#adaeb3"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
174
184
|
export const idsColorFieldDefault = "#F8F8FA"; // SEMANTIC - Background color for the default state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
175
185
|
export const idsColorFieldHover = "#F8F8FA"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
176
186
|
export const idsColorFieldPressed = "#e0e1e4"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
177
187
|
export const idsColorFieldOnfield = "#2d2f35"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Non-empty state of input fields.
|
|
178
188
|
export const idsColorFieldOnfieldmuted = "#4d5057"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Default state of input fields.
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
181
|
-
export const
|
|
182
|
-
export const
|
|
189
|
+
export const idsColorItemUnselectedDefault = "#00000000";
|
|
190
|
+
export const idsColorItemUnselectedHover = "#e6edfb";
|
|
191
|
+
export const idsColorItemUnselectedPressed = "#d1def8";
|
|
192
|
+
export const idsColorItemUnselectedOnnavigation = "#2d2f35";
|
|
193
|
+
export const idsColorItemUnselectedOnnavigationdisabled = "#8e9099";
|
|
194
|
+
export const idsColorItemSelectedDefault = "#00000000";
|
|
195
|
+
export const idsColorItemSelectedHover = "#e6edfb";
|
|
196
|
+
export const idsColorItemSelectedPressed = "#d1def8";
|
|
197
|
+
export const idsColorItemSelectedOnnavigation = "#3a64b8";
|
|
198
|
+
export const idsColorItemSelectedOnnavigationdisabled = "#8e9099";
|
|
183
199
|
export const idsColorBorderTransparent = "#00000000"; // SEMANTIC - Transparent border. Use for: Composite border tokens that require transparent color.
|
|
184
200
|
export const idsColorBorderStrong = "#2d2f35"; // SEMANTIC - Strong border. Use for: Composite border tokens that require a dark border color.
|
|
185
201
|
export const idsColorBorderDefault = "#8e9099"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
186
202
|
export const idsColorBorderMuted = "#c5c6cb"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
187
|
-
export const idsColorBorderSubtle = "#
|
|
203
|
+
export const idsColorBorderSubtle = "#ebebef"; // SEMANTIC - Subtle border. Use for: Composite border tokens for hairline dividers.
|
|
188
204
|
export const idsColorBorderDisabled = "#adaeb3"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
205
|
+
export const idsColorBorderSelected = "#3a64b8"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
189
206
|
export const idsColorBorderFocus = "#7eaaff"; // SEMANTIC - Focus ring color. Use for: Composite border tokens that are used for keyboard focus on all interactive elements.
|
|
190
207
|
export const idsColorBoxshadowAlpha16 = "lch(5.0543 1.8805 272.92 / 0.16)"; // Box-shadow color with 16% opacity.
|
|
191
208
|
export const idsColorBoxshadowAlpha24 = "lch(5.0543 1.8805 272.92 / 0.24)"; // Box-shadow color with 24% opacity.
|
package/dist/js/tokens.js
CHANGED
|
@@ -123,11 +123,21 @@ export const idsBorderActionTertiary = {
|
|
|
123
123
|
width: "2px",
|
|
124
124
|
style: "solid",
|
|
125
125
|
}; // SEMANTIC - Teretiary border, invisible. Use for: tertiary call-to-action buttons.
|
|
126
|
+
export const idsBorderActionItemSelected = {
|
|
127
|
+
color: "#3a64b8",
|
|
128
|
+
width: "2px",
|
|
129
|
+
style: "solid",
|
|
130
|
+
}; // SEMANTIC – Border for selected items, displayed at the bottom.
|
|
126
131
|
export const idsBorderDefault = {
|
|
127
132
|
color: "#8e9099",
|
|
128
133
|
width: "1px",
|
|
129
134
|
style: "solid",
|
|
130
135
|
}; // SEMANTIC – Default border element with 3:1 contrast against all backgrounds and surfaces. Use for: Controls and input fields.
|
|
136
|
+
export const idsBorderSubtle = {
|
|
137
|
+
color: "#ebebef",
|
|
138
|
+
width: "1px",
|
|
139
|
+
style: "solid",
|
|
140
|
+
}; // SEMANTIC – Subtle border element with low contrast as decorator. Use for: Dividers.
|
|
131
141
|
export const idsBorderDisabled = {
|
|
132
142
|
color: "#adaeb3",
|
|
133
143
|
width: "1px",
|
|
@@ -176,16 +186,23 @@ export const idsColorFieldHover = "#F8F8FA"; // SEMANTIC - Background color for
|
|
|
176
186
|
export const idsColorFieldPressed = "#e0e1e4"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
177
187
|
export const idsColorFieldOnfield = "#2d2f35"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Non-empty state of input fields.
|
|
178
188
|
export const idsColorFieldOnfieldmuted = "#4d5057"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Default state of input fields.
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
181
|
-
export const
|
|
182
|
-
export const
|
|
189
|
+
export const idsColorItemUnselectedDefault = "#00000000";
|
|
190
|
+
export const idsColorItemUnselectedHover = "#e6edfb";
|
|
191
|
+
export const idsColorItemUnselectedPressed = "#d1def8";
|
|
192
|
+
export const idsColorItemUnselectedOnnavigation = "#2d2f35";
|
|
193
|
+
export const idsColorItemUnselectedOnnavigationdisabled = "#8e9099";
|
|
194
|
+
export const idsColorItemSelectedDefault = "#00000000";
|
|
195
|
+
export const idsColorItemSelectedHover = "#e6edfb";
|
|
196
|
+
export const idsColorItemSelectedPressed = "#d1def8";
|
|
197
|
+
export const idsColorItemSelectedOnnavigation = "#3a64b8";
|
|
198
|
+
export const idsColorItemSelectedOnnavigationdisabled = "#8e9099";
|
|
183
199
|
export const idsColorBorderTransparent = "#00000000"; // SEMANTIC - Transparent border. Use for: Composite border tokens that require transparent color.
|
|
184
200
|
export const idsColorBorderStrong = "#2d2f35"; // SEMANTIC - Strong border. Use for: Composite border tokens that require a dark border color.
|
|
185
201
|
export const idsColorBorderDefault = "#8e9099"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
186
202
|
export const idsColorBorderMuted = "#c5c6cb"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
187
|
-
export const idsColorBorderSubtle = "#
|
|
203
|
+
export const idsColorBorderSubtle = "#ebebef"; // SEMANTIC - Subtle border. Use for: Composite border tokens for hairline dividers.
|
|
188
204
|
export const idsColorBorderDisabled = "#adaeb3"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
205
|
+
export const idsColorBorderSelected = "#3a64b8"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
189
206
|
export const idsColorBorderFocus = "#7eaaff"; // SEMANTIC - Focus ring color. Use for: Composite border tokens that are used for keyboard focus on all interactive elements.
|
|
190
207
|
export const idsColorBoxshadowAlpha16 = "lch(5.0543 1.8805 272.92 / 0.16)"; // Box-shadow color with 16% opacity.
|
|
191
208
|
export const idsColorBoxshadowAlpha24 = "lch(5.0543 1.8805 272.92 / 0.24)"; // Box-shadow color with 24% opacity.
|
package/dist/js/tokens.light.js
CHANGED
|
@@ -123,11 +123,21 @@ export const idsBorderActionTertiary = {
|
|
|
123
123
|
width: "2px",
|
|
124
124
|
style: "solid",
|
|
125
125
|
}; // SEMANTIC - Teretiary border, invisible. Use for: tertiary call-to-action buttons.
|
|
126
|
+
export const idsBorderActionItemSelected = {
|
|
127
|
+
color: "#3a64b8",
|
|
128
|
+
width: "2px",
|
|
129
|
+
style: "solid",
|
|
130
|
+
}; // SEMANTIC – Border for selected items, displayed at the bottom.
|
|
126
131
|
export const idsBorderDefault = {
|
|
127
132
|
color: "#8e9099",
|
|
128
133
|
width: "1px",
|
|
129
134
|
style: "solid",
|
|
130
135
|
}; // SEMANTIC – Default border element with 3:1 contrast against all backgrounds and surfaces. Use for: Controls and input fields.
|
|
136
|
+
export const idsBorderSubtle = {
|
|
137
|
+
color: "#ebebef",
|
|
138
|
+
width: "1px",
|
|
139
|
+
style: "solid",
|
|
140
|
+
}; // SEMANTIC – Subtle border element with low contrast as decorator. Use for: Dividers.
|
|
131
141
|
export const idsBorderDisabled = {
|
|
132
142
|
color: "#adaeb3",
|
|
133
143
|
width: "1px",
|
|
@@ -176,16 +186,23 @@ export const idsColorFieldHover = "#F8F8FA"; // SEMANTIC - Background color for
|
|
|
176
186
|
export const idsColorFieldPressed = "#e0e1e4"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
177
187
|
export const idsColorFieldOnfield = "#2d2f35"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Non-empty state of input fields.
|
|
178
188
|
export const idsColorFieldOnfieldmuted = "#4d5057"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Default state of input fields.
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
181
|
-
export const
|
|
182
|
-
export const
|
|
189
|
+
export const idsColorItemUnselectedDefault = "#00000000";
|
|
190
|
+
export const idsColorItemUnselectedHover = "#e6edfb";
|
|
191
|
+
export const idsColorItemUnselectedPressed = "#d1def8";
|
|
192
|
+
export const idsColorItemUnselectedOnnavigation = "#2d2f35";
|
|
193
|
+
export const idsColorItemUnselectedOnnavigationdisabled = "#8e9099";
|
|
194
|
+
export const idsColorItemSelectedDefault = "#00000000";
|
|
195
|
+
export const idsColorItemSelectedHover = "#e6edfb";
|
|
196
|
+
export const idsColorItemSelectedPressed = "#d1def8";
|
|
197
|
+
export const idsColorItemSelectedOnnavigation = "#3a64b8";
|
|
198
|
+
export const idsColorItemSelectedOnnavigationdisabled = "#8e9099";
|
|
183
199
|
export const idsColorBorderTransparent = "#00000000"; // SEMANTIC - Transparent border. Use for: Composite border tokens that require transparent color.
|
|
184
200
|
export const idsColorBorderStrong = "#2d2f35"; // SEMANTIC - Strong border. Use for: Composite border tokens that require a dark border color.
|
|
185
201
|
export const idsColorBorderDefault = "#8e9099"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
186
202
|
export const idsColorBorderMuted = "#c5c6cb"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
187
|
-
export const idsColorBorderSubtle = "#
|
|
203
|
+
export const idsColorBorderSubtle = "#ebebef"; // SEMANTIC - Subtle border. Use for: Composite border tokens for hairline dividers.
|
|
188
204
|
export const idsColorBorderDisabled = "#adaeb3"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
205
|
+
export const idsColorBorderSelected = "#3a64b8"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
189
206
|
export const idsColorBorderFocus = "#7eaaff"; // SEMANTIC - Focus ring color. Use for: Composite border tokens that are used for keyboard focus on all interactive elements.
|
|
190
207
|
export const idsColorBoxshadowAlpha16 = "lch(5.0543 1.8805 272.92 / 0.16)"; // Box-shadow color with 16% opacity.
|
|
191
208
|
export const idsColorBoxshadowAlpha24 = "lch(5.0543 1.8805 272.92 / 0.24)"; // Box-shadow color with 24% opacity.
|
|
@@ -120,11 +120,21 @@
|
|
|
120
120
|
"width": "2px",
|
|
121
121
|
"style": "solid"
|
|
122
122
|
},
|
|
123
|
+
"idsBorderActionItemSelected": {
|
|
124
|
+
"color": "#3a64b8",
|
|
125
|
+
"width": "2px",
|
|
126
|
+
"style": "solid"
|
|
127
|
+
},
|
|
123
128
|
"idsBorderDefault": {
|
|
124
129
|
"color": "#8e9099",
|
|
125
130
|
"width": "1px",
|
|
126
131
|
"style": "solid"
|
|
127
132
|
},
|
|
133
|
+
"idsBorderSubtle": {
|
|
134
|
+
"color": "#ebebef",
|
|
135
|
+
"width": "1px",
|
|
136
|
+
"style": "solid"
|
|
137
|
+
},
|
|
128
138
|
"idsBorderDisabled": {
|
|
129
139
|
"color": "#adaeb3",
|
|
130
140
|
"width": "1px",
|
|
@@ -173,16 +183,23 @@
|
|
|
173
183
|
"idsColorFieldPressed": "#e0e1e4",
|
|
174
184
|
"idsColorFieldOnfield": "#2d2f35",
|
|
175
185
|
"idsColorFieldOnfieldmuted": "#4d5057",
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
186
|
+
"idsColorItemUnselectedDefault": "#00000000",
|
|
187
|
+
"idsColorItemUnselectedHover": "#e6edfb",
|
|
188
|
+
"idsColorItemUnselectedPressed": "#d1def8",
|
|
189
|
+
"idsColorItemUnselectedOnnavigation": "#2d2f35",
|
|
190
|
+
"idsColorItemUnselectedOnnavigationdisabled": "#8e9099",
|
|
191
|
+
"idsColorItemSelectedDefault": "#00000000",
|
|
192
|
+
"idsColorItemSelectedHover": "#e6edfb",
|
|
193
|
+
"idsColorItemSelectedPressed": "#d1def8",
|
|
194
|
+
"idsColorItemSelectedOnnavigation": "#3a64b8",
|
|
195
|
+
"idsColorItemSelectedOnnavigationdisabled": "#8e9099",
|
|
180
196
|
"idsColorBorderTransparent": "#00000000",
|
|
181
197
|
"idsColorBorderStrong": "#2d2f35",
|
|
182
198
|
"idsColorBorderDefault": "#8e9099",
|
|
183
199
|
"idsColorBorderMuted": "#c5c6cb",
|
|
184
|
-
"idsColorBorderSubtle": "#
|
|
200
|
+
"idsColorBorderSubtle": "#ebebef",
|
|
185
201
|
"idsColorBorderDisabled": "#adaeb3",
|
|
202
|
+
"idsColorBorderSelected": "#3a64b8",
|
|
186
203
|
"idsColorBorderFocus": "#7eaaff",
|
|
187
204
|
"idsColorBoxshadowAlpha16": "lch(5.0543 1.8805 272.92 / 0.16)",
|
|
188
205
|
"idsColorBoxshadowAlpha24": "lch(5.0543 1.8805 272.92 / 0.24)",
|
|
@@ -160,6 +160,13 @@
|
|
|
160
160
|
"color": "#00000000",
|
|
161
161
|
"width": "2px",
|
|
162
162
|
"style": "solid"
|
|
163
|
+
},
|
|
164
|
+
"item": {
|
|
165
|
+
"selected": {
|
|
166
|
+
"color": "#3a64b8",
|
|
167
|
+
"width": "2px",
|
|
168
|
+
"style": "solid"
|
|
169
|
+
}
|
|
163
170
|
}
|
|
164
171
|
},
|
|
165
172
|
"default": {
|
|
@@ -167,6 +174,11 @@
|
|
|
167
174
|
"width": "1px",
|
|
168
175
|
"style": "solid"
|
|
169
176
|
},
|
|
177
|
+
"subtle": {
|
|
178
|
+
"color": "#ebebef",
|
|
179
|
+
"width": "1px",
|
|
180
|
+
"style": "solid"
|
|
181
|
+
},
|
|
170
182
|
"disabled": {
|
|
171
183
|
"color": "#adaeb3",
|
|
172
184
|
"width": "1px",
|
|
@@ -245,19 +257,30 @@
|
|
|
245
257
|
"onField": "#2d2f35",
|
|
246
258
|
"onFieldMuted": "#4d5057"
|
|
247
259
|
},
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
260
|
+
"item": {
|
|
261
|
+
"unselected": {
|
|
262
|
+
"default": "#00000000",
|
|
263
|
+
"hover": "#e6edfb",
|
|
264
|
+
"pressed": "#d1def8",
|
|
265
|
+
"onNavigation": "#2d2f35",
|
|
266
|
+
"onNavigationDisabled": "#8e9099"
|
|
267
|
+
},
|
|
268
|
+
"selected": {
|
|
269
|
+
"default": "#00000000",
|
|
270
|
+
"hover": "#e6edfb",
|
|
271
|
+
"pressed": "#d1def8",
|
|
272
|
+
"onNavigation": "#3a64b8",
|
|
273
|
+
"onNavigationDisabled": "#8e9099"
|
|
274
|
+
}
|
|
253
275
|
},
|
|
254
276
|
"border": {
|
|
255
277
|
"transparent": "#00000000",
|
|
256
278
|
"strong": "#2d2f35",
|
|
257
279
|
"default": "#8e9099",
|
|
258
280
|
"muted": "#c5c6cb",
|
|
259
|
-
"subtle": "#
|
|
281
|
+
"subtle": "#ebebef",
|
|
260
282
|
"disabled": "#adaeb3",
|
|
283
|
+
"selected": "#3a64b8",
|
|
261
284
|
"focus": "#7eaaff"
|
|
262
285
|
},
|
|
263
286
|
"boxShadow": {
|