@inversestudio/design-tokens 1.1.2 → 1.1.4
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 +2 -2
- package/dist/css/tokens.dark.css +55 -55
- package/dist/css/tokens.light.css +2 -2
- package/dist/esm/tokens.dark.js +56 -56
- package/dist/esm/tokens.js +2 -2
- package/dist/esm/tokens.light.js +2 -2
- package/dist/js/tokens.dark.js +56 -56
- package/dist/js/tokens.js +2 -2
- package/dist/js/tokens.light.js +2 -2
- package/dist/json/tokens.dark.json +55 -55
- package/dist/json/tokens.dark.nested.json +55 -55
- package/dist/json/tokens.json +2 -2
- package/dist/json/tokens.light.json +2 -2
- package/dist/json/tokens.light.nested.json +2 -2
- package/dist/json/tokens.nested.json +2 -2
- package/dist/scss/_tokens.dark.scss +60 -60
- package/dist/scss/_tokens.light.scss +4 -4
- package/dist/scss/_tokens.scss +4 -4
- package/dist/types/tokens.d.ts +6 -6
- package/dist/types/tokens.dark.d.ts +103 -103
- package/dist/types/tokens.light.d.ts +6 -6
- package/package.json +1 -1
package/dist/css/tokens.css
CHANGED
|
@@ -135,13 +135,13 @@
|
|
|
135
135
|
--ids-color-control-unselected-hover: #e6edfb;
|
|
136
136
|
--ids-color-control-unselected-pressed: #d1def8;
|
|
137
137
|
--ids-color-control-unselected-disabled: #e0e1e4;
|
|
138
|
-
--ids-color-control-unselected-indicator-
|
|
138
|
+
--ids-color-control-unselected-indicator-enabled: #ffffff;
|
|
139
139
|
--ids-color-control-unselected-indicator-disabled: #c5c6cb;
|
|
140
140
|
--ids-color-control-selected-default: #4d5057;
|
|
141
141
|
--ids-color-control-selected-hover: #707784;
|
|
142
142
|
--ids-color-control-selected-pressed: #101114;
|
|
143
143
|
--ids-color-control-selected-disabled: #c5c6cb;
|
|
144
|
-
--ids-color-control-selected-indicator-
|
|
144
|
+
--ids-color-control-selected-indicator-enabled: #ffffff;
|
|
145
145
|
--ids-color-control-selected-indicator-disabled: #adaeb3;
|
|
146
146
|
--ids-color-field-default: #F8F8FA;
|
|
147
147
|
--ids-color-field-hover: #F8F8FA;
|
package/dist/css/tokens.dark.css
CHANGED
|
@@ -102,68 +102,68 @@
|
|
|
102
102
|
--ids-borderradius-full: 1600px;
|
|
103
103
|
--ids-borderradius-1x: 16px;
|
|
104
104
|
--ids-border-action-primary: 2px solid #00000000;
|
|
105
|
-
--ids-border-action-secondary: 2px solid #
|
|
106
|
-
--ids-border-action-disabled: 2px solid #
|
|
105
|
+
--ids-border-action-secondary: 2px solid #fafafb;
|
|
106
|
+
--ids-border-action-disabled: 2px solid #c5c6cb;
|
|
107
107
|
--ids-border-action-tertiary: 2px solid #00000000;
|
|
108
|
-
--ids-border-action-item-selected: 2px solid #
|
|
109
|
-
--ids-border-default: 1px solid #
|
|
110
|
-
--ids-border-subtle: 1px solid #
|
|
111
|
-
--ids-border-disabled: 1px solid #
|
|
108
|
+
--ids-border-action-item-selected: 2px solid #7eaaff;
|
|
109
|
+
--ids-border-default: 1px solid #e0e1e4;
|
|
110
|
+
--ids-border-subtle: 1px solid #707784;
|
|
111
|
+
--ids-border-disabled: 1px solid #c5c6cb;
|
|
112
112
|
--ids-border-focused: 2px solid #7eaaff;
|
|
113
|
-
--ids-color-background-default: #
|
|
114
|
-
--ids-color-surface-bright: #
|
|
115
|
-
--ids-color-surface-muted: #
|
|
116
|
-
--ids-color-foreground-default: #
|
|
117
|
-
--ids-color-foreground-muted: #
|
|
118
|
-
--ids-color-foreground-disabled: #
|
|
119
|
-
--ids-color-action-primary-default: #
|
|
120
|
-
--ids-color-action-primary-hover: #
|
|
121
|
-
--ids-color-action-primary-pressed: #
|
|
122
|
-
--ids-color-action-primary-onprimary: #
|
|
113
|
+
--ids-color-background-default: #2d2f35;
|
|
114
|
+
--ids-color-surface-bright: #4d5057;
|
|
115
|
+
--ids-color-surface-muted: #101114;
|
|
116
|
+
--ids-color-foreground-default: #fafafb;
|
|
117
|
+
--ids-color-foreground-muted: #ebebef;
|
|
118
|
+
--ids-color-foreground-disabled: #c5c6cb;
|
|
119
|
+
--ids-color-action-primary-default: #fafafb;
|
|
120
|
+
--ids-color-action-primary-hover: #F8F8FA;
|
|
121
|
+
--ids-color-action-primary-pressed: #ffffff;
|
|
122
|
+
--ids-color-action-primary-onprimary: #2d2f35;
|
|
123
123
|
--ids-color-action-secondary-default: #00000000;
|
|
124
|
-
--ids-color-action-secondary-hover: #
|
|
125
|
-
--ids-color-action-secondary-pressed: #
|
|
126
|
-
--ids-color-action-secondary-onsecondary: #
|
|
124
|
+
--ids-color-action-secondary-hover: #142442;
|
|
125
|
+
--ids-color-action-secondary-pressed: #1e3560;
|
|
126
|
+
--ids-color-action-secondary-onsecondary: #fafafb;
|
|
127
127
|
--ids-color-action-tertiary-default: #00000000;
|
|
128
|
-
--ids-color-action-tertiary-hover: #
|
|
129
|
-
--ids-color-action-tertiary-pressed: #
|
|
130
|
-
--ids-color-action-tertiary-ontertiary: #
|
|
131
|
-
--ids-color-action-disabled-default: #
|
|
128
|
+
--ids-color-action-tertiary-hover: #142442;
|
|
129
|
+
--ids-color-action-tertiary-pressed: #1e3560;
|
|
130
|
+
--ids-color-action-tertiary-ontertiary: #fafafb;
|
|
131
|
+
--ids-color-action-disabled-default: #8e9099;
|
|
132
132
|
--ids-color-action-disabled-muted: #00000000;
|
|
133
|
-
--ids-color-action-disabled-ondisabled: #
|
|
134
|
-
--ids-color-control-unselected-default: #
|
|
135
|
-
--ids-color-control-unselected-hover: #
|
|
136
|
-
--ids-color-control-unselected-pressed: #
|
|
137
|
-
--ids-color-control-unselected-disabled: #
|
|
138
|
-
--ids-color-control-unselected-indicator-
|
|
139
|
-
--ids-color-control-unselected-indicator-disabled: #
|
|
140
|
-
--ids-color-control-selected-default: #
|
|
141
|
-
--ids-color-control-selected-hover: #
|
|
142
|
-
--ids-color-control-selected-pressed: #
|
|
143
|
-
--ids-color-control-selected-disabled: #
|
|
144
|
-
--ids-color-control-selected-indicator-
|
|
145
|
-
--ids-color-control-selected-indicator-disabled: #
|
|
146
|
-
--ids-color-field-default: #
|
|
147
|
-
--ids-color-field-hover: #
|
|
148
|
-
--ids-color-field-pressed: #
|
|
149
|
-
--ids-color-field-onfield: #
|
|
150
|
-
--ids-color-field-onfieldmuted: #
|
|
133
|
+
--ids-color-action-disabled-ondisabled: #ebebef;
|
|
134
|
+
--ids-color-control-unselected-default: #707784;
|
|
135
|
+
--ids-color-control-unselected-hover: #142442;
|
|
136
|
+
--ids-color-control-unselected-pressed: #1e3560;
|
|
137
|
+
--ids-color-control-unselected-disabled: #8e9099;
|
|
138
|
+
--ids-color-control-unselected-indicator-enabled: #fafafb;
|
|
139
|
+
--ids-color-control-unselected-indicator-disabled: #adaeb3;
|
|
140
|
+
--ids-color-control-selected-default: #F8F8FA;
|
|
141
|
+
--ids-color-control-selected-hover: #ebebef;
|
|
142
|
+
--ids-color-control-selected-pressed: #ffffff;
|
|
143
|
+
--ids-color-control-selected-disabled: #adaeb3;
|
|
144
|
+
--ids-color-control-selected-indicator-enabled: #2d2f35;
|
|
145
|
+
--ids-color-control-selected-indicator-disabled: #c5c6cb;
|
|
146
|
+
--ids-color-field-default: #707784;
|
|
147
|
+
--ids-color-field-hover: #707784;
|
|
148
|
+
--ids-color-field-pressed: #8e9099;
|
|
149
|
+
--ids-color-field-onfield: #fafafb;
|
|
150
|
+
--ids-color-field-onfieldmuted: #F8F8FA;
|
|
151
151
|
--ids-color-item-unselected-default: #00000000;
|
|
152
|
-
--ids-color-item-unselected-hover: #
|
|
153
|
-
--ids-color-item-unselected-pressed: #
|
|
154
|
-
--ids-color-item-unselected-
|
|
155
|
-
--ids-color-item-unselected-
|
|
156
|
-
--ids-color-item-selected-default: lch(
|
|
157
|
-
--ids-color-item-selected-hover: #
|
|
158
|
-
--ids-color-item-selected-pressed: #
|
|
159
|
-
--ids-color-item-selected-
|
|
152
|
+
--ids-color-item-unselected-hover: #142442;
|
|
153
|
+
--ids-color-item-unselected-pressed: #1e3560;
|
|
154
|
+
--ids-color-item-unselected-onitem: #fafafb;
|
|
155
|
+
--ids-color-item-unselected-onitemdisabled: #e0e1e4;
|
|
156
|
+
--ids-color-item-selected-default: lch(14.12 21.512 275.11 / 0.48);
|
|
157
|
+
--ids-color-item-selected-hover: #142442;
|
|
158
|
+
--ids-color-item-selected-pressed: #1e3560;
|
|
159
|
+
--ids-color-item-selected-onitem: #7eaaff;
|
|
160
160
|
--ids-color-border-transparent: #00000000;
|
|
161
|
-
--ids-color-border-strong: #
|
|
162
|
-
--ids-color-border-default: #
|
|
163
|
-
--ids-color-border-muted: #
|
|
164
|
-
--ids-color-border-subtle: #
|
|
165
|
-
--ids-color-border-disabled: #
|
|
166
|
-
--ids-color-border-selected: #
|
|
161
|
+
--ids-color-border-strong: #fafafb;
|
|
162
|
+
--ids-color-border-default: #e0e1e4;
|
|
163
|
+
--ids-color-border-muted: #adaeb3;
|
|
164
|
+
--ids-color-border-subtle: #707784;
|
|
165
|
+
--ids-color-border-disabled: #c5c6cb;
|
|
166
|
+
--ids-color-border-selected: #7eaaff;
|
|
167
167
|
--ids-color-border-focus: #7eaaff;
|
|
168
168
|
--ids-color-boxshadow-alpha16: lch(5.0543 1.8805 272.92 / 0.16);
|
|
169
169
|
--ids-color-boxshadow-alpha24: lch(5.0543 1.8805 272.92 / 0.24);
|
|
@@ -135,13 +135,13 @@
|
|
|
135
135
|
--ids-color-control-unselected-hover: #e6edfb;
|
|
136
136
|
--ids-color-control-unselected-pressed: #d1def8;
|
|
137
137
|
--ids-color-control-unselected-disabled: #e0e1e4;
|
|
138
|
-
--ids-color-control-unselected-indicator-
|
|
138
|
+
--ids-color-control-unselected-indicator-enabled: #ffffff;
|
|
139
139
|
--ids-color-control-unselected-indicator-disabled: #c5c6cb;
|
|
140
140
|
--ids-color-control-selected-default: #4d5057;
|
|
141
141
|
--ids-color-control-selected-hover: #707784;
|
|
142
142
|
--ids-color-control-selected-pressed: #101114;
|
|
143
143
|
--ids-color-control-selected-disabled: #c5c6cb;
|
|
144
|
-
--ids-color-control-selected-indicator-
|
|
144
|
+
--ids-color-control-selected-indicator-enabled: #ffffff;
|
|
145
145
|
--ids-color-control-selected-indicator-disabled: #adaeb3;
|
|
146
146
|
--ids-color-field-default: #F8F8FA;
|
|
147
147
|
--ids-color-field-hover: #F8F8FA;
|
package/dist/esm/tokens.dark.js
CHANGED
|
@@ -110,12 +110,12 @@ export const idsBorderActionPrimary = {
|
|
|
110
110
|
style: "solid",
|
|
111
111
|
}; // SEMANTIC - Primary border. Use for: primary call-to-action buttons.
|
|
112
112
|
export const idsBorderActionSecondary = {
|
|
113
|
-
color: "#
|
|
113
|
+
color: "#fafafb",
|
|
114
114
|
width: "2px",
|
|
115
115
|
style: "solid",
|
|
116
116
|
}; // SEMANTIC - Secondary border. Use for: secondary call-to-action buttons.
|
|
117
117
|
export const idsBorderActionDisabled = {
|
|
118
|
-
color: "#
|
|
118
|
+
color: "#c5c6cb",
|
|
119
119
|
width: "2px",
|
|
120
120
|
style: "solid",
|
|
121
121
|
}; // SEMANTIC - Disabled border. Use for: disabled inputs and controls.
|
|
@@ -125,22 +125,22 @@ export const idsBorderActionTertiary = {
|
|
|
125
125
|
style: "solid",
|
|
126
126
|
}; // SEMANTIC - Teretiary border, invisible. Use for: tertiary call-to-action buttons.
|
|
127
127
|
export const idsBorderActionItemSelected = {
|
|
128
|
-
color: "#
|
|
128
|
+
color: "#7eaaff",
|
|
129
129
|
width: "2px",
|
|
130
130
|
style: "solid",
|
|
131
131
|
}; // SEMANTIC – Border for selected items, displayed at the bottom.
|
|
132
132
|
export const idsBorderDefault = {
|
|
133
|
-
color: "#
|
|
133
|
+
color: "#e0e1e4",
|
|
134
134
|
width: "1px",
|
|
135
135
|
style: "solid",
|
|
136
136
|
}; // SEMANTIC – Default border element with 3:1 contrast against all backgrounds and surfaces. Use for: Controls and input fields.
|
|
137
137
|
export const idsBorderSubtle = {
|
|
138
|
-
color: "#
|
|
138
|
+
color: "#707784",
|
|
139
139
|
width: "1px",
|
|
140
140
|
style: "solid",
|
|
141
141
|
}; // SEMANTIC – Subtle border element with low contrast as decorator. Use for: Dividers.
|
|
142
142
|
export const idsBorderDisabled = {
|
|
143
|
-
color: "#
|
|
143
|
+
color: "#c5c6cb",
|
|
144
144
|
width: "1px",
|
|
145
145
|
style: "solid",
|
|
146
146
|
}; // SEMANTIC – Default border for disabled elements. Use for: Controls and input fields.
|
|
@@ -149,60 +149,60 @@ export const idsBorderFocused = {
|
|
|
149
149
|
width: "2px",
|
|
150
150
|
style: "solid",
|
|
151
151
|
}; // SEMANTIC - Focus state border. Use for: keyboard focus rings on interactive elements.
|
|
152
|
-
export const idsColorBackgroundDefault = "#
|
|
153
|
-
export const idsColorSurfaceBright = "#
|
|
154
|
-
export const idsColorSurfaceMuted = "#
|
|
155
|
-
export const idsColorForegroundDefault = "#
|
|
156
|
-
export const idsColorForegroundMuted = "#
|
|
157
|
-
export const idsColorForegroundDisabled = "#
|
|
158
|
-
export const idsColorActionPrimaryDefault = "#
|
|
159
|
-
export const idsColorActionPrimaryHover = "#
|
|
160
|
-
export const idsColorActionPrimaryPressed = "#
|
|
161
|
-
export const idsColorActionPrimaryOnprimary = "#
|
|
152
|
+
export const idsColorBackgroundDefault = "#2d2f35"; // SEMANTIC – Page background. Use for frame background onm lowest z-level.
|
|
153
|
+
export const idsColorSurfaceBright = "#4d5057"; // SEMANTIC – Background color for elements placed on the page background. Use for: Modals, drawers, popups, cards.
|
|
154
|
+
export const idsColorSurfaceMuted = "#101114"; // SEMANTIC – Muted background color for secondary elements placed on the page background. Use for: Side panels.
|
|
155
|
+
export const idsColorForegroundDefault = "#fafafb"; // SEMANTIC – Foreground color for icons and text.
|
|
156
|
+
export const idsColorForegroundMuted = "#ebebef"; // SEMANTIC – Muted foreground color for secondary icons and text.
|
|
157
|
+
export const idsColorForegroundDisabled = "#c5c6cb"; // SEMANTIC – Foreground color for disabled icons and text.
|
|
158
|
+
export const idsColorActionPrimaryDefault = "#fafafb"; // SEMANTIC - Background color for primary element resting state. Use for: primary button background, main CTA.
|
|
159
|
+
export const idsColorActionPrimaryHover = "#F8F8FA"; // SEMANTIC - Background color for primary element hover state. Use for: primary button hover.
|
|
160
|
+
export const idsColorActionPrimaryPressed = "#ffffff"; // SEMANTIC - Background color for primary element pressed state. Use for: primary button active.
|
|
161
|
+
export const idsColorActionPrimaryOnprimary = "#2d2f35"; // SEMANTIC - Foreground color for text/icon ON primary backgrounds. Use for: all primary button text and icon layers.
|
|
162
162
|
export const idsColorActionSecondaryDefault = "#00000000"; // SEMANTIC - Background color for secondary element resting state. Use for: ghost button background.
|
|
163
|
-
export const idsColorActionSecondaryHover = "#
|
|
164
|
-
export const idsColorActionSecondaryPressed = "#
|
|
165
|
-
export const idsColorActionSecondaryOnsecondary = "#
|
|
163
|
+
export const idsColorActionSecondaryHover = "#142442"; // SEMANTIC - Background color for secondary element hover state. Use for: ghost button hover.
|
|
164
|
+
export const idsColorActionSecondaryPressed = "#1e3560"; // SEMANTIC - Background color for secondary element pressed state. Use for: ghost button active.
|
|
165
|
+
export const idsColorActionSecondaryOnsecondary = "#fafafb"; // SEMANTIC - Foreground color for text/icon ON secondary backgrounds. Use for: all secondary button texts and icons.
|
|
166
166
|
export const idsColorActionTertiaryDefault = "#00000000"; // SEMANTIC - Background color for tertiary element resting state. Use for: transparent button background.
|
|
167
|
-
export const idsColorActionTertiaryHover = "#
|
|
168
|
-
export const idsColorActionTertiaryPressed = "#
|
|
169
|
-
export const idsColorActionTertiaryOntertiary = "#
|
|
170
|
-
export const idsColorActionDisabledDefault = "#
|
|
167
|
+
export const idsColorActionTertiaryHover = "#142442"; // SEMANTIC - Background color for tertiary element hover state. Use for: transparent button hover.
|
|
168
|
+
export const idsColorActionTertiaryPressed = "#1e3560"; // SEMANTIC - Background color for tertiary element pressed state. Use for: transparent button active.
|
|
169
|
+
export const idsColorActionTertiaryOntertiary = "#fafafb"; // SEMANTIC - Foreground color for text/icon ON tertiary backgrounds. Use for: all tertiary button texts and icons.
|
|
170
|
+
export const idsColorActionDisabledDefault = "#8e9099"; // SEMANTIC - Disabled element background. Use for: Disabled backgrounds of primary action components.
|
|
171
171
|
export const idsColorActionDisabledMuted = "#00000000"; // SEMANTIC - Transparent disabled action background. Use for: Disabled backgrounds in secondary and tertiary action components.
|
|
172
|
-
export const idsColorActionDisabledOndisabled = "#
|
|
173
|
-
export const idsColorControlUnselectedDefault = "#
|
|
174
|
-
export const idsColorControlUnselectedHover = "#
|
|
175
|
-
export const idsColorControlUnselectedPressed = "#
|
|
176
|
-
export const idsColorControlUnselectedDisabled = "#
|
|
177
|
-
export const
|
|
178
|
-
export const idsColorControlUnselectedIndicatorDisabled = "#
|
|
179
|
-
export const idsColorControlSelectedDefault = "#
|
|
180
|
-
export const idsColorControlSelectedHover = "#
|
|
181
|
-
export const idsColorControlSelectedPressed = "#
|
|
182
|
-
export const idsColorControlSelectedDisabled = "#
|
|
183
|
-
export const
|
|
184
|
-
export const idsColorControlSelectedIndicatorDisabled = "#
|
|
185
|
-
export const idsColorFieldDefault = "#
|
|
186
|
-
export const idsColorFieldHover = "#
|
|
187
|
-
export const idsColorFieldPressed = "#
|
|
188
|
-
export const idsColorFieldOnfield = "#
|
|
189
|
-
export const idsColorFieldOnfieldmuted = "#
|
|
190
|
-
export const idsColorItemUnselectedDefault = "#00000000"; // SEMANTIC –
|
|
191
|
-
export const idsColorItemUnselectedHover = "#
|
|
192
|
-
export const idsColorItemUnselectedPressed = "#
|
|
193
|
-
export const
|
|
194
|
-
export const
|
|
195
|
-
export const idsColorItemSelectedDefault = "lch(
|
|
196
|
-
export const idsColorItemSelectedHover = "#
|
|
197
|
-
export const idsColorItemSelectedPressed = "#
|
|
198
|
-
export const
|
|
172
|
+
export const idsColorActionDisabledOndisabled = "#ebebef"; // SEMANTIC - Text/icon ON disabled backgrounds.
|
|
173
|
+
export const idsColorControlUnselectedDefault = "#707784"; // SEMANTIC - Background color for the default state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
174
|
+
export const idsColorControlUnselectedHover = "#142442"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
175
|
+
export const idsColorControlUnselectedPressed = "#1e3560"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
176
|
+
export const idsColorControlUnselectedDisabled = "#8e9099"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
177
|
+
export const idsColorControlUnselectedIndicatorEnabled = "#fafafb"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
178
|
+
export const idsColorControlUnselectedIndicatorDisabled = "#adaeb3"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
179
|
+
export const idsColorControlSelectedDefault = "#F8F8FA"; // SEMANTIC - Background color for the default state of controls that are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
180
|
+
export const idsColorControlSelectedHover = "#ebebef"; // SEMANTIC - Background color for the hover state of controls that are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
181
|
+
export const idsColorControlSelectedPressed = "#ffffff"; // SEMANTIC - Background color for the pressed state of controls that are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
182
|
+
export const idsColorControlSelectedDisabled = "#adaeb3"; // SEMANTIC - Background color for the disabled state of controlsthat are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
183
|
+
export const idsColorControlSelectedIndicatorEnabled = "#2d2f35"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
184
|
+
export const idsColorControlSelectedIndicatorDisabled = "#c5c6cb"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
185
|
+
export const idsColorFieldDefault = "#707784"; // SEMANTIC - Background color for the default state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
186
|
+
export const idsColorFieldHover = "#707784"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
187
|
+
export const idsColorFieldPressed = "#8e9099"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
188
|
+
export const idsColorFieldOnfield = "#fafafb"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Non-empty state of input fields.
|
|
189
|
+
export const idsColorFieldOnfieldmuted = "#F8F8FA"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Default state of input fields.
|
|
190
|
+
export const idsColorItemUnselectedDefault = "#00000000"; // SEMANTIC – Background color for the default unselected state of ListItem, Tab and MenuItem.
|
|
191
|
+
export const idsColorItemUnselectedHover = "#142442"; // SEMANTIC – Background color for the hover unselected state of ListItem, Tab and MenuItem.
|
|
192
|
+
export const idsColorItemUnselectedPressed = "#1e3560"; // SEMANTIC – Background color for the pressed unselected state of ListItem, Tab and MenuItem.
|
|
193
|
+
export const idsColorItemUnselectedOnitem = "#fafafb"; // SEMANTIC – Foreground color for text and icon on the unselected states of Tabs, ListItem and MenuItem.
|
|
194
|
+
export const idsColorItemUnselectedOnitemdisabled = "#e0e1e4"; // SEMANTIC – Foreground color for text and icon on the unselected disabled state of Tabs, ListItem and MenuItem.
|
|
195
|
+
export const idsColorItemSelectedDefault = "lch(14.12 21.512 275.11 / 0.48)"; // SEMANTIC – Background color for the default selected state of ListItem, Tab and MenuItem.
|
|
196
|
+
export const idsColorItemSelectedHover = "#142442"; // SEMANTIC – Background color for the hover selected state of ListItem, Tab and MenuItem.
|
|
197
|
+
export const idsColorItemSelectedPressed = "#1e3560"; // SEMANTIC – Background color for the pressed selected state of ListItem, Tab and MenuItem.
|
|
198
|
+
export const idsColorItemSelectedOnitem = "#7eaaff"; // SEMANTIC – Foreground color for text and icon on the selected states of Tabs, ListItem and MenuItem.
|
|
199
199
|
export const idsColorBorderTransparent = "#00000000"; // SEMANTIC - Transparent border. Use for: Composite border tokens that require transparent color.
|
|
200
|
-
export const idsColorBorderStrong = "#
|
|
201
|
-
export const idsColorBorderDefault = "#
|
|
202
|
-
export const idsColorBorderMuted = "#
|
|
203
|
-
export const idsColorBorderSubtle = "#
|
|
204
|
-
export const idsColorBorderDisabled = "#
|
|
205
|
-
export const idsColorBorderSelected = "#
|
|
200
|
+
export const idsColorBorderStrong = "#fafafb"; // SEMANTIC - Strong border. Use for: Composite border tokens that require a dark border color.
|
|
201
|
+
export const idsColorBorderDefault = "#e0e1e4"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
202
|
+
export const idsColorBorderMuted = "#adaeb3"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
203
|
+
export const idsColorBorderSubtle = "#707784"; // SEMANTIC - Subtle border. Use for: Composite border tokens for hairline dividers.
|
|
204
|
+
export const idsColorBorderDisabled = "#c5c6cb"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
205
|
+
export const idsColorBorderSelected = "#7eaaff"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
206
206
|
export const idsColorBorderFocus = "#7eaaff"; // SEMANTIC - Focus ring color. Use for: Composite border tokens that are used for keyboard focus on all interactive elements.
|
|
207
207
|
export const idsColorBoxshadowAlpha16 = "lch(5.0543 1.8805 272.92 / 0.16)"; // Box-shadow color with 16% opacity.
|
|
208
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
|
@@ -174,13 +174,13 @@ export const idsColorControlUnselectedDefault = "#F8F8FA"; // SEMANTIC - Backgro
|
|
|
174
174
|
export const idsColorControlUnselectedHover = "#e6edfb"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
175
175
|
export const idsColorControlUnselectedPressed = "#d1def8"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
176
176
|
export const idsColorControlUnselectedDisabled = "#e0e1e4"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
177
|
-
export const
|
|
177
|
+
export const idsColorControlUnselectedIndicatorEnabled = "#ffffff"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
178
178
|
export const idsColorControlUnselectedIndicatorDisabled = "#c5c6cb"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
179
179
|
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
|
|
180
180
|
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
|
|
181
181
|
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
|
|
182
182
|
export const idsColorControlSelectedDisabled = "#c5c6cb"; // SEMANTIC - Background color for the disabled state of controlsthat are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
183
|
-
export const
|
|
183
|
+
export const idsColorControlSelectedIndicatorEnabled = "#ffffff"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
184
184
|
export const idsColorControlSelectedIndicatorDisabled = "#adaeb3"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
185
185
|
export const idsColorFieldDefault = "#F8F8FA"; // SEMANTIC - Background color for the default state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
186
186
|
export const idsColorFieldHover = "#F8F8FA"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
package/dist/esm/tokens.light.js
CHANGED
|
@@ -174,13 +174,13 @@ export const idsColorControlUnselectedDefault = "#F8F8FA"; // SEMANTIC - Backgro
|
|
|
174
174
|
export const idsColorControlUnselectedHover = "#e6edfb"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
175
175
|
export const idsColorControlUnselectedPressed = "#d1def8"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
176
176
|
export const idsColorControlUnselectedDisabled = "#e0e1e4"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
177
|
-
export const
|
|
177
|
+
export const idsColorControlUnselectedIndicatorEnabled = "#ffffff"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
178
178
|
export const idsColorControlUnselectedIndicatorDisabled = "#c5c6cb"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
179
179
|
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
|
|
180
180
|
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
|
|
181
181
|
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
|
|
182
182
|
export const idsColorControlSelectedDisabled = "#c5c6cb"; // SEMANTIC - Background color for the disabled state of controlsthat are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
183
|
-
export const
|
|
183
|
+
export const idsColorControlSelectedIndicatorEnabled = "#ffffff"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
184
184
|
export const idsColorControlSelectedIndicatorDisabled = "#adaeb3"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
185
185
|
export const idsColorFieldDefault = "#F8F8FA"; // SEMANTIC - Background color for the default state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
186
186
|
export const idsColorFieldHover = "#F8F8FA"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
package/dist/js/tokens.dark.js
CHANGED
|
@@ -110,12 +110,12 @@ export const idsBorderActionPrimary = {
|
|
|
110
110
|
style: "solid",
|
|
111
111
|
}; // SEMANTIC - Primary border. Use for: primary call-to-action buttons.
|
|
112
112
|
export const idsBorderActionSecondary = {
|
|
113
|
-
color: "#
|
|
113
|
+
color: "#fafafb",
|
|
114
114
|
width: "2px",
|
|
115
115
|
style: "solid",
|
|
116
116
|
}; // SEMANTIC - Secondary border. Use for: secondary call-to-action buttons.
|
|
117
117
|
export const idsBorderActionDisabled = {
|
|
118
|
-
color: "#
|
|
118
|
+
color: "#c5c6cb",
|
|
119
119
|
width: "2px",
|
|
120
120
|
style: "solid",
|
|
121
121
|
}; // SEMANTIC - Disabled border. Use for: disabled inputs and controls.
|
|
@@ -125,22 +125,22 @@ export const idsBorderActionTertiary = {
|
|
|
125
125
|
style: "solid",
|
|
126
126
|
}; // SEMANTIC - Teretiary border, invisible. Use for: tertiary call-to-action buttons.
|
|
127
127
|
export const idsBorderActionItemSelected = {
|
|
128
|
-
color: "#
|
|
128
|
+
color: "#7eaaff",
|
|
129
129
|
width: "2px",
|
|
130
130
|
style: "solid",
|
|
131
131
|
}; // SEMANTIC – Border for selected items, displayed at the bottom.
|
|
132
132
|
export const idsBorderDefault = {
|
|
133
|
-
color: "#
|
|
133
|
+
color: "#e0e1e4",
|
|
134
134
|
width: "1px",
|
|
135
135
|
style: "solid",
|
|
136
136
|
}; // SEMANTIC – Default border element with 3:1 contrast against all backgrounds and surfaces. Use for: Controls and input fields.
|
|
137
137
|
export const idsBorderSubtle = {
|
|
138
|
-
color: "#
|
|
138
|
+
color: "#707784",
|
|
139
139
|
width: "1px",
|
|
140
140
|
style: "solid",
|
|
141
141
|
}; // SEMANTIC – Subtle border element with low contrast as decorator. Use for: Dividers.
|
|
142
142
|
export const idsBorderDisabled = {
|
|
143
|
-
color: "#
|
|
143
|
+
color: "#c5c6cb",
|
|
144
144
|
width: "1px",
|
|
145
145
|
style: "solid",
|
|
146
146
|
}; // SEMANTIC – Default border for disabled elements. Use for: Controls and input fields.
|
|
@@ -149,60 +149,60 @@ export const idsBorderFocused = {
|
|
|
149
149
|
width: "2px",
|
|
150
150
|
style: "solid",
|
|
151
151
|
}; // SEMANTIC - Focus state border. Use for: keyboard focus rings on interactive elements.
|
|
152
|
-
export const idsColorBackgroundDefault = "#
|
|
153
|
-
export const idsColorSurfaceBright = "#
|
|
154
|
-
export const idsColorSurfaceMuted = "#
|
|
155
|
-
export const idsColorForegroundDefault = "#
|
|
156
|
-
export const idsColorForegroundMuted = "#
|
|
157
|
-
export const idsColorForegroundDisabled = "#
|
|
158
|
-
export const idsColorActionPrimaryDefault = "#
|
|
159
|
-
export const idsColorActionPrimaryHover = "#
|
|
160
|
-
export const idsColorActionPrimaryPressed = "#
|
|
161
|
-
export const idsColorActionPrimaryOnprimary = "#
|
|
152
|
+
export const idsColorBackgroundDefault = "#2d2f35"; // SEMANTIC – Page background. Use for frame background onm lowest z-level.
|
|
153
|
+
export const idsColorSurfaceBright = "#4d5057"; // SEMANTIC – Background color for elements placed on the page background. Use for: Modals, drawers, popups, cards.
|
|
154
|
+
export const idsColorSurfaceMuted = "#101114"; // SEMANTIC – Muted background color for secondary elements placed on the page background. Use for: Side panels.
|
|
155
|
+
export const idsColorForegroundDefault = "#fafafb"; // SEMANTIC – Foreground color for icons and text.
|
|
156
|
+
export const idsColorForegroundMuted = "#ebebef"; // SEMANTIC – Muted foreground color for secondary icons and text.
|
|
157
|
+
export const idsColorForegroundDisabled = "#c5c6cb"; // SEMANTIC – Foreground color for disabled icons and text.
|
|
158
|
+
export const idsColorActionPrimaryDefault = "#fafafb"; // SEMANTIC - Background color for primary element resting state. Use for: primary button background, main CTA.
|
|
159
|
+
export const idsColorActionPrimaryHover = "#F8F8FA"; // SEMANTIC - Background color for primary element hover state. Use for: primary button hover.
|
|
160
|
+
export const idsColorActionPrimaryPressed = "#ffffff"; // SEMANTIC - Background color for primary element pressed state. Use for: primary button active.
|
|
161
|
+
export const idsColorActionPrimaryOnprimary = "#2d2f35"; // SEMANTIC - Foreground color for text/icon ON primary backgrounds. Use for: all primary button text and icon layers.
|
|
162
162
|
export const idsColorActionSecondaryDefault = "#00000000"; // SEMANTIC - Background color for secondary element resting state. Use for: ghost button background.
|
|
163
|
-
export const idsColorActionSecondaryHover = "#
|
|
164
|
-
export const idsColorActionSecondaryPressed = "#
|
|
165
|
-
export const idsColorActionSecondaryOnsecondary = "#
|
|
163
|
+
export const idsColorActionSecondaryHover = "#142442"; // SEMANTIC - Background color for secondary element hover state. Use for: ghost button hover.
|
|
164
|
+
export const idsColorActionSecondaryPressed = "#1e3560"; // SEMANTIC - Background color for secondary element pressed state. Use for: ghost button active.
|
|
165
|
+
export const idsColorActionSecondaryOnsecondary = "#fafafb"; // SEMANTIC - Foreground color for text/icon ON secondary backgrounds. Use for: all secondary button texts and icons.
|
|
166
166
|
export const idsColorActionTertiaryDefault = "#00000000"; // SEMANTIC - Background color for tertiary element resting state. Use for: transparent button background.
|
|
167
|
-
export const idsColorActionTertiaryHover = "#
|
|
168
|
-
export const idsColorActionTertiaryPressed = "#
|
|
169
|
-
export const idsColorActionTertiaryOntertiary = "#
|
|
170
|
-
export const idsColorActionDisabledDefault = "#
|
|
167
|
+
export const idsColorActionTertiaryHover = "#142442"; // SEMANTIC - Background color for tertiary element hover state. Use for: transparent button hover.
|
|
168
|
+
export const idsColorActionTertiaryPressed = "#1e3560"; // SEMANTIC - Background color for tertiary element pressed state. Use for: transparent button active.
|
|
169
|
+
export const idsColorActionTertiaryOntertiary = "#fafafb"; // SEMANTIC - Foreground color for text/icon ON tertiary backgrounds. Use for: all tertiary button texts and icons.
|
|
170
|
+
export const idsColorActionDisabledDefault = "#8e9099"; // SEMANTIC - Disabled element background. Use for: Disabled backgrounds of primary action components.
|
|
171
171
|
export const idsColorActionDisabledMuted = "#00000000"; // SEMANTIC - Transparent disabled action background. Use for: Disabled backgrounds in secondary and tertiary action components.
|
|
172
|
-
export const idsColorActionDisabledOndisabled = "#
|
|
173
|
-
export const idsColorControlUnselectedDefault = "#
|
|
174
|
-
export const idsColorControlUnselectedHover = "#
|
|
175
|
-
export const idsColorControlUnselectedPressed = "#
|
|
176
|
-
export const idsColorControlUnselectedDisabled = "#
|
|
177
|
-
export const
|
|
178
|
-
export const idsColorControlUnselectedIndicatorDisabled = "#
|
|
179
|
-
export const idsColorControlSelectedDefault = "#
|
|
180
|
-
export const idsColorControlSelectedHover = "#
|
|
181
|
-
export const idsColorControlSelectedPressed = "#
|
|
182
|
-
export const idsColorControlSelectedDisabled = "#
|
|
183
|
-
export const
|
|
184
|
-
export const idsColorControlSelectedIndicatorDisabled = "#
|
|
185
|
-
export const idsColorFieldDefault = "#
|
|
186
|
-
export const idsColorFieldHover = "#
|
|
187
|
-
export const idsColorFieldPressed = "#
|
|
188
|
-
export const idsColorFieldOnfield = "#
|
|
189
|
-
export const idsColorFieldOnfieldmuted = "#
|
|
190
|
-
export const idsColorItemUnselectedDefault = "#00000000"; // SEMANTIC –
|
|
191
|
-
export const idsColorItemUnselectedHover = "#
|
|
192
|
-
export const idsColorItemUnselectedPressed = "#
|
|
193
|
-
export const
|
|
194
|
-
export const
|
|
195
|
-
export const idsColorItemSelectedDefault = "lch(
|
|
196
|
-
export const idsColorItemSelectedHover = "#
|
|
197
|
-
export const idsColorItemSelectedPressed = "#
|
|
198
|
-
export const
|
|
172
|
+
export const idsColorActionDisabledOndisabled = "#ebebef"; // SEMANTIC - Text/icon ON disabled backgrounds.
|
|
173
|
+
export const idsColorControlUnselectedDefault = "#707784"; // SEMANTIC - Background color for the default state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
174
|
+
export const idsColorControlUnselectedHover = "#142442"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
175
|
+
export const idsColorControlUnselectedPressed = "#1e3560"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
176
|
+
export const idsColorControlUnselectedDisabled = "#8e9099"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
177
|
+
export const idsColorControlUnselectedIndicatorEnabled = "#fafafb"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
178
|
+
export const idsColorControlUnselectedIndicatorDisabled = "#adaeb3"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
179
|
+
export const idsColorControlSelectedDefault = "#F8F8FA"; // SEMANTIC - Background color for the default state of controls that are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
180
|
+
export const idsColorControlSelectedHover = "#ebebef"; // SEMANTIC - Background color for the hover state of controls that are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
181
|
+
export const idsColorControlSelectedPressed = "#ffffff"; // SEMANTIC - Background color for the pressed state of controls that are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
182
|
+
export const idsColorControlSelectedDisabled = "#adaeb3"; // SEMANTIC - Background color for the disabled state of controlsthat are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
183
|
+
export const idsColorControlSelectedIndicatorEnabled = "#2d2f35"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
184
|
+
export const idsColorControlSelectedIndicatorDisabled = "#c5c6cb"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
185
|
+
export const idsColorFieldDefault = "#707784"; // SEMANTIC - Background color for the default state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
186
|
+
export const idsColorFieldHover = "#707784"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
187
|
+
export const idsColorFieldPressed = "#8e9099"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
188
|
+
export const idsColorFieldOnfield = "#fafafb"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Non-empty state of input fields.
|
|
189
|
+
export const idsColorFieldOnfieldmuted = "#F8F8FA"; // SEMANTIC - Foreground color for text/icon on input fields. Use for: Default state of input fields.
|
|
190
|
+
export const idsColorItemUnselectedDefault = "#00000000"; // SEMANTIC – Background color for the default unselected state of ListItem, Tab and MenuItem.
|
|
191
|
+
export const idsColorItemUnselectedHover = "#142442"; // SEMANTIC – Background color for the hover unselected state of ListItem, Tab and MenuItem.
|
|
192
|
+
export const idsColorItemUnselectedPressed = "#1e3560"; // SEMANTIC – Background color for the pressed unselected state of ListItem, Tab and MenuItem.
|
|
193
|
+
export const idsColorItemUnselectedOnitem = "#fafafb"; // SEMANTIC – Foreground color for text and icon on the unselected states of Tabs, ListItem and MenuItem.
|
|
194
|
+
export const idsColorItemUnselectedOnitemdisabled = "#e0e1e4"; // SEMANTIC – Foreground color for text and icon on the unselected disabled state of Tabs, ListItem and MenuItem.
|
|
195
|
+
export const idsColorItemSelectedDefault = "lch(14.12 21.512 275.11 / 0.48)"; // SEMANTIC – Background color for the default selected state of ListItem, Tab and MenuItem.
|
|
196
|
+
export const idsColorItemSelectedHover = "#142442"; // SEMANTIC – Background color for the hover selected state of ListItem, Tab and MenuItem.
|
|
197
|
+
export const idsColorItemSelectedPressed = "#1e3560"; // SEMANTIC – Background color for the pressed selected state of ListItem, Tab and MenuItem.
|
|
198
|
+
export const idsColorItemSelectedOnitem = "#7eaaff"; // SEMANTIC – Foreground color for text and icon on the selected states of Tabs, ListItem and MenuItem.
|
|
199
199
|
export const idsColorBorderTransparent = "#00000000"; // SEMANTIC - Transparent border. Use for: Composite border tokens that require transparent color.
|
|
200
|
-
export const idsColorBorderStrong = "#
|
|
201
|
-
export const idsColorBorderDefault = "#
|
|
202
|
-
export const idsColorBorderMuted = "#
|
|
203
|
-
export const idsColorBorderSubtle = "#
|
|
204
|
-
export const idsColorBorderDisabled = "#
|
|
205
|
-
export const idsColorBorderSelected = "#
|
|
200
|
+
export const idsColorBorderStrong = "#fafafb"; // SEMANTIC - Strong border. Use for: Composite border tokens that require a dark border color.
|
|
201
|
+
export const idsColorBorderDefault = "#e0e1e4"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
202
|
+
export const idsColorBorderMuted = "#adaeb3"; // SEMANTIC - Muted border. Use for: Composite border tokens for secondary containers, tables.
|
|
203
|
+
export const idsColorBorderSubtle = "#707784"; // SEMANTIC - Subtle border. Use for: Composite border tokens for hairline dividers.
|
|
204
|
+
export const idsColorBorderDisabled = "#c5c6cb"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
205
|
+
export const idsColorBorderSelected = "#7eaaff"; // SEMANTIC - Disabled border. Use for: Composite border tokens for disabled states.
|
|
206
206
|
export const idsColorBorderFocus = "#7eaaff"; // SEMANTIC - Focus ring color. Use for: Composite border tokens that are used for keyboard focus on all interactive elements.
|
|
207
207
|
export const idsColorBoxshadowAlpha16 = "lch(5.0543 1.8805 272.92 / 0.16)"; // Box-shadow color with 16% opacity.
|
|
208
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
|
@@ -174,13 +174,13 @@ export const idsColorControlUnselectedDefault = "#F8F8FA"; // SEMANTIC - Backgro
|
|
|
174
174
|
export const idsColorControlUnselectedHover = "#e6edfb"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
175
175
|
export const idsColorControlUnselectedPressed = "#d1def8"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
176
176
|
export const idsColorControlUnselectedDisabled = "#e0e1e4"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
177
|
-
export const
|
|
177
|
+
export const idsColorControlUnselectedIndicatorEnabled = "#ffffff"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
178
178
|
export const idsColorControlUnselectedIndicatorDisabled = "#c5c6cb"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
179
179
|
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
|
|
180
180
|
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
|
|
181
181
|
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
|
|
182
182
|
export const idsColorControlSelectedDisabled = "#c5c6cb"; // SEMANTIC - Background color for the disabled state of controlsthat are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
183
|
-
export const
|
|
183
|
+
export const idsColorControlSelectedIndicatorEnabled = "#ffffff"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
184
184
|
export const idsColorControlSelectedIndicatorDisabled = "#adaeb3"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
185
185
|
export const idsColorFieldDefault = "#F8F8FA"; // SEMANTIC - Background color for the default state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
186
186
|
export const idsColorFieldHover = "#F8F8FA"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
package/dist/js/tokens.light.js
CHANGED
|
@@ -174,13 +174,13 @@ export const idsColorControlUnselectedDefault = "#F8F8FA"; // SEMANTIC - Backgro
|
|
|
174
174
|
export const idsColorControlUnselectedHover = "#e6edfb"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
175
175
|
export const idsColorControlUnselectedPressed = "#d1def8"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
176
176
|
export const idsColorControlUnselectedDisabled = "#e0e1e4"; // SEMANTIC - Background color for the pressed state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
177
|
-
export const
|
|
177
|
+
export const idsColorControlUnselectedIndicatorEnabled = "#ffffff"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
178
178
|
export const idsColorControlUnselectedIndicatorDisabled = "#c5c6cb"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
179
179
|
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
|
|
180
180
|
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
|
|
181
181
|
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
|
|
182
182
|
export const idsColorControlSelectedDisabled = "#c5c6cb"; // SEMANTIC - Background color for the disabled state of controlsthat are selected/on. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
183
|
-
export const
|
|
183
|
+
export const idsColorControlSelectedIndicatorEnabled = "#ffffff"; // SEMANTIC - Fill color for the interactive knob within switches and sliders.
|
|
184
184
|
export const idsColorControlSelectedIndicatorDisabled = "#adaeb3"; // SEMANTIC - Fill color for the interactive knob in disabled state within switches and sliders.
|
|
185
185
|
export const idsColorFieldDefault = "#F8F8FA"; // SEMANTIC - Background color for the default state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|
|
186
186
|
export const idsColorFieldHover = "#F8F8FA"; // SEMANTIC - Background color for the hover state of controls. Use for: Switches, checkboxes, radio buttons, segmented controls
|