@mirohq/design-system-themes 1.4.8 → 1.4.10
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 +21 -0
- package/base.json +21 -0
- package/dark.css +21 -0
- package/dist/main.js +88 -4
- package/dist/main.js.map +1 -1
- package/dist/module.js +88 -4
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +2 -1
- package/light.css +21 -0
- package/metadata.json +60 -0
- package/new-dark.css +23 -2
- package/new-light.css +23 -2
- package/package.json +2 -2
package/base.css
CHANGED
|
@@ -174,7 +174,16 @@
|
|
|
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-inverse: var(--colors-blue-500);
|
|
181
|
+
--colors-button-background-inverse-disabled: var(--colors-gray-850);
|
|
182
|
+
--colors-button-background-inverse-hover: var(--colors-blue-550);
|
|
183
|
+
--colors-button-background-inverse-pressed: var(--colors-blue-600);
|
|
184
|
+
--colors-button-background-inverse-secondary: var(--colors-gray-750);
|
|
185
|
+
--colors-button-background-inverse-secondary-hover: var(--colors-gray-700);
|
|
186
|
+
--colors-button-background-inverse-secondary-pressed: var(--colors-gray-700);
|
|
178
187
|
--colors-button-background-primary: var(--colors-blue-500);
|
|
179
188
|
--colors-button-background-primary-hover: var(--colors-blue-550);
|
|
180
189
|
--colors-button-background-primary-pressed: var(--colors-blue-600);
|
|
@@ -189,6 +198,9 @@
|
|
|
189
198
|
--colors-button-border-danger-pressed: var(--colors-red-600);
|
|
190
199
|
--colors-button-border-ghost-hover: var(--colors-transparent);
|
|
191
200
|
--colors-button-border-ghost-pressed: var(--colors-transparent);
|
|
201
|
+
--colors-button-border-inverse-secondary: var(--colors-gray-750);
|
|
202
|
+
--colors-button-border-inverse-secondary-hover: var(--colors-gray-700);
|
|
203
|
+
--colors-button-border-inverse-secondary-pressed: var(--colors-gray-650);
|
|
192
204
|
--colors-button-border-primary: var(--colors-blue-500);
|
|
193
205
|
--colors-button-border-primary-hover: var(--colors-blue-550);
|
|
194
206
|
--colors-button-border-primary-pressed: var(--colors-blue-600);
|
|
@@ -199,10 +211,16 @@
|
|
|
199
211
|
--colors-button-border-tertiary-hover: var(--colors-blue-550);
|
|
200
212
|
--colors-button-border-tertiary-pressed: var(--colors-blue-600);
|
|
201
213
|
--colors-button-icon-on-danger: var(--colors-white);
|
|
214
|
+
--colors-button-icon-on-inverse: var(--colors-white);
|
|
215
|
+
--colors-button-icon-on-inverse-disabled: var(--colors-gray-450);
|
|
216
|
+
--colors-button-icon-on-inverse-secondary: var(--colors-gray-50);
|
|
202
217
|
--colors-button-icon-on-primary: var(--colors-white);
|
|
203
218
|
--colors-button-icon-on-secondary: var(--colors-gray-900);
|
|
204
219
|
--colors-button-icon-on-tertiary: var(--colors-blue-500);
|
|
205
220
|
--colors-button-text-on-danger: var(--colors-white);
|
|
221
|
+
--colors-button-text-on-inverse: var(--colors-white);
|
|
222
|
+
--colors-button-text-on-inverse-disabled: var(--colors-gray-450);
|
|
223
|
+
--colors-button-text-on-inverse-secondary: var(--colors-gray-50);
|
|
206
224
|
--colors-button-text-on-primary: var(--colors-white);
|
|
207
225
|
--colors-button-text-on-secondary: var(--colors-gray-900);
|
|
208
226
|
--colors-button-text-on-tertiary: var(--colors-blue-500);
|
|
@@ -265,6 +283,7 @@
|
|
|
265
283
|
--colors-toolbar-item-background-selected: var(--colors-blue-150);
|
|
266
284
|
--colors-tooltip-background: var(--colors-gray-950);
|
|
267
285
|
--colors-tooltip-background-inset: var(--colors-gray-650);
|
|
286
|
+
--colors-tooltip-background-inverse: var(--colors-gray-650);
|
|
268
287
|
--colors-icon-danger: var(--colors-red-500);
|
|
269
288
|
--colors-icon-danger-active: var(--colors-red-600);
|
|
270
289
|
--colors-icon-danger-hover: var(--colors-red-550);
|
|
@@ -276,6 +295,7 @@
|
|
|
276
295
|
--colors-icon-inverted-secondary: var(--colors-gray-150);
|
|
277
296
|
--colors-icon-muted: var(--colors-gray-400);
|
|
278
297
|
--colors-icon-on-disabled: var(--colors-gray-350);
|
|
298
|
+
--colors-icon-on-disabled-inverse: var(--colors-gray-450);
|
|
279
299
|
--colors-icon-on-static-dark: var(--colors-gray-50);
|
|
280
300
|
--colors-icon-on-static-dark-subtle: var(--colors-gray-300);
|
|
281
301
|
--colors-icon-on-static-light: var(--colors-gray-900);
|
|
@@ -418,6 +438,7 @@
|
|
|
418
438
|
--radii-calendar: var(--radii-100);
|
|
419
439
|
--radii-card: var(--radii-100);
|
|
420
440
|
--radii-checkbox: var(--radii-50);
|
|
441
|
+
--radii-dialog: var(--radii-150);
|
|
421
442
|
--radii-dropdown: var(--radii-100);
|
|
422
443
|
--radii-input: var(--radii-50);
|
|
423
444
|
--radii-list-item: var(--radii-50);
|
package/base.json
CHANGED
|
@@ -165,7 +165,16 @@
|
|
|
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
|
+
"buttonBackgroundInverse": "{colors.blue500}",
|
|
172
|
+
"buttonBackgroundInverseDisabled": "{colors.gray850}",
|
|
173
|
+
"buttonBackgroundInverseHover": "{colors.blue550}",
|
|
174
|
+
"buttonBackgroundInversePressed": "{colors.blue600}",
|
|
175
|
+
"buttonBackgroundInverseSecondary": "{colors.gray750}",
|
|
176
|
+
"buttonBackgroundInverseSecondaryHover": "{colors.gray700}",
|
|
177
|
+
"buttonBackgroundInverseSecondaryPressed": "{colors.gray700}",
|
|
169
178
|
"buttonBackgroundPrimary": "{colors.blue500}",
|
|
170
179
|
"buttonBackgroundPrimaryHover": "{colors.blue550}",
|
|
171
180
|
"buttonBackgroundPrimaryPressed": "{colors.blue600}",
|
|
@@ -180,6 +189,9 @@
|
|
|
180
189
|
"buttonBorderDangerPressed": "{colors.red600}",
|
|
181
190
|
"buttonBorderGhostHover": "{colors.transparent}",
|
|
182
191
|
"buttonBorderGhostPressed": "{colors.transparent}",
|
|
192
|
+
"buttonBorderInverseSecondary": "{colors.gray750}",
|
|
193
|
+
"buttonBorderInverseSecondaryHover": "{colors.gray700}",
|
|
194
|
+
"buttonBorderInverseSecondaryPressed": "{colors.gray650}",
|
|
183
195
|
"buttonBorderPrimary": "{colors.blue500}",
|
|
184
196
|
"buttonBorderPrimaryHover": "{colors.blue550}",
|
|
185
197
|
"buttonBorderPrimaryPressed": "{colors.blue600}",
|
|
@@ -190,10 +202,16 @@
|
|
|
190
202
|
"buttonBorderTertiaryHover": "{colors.blue550}",
|
|
191
203
|
"buttonBorderTertiaryPressed": "{colors.blue600}",
|
|
192
204
|
"buttonIconOnDanger": "{colors.white}",
|
|
205
|
+
"buttonIconOnInverse": "{colors.white}",
|
|
206
|
+
"buttonIconOnInverseDisabled": "{colors.gray450}",
|
|
207
|
+
"buttonIconOnInverseSecondary": "{colors.gray50}",
|
|
193
208
|
"buttonIconOnPrimary": "{colors.white}",
|
|
194
209
|
"buttonIconOnSecondary": "{colors.gray900}",
|
|
195
210
|
"buttonIconOnTertiary": "{colors.blue500}",
|
|
196
211
|
"buttonTextOnDanger": "{colors.white}",
|
|
212
|
+
"buttonTextOnInverse": "{colors.white}",
|
|
213
|
+
"buttonTextOnInverseDisabled": "{colors.gray450}",
|
|
214
|
+
"buttonTextOnInverseSecondary": "{colors.gray50}",
|
|
197
215
|
"buttonTextOnPrimary": "{colors.white}",
|
|
198
216
|
"buttonTextOnSecondary": "{colors.gray900}",
|
|
199
217
|
"buttonTextOnTertiary": "{colors.blue500}",
|
|
@@ -256,6 +274,7 @@
|
|
|
256
274
|
"toolbarItemBackgroundSelected": "{colors.blue150}",
|
|
257
275
|
"tooltipBackground": "{colors.gray950}",
|
|
258
276
|
"tooltipBackgroundInset": "{colors.gray650}",
|
|
277
|
+
"tooltipBackgroundInverse": "{colors.gray650}",
|
|
259
278
|
"iconDanger": "{colors.red500}",
|
|
260
279
|
"iconDangerActive": "{colors.red600}",
|
|
261
280
|
"iconDangerHover": "{colors.red550}",
|
|
@@ -267,6 +286,7 @@
|
|
|
267
286
|
"iconInvertedSecondary": "{colors.gray150}",
|
|
268
287
|
"iconMuted": "{colors.gray400}",
|
|
269
288
|
"iconOnDisabled": "{colors.gray350}",
|
|
289
|
+
"iconOnDisabledInverse": "{colors.gray450}",
|
|
270
290
|
"iconOnStaticDark": "{colors.gray50}",
|
|
271
291
|
"iconOnStaticDarkSubtle": "{colors.gray300}",
|
|
272
292
|
"iconOnStaticLight": "{colors.gray900}",
|
|
@@ -635,6 +655,7 @@
|
|
|
635
655
|
"calendar": "{radii.100}",
|
|
636
656
|
"card": "{radii.100}",
|
|
637
657
|
"checkbox": "{radii.50}",
|
|
658
|
+
"dialog": "{radii.150}",
|
|
638
659
|
"dropdown": "{radii.100}",
|
|
639
660
|
"input": "{radii.50}",
|
|
640
661
|
"listItem": "{radii.50}",
|
package/dark.css
CHANGED
|
@@ -174,7 +174,16 @@
|
|
|
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-inverse: var(--colors-blue-500);
|
|
181
|
+
--colors-button-background-inverse-disabled: var(--colors-gray-150);
|
|
182
|
+
--colors-button-background-inverse-hover: var(--colors-blue-450);
|
|
183
|
+
--colors-button-background-inverse-pressed: var(--colors-blue-400);
|
|
184
|
+
--colors-button-background-inverse-secondary: var(--colors-gray-150);
|
|
185
|
+
--colors-button-background-inverse-secondary-hover: var(--colors-gray-200);
|
|
186
|
+
--colors-button-background-inverse-secondary-pressed: var(--colors-gray-250);
|
|
178
187
|
--colors-button-background-primary: var(--colors-blue-500);
|
|
179
188
|
--colors-button-background-primary-hover: var(--colors-blue-450);
|
|
180
189
|
--colors-button-background-primary-pressed: var(--colors-blue-400);
|
|
@@ -189,6 +198,9 @@
|
|
|
189
198
|
--colors-button-border-danger-pressed: var(--colors-red-400);
|
|
190
199
|
--colors-button-border-ghost-hover: var(--colors-transparent);
|
|
191
200
|
--colors-button-border-ghost-pressed: var(--colors-transparent);
|
|
201
|
+
--colors-button-border-inverse-secondary: var(--colors-gray-150);
|
|
202
|
+
--colors-button-border-inverse-secondary-hover: var(--colors-gray-200);
|
|
203
|
+
--colors-button-border-inverse-secondary-pressed: var(--colors-gray-250);
|
|
192
204
|
--colors-button-border-primary: var(--colors-blue-500);
|
|
193
205
|
--colors-button-border-primary-hover: var(--colors-blue-450);
|
|
194
206
|
--colors-button-border-primary-pressed: var(--colors-blue-400);
|
|
@@ -199,10 +211,16 @@
|
|
|
199
211
|
--colors-button-border-tertiary-hover: var(--colors-blue-450);
|
|
200
212
|
--colors-button-border-tertiary-pressed: var(--colors-blue-400);
|
|
201
213
|
--colors-button-icon-on-danger: var(--colors-white);
|
|
214
|
+
--colors-button-icon-on-inverse: var(--colors-white);
|
|
215
|
+
--colors-button-icon-on-inverse-disabled: var(--colors-gray-350);
|
|
216
|
+
--colors-button-icon-on-inverse-secondary: var(--colors-gray-900);
|
|
202
217
|
--colors-button-icon-on-primary: var(--colors-white);
|
|
203
218
|
--colors-button-icon-on-secondary: var(--colors-gray-50);
|
|
204
219
|
--colors-button-icon-on-tertiary: var(--colors-blue-400);
|
|
205
220
|
--colors-button-text-on-danger: var(--colors-white);
|
|
221
|
+
--colors-button-text-on-inverse: var(--colors-white);
|
|
222
|
+
--colors-button-text-on-inverse-disabled: var(--colors-gray-350);
|
|
223
|
+
--colors-button-text-on-inverse-secondary: var(--colors-gray-900);
|
|
206
224
|
--colors-button-text-on-primary: var(--colors-white);
|
|
207
225
|
--colors-button-text-on-secondary: var(--colors-gray-50);
|
|
208
226
|
--colors-button-text-on-tertiary: var(--colors-blue-400);
|
|
@@ -265,6 +283,7 @@
|
|
|
265
283
|
--colors-toolbar-item-background-selected: var(--colors-blue-700);
|
|
266
284
|
--colors-tooltip-background: var(--colors-gray-650);
|
|
267
285
|
--colors-tooltip-background-inset: var(--colors-gray-650);
|
|
286
|
+
--colors-tooltip-background-inverse: var(--colors-gray-950);
|
|
268
287
|
--colors-icon-danger: var(--colors-red-400);
|
|
269
288
|
--colors-icon-danger-active: var(--colors-red-300);
|
|
270
289
|
--colors-icon-danger-hover: var(--colors-red-350);
|
|
@@ -276,6 +295,7 @@
|
|
|
276
295
|
--colors-icon-inverted-secondary: var(--colors-gray-700);
|
|
277
296
|
--colors-icon-muted: var(--colors-gray-400);
|
|
278
297
|
--colors-icon-on-disabled: var(--colors-gray-450);
|
|
298
|
+
--colors-icon-on-disabled-inverse: var(--colors-gray-350);
|
|
279
299
|
--colors-icon-on-static-dark: var(--colors-gray-50);
|
|
280
300
|
--colors-icon-on-static-dark-subtle: var(--colors-gray-300);
|
|
281
301
|
--colors-icon-on-static-light: var(--colors-gray-900);
|
|
@@ -418,6 +438,7 @@
|
|
|
418
438
|
--radii-calendar: var(--radii-100);
|
|
419
439
|
--radii-card: var(--radii-100);
|
|
420
440
|
--radii-checkbox: var(--radii-50);
|
|
441
|
+
--radii-dialog: var(--radii-150);
|
|
421
442
|
--radii-dropdown: var(--radii-100);
|
|
422
443
|
--radii-input: var(--radii-50);
|
|
423
444
|
--radii-list-item: var(--radii-50);
|
package/dist/main.js
CHANGED
|
@@ -166,7 +166,16 @@ 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-inverse": "$blue-500",
|
|
173
|
+
"button-background-inverse-disabled": "$gray-850",
|
|
174
|
+
"button-background-inverse-hover": "$blue-550",
|
|
175
|
+
"button-background-inverse-pressed": "$blue-600",
|
|
176
|
+
"button-background-inverse-secondary": "$gray-750",
|
|
177
|
+
"button-background-inverse-secondary-hover": "$gray-700",
|
|
178
|
+
"button-background-inverse-secondary-pressed": "$gray-700",
|
|
170
179
|
"button-background-primary": "$blue-500",
|
|
171
180
|
"button-background-primary-hover": "$blue-550",
|
|
172
181
|
"button-background-primary-pressed": "$blue-600",
|
|
@@ -181,6 +190,9 @@ const colors$3 = {
|
|
|
181
190
|
"button-border-danger-pressed": "$red-600",
|
|
182
191
|
"button-border-ghost-hover": "$transparent",
|
|
183
192
|
"button-border-ghost-pressed": "$transparent",
|
|
193
|
+
"button-border-inverse-secondary": "$gray-750",
|
|
194
|
+
"button-border-inverse-secondary-hover": "$gray-700",
|
|
195
|
+
"button-border-inverse-secondary-pressed": "$gray-650",
|
|
184
196
|
"button-border-primary": "$blue-500",
|
|
185
197
|
"button-border-primary-hover": "$blue-550",
|
|
186
198
|
"button-border-primary-pressed": "$blue-600",
|
|
@@ -191,10 +203,16 @@ const colors$3 = {
|
|
|
191
203
|
"button-border-tertiary-hover": "$blue-550",
|
|
192
204
|
"button-border-tertiary-pressed": "$blue-600",
|
|
193
205
|
"button-icon-on-danger": "$white",
|
|
206
|
+
"button-icon-on-inverse": "$white",
|
|
207
|
+
"button-icon-on-inverse-disabled": "$gray-450",
|
|
208
|
+
"button-icon-on-inverse-secondary": "$gray-50",
|
|
194
209
|
"button-icon-on-primary": "$white",
|
|
195
210
|
"button-icon-on-secondary": "$gray-900",
|
|
196
211
|
"button-icon-on-tertiary": "$blue-500",
|
|
197
212
|
"button-text-on-danger": "$white",
|
|
213
|
+
"button-text-on-inverse": "$white",
|
|
214
|
+
"button-text-on-inverse-disabled": "$gray-450",
|
|
215
|
+
"button-text-on-inverse-secondary": "$gray-50",
|
|
198
216
|
"button-text-on-primary": "$white",
|
|
199
217
|
"button-text-on-secondary": "$gray-900",
|
|
200
218
|
"button-text-on-tertiary": "$blue-500",
|
|
@@ -257,6 +275,7 @@ const colors$3 = {
|
|
|
257
275
|
"toolbar-item-background-selected": "$blue-150",
|
|
258
276
|
"tooltip-background": "$gray-950",
|
|
259
277
|
"tooltip-background-inset": "$gray-650",
|
|
278
|
+
"tooltip-background-inverse": "$gray-650",
|
|
260
279
|
"icon-danger": "$red-500",
|
|
261
280
|
"icon-danger-active": "$red-600",
|
|
262
281
|
"icon-danger-hover": "$red-550",
|
|
@@ -268,6 +287,7 @@ const colors$3 = {
|
|
|
268
287
|
"icon-inverted-secondary": "$gray-150",
|
|
269
288
|
"icon-muted": "$gray-400",
|
|
270
289
|
"icon-on-disabled": "$gray-350",
|
|
290
|
+
"icon-on-disabled-inverse": "$gray-450",
|
|
271
291
|
"icon-on-static-dark": "$gray-50",
|
|
272
292
|
"icon-on-static-dark-subtle": "$gray-300",
|
|
273
293
|
"icon-on-static-light": "$gray-900",
|
|
@@ -795,7 +815,16 @@ const colors$2 = {
|
|
|
795
815
|
"button-background-danger-pressed": "$red-450",
|
|
796
816
|
"button-background-ghost": "$transparent",
|
|
797
817
|
"button-background-ghost-hover": "$gray-800",
|
|
818
|
+
"button-background-ghost-inverse-hover": "$gray-150",
|
|
819
|
+
"button-background-ghost-inverse-pressed": "$gray-200",
|
|
798
820
|
"button-background-ghost-pressed": "$gray-750",
|
|
821
|
+
"button-background-inverse": "$blue-500",
|
|
822
|
+
"button-background-inverse-disabled": "$gray-150",
|
|
823
|
+
"button-background-inverse-hover": "$blue-450",
|
|
824
|
+
"button-background-inverse-pressed": "$blue-400",
|
|
825
|
+
"button-background-inverse-secondary": "$gray-150",
|
|
826
|
+
"button-background-inverse-secondary-hover": "$gray-200",
|
|
827
|
+
"button-background-inverse-secondary-pressed": "$gray-250",
|
|
799
828
|
"button-background-primary": "$blue-500",
|
|
800
829
|
"button-background-primary-hover": "$blue-450",
|
|
801
830
|
"button-background-primary-pressed": "$blue-400",
|
|
@@ -810,6 +839,9 @@ const colors$2 = {
|
|
|
810
839
|
"button-border-danger-pressed": "$red-400",
|
|
811
840
|
"button-border-ghost-hover": "$transparent",
|
|
812
841
|
"button-border-ghost-pressed": "$transparent",
|
|
842
|
+
"button-border-inverse-secondary": "$gray-150",
|
|
843
|
+
"button-border-inverse-secondary-hover": "$gray-200",
|
|
844
|
+
"button-border-inverse-secondary-pressed": "$gray-250",
|
|
813
845
|
"button-border-primary": "$blue-500",
|
|
814
846
|
"button-border-primary-hover": "$blue-450",
|
|
815
847
|
"button-border-primary-pressed": "$blue-400",
|
|
@@ -820,10 +852,16 @@ const colors$2 = {
|
|
|
820
852
|
"button-border-tertiary-hover": "$blue-450",
|
|
821
853
|
"button-border-tertiary-pressed": "$blue-400",
|
|
822
854
|
"button-icon-on-danger": "$white",
|
|
855
|
+
"button-icon-on-inverse": "$white",
|
|
856
|
+
"button-icon-on-inverse-disabled": "$gray-350",
|
|
857
|
+
"button-icon-on-inverse-secondary": "$gray-900",
|
|
823
858
|
"button-icon-on-primary": "$white",
|
|
824
859
|
"button-icon-on-secondary": "$gray-50",
|
|
825
860
|
"button-icon-on-tertiary": "$blue-400",
|
|
826
861
|
"button-text-on-danger": "$white",
|
|
862
|
+
"button-text-on-inverse": "$white",
|
|
863
|
+
"button-text-on-inverse-disabled": "$gray-350",
|
|
864
|
+
"button-text-on-inverse-secondary": "$gray-900",
|
|
827
865
|
"button-text-on-primary": "$white",
|
|
828
866
|
"button-text-on-secondary": "$gray-50",
|
|
829
867
|
"button-text-on-tertiary": "$blue-400",
|
|
@@ -886,6 +924,7 @@ const colors$2 = {
|
|
|
886
924
|
"toolbar-item-background-selected": "$blue-700",
|
|
887
925
|
"tooltip-background": "$gray-650",
|
|
888
926
|
"tooltip-background-inset": "$gray-650",
|
|
927
|
+
"tooltip-background-inverse": "$gray-950",
|
|
889
928
|
"icon-danger": "$red-400",
|
|
890
929
|
"icon-danger-active": "$red-300",
|
|
891
930
|
"icon-danger-hover": "$red-350",
|
|
@@ -897,6 +936,7 @@ const colors$2 = {
|
|
|
897
936
|
"icon-inverted-secondary": "$gray-700",
|
|
898
937
|
"icon-muted": "$gray-400",
|
|
899
938
|
"icon-on-disabled": "$gray-450",
|
|
939
|
+
"icon-on-disabled-inverse": "$gray-350",
|
|
900
940
|
"icon-on-static-dark": "$gray-50",
|
|
901
941
|
"icon-on-static-dark-subtle": "$gray-300",
|
|
902
942
|
"icon-on-static-light": "$gray-900",
|
|
@@ -1424,7 +1464,16 @@ const colors$1 = {
|
|
|
1424
1464
|
"button-background-danger-pressed": "$red-600",
|
|
1425
1465
|
"button-background-ghost": "$transparent",
|
|
1426
1466
|
"button-background-ghost-hover": "$cloud-150",
|
|
1467
|
+
"button-background-ghost-inverse-hover": "$cloud-750",
|
|
1468
|
+
"button-background-ghost-inverse-pressed": "$cloud-700",
|
|
1427
1469
|
"button-background-ghost-pressed": "$cloud-200",
|
|
1470
|
+
"button-background-inverse": "$white",
|
|
1471
|
+
"button-background-inverse-disabled": "$cloud-650",
|
|
1472
|
+
"button-background-inverse-hover": "$cloud-100",
|
|
1473
|
+
"button-background-inverse-pressed": "$cloud-150",
|
|
1474
|
+
"button-background-inverse-secondary": "$cloud-700",
|
|
1475
|
+
"button-background-inverse-secondary-hover": "$cloud-650",
|
|
1476
|
+
"button-background-inverse-secondary-pressed": "$cloud-600",
|
|
1428
1477
|
"button-background-primary": "$cloud-800",
|
|
1429
1478
|
"button-background-primary-hover": "$cloud-900",
|
|
1430
1479
|
"button-background-primary-pressed": "$cloud-950",
|
|
@@ -1439,6 +1488,9 @@ const colors$1 = {
|
|
|
1439
1488
|
"button-border-danger-pressed": "$red-600",
|
|
1440
1489
|
"button-border-ghost-hover": "$transparent",
|
|
1441
1490
|
"button-border-ghost-pressed": "$transparent",
|
|
1491
|
+
"button-border-inverse-secondary": "$transparent",
|
|
1492
|
+
"button-border-inverse-secondary-hover": "$transparent",
|
|
1493
|
+
"button-border-inverse-secondary-pressed": "$transparent",
|
|
1442
1494
|
"button-border-primary": "$blue-500",
|
|
1443
1495
|
"button-border-primary-hover": "$blue-550",
|
|
1444
1496
|
"button-border-primary-pressed": "$blue-600",
|
|
@@ -1449,10 +1501,16 @@ const colors$1 = {
|
|
|
1449
1501
|
"button-border-tertiary-hover": "$cloud-550",
|
|
1450
1502
|
"button-border-tertiary-pressed": "$cloud-600",
|
|
1451
1503
|
"button-icon-on-danger": "$white",
|
|
1504
|
+
"button-icon-on-inverse": "$cloud-900",
|
|
1505
|
+
"button-icon-on-inverse-disabled": "$cloud-500",
|
|
1506
|
+
"button-icon-on-inverse-secondary": "$white",
|
|
1452
1507
|
"button-icon-on-primary": "$white",
|
|
1453
1508
|
"button-icon-on-secondary": "$cloud-900",
|
|
1454
1509
|
"button-icon-on-tertiary": "$cloud-900",
|
|
1455
1510
|
"button-text-on-danger": "$white",
|
|
1511
|
+
"button-text-on-inverse": "$cloud-900",
|
|
1512
|
+
"button-text-on-inverse-disabled": "$cloud-500",
|
|
1513
|
+
"button-text-on-inverse-secondary": "$white",
|
|
1456
1514
|
"button-text-on-primary": "$white",
|
|
1457
1515
|
"button-text-on-secondary": "$cloud-900",
|
|
1458
1516
|
"button-text-on-tertiary": "$cloud-900",
|
|
@@ -1515,6 +1573,7 @@ const colors$1 = {
|
|
|
1515
1573
|
"toolbar-item-background-selected": "$cloud-150",
|
|
1516
1574
|
"tooltip-background": "$cloud-950",
|
|
1517
1575
|
"tooltip-background-inset": "$cloud-650",
|
|
1576
|
+
"tooltip-background-inverse": "$cloud-650",
|
|
1518
1577
|
"icon-danger": "$red-500",
|
|
1519
1578
|
"icon-danger-active": "$red-600",
|
|
1520
1579
|
"icon-danger-hover": "$red-550",
|
|
@@ -1526,6 +1585,7 @@ const colors$1 = {
|
|
|
1526
1585
|
"icon-inverted-secondary": "$cloud-300",
|
|
1527
1586
|
"icon-muted": "$cloud-500",
|
|
1528
1587
|
"icon-on-disabled": "$cloud-350",
|
|
1588
|
+
"icon-on-disabled-inverse": "$cloud-450",
|
|
1529
1589
|
"icon-on-static-dark": "$cloud-50",
|
|
1530
1590
|
"icon-on-static-dark-subtle": "$cloud-300",
|
|
1531
1591
|
"icon-on-static-light": "$cloud-900",
|
|
@@ -2053,7 +2113,16 @@ const colors = {
|
|
|
2053
2113
|
"button-background-danger-pressed": "$red-450",
|
|
2054
2114
|
"button-background-ghost": "$transparent",
|
|
2055
2115
|
"button-background-ghost-hover": "$ink-750",
|
|
2116
|
+
"button-background-ghost-inverse-hover": "$ink-150",
|
|
2117
|
+
"button-background-ghost-inverse-pressed": "$ink-200",
|
|
2056
2118
|
"button-background-ghost-pressed": "$ink-700",
|
|
2119
|
+
"button-background-inverse": "$ink-800",
|
|
2120
|
+
"button-background-inverse-disabled": "$ink-150",
|
|
2121
|
+
"button-background-inverse-hover": "$ink-900",
|
|
2122
|
+
"button-background-inverse-pressed": "$ink-950",
|
|
2123
|
+
"button-background-inverse-secondary": "$ink-150",
|
|
2124
|
+
"button-background-inverse-secondary-hover": "$ink-200",
|
|
2125
|
+
"button-background-inverse-secondary-pressed": "$ink-250",
|
|
2057
2126
|
"button-background-primary": "$white",
|
|
2058
2127
|
"button-background-primary-hover": "$ink-100",
|
|
2059
2128
|
"button-background-primary-pressed": "$ink-150",
|
|
@@ -2068,6 +2137,9 @@ const colors = {
|
|
|
2068
2137
|
"button-border-danger-pressed": "$red-400",
|
|
2069
2138
|
"button-border-ghost-hover": "$transparent",
|
|
2070
2139
|
"button-border-ghost-pressed": "$transparent",
|
|
2140
|
+
"button-border-inverse-secondary": "$transparent",
|
|
2141
|
+
"button-border-inverse-secondary-hover": "$transparent",
|
|
2142
|
+
"button-border-inverse-secondary-pressed": "$transparent",
|
|
2071
2143
|
"button-border-primary": "$blue-500",
|
|
2072
2144
|
"button-border-primary-hover": "$blue-450",
|
|
2073
2145
|
"button-border-primary-pressed": "$blue-400",
|
|
@@ -2078,10 +2150,16 @@ const colors = {
|
|
|
2078
2150
|
"button-border-tertiary-hover": "$ink-550",
|
|
2079
2151
|
"button-border-tertiary-pressed": "$ink-500",
|
|
2080
2152
|
"button-icon-on-danger": "$white",
|
|
2153
|
+
"button-icon-on-inverse": "$white",
|
|
2154
|
+
"button-icon-on-inverse-disabled": "$ink-350",
|
|
2155
|
+
"button-icon-on-inverse-secondary": "$ink-900",
|
|
2081
2156
|
"button-icon-on-primary": "$ink-900",
|
|
2082
2157
|
"button-icon-on-secondary": "$white",
|
|
2083
2158
|
"button-icon-on-tertiary": "$white",
|
|
2084
2159
|
"button-text-on-danger": "$white",
|
|
2160
|
+
"button-text-on-inverse": "$white",
|
|
2161
|
+
"button-text-on-inverse-disabled": "$ink-350",
|
|
2162
|
+
"button-text-on-inverse-secondary": "$ink-900",
|
|
2085
2163
|
"button-text-on-primary": "$ink-900",
|
|
2086
2164
|
"button-text-on-secondary": "$white",
|
|
2087
2165
|
"button-text-on-tertiary": "$white",
|
|
@@ -2144,6 +2222,7 @@ const colors = {
|
|
|
2144
2222
|
"toolbar-item-background-selected": "$ink-700",
|
|
2145
2223
|
"tooltip-background": "$ink-650",
|
|
2146
2224
|
"tooltip-background-inset": "$ink-800",
|
|
2225
|
+
"tooltip-background-inverse": "$ink-950",
|
|
2147
2226
|
"icon-danger": "$red-400",
|
|
2148
2227
|
"icon-danger-active": "$red-300",
|
|
2149
2228
|
"icon-danger-hover": "$red-350",
|
|
@@ -2155,6 +2234,7 @@ const colors = {
|
|
|
2155
2234
|
"icon-inverted-secondary": "$ink-700",
|
|
2156
2235
|
"icon-muted": "$ink-400",
|
|
2157
2236
|
"icon-on-disabled": "$ink-450",
|
|
2237
|
+
"icon-on-disabled-inverse": "$ink-350",
|
|
2158
2238
|
"icon-on-static-dark": "$ink-50",
|
|
2159
2239
|
"icon-on-static-dark-subtle": "$ink-300",
|
|
2160
2240
|
"icon-on-static-light": "$ink-900",
|
|
@@ -2555,6 +2635,7 @@ const radii$3 = {
|
|
|
2555
2635
|
calendar: "$100",
|
|
2556
2636
|
card: "$100",
|
|
2557
2637
|
checkbox: "$50",
|
|
2638
|
+
dialog: "$150",
|
|
2558
2639
|
dropdown: "$100",
|
|
2559
2640
|
input: "$50",
|
|
2560
2641
|
"list-item": "$50",
|
|
@@ -2576,6 +2657,7 @@ const radii$2 = {
|
|
|
2576
2657
|
calendar: "$100",
|
|
2577
2658
|
card: "$100",
|
|
2578
2659
|
checkbox: "$50",
|
|
2660
|
+
dialog: "$150",
|
|
2579
2661
|
dropdown: "$100",
|
|
2580
2662
|
input: "$50",
|
|
2581
2663
|
"list-item": "$50",
|
|
@@ -2597,12 +2679,13 @@ const radii$1 = {
|
|
|
2597
2679
|
calendar: "$250",
|
|
2598
2680
|
card: "$250",
|
|
2599
2681
|
checkbox: "$75",
|
|
2682
|
+
dialog: "$200",
|
|
2600
2683
|
dropdown: "$250",
|
|
2601
2684
|
input: "$150",
|
|
2602
2685
|
"list-item": "$150",
|
|
2603
2686
|
notification: "$200",
|
|
2604
|
-
"notification-banner": "$
|
|
2605
|
-
panel: "$
|
|
2687
|
+
"notification-banner": "$200",
|
|
2688
|
+
panel: "$200",
|
|
2606
2689
|
popover: "$150",
|
|
2607
2690
|
tag: "$round",
|
|
2608
2691
|
toolbar: "$200",
|
|
@@ -2618,12 +2701,13 @@ const radii = {
|
|
|
2618
2701
|
calendar: "$250",
|
|
2619
2702
|
card: "$250",
|
|
2620
2703
|
checkbox: "$75",
|
|
2704
|
+
dialog: "$200",
|
|
2621
2705
|
dropdown: "$250",
|
|
2622
2706
|
input: "$150",
|
|
2623
2707
|
"list-item": "$150",
|
|
2624
2708
|
notification: "$200",
|
|
2625
|
-
"notification-banner": "$
|
|
2626
|
-
panel: "$
|
|
2709
|
+
"notification-banner": "$200",
|
|
2710
|
+
panel: "$200",
|
|
2627
2711
|
popover: "$150",
|
|
2628
2712
|
tag: "$round",
|
|
2629
2713
|
toolbar: "$200",
|