@mirohq/design-system-themes 1.4.9 → 1.4.11
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/base.css +28 -0
- package/base.json +28 -0
- package/dark.css +28 -0
- package/dist/main.js +114 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +114 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/light.css +28 -0
- package/metadata.json +84 -0
- package/new-dark.css +29 -1
- package/new-light.css +29 -1
- package/package.json +2 -2
package/base.css
CHANGED
|
@@ -174,7 +174,19 @@
|
|
|
174
174
|
--colors-button-background-danger-pressed: var(--colors-red-600);
|
|
175
175
|
--colors-button-background-ghost: var(--colors-transparent);
|
|
176
176
|
--colors-button-background-ghost-hover: var(--colors-gray-150);
|
|
177
|
+
--colors-button-background-ghost-inverse-hover: var(--colors-gray-800);
|
|
178
|
+
--colors-button-background-ghost-inverse-pressed: var(--colors-gray-750);
|
|
177
179
|
--colors-button-background-ghost-pressed: var(--colors-gray-200);
|
|
180
|
+
--colors-button-background-info: var(--colors-blue-500);
|
|
181
|
+
--colors-button-background-info-hover: var(--colors-blue-550);
|
|
182
|
+
--colors-button-background-info-pressed: var(--colors-blue-600);
|
|
183
|
+
--colors-button-background-inverse: var(--colors-blue-500);
|
|
184
|
+
--colors-button-background-inverse-disabled: var(--colors-gray-850);
|
|
185
|
+
--colors-button-background-inverse-hover: var(--colors-blue-550);
|
|
186
|
+
--colors-button-background-inverse-pressed: var(--colors-blue-600);
|
|
187
|
+
--colors-button-background-inverse-secondary: var(--colors-gray-750);
|
|
188
|
+
--colors-button-background-inverse-secondary-hover: var(--colors-gray-700);
|
|
189
|
+
--colors-button-background-inverse-secondary-pressed: var(--colors-gray-700);
|
|
178
190
|
--colors-button-background-primary: var(--colors-blue-500);
|
|
179
191
|
--colors-button-background-primary-hover: var(--colors-blue-550);
|
|
180
192
|
--colors-button-background-primary-pressed: var(--colors-blue-600);
|
|
@@ -184,11 +196,17 @@
|
|
|
184
196
|
--colors-button-background-tertiary: var(--colors-transparent);
|
|
185
197
|
--colors-button-background-tertiary-hover: var(--colors-blue-150);
|
|
186
198
|
--colors-button-background-tertiary-pressed: var(--colors-blue-200);
|
|
199
|
+
--colors-button-background-warning: var(--colors-yellow-700);
|
|
200
|
+
--colors-button-background-warning-hover: var(--colors-yellow-750);
|
|
201
|
+
--colors-button-background-warning-pressed: var(--colors-yellow-800);
|
|
187
202
|
--colors-button-border-danger: var(--colors-red-500);
|
|
188
203
|
--colors-button-border-danger-hover: var(--colors-red-550);
|
|
189
204
|
--colors-button-border-danger-pressed: var(--colors-red-600);
|
|
190
205
|
--colors-button-border-ghost-hover: var(--colors-transparent);
|
|
191
206
|
--colors-button-border-ghost-pressed: var(--colors-transparent);
|
|
207
|
+
--colors-button-border-inverse-secondary: var(--colors-gray-750);
|
|
208
|
+
--colors-button-border-inverse-secondary-hover: var(--colors-gray-700);
|
|
209
|
+
--colors-button-border-inverse-secondary-pressed: var(--colors-gray-650);
|
|
192
210
|
--colors-button-border-primary: var(--colors-blue-500);
|
|
193
211
|
--colors-button-border-primary-hover: var(--colors-blue-550);
|
|
194
212
|
--colors-button-border-primary-pressed: var(--colors-blue-600);
|
|
@@ -199,10 +217,16 @@
|
|
|
199
217
|
--colors-button-border-tertiary-hover: var(--colors-blue-550);
|
|
200
218
|
--colors-button-border-tertiary-pressed: var(--colors-blue-600);
|
|
201
219
|
--colors-button-icon-on-danger: var(--colors-white);
|
|
220
|
+
--colors-button-icon-on-inverse: var(--colors-white);
|
|
221
|
+
--colors-button-icon-on-inverse-disabled: var(--colors-gray-450);
|
|
222
|
+
--colors-button-icon-on-inverse-secondary: var(--colors-gray-50);
|
|
202
223
|
--colors-button-icon-on-primary: var(--colors-white);
|
|
203
224
|
--colors-button-icon-on-secondary: var(--colors-gray-900);
|
|
204
225
|
--colors-button-icon-on-tertiary: var(--colors-blue-500);
|
|
205
226
|
--colors-button-text-on-danger: var(--colors-white);
|
|
227
|
+
--colors-button-text-on-inverse: var(--colors-white);
|
|
228
|
+
--colors-button-text-on-inverse-disabled: var(--colors-gray-450);
|
|
229
|
+
--colors-button-text-on-inverse-secondary: var(--colors-gray-50);
|
|
206
230
|
--colors-button-text-on-primary: var(--colors-white);
|
|
207
231
|
--colors-button-text-on-secondary: var(--colors-gray-900);
|
|
208
232
|
--colors-button-text-on-tertiary: var(--colors-blue-500);
|
|
@@ -265,6 +289,7 @@
|
|
|
265
289
|
--colors-toolbar-item-background-selected: var(--colors-blue-150);
|
|
266
290
|
--colors-tooltip-background: var(--colors-gray-950);
|
|
267
291
|
--colors-tooltip-background-inset: var(--colors-gray-650);
|
|
292
|
+
--colors-tooltip-background-inverse: var(--colors-gray-650);
|
|
268
293
|
--colors-icon-danger: var(--colors-red-500);
|
|
269
294
|
--colors-icon-danger-active: var(--colors-red-600);
|
|
270
295
|
--colors-icon-danger-hover: var(--colors-red-550);
|
|
@@ -276,6 +301,7 @@
|
|
|
276
301
|
--colors-icon-inverted-secondary: var(--colors-gray-150);
|
|
277
302
|
--colors-icon-muted: var(--colors-gray-400);
|
|
278
303
|
--colors-icon-on-disabled: var(--colors-gray-350);
|
|
304
|
+
--colors-icon-on-disabled-inverse: var(--colors-gray-450);
|
|
279
305
|
--colors-icon-on-static-dark: var(--colors-gray-50);
|
|
280
306
|
--colors-icon-on-static-dark-subtle: var(--colors-gray-300);
|
|
281
307
|
--colors-icon-on-static-light: var(--colors-gray-900);
|
|
@@ -290,6 +316,7 @@
|
|
|
290
316
|
--colors-icon-interactive-on-inverted-secondary-pressed: var(
|
|
291
317
|
--colors-gray-250
|
|
292
318
|
);
|
|
319
|
+
--colors-icon-interactive-on-inverted-selected: var(--colors-blue-400);
|
|
293
320
|
--colors-icon-interactive-primary: var(--colors-blue-500);
|
|
294
321
|
--colors-icon-interactive-primary-hover: var(--colors-blue-550);
|
|
295
322
|
--colors-icon-interactive-primary-pressed: var(--colors-blue-600);
|
|
@@ -403,6 +430,7 @@
|
|
|
403
430
|
--colors-text-inverted-secondary: var(--colors-gray-150);
|
|
404
431
|
--colors-text-muted: var(--colors-gray-400);
|
|
405
432
|
--colors-text-on-disabled: var(--colors-gray-350);
|
|
433
|
+
--colors-text-on-inverse-disabled: var(--colors-gray-450);
|
|
406
434
|
--colors-text-on-static-dark: var(--colors-gray-50);
|
|
407
435
|
--colors-text-on-static-dark-subtle: var(--colors-gray-300);
|
|
408
436
|
--colors-text-on-static-light: var(--colors-gray-900);
|
package/base.json
CHANGED
|
@@ -165,7 +165,19 @@
|
|
|
165
165
|
"buttonBackgroundDangerPressed": "{colors.red600}",
|
|
166
166
|
"buttonBackgroundGhost": "{colors.transparent}",
|
|
167
167
|
"buttonBackgroundGhostHover": "{colors.gray150}",
|
|
168
|
+
"buttonBackgroundGhostInverseHover": "{colors.gray800}",
|
|
169
|
+
"buttonBackgroundGhostInversePressed": "{colors.gray750}",
|
|
168
170
|
"buttonBackgroundGhostPressed": "{colors.gray200}",
|
|
171
|
+
"buttonBackgroundInfo": "{colors.blue500}",
|
|
172
|
+
"buttonBackgroundInfoHover": "{colors.blue550}",
|
|
173
|
+
"buttonBackgroundInfoPressed": "{colors.blue600}",
|
|
174
|
+
"buttonBackgroundInverse": "{colors.blue500}",
|
|
175
|
+
"buttonBackgroundInverseDisabled": "{colors.gray850}",
|
|
176
|
+
"buttonBackgroundInverseHover": "{colors.blue550}",
|
|
177
|
+
"buttonBackgroundInversePressed": "{colors.blue600}",
|
|
178
|
+
"buttonBackgroundInverseSecondary": "{colors.gray750}",
|
|
179
|
+
"buttonBackgroundInverseSecondaryHover": "{colors.gray700}",
|
|
180
|
+
"buttonBackgroundInverseSecondaryPressed": "{colors.gray700}",
|
|
169
181
|
"buttonBackgroundPrimary": "{colors.blue500}",
|
|
170
182
|
"buttonBackgroundPrimaryHover": "{colors.blue550}",
|
|
171
183
|
"buttonBackgroundPrimaryPressed": "{colors.blue600}",
|
|
@@ -175,11 +187,17 @@
|
|
|
175
187
|
"buttonBackgroundTertiary": "{colors.transparent}",
|
|
176
188
|
"buttonBackgroundTertiaryHover": "{colors.blue150}",
|
|
177
189
|
"buttonBackgroundTertiaryPressed": "{colors.blue200}",
|
|
190
|
+
"buttonBackgroundWarning": "{colors.yellow700}",
|
|
191
|
+
"buttonBackgroundWarningHover": "{colors.yellow750}",
|
|
192
|
+
"buttonBackgroundWarningPressed": "{colors.yellow800}",
|
|
178
193
|
"buttonBorderDanger": "{colors.red500}",
|
|
179
194
|
"buttonBorderDangerHover": "{colors.red550}",
|
|
180
195
|
"buttonBorderDangerPressed": "{colors.red600}",
|
|
181
196
|
"buttonBorderGhostHover": "{colors.transparent}",
|
|
182
197
|
"buttonBorderGhostPressed": "{colors.transparent}",
|
|
198
|
+
"buttonBorderInverseSecondary": "{colors.gray750}",
|
|
199
|
+
"buttonBorderInverseSecondaryHover": "{colors.gray700}",
|
|
200
|
+
"buttonBorderInverseSecondaryPressed": "{colors.gray650}",
|
|
183
201
|
"buttonBorderPrimary": "{colors.blue500}",
|
|
184
202
|
"buttonBorderPrimaryHover": "{colors.blue550}",
|
|
185
203
|
"buttonBorderPrimaryPressed": "{colors.blue600}",
|
|
@@ -190,10 +208,16 @@
|
|
|
190
208
|
"buttonBorderTertiaryHover": "{colors.blue550}",
|
|
191
209
|
"buttonBorderTertiaryPressed": "{colors.blue600}",
|
|
192
210
|
"buttonIconOnDanger": "{colors.white}",
|
|
211
|
+
"buttonIconOnInverse": "{colors.white}",
|
|
212
|
+
"buttonIconOnInverseDisabled": "{colors.gray450}",
|
|
213
|
+
"buttonIconOnInverseSecondary": "{colors.gray50}",
|
|
193
214
|
"buttonIconOnPrimary": "{colors.white}",
|
|
194
215
|
"buttonIconOnSecondary": "{colors.gray900}",
|
|
195
216
|
"buttonIconOnTertiary": "{colors.blue500}",
|
|
196
217
|
"buttonTextOnDanger": "{colors.white}",
|
|
218
|
+
"buttonTextOnInverse": "{colors.white}",
|
|
219
|
+
"buttonTextOnInverseDisabled": "{colors.gray450}",
|
|
220
|
+
"buttonTextOnInverseSecondary": "{colors.gray50}",
|
|
197
221
|
"buttonTextOnPrimary": "{colors.white}",
|
|
198
222
|
"buttonTextOnSecondary": "{colors.gray900}",
|
|
199
223
|
"buttonTextOnTertiary": "{colors.blue500}",
|
|
@@ -256,6 +280,7 @@
|
|
|
256
280
|
"toolbarItemBackgroundSelected": "{colors.blue150}",
|
|
257
281
|
"tooltipBackground": "{colors.gray950}",
|
|
258
282
|
"tooltipBackgroundInset": "{colors.gray650}",
|
|
283
|
+
"tooltipBackgroundInverse": "{colors.gray650}",
|
|
259
284
|
"iconDanger": "{colors.red500}",
|
|
260
285
|
"iconDangerActive": "{colors.red600}",
|
|
261
286
|
"iconDangerHover": "{colors.red550}",
|
|
@@ -267,6 +292,7 @@
|
|
|
267
292
|
"iconInvertedSecondary": "{colors.gray150}",
|
|
268
293
|
"iconMuted": "{colors.gray400}",
|
|
269
294
|
"iconOnDisabled": "{colors.gray350}",
|
|
295
|
+
"iconOnDisabledInverse": "{colors.gray450}",
|
|
270
296
|
"iconOnStaticDark": "{colors.gray50}",
|
|
271
297
|
"iconOnStaticDarkSubtle": "{colors.gray300}",
|
|
272
298
|
"iconOnStaticLight": "{colors.gray900}",
|
|
@@ -279,6 +305,7 @@
|
|
|
279
305
|
"iconInteractiveOnInvertedSecondary": "{colors.gray150}",
|
|
280
306
|
"iconInteractiveOnInvertedSecondaryHover": "{colors.gray200}",
|
|
281
307
|
"iconInteractiveOnInvertedSecondaryPressed": "{colors.gray250}",
|
|
308
|
+
"iconInteractiveOnInvertedSelected": "{colors.blue400}",
|
|
282
309
|
"iconInteractivePrimary": "{colors.blue500}",
|
|
283
310
|
"iconInteractivePrimaryHover": "{colors.blue550}",
|
|
284
311
|
"iconInteractivePrimaryPressed": "{colors.blue600}",
|
|
@@ -390,6 +417,7 @@
|
|
|
390
417
|
"textInvertedSecondary": "{colors.gray150}",
|
|
391
418
|
"textMuted": "{colors.gray400}",
|
|
392
419
|
"textOnDisabled": "{colors.gray350}",
|
|
420
|
+
"textOnInverseDisabled": "{colors.gray450}",
|
|
393
421
|
"textOnStaticDark": "{colors.gray50}",
|
|
394
422
|
"textOnStaticDarkSubtle": "{colors.gray300}",
|
|
395
423
|
"textOnStaticLight": "{colors.gray900}",
|
package/dark.css
CHANGED
|
@@ -174,7 +174,19 @@
|
|
|
174
174
|
--colors-button-background-danger-pressed: var(--colors-red-450);
|
|
175
175
|
--colors-button-background-ghost: var(--colors-transparent);
|
|
176
176
|
--colors-button-background-ghost-hover: var(--colors-gray-800);
|
|
177
|
+
--colors-button-background-ghost-inverse-hover: var(--colors-gray-150);
|
|
178
|
+
--colors-button-background-ghost-inverse-pressed: var(--colors-gray-200);
|
|
177
179
|
--colors-button-background-ghost-pressed: var(--colors-gray-750);
|
|
180
|
+
--colors-button-background-info: var(--colors-blue-500);
|
|
181
|
+
--colors-button-background-info-hover: var(--colors-blue-550);
|
|
182
|
+
--colors-button-background-info-pressed: var(--colors-blue-600);
|
|
183
|
+
--colors-button-background-inverse: var(--colors-blue-500);
|
|
184
|
+
--colors-button-background-inverse-disabled: var(--colors-gray-150);
|
|
185
|
+
--colors-button-background-inverse-hover: var(--colors-blue-450);
|
|
186
|
+
--colors-button-background-inverse-pressed: var(--colors-blue-400);
|
|
187
|
+
--colors-button-background-inverse-secondary: var(--colors-gray-150);
|
|
188
|
+
--colors-button-background-inverse-secondary-hover: var(--colors-gray-200);
|
|
189
|
+
--colors-button-background-inverse-secondary-pressed: var(--colors-gray-250);
|
|
178
190
|
--colors-button-background-primary: var(--colors-blue-500);
|
|
179
191
|
--colors-button-background-primary-hover: var(--colors-blue-450);
|
|
180
192
|
--colors-button-background-primary-pressed: var(--colors-blue-400);
|
|
@@ -184,11 +196,17 @@
|
|
|
184
196
|
--colors-button-background-tertiary: var(--colors-transparent);
|
|
185
197
|
--colors-button-background-tertiary-hover: var(--colors-blue-900);
|
|
186
198
|
--colors-button-background-tertiary-pressed: var(--colors-blue-800);
|
|
199
|
+
--colors-button-background-warning: var(--colors-yellow-700);
|
|
200
|
+
--colors-button-background-warning-hover: var(--colors-yellow-750);
|
|
201
|
+
--colors-button-background-warning-pressed: var(--colors-yellow-800);
|
|
187
202
|
--colors-button-border-danger: var(--colors-red-500);
|
|
188
203
|
--colors-button-border-danger-hover: var(--colors-red-450);
|
|
189
204
|
--colors-button-border-danger-pressed: var(--colors-red-400);
|
|
190
205
|
--colors-button-border-ghost-hover: var(--colors-transparent);
|
|
191
206
|
--colors-button-border-ghost-pressed: var(--colors-transparent);
|
|
207
|
+
--colors-button-border-inverse-secondary: var(--colors-gray-150);
|
|
208
|
+
--colors-button-border-inverse-secondary-hover: var(--colors-gray-200);
|
|
209
|
+
--colors-button-border-inverse-secondary-pressed: var(--colors-gray-250);
|
|
192
210
|
--colors-button-border-primary: var(--colors-blue-500);
|
|
193
211
|
--colors-button-border-primary-hover: var(--colors-blue-450);
|
|
194
212
|
--colors-button-border-primary-pressed: var(--colors-blue-400);
|
|
@@ -199,10 +217,16 @@
|
|
|
199
217
|
--colors-button-border-tertiary-hover: var(--colors-blue-450);
|
|
200
218
|
--colors-button-border-tertiary-pressed: var(--colors-blue-400);
|
|
201
219
|
--colors-button-icon-on-danger: var(--colors-white);
|
|
220
|
+
--colors-button-icon-on-inverse: var(--colors-white);
|
|
221
|
+
--colors-button-icon-on-inverse-disabled: var(--colors-gray-350);
|
|
222
|
+
--colors-button-icon-on-inverse-secondary: var(--colors-gray-900);
|
|
202
223
|
--colors-button-icon-on-primary: var(--colors-white);
|
|
203
224
|
--colors-button-icon-on-secondary: var(--colors-gray-50);
|
|
204
225
|
--colors-button-icon-on-tertiary: var(--colors-blue-400);
|
|
205
226
|
--colors-button-text-on-danger: var(--colors-white);
|
|
227
|
+
--colors-button-text-on-inverse: var(--colors-white);
|
|
228
|
+
--colors-button-text-on-inverse-disabled: var(--colors-gray-350);
|
|
229
|
+
--colors-button-text-on-inverse-secondary: var(--colors-gray-900);
|
|
206
230
|
--colors-button-text-on-primary: var(--colors-white);
|
|
207
231
|
--colors-button-text-on-secondary: var(--colors-gray-50);
|
|
208
232
|
--colors-button-text-on-tertiary: var(--colors-blue-400);
|
|
@@ -265,6 +289,7 @@
|
|
|
265
289
|
--colors-toolbar-item-background-selected: var(--colors-blue-700);
|
|
266
290
|
--colors-tooltip-background: var(--colors-gray-650);
|
|
267
291
|
--colors-tooltip-background-inset: var(--colors-gray-650);
|
|
292
|
+
--colors-tooltip-background-inverse: var(--colors-gray-950);
|
|
268
293
|
--colors-icon-danger: var(--colors-red-400);
|
|
269
294
|
--colors-icon-danger-active: var(--colors-red-300);
|
|
270
295
|
--colors-icon-danger-hover: var(--colors-red-350);
|
|
@@ -276,6 +301,7 @@
|
|
|
276
301
|
--colors-icon-inverted-secondary: var(--colors-gray-700);
|
|
277
302
|
--colors-icon-muted: var(--colors-gray-400);
|
|
278
303
|
--colors-icon-on-disabled: var(--colors-gray-450);
|
|
304
|
+
--colors-icon-on-disabled-inverse: var(--colors-gray-350);
|
|
279
305
|
--colors-icon-on-static-dark: var(--colors-gray-50);
|
|
280
306
|
--colors-icon-on-static-dark-subtle: var(--colors-gray-300);
|
|
281
307
|
--colors-icon-on-static-light: var(--colors-gray-900);
|
|
@@ -290,6 +316,7 @@
|
|
|
290
316
|
--colors-icon-interactive-on-inverted-secondary-pressed: var(
|
|
291
317
|
--colors-gray-600
|
|
292
318
|
);
|
|
319
|
+
--colors-icon-interactive-on-inverted-selected: var(--colors-blue-550);
|
|
293
320
|
--colors-icon-interactive-primary: var(--colors-blue-400);
|
|
294
321
|
--colors-icon-interactive-primary-hover: var(--colors-blue-350);
|
|
295
322
|
--colors-icon-interactive-primary-pressed: var(--colors-blue-300);
|
|
@@ -403,6 +430,7 @@
|
|
|
403
430
|
--colors-text-inverted-secondary: var(--colors-gray-700);
|
|
404
431
|
--colors-text-muted: var(--colors-gray-400);
|
|
405
432
|
--colors-text-on-disabled: var(--colors-gray-450);
|
|
433
|
+
--colors-text-on-inverse-disabled: var(--colors-gray-350);
|
|
406
434
|
--colors-text-on-static-dark: var(--colors-gray-50);
|
|
407
435
|
--colors-text-on-static-dark-subtle: var(--colors-gray-300);
|
|
408
436
|
--colors-text-on-static-light: var(--colors-gray-900);
|
package/dist/main.js
CHANGED
|
@@ -166,7 +166,19 @@ const colors$3 = {
|
|
|
166
166
|
"button-background-danger-pressed": "$red-600",
|
|
167
167
|
"button-background-ghost": "$transparent",
|
|
168
168
|
"button-background-ghost-hover": "$gray-150",
|
|
169
|
+
"button-background-ghost-inverse-hover": "$gray-800",
|
|
170
|
+
"button-background-ghost-inverse-pressed": "$gray-750",
|
|
169
171
|
"button-background-ghost-pressed": "$gray-200",
|
|
172
|
+
"button-background-info": "$blue-500",
|
|
173
|
+
"button-background-info-hover": "$blue-550",
|
|
174
|
+
"button-background-info-pressed": "$blue-600",
|
|
175
|
+
"button-background-inverse": "$blue-500",
|
|
176
|
+
"button-background-inverse-disabled": "$gray-850",
|
|
177
|
+
"button-background-inverse-hover": "$blue-550",
|
|
178
|
+
"button-background-inverse-pressed": "$blue-600",
|
|
179
|
+
"button-background-inverse-secondary": "$gray-750",
|
|
180
|
+
"button-background-inverse-secondary-hover": "$gray-700",
|
|
181
|
+
"button-background-inverse-secondary-pressed": "$gray-700",
|
|
170
182
|
"button-background-primary": "$blue-500",
|
|
171
183
|
"button-background-primary-hover": "$blue-550",
|
|
172
184
|
"button-background-primary-pressed": "$blue-600",
|
|
@@ -176,11 +188,17 @@ const colors$3 = {
|
|
|
176
188
|
"button-background-tertiary": "$transparent",
|
|
177
189
|
"button-background-tertiary-hover": "$blue-150",
|
|
178
190
|
"button-background-tertiary-pressed": "$blue-200",
|
|
191
|
+
"button-background-warning": "$yellow-700",
|
|
192
|
+
"button-background-warning-hover": "$yellow-750",
|
|
193
|
+
"button-background-warning-pressed": "$yellow-800",
|
|
179
194
|
"button-border-danger": "$red-500",
|
|
180
195
|
"button-border-danger-hover": "$red-550",
|
|
181
196
|
"button-border-danger-pressed": "$red-600",
|
|
182
197
|
"button-border-ghost-hover": "$transparent",
|
|
183
198
|
"button-border-ghost-pressed": "$transparent",
|
|
199
|
+
"button-border-inverse-secondary": "$gray-750",
|
|
200
|
+
"button-border-inverse-secondary-hover": "$gray-700",
|
|
201
|
+
"button-border-inverse-secondary-pressed": "$gray-650",
|
|
184
202
|
"button-border-primary": "$blue-500",
|
|
185
203
|
"button-border-primary-hover": "$blue-550",
|
|
186
204
|
"button-border-primary-pressed": "$blue-600",
|
|
@@ -191,10 +209,16 @@ const colors$3 = {
|
|
|
191
209
|
"button-border-tertiary-hover": "$blue-550",
|
|
192
210
|
"button-border-tertiary-pressed": "$blue-600",
|
|
193
211
|
"button-icon-on-danger": "$white",
|
|
212
|
+
"button-icon-on-inverse": "$white",
|
|
213
|
+
"button-icon-on-inverse-disabled": "$gray-450",
|
|
214
|
+
"button-icon-on-inverse-secondary": "$gray-50",
|
|
194
215
|
"button-icon-on-primary": "$white",
|
|
195
216
|
"button-icon-on-secondary": "$gray-900",
|
|
196
217
|
"button-icon-on-tertiary": "$blue-500",
|
|
197
218
|
"button-text-on-danger": "$white",
|
|
219
|
+
"button-text-on-inverse": "$white",
|
|
220
|
+
"button-text-on-inverse-disabled": "$gray-450",
|
|
221
|
+
"button-text-on-inverse-secondary": "$gray-50",
|
|
198
222
|
"button-text-on-primary": "$white",
|
|
199
223
|
"button-text-on-secondary": "$gray-900",
|
|
200
224
|
"button-text-on-tertiary": "$blue-500",
|
|
@@ -257,6 +281,7 @@ const colors$3 = {
|
|
|
257
281
|
"toolbar-item-background-selected": "$blue-150",
|
|
258
282
|
"tooltip-background": "$gray-950",
|
|
259
283
|
"tooltip-background-inset": "$gray-650",
|
|
284
|
+
"tooltip-background-inverse": "$gray-650",
|
|
260
285
|
"icon-danger": "$red-500",
|
|
261
286
|
"icon-danger-active": "$red-600",
|
|
262
287
|
"icon-danger-hover": "$red-550",
|
|
@@ -268,6 +293,7 @@ const colors$3 = {
|
|
|
268
293
|
"icon-inverted-secondary": "$gray-150",
|
|
269
294
|
"icon-muted": "$gray-400",
|
|
270
295
|
"icon-on-disabled": "$gray-350",
|
|
296
|
+
"icon-on-disabled-inverse": "$gray-450",
|
|
271
297
|
"icon-on-static-dark": "$gray-50",
|
|
272
298
|
"icon-on-static-dark-subtle": "$gray-300",
|
|
273
299
|
"icon-on-static-light": "$gray-900",
|
|
@@ -280,6 +306,7 @@ const colors$3 = {
|
|
|
280
306
|
"icon-interactive-on-inverted-secondary": "$gray-150",
|
|
281
307
|
"icon-interactive-on-inverted-secondary-hover": "$gray-200",
|
|
282
308
|
"icon-interactive-on-inverted-secondary-pressed": "$gray-250",
|
|
309
|
+
"icon-interactive-on-inverted-selected": "$blue-400",
|
|
283
310
|
"icon-interactive-primary": "$blue-500",
|
|
284
311
|
"icon-interactive-primary-hover": "$blue-550",
|
|
285
312
|
"icon-interactive-primary-pressed": "$blue-600",
|
|
@@ -391,6 +418,7 @@ const colors$3 = {
|
|
|
391
418
|
"text-inverted-secondary": "$gray-150",
|
|
392
419
|
"text-muted": "$gray-400",
|
|
393
420
|
"text-on-disabled": "$gray-350",
|
|
421
|
+
"text-on-inverse-disabled": "$gray-450",
|
|
394
422
|
"text-on-static-dark": "$gray-50",
|
|
395
423
|
"text-on-static-dark-subtle": "$gray-300",
|
|
396
424
|
"text-on-static-light": "$gray-900",
|
|
@@ -795,7 +823,19 @@ const colors$2 = {
|
|
|
795
823
|
"button-background-danger-pressed": "$red-450",
|
|
796
824
|
"button-background-ghost": "$transparent",
|
|
797
825
|
"button-background-ghost-hover": "$gray-800",
|
|
826
|
+
"button-background-ghost-inverse-hover": "$gray-150",
|
|
827
|
+
"button-background-ghost-inverse-pressed": "$gray-200",
|
|
798
828
|
"button-background-ghost-pressed": "$gray-750",
|
|
829
|
+
"button-background-info": "$blue-500",
|
|
830
|
+
"button-background-info-hover": "$blue-550",
|
|
831
|
+
"button-background-info-pressed": "$blue-600",
|
|
832
|
+
"button-background-inverse": "$blue-500",
|
|
833
|
+
"button-background-inverse-disabled": "$gray-150",
|
|
834
|
+
"button-background-inverse-hover": "$blue-450",
|
|
835
|
+
"button-background-inverse-pressed": "$blue-400",
|
|
836
|
+
"button-background-inverse-secondary": "$gray-150",
|
|
837
|
+
"button-background-inverse-secondary-hover": "$gray-200",
|
|
838
|
+
"button-background-inverse-secondary-pressed": "$gray-250",
|
|
799
839
|
"button-background-primary": "$blue-500",
|
|
800
840
|
"button-background-primary-hover": "$blue-450",
|
|
801
841
|
"button-background-primary-pressed": "$blue-400",
|
|
@@ -805,11 +845,17 @@ const colors$2 = {
|
|
|
805
845
|
"button-background-tertiary": "$transparent",
|
|
806
846
|
"button-background-tertiary-hover": "$blue-900",
|
|
807
847
|
"button-background-tertiary-pressed": "$blue-800",
|
|
848
|
+
"button-background-warning": "$yellow-700",
|
|
849
|
+
"button-background-warning-hover": "$yellow-750",
|
|
850
|
+
"button-background-warning-pressed": "$yellow-800",
|
|
808
851
|
"button-border-danger": "$red-500",
|
|
809
852
|
"button-border-danger-hover": "$red-450",
|
|
810
853
|
"button-border-danger-pressed": "$red-400",
|
|
811
854
|
"button-border-ghost-hover": "$transparent",
|
|
812
855
|
"button-border-ghost-pressed": "$transparent",
|
|
856
|
+
"button-border-inverse-secondary": "$gray-150",
|
|
857
|
+
"button-border-inverse-secondary-hover": "$gray-200",
|
|
858
|
+
"button-border-inverse-secondary-pressed": "$gray-250",
|
|
813
859
|
"button-border-primary": "$blue-500",
|
|
814
860
|
"button-border-primary-hover": "$blue-450",
|
|
815
861
|
"button-border-primary-pressed": "$blue-400",
|
|
@@ -820,10 +866,16 @@ const colors$2 = {
|
|
|
820
866
|
"button-border-tertiary-hover": "$blue-450",
|
|
821
867
|
"button-border-tertiary-pressed": "$blue-400",
|
|
822
868
|
"button-icon-on-danger": "$white",
|
|
869
|
+
"button-icon-on-inverse": "$white",
|
|
870
|
+
"button-icon-on-inverse-disabled": "$gray-350",
|
|
871
|
+
"button-icon-on-inverse-secondary": "$gray-900",
|
|
823
872
|
"button-icon-on-primary": "$white",
|
|
824
873
|
"button-icon-on-secondary": "$gray-50",
|
|
825
874
|
"button-icon-on-tertiary": "$blue-400",
|
|
826
875
|
"button-text-on-danger": "$white",
|
|
876
|
+
"button-text-on-inverse": "$white",
|
|
877
|
+
"button-text-on-inverse-disabled": "$gray-350",
|
|
878
|
+
"button-text-on-inverse-secondary": "$gray-900",
|
|
827
879
|
"button-text-on-primary": "$white",
|
|
828
880
|
"button-text-on-secondary": "$gray-50",
|
|
829
881
|
"button-text-on-tertiary": "$blue-400",
|
|
@@ -886,6 +938,7 @@ const colors$2 = {
|
|
|
886
938
|
"toolbar-item-background-selected": "$blue-700",
|
|
887
939
|
"tooltip-background": "$gray-650",
|
|
888
940
|
"tooltip-background-inset": "$gray-650",
|
|
941
|
+
"tooltip-background-inverse": "$gray-950",
|
|
889
942
|
"icon-danger": "$red-400",
|
|
890
943
|
"icon-danger-active": "$red-300",
|
|
891
944
|
"icon-danger-hover": "$red-350",
|
|
@@ -897,6 +950,7 @@ const colors$2 = {
|
|
|
897
950
|
"icon-inverted-secondary": "$gray-700",
|
|
898
951
|
"icon-muted": "$gray-400",
|
|
899
952
|
"icon-on-disabled": "$gray-450",
|
|
953
|
+
"icon-on-disabled-inverse": "$gray-350",
|
|
900
954
|
"icon-on-static-dark": "$gray-50",
|
|
901
955
|
"icon-on-static-dark-subtle": "$gray-300",
|
|
902
956
|
"icon-on-static-light": "$gray-900",
|
|
@@ -909,6 +963,7 @@ const colors$2 = {
|
|
|
909
963
|
"icon-interactive-on-inverted-secondary": "$gray-700",
|
|
910
964
|
"icon-interactive-on-inverted-secondary-hover": "$gray-650",
|
|
911
965
|
"icon-interactive-on-inverted-secondary-pressed": "$gray-600",
|
|
966
|
+
"icon-interactive-on-inverted-selected": "$blue-550",
|
|
912
967
|
"icon-interactive-primary": "$blue-400",
|
|
913
968
|
"icon-interactive-primary-hover": "$blue-350",
|
|
914
969
|
"icon-interactive-primary-pressed": "$blue-300",
|
|
@@ -1020,6 +1075,7 @@ const colors$2 = {
|
|
|
1020
1075
|
"text-inverted-secondary": "$gray-700",
|
|
1021
1076
|
"text-muted": "$gray-400",
|
|
1022
1077
|
"text-on-disabled": "$gray-450",
|
|
1078
|
+
"text-on-inverse-disabled": "$gray-350",
|
|
1023
1079
|
"text-on-static-dark": "$gray-50",
|
|
1024
1080
|
"text-on-static-dark-subtle": "$gray-300",
|
|
1025
1081
|
"text-on-static-light": "$gray-900",
|
|
@@ -1424,7 +1480,19 @@ const colors$1 = {
|
|
|
1424
1480
|
"button-background-danger-pressed": "$red-600",
|
|
1425
1481
|
"button-background-ghost": "$transparent",
|
|
1426
1482
|
"button-background-ghost-hover": "$cloud-150",
|
|
1483
|
+
"button-background-ghost-inverse-hover": "$cloud-750",
|
|
1484
|
+
"button-background-ghost-inverse-pressed": "$cloud-700",
|
|
1427
1485
|
"button-background-ghost-pressed": "$cloud-200",
|
|
1486
|
+
"button-background-info": "$blue-500",
|
|
1487
|
+
"button-background-info-hover": "$blue-550",
|
|
1488
|
+
"button-background-info-pressed": "$blue-600",
|
|
1489
|
+
"button-background-inverse": "$white",
|
|
1490
|
+
"button-background-inverse-disabled": "$cloud-650",
|
|
1491
|
+
"button-background-inverse-hover": "$cloud-100",
|
|
1492
|
+
"button-background-inverse-pressed": "$cloud-150",
|
|
1493
|
+
"button-background-inverse-secondary": "$cloud-700",
|
|
1494
|
+
"button-background-inverse-secondary-hover": "$cloud-650",
|
|
1495
|
+
"button-background-inverse-secondary-pressed": "$cloud-600",
|
|
1428
1496
|
"button-background-primary": "$cloud-800",
|
|
1429
1497
|
"button-background-primary-hover": "$cloud-900",
|
|
1430
1498
|
"button-background-primary-pressed": "$cloud-950",
|
|
@@ -1434,11 +1502,17 @@ const colors$1 = {
|
|
|
1434
1502
|
"button-background-tertiary": "$transparent",
|
|
1435
1503
|
"button-background-tertiary-hover": "$cloud-150",
|
|
1436
1504
|
"button-background-tertiary-pressed": "$cloud-200",
|
|
1505
|
+
"button-background-warning": "$yellow-700",
|
|
1506
|
+
"button-background-warning-hover": "$yellow-750",
|
|
1507
|
+
"button-background-warning-pressed": "$yellow-800",
|
|
1437
1508
|
"button-border-danger": "$red-500",
|
|
1438
1509
|
"button-border-danger-hover": "$red-550",
|
|
1439
1510
|
"button-border-danger-pressed": "$red-600",
|
|
1440
1511
|
"button-border-ghost-hover": "$transparent",
|
|
1441
1512
|
"button-border-ghost-pressed": "$transparent",
|
|
1513
|
+
"button-border-inverse-secondary": "$transparent",
|
|
1514
|
+
"button-border-inverse-secondary-hover": "$transparent",
|
|
1515
|
+
"button-border-inverse-secondary-pressed": "$transparent",
|
|
1442
1516
|
"button-border-primary": "$blue-500",
|
|
1443
1517
|
"button-border-primary-hover": "$blue-550",
|
|
1444
1518
|
"button-border-primary-pressed": "$blue-600",
|
|
@@ -1449,10 +1523,16 @@ const colors$1 = {
|
|
|
1449
1523
|
"button-border-tertiary-hover": "$cloud-550",
|
|
1450
1524
|
"button-border-tertiary-pressed": "$cloud-600",
|
|
1451
1525
|
"button-icon-on-danger": "$white",
|
|
1526
|
+
"button-icon-on-inverse": "$cloud-900",
|
|
1527
|
+
"button-icon-on-inverse-disabled": "$cloud-500",
|
|
1528
|
+
"button-icon-on-inverse-secondary": "$white",
|
|
1452
1529
|
"button-icon-on-primary": "$white",
|
|
1453
1530
|
"button-icon-on-secondary": "$cloud-900",
|
|
1454
1531
|
"button-icon-on-tertiary": "$cloud-900",
|
|
1455
1532
|
"button-text-on-danger": "$white",
|
|
1533
|
+
"button-text-on-inverse": "$cloud-900",
|
|
1534
|
+
"button-text-on-inverse-disabled": "$cloud-500",
|
|
1535
|
+
"button-text-on-inverse-secondary": "$white",
|
|
1456
1536
|
"button-text-on-primary": "$white",
|
|
1457
1537
|
"button-text-on-secondary": "$cloud-900",
|
|
1458
1538
|
"button-text-on-tertiary": "$cloud-900",
|
|
@@ -1515,6 +1595,7 @@ const colors$1 = {
|
|
|
1515
1595
|
"toolbar-item-background-selected": "$cloud-150",
|
|
1516
1596
|
"tooltip-background": "$cloud-950",
|
|
1517
1597
|
"tooltip-background-inset": "$cloud-650",
|
|
1598
|
+
"tooltip-background-inverse": "$cloud-650",
|
|
1518
1599
|
"icon-danger": "$red-500",
|
|
1519
1600
|
"icon-danger-active": "$red-600",
|
|
1520
1601
|
"icon-danger-hover": "$red-550",
|
|
@@ -1526,6 +1607,7 @@ const colors$1 = {
|
|
|
1526
1607
|
"icon-inverted-secondary": "$cloud-300",
|
|
1527
1608
|
"icon-muted": "$cloud-500",
|
|
1528
1609
|
"icon-on-disabled": "$cloud-350",
|
|
1610
|
+
"icon-on-disabled-inverse": "$cloud-450",
|
|
1529
1611
|
"icon-on-static-dark": "$cloud-50",
|
|
1530
1612
|
"icon-on-static-dark-subtle": "$cloud-300",
|
|
1531
1613
|
"icon-on-static-light": "$cloud-900",
|
|
@@ -1538,6 +1620,7 @@ const colors$1 = {
|
|
|
1538
1620
|
"icon-interactive-on-inverted-secondary": "$cloud-300",
|
|
1539
1621
|
"icon-interactive-on-inverted-secondary-hover": "$cloud-350",
|
|
1540
1622
|
"icon-interactive-on-inverted-secondary-pressed": "$cloud-400",
|
|
1623
|
+
"icon-interactive-on-inverted-selected": "$blue-400",
|
|
1541
1624
|
"icon-interactive-primary": "$blue-500",
|
|
1542
1625
|
"icon-interactive-primary-hover": "$blue-550",
|
|
1543
1626
|
"icon-interactive-primary-pressed": "$blue-600",
|
|
@@ -1649,6 +1732,7 @@ const colors$1 = {
|
|
|
1649
1732
|
"text-inverted-secondary": "$cloud-300",
|
|
1650
1733
|
"text-muted": "$cloud-500",
|
|
1651
1734
|
"text-on-disabled": "$cloud-350",
|
|
1735
|
+
"text-on-inverse-disabled": "$cloud-500",
|
|
1652
1736
|
"text-on-static-dark": "$white",
|
|
1653
1737
|
"text-on-static-dark-subtle": "$cloud-300",
|
|
1654
1738
|
"text-on-static-light": "$cloud-900",
|
|
@@ -2053,7 +2137,19 @@ const colors = {
|
|
|
2053
2137
|
"button-background-danger-pressed": "$red-450",
|
|
2054
2138
|
"button-background-ghost": "$transparent",
|
|
2055
2139
|
"button-background-ghost-hover": "$ink-750",
|
|
2140
|
+
"button-background-ghost-inverse-hover": "$ink-150",
|
|
2141
|
+
"button-background-ghost-inverse-pressed": "$ink-200",
|
|
2056
2142
|
"button-background-ghost-pressed": "$ink-700",
|
|
2143
|
+
"button-background-info": "$blue-500",
|
|
2144
|
+
"button-background-info-hover": "$blue-550",
|
|
2145
|
+
"button-background-info-pressed": "$blue-600",
|
|
2146
|
+
"button-background-inverse": "$ink-800",
|
|
2147
|
+
"button-background-inverse-disabled": "$ink-150",
|
|
2148
|
+
"button-background-inverse-hover": "$ink-900",
|
|
2149
|
+
"button-background-inverse-pressed": "$ink-950",
|
|
2150
|
+
"button-background-inverse-secondary": "$ink-150",
|
|
2151
|
+
"button-background-inverse-secondary-hover": "$ink-200",
|
|
2152
|
+
"button-background-inverse-secondary-pressed": "$ink-250",
|
|
2057
2153
|
"button-background-primary": "$white",
|
|
2058
2154
|
"button-background-primary-hover": "$ink-100",
|
|
2059
2155
|
"button-background-primary-pressed": "$ink-150",
|
|
@@ -2063,11 +2159,17 @@ const colors = {
|
|
|
2063
2159
|
"button-background-tertiary": "$transparent",
|
|
2064
2160
|
"button-background-tertiary-hover": "$ink-750",
|
|
2065
2161
|
"button-background-tertiary-pressed": "$ink-700",
|
|
2162
|
+
"button-background-warning": "$yellow-700",
|
|
2163
|
+
"button-background-warning-hover": "$yellow-750",
|
|
2164
|
+
"button-background-warning-pressed": "$yellow-800",
|
|
2066
2165
|
"button-border-danger": "$red-500",
|
|
2067
2166
|
"button-border-danger-hover": "$red-450",
|
|
2068
2167
|
"button-border-danger-pressed": "$red-400",
|
|
2069
2168
|
"button-border-ghost-hover": "$transparent",
|
|
2070
2169
|
"button-border-ghost-pressed": "$transparent",
|
|
2170
|
+
"button-border-inverse-secondary": "$transparent",
|
|
2171
|
+
"button-border-inverse-secondary-hover": "$transparent",
|
|
2172
|
+
"button-border-inverse-secondary-pressed": "$transparent",
|
|
2071
2173
|
"button-border-primary": "$blue-500",
|
|
2072
2174
|
"button-border-primary-hover": "$blue-450",
|
|
2073
2175
|
"button-border-primary-pressed": "$blue-400",
|
|
@@ -2078,10 +2180,16 @@ const colors = {
|
|
|
2078
2180
|
"button-border-tertiary-hover": "$ink-550",
|
|
2079
2181
|
"button-border-tertiary-pressed": "$ink-500",
|
|
2080
2182
|
"button-icon-on-danger": "$white",
|
|
2183
|
+
"button-icon-on-inverse": "$white",
|
|
2184
|
+
"button-icon-on-inverse-disabled": "$ink-350",
|
|
2185
|
+
"button-icon-on-inverse-secondary": "$ink-900",
|
|
2081
2186
|
"button-icon-on-primary": "$ink-900",
|
|
2082
2187
|
"button-icon-on-secondary": "$white",
|
|
2083
2188
|
"button-icon-on-tertiary": "$white",
|
|
2084
2189
|
"button-text-on-danger": "$white",
|
|
2190
|
+
"button-text-on-inverse": "$white",
|
|
2191
|
+
"button-text-on-inverse-disabled": "$ink-350",
|
|
2192
|
+
"button-text-on-inverse-secondary": "$ink-900",
|
|
2085
2193
|
"button-text-on-primary": "$ink-900",
|
|
2086
2194
|
"button-text-on-secondary": "$white",
|
|
2087
2195
|
"button-text-on-tertiary": "$white",
|
|
@@ -2144,6 +2252,7 @@ const colors = {
|
|
|
2144
2252
|
"toolbar-item-background-selected": "$ink-700",
|
|
2145
2253
|
"tooltip-background": "$ink-650",
|
|
2146
2254
|
"tooltip-background-inset": "$ink-800",
|
|
2255
|
+
"tooltip-background-inverse": "$ink-950",
|
|
2147
2256
|
"icon-danger": "$red-400",
|
|
2148
2257
|
"icon-danger-active": "$red-300",
|
|
2149
2258
|
"icon-danger-hover": "$red-350",
|
|
@@ -2155,6 +2264,7 @@ const colors = {
|
|
|
2155
2264
|
"icon-inverted-secondary": "$ink-700",
|
|
2156
2265
|
"icon-muted": "$ink-400",
|
|
2157
2266
|
"icon-on-disabled": "$ink-450",
|
|
2267
|
+
"icon-on-disabled-inverse": "$ink-350",
|
|
2158
2268
|
"icon-on-static-dark": "$ink-50",
|
|
2159
2269
|
"icon-on-static-dark-subtle": "$ink-300",
|
|
2160
2270
|
"icon-on-static-light": "$ink-900",
|
|
@@ -2167,6 +2277,7 @@ const colors = {
|
|
|
2167
2277
|
"icon-interactive-on-inverted-secondary": "$ink-700",
|
|
2168
2278
|
"icon-interactive-on-inverted-secondary-hover": "$ink-650",
|
|
2169
2279
|
"icon-interactive-on-inverted-secondary-pressed": "$ink-600",
|
|
2280
|
+
"icon-interactive-on-inverted-selected": "$blue-550",
|
|
2170
2281
|
"icon-interactive-primary": "$blue-500",
|
|
2171
2282
|
"icon-interactive-primary-hover": "$blue-450",
|
|
2172
2283
|
"icon-interactive-primary-pressed": "$blue-400",
|
|
@@ -2278,6 +2389,7 @@ const colors = {
|
|
|
2278
2389
|
"text-inverted-secondary": "$ink-700",
|
|
2279
2390
|
"text-muted": "$ink-400",
|
|
2280
2391
|
"text-on-disabled": "$ink-500",
|
|
2392
|
+
"text-on-inverse-disabled": "$ink-350",
|
|
2281
2393
|
"text-on-static-dark": "$white",
|
|
2282
2394
|
"text-on-static-dark-subtle": "$ink-300",
|
|
2283
2395
|
"text-on-static-light": "$ink-900",
|
|
@@ -2604,7 +2716,7 @@ const radii$1 = {
|
|
|
2604
2716
|
input: "$150",
|
|
2605
2717
|
"list-item": "$150",
|
|
2606
2718
|
notification: "$200",
|
|
2607
|
-
"notification-banner": "$
|
|
2719
|
+
"notification-banner": "$200",
|
|
2608
2720
|
panel: "$200",
|
|
2609
2721
|
popover: "$150",
|
|
2610
2722
|
tag: "$round",
|
|
@@ -2626,7 +2738,7 @@ const radii = {
|
|
|
2626
2738
|
input: "$150",
|
|
2627
2739
|
"list-item": "$150",
|
|
2628
2740
|
notification: "$200",
|
|
2629
|
-
"notification-banner": "$
|
|
2741
|
+
"notification-banner": "$200",
|
|
2630
2742
|
panel: "$200",
|
|
2631
2743
|
popover: "$150",
|
|
2632
2744
|
tag: "$round",
|