@mirohq/design-system-themes 1.4.7 → 1.4.8
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.json +658 -0
- package/dist/types.d.ts +3 -0
- package/package.json +2 -1
package/base.json
ADDED
|
@@ -0,0 +1,658 @@
|
|
|
1
|
+
{
|
|
2
|
+
"colors": {
|
|
3
|
+
"backgroundAlpha": "{colors.alphaGray100}",
|
|
4
|
+
"backgroundAlphaActive": "{colors.alphaGray50}",
|
|
5
|
+
"backgroundAlphaHover": "{colors.alphaGray100}",
|
|
6
|
+
"backgroundAlphaNeutralsOverlay": "#12193E66",
|
|
7
|
+
"backgroundAlphaNeutralsOverlaySubtle": "{colors.alphaBlack200}",
|
|
8
|
+
"backgroundAlphaSubtle": "{colors.alphaGray50}",
|
|
9
|
+
"backgroundCanvas": "{colors.gray50}",
|
|
10
|
+
"backgroundDisabled": "{colors.gray150}",
|
|
11
|
+
"backgroundElevated": "{colors.white}",
|
|
12
|
+
"backgroundInverted": "{colors.gray950}",
|
|
13
|
+
"backgroundInvertedSecondary": "{colors.gray800}",
|
|
14
|
+
"backgroundLayout": "{colors.white}",
|
|
15
|
+
"backgroundOverlay": "{colors.alphaBlack400}",
|
|
16
|
+
"backgroundSpace": "{colors.gray50}",
|
|
17
|
+
"backgroundStaticDark": "{colors.gray850}",
|
|
18
|
+
"backgroundStaticDarkSubtle": "{colors.gray750}",
|
|
19
|
+
"backgroundStaticLight": "{colors.white}",
|
|
20
|
+
"backgroundSurface": "{colors.white}",
|
|
21
|
+
"backgroundSurfaceSecondary": "{colors.gray100}",
|
|
22
|
+
"backgroundTransparent": "{colors.transparent}",
|
|
23
|
+
"backgroundDangerProminent": "{colors.red500}",
|
|
24
|
+
"backgroundDangerProminentActive": "{colors.red600}",
|
|
25
|
+
"backgroundDangerProminentHover": "{colors.red550}",
|
|
26
|
+
"backgroundDangerProminentPressed": "{colors.red600}",
|
|
27
|
+
"backgroundDangerSubtle": "{colors.red50}",
|
|
28
|
+
"backgroundDangerSubtleActive": "{colors.red150}",
|
|
29
|
+
"backgroundDangerSubtleHover": "{colors.red100}",
|
|
30
|
+
"backgroundDangerSubtlePressed": "{colors.red150}",
|
|
31
|
+
"backgroundInteractiveDanger": "{colors.red500}",
|
|
32
|
+
"backgroundInteractiveDangerHover": "{colors.red550}",
|
|
33
|
+
"backgroundInteractiveDangerPressed": "{colors.red600}",
|
|
34
|
+
"backgroundInteractivePrimary": "{colors.blue500}",
|
|
35
|
+
"backgroundInteractivePrimaryHover": "{colors.blue550}",
|
|
36
|
+
"backgroundInteractivePrimaryPressed": "{colors.blue600}",
|
|
37
|
+
"backgroundInteractiveSecondarySelected": "{colors.blue150}",
|
|
38
|
+
"backgroundInteractiveSelected": "{colors.blue500}",
|
|
39
|
+
"backgroundInteractiveSurfaceHover": "{colors.gray100}",
|
|
40
|
+
"backgroundInteractiveSurfacePressed": "{colors.gray150}",
|
|
41
|
+
"backgroundInteractiveSurfaceSecondaryHover": "{colors.gray150}",
|
|
42
|
+
"backgroundInteractiveSurfaceSecondaryPressed": "{colors.gray200}",
|
|
43
|
+
"backgroundNeutrals": "{colors.white}",
|
|
44
|
+
"backgroundNeutralsActive": "{colors.gray150}",
|
|
45
|
+
"backgroundNeutralsContainer": "{colors.white}",
|
|
46
|
+
"backgroundNeutralsControl": "{colors.gray300}",
|
|
47
|
+
"backgroundNeutralsControlHover": "{colors.gray350}",
|
|
48
|
+
"backgroundNeutralsControlPressed": "{colors.gray400}",
|
|
49
|
+
"backgroundNeutralsDisabled": "{colors.gray150}",
|
|
50
|
+
"backgroundNeutralsHover": "{colors.gray100}",
|
|
51
|
+
"backgroundNeutralsInactive": "{colors.gray450}",
|
|
52
|
+
"backgroundNeutralsInactiveHover": "{colors.gray500}",
|
|
53
|
+
"backgroundNeutralsInverted": "{colors.gray950}",
|
|
54
|
+
"backgroundNeutralsInvertedSubtle": "{colors.gray800}",
|
|
55
|
+
"backgroundNeutralsLayout": "{colors.white}",
|
|
56
|
+
"backgroundNeutralsPage": "{colors.gray100}",
|
|
57
|
+
"backgroundNeutralsPageSubtle": "{colors.gray150}",
|
|
58
|
+
"backgroundNeutralsPressed": "{colors.gray150}",
|
|
59
|
+
"backgroundNeutralsScrollbar": "{colors.gray300}",
|
|
60
|
+
"backgroundNeutralsScrollbarActive": "{colors.gray400}",
|
|
61
|
+
"backgroundNeutralsScrollbarHover": "{colors.gray350}",
|
|
62
|
+
"backgroundNeutralsSubtle": "{colors.gray100}",
|
|
63
|
+
"backgroundNeutralsSubtleActive": "{colors.gray200}",
|
|
64
|
+
"backgroundNeutralsSubtleHover": "{colors.gray150}",
|
|
65
|
+
"backgroundNeutralsSubtlePressed": "{colors.gray200}",
|
|
66
|
+
"backgroundNeutralsTransparent": "{colors.transparent}",
|
|
67
|
+
"backgroundPrimaryProminent": "{colors.blue500}",
|
|
68
|
+
"backgroundPrimaryProminentActive": "{colors.blue600}",
|
|
69
|
+
"backgroundPrimaryProminentHover": "{colors.blue550}",
|
|
70
|
+
"backgroundPrimaryProminentPressed": "{colors.blue600}",
|
|
71
|
+
"backgroundPrimaryProminentSelected": "{colors.blue500}",
|
|
72
|
+
"backgroundPrimarySubtle": "{colors.blue100}",
|
|
73
|
+
"backgroundPrimarySubtleActive": "{colors.blue200}",
|
|
74
|
+
"backgroundPrimarySubtleHover": "{colors.blue150}",
|
|
75
|
+
"backgroundPrimarySubtlePressed": "{colors.blue200}",
|
|
76
|
+
"backgroundPrimarySubtleSelected": "{colors.blue150}",
|
|
77
|
+
"statusBackgroundError": "{colors.red50}",
|
|
78
|
+
"statusBackgroundInfo": "{colors.blue100}",
|
|
79
|
+
"statusBackgroundSuccess": "{colors.green50}",
|
|
80
|
+
"statusBackgroundWarning": "{colors.yellow100}",
|
|
81
|
+
"backgroundSuccessProminent": "{colors.green500}",
|
|
82
|
+
"backgroundSuccessProminentActive": "{colors.green600}",
|
|
83
|
+
"backgroundSuccessProminentHover": "{colors.green550}",
|
|
84
|
+
"backgroundSuccessProminentPressed": "{colors.green600}",
|
|
85
|
+
"backgroundSuccessSubtle": "{colors.green50}",
|
|
86
|
+
"backgroundWarningProminent": "{colors.yellow500}",
|
|
87
|
+
"backgroundWarningSubtle": "{colors.yellow100}",
|
|
88
|
+
"borderDefault": "{colors.gray200}",
|
|
89
|
+
"borderDisabled": "{colors.gray150}",
|
|
90
|
+
"borderInverted": "{colors.white}",
|
|
91
|
+
"borderInvertedSubtle": "{colors.gray700}",
|
|
92
|
+
"borderOption": "{colors.gray450}",
|
|
93
|
+
"borderOptionHover": "{colors.blue550}",
|
|
94
|
+
"borderStaticDark": "{colors.gray450}",
|
|
95
|
+
"borderStaticDarkSubtle": "{colors.gray750}",
|
|
96
|
+
"borderStaticLight": "{colors.white}",
|
|
97
|
+
"borderStrong": "{colors.gray400}",
|
|
98
|
+
"borderSubtle": "{colors.gray150}",
|
|
99
|
+
"borderTransparent": "{colors.transparent}",
|
|
100
|
+
"borderDanger": "{colors.red500}",
|
|
101
|
+
"borderDangerActive": "{colors.red600}",
|
|
102
|
+
"borderDangerHover": "{colors.red550}",
|
|
103
|
+
"borderDangerPressed": "{colors.red600}",
|
|
104
|
+
"borderDangerSubtle": "{colors.red200}",
|
|
105
|
+
"borderFocusErrorInner": "{colors.white}",
|
|
106
|
+
"borderFocusErrorMiddle": "{colors.blue400}",
|
|
107
|
+
"borderFocusErrorOuter": "{colors.blue200}",
|
|
108
|
+
"borderFocusInner": "#FFFFFF",
|
|
109
|
+
"borderFocusMiddle": "{colors.blue400}",
|
|
110
|
+
"borderFocusOuter": "{colors.blue200}",
|
|
111
|
+
"borderFocusSuccessInner": "{colors.white}",
|
|
112
|
+
"borderFocusSuccessMiddle": "{colors.blue400}",
|
|
113
|
+
"borderFocusSuccessOuter": "{colors.blue200}",
|
|
114
|
+
"focusKeyboard": "#2B4DF8",
|
|
115
|
+
"borderInteractiveDanger": "{colors.red500}",
|
|
116
|
+
"borderInteractiveDangerHover": "{colors.red550}",
|
|
117
|
+
"borderInteractiveDangerPressed": "{colors.red600}",
|
|
118
|
+
"borderInteractivePrimary": "{colors.blue500}",
|
|
119
|
+
"borderInteractivePrimaryHover": "{colors.blue550}",
|
|
120
|
+
"borderInteractivePrimaryPressed": "{colors.blue600}",
|
|
121
|
+
"borderInteractiveSecondary": "{colors.gray150}",
|
|
122
|
+
"borderInteractiveSecondaryHover": "{colors.gray200}",
|
|
123
|
+
"borderInteractiveSecondaryPressed": "{colors.gray250}",
|
|
124
|
+
"borderInteractiveSelected": "{colors.blue550}",
|
|
125
|
+
"borderNeutrals": "{colors.gray200}",
|
|
126
|
+
"borderNeutralsActive": "{colors.gray350}",
|
|
127
|
+
"borderNeutralsControls": "{colors.gray450}",
|
|
128
|
+
"borderNeutralsControlsDisabled": "{colors.gray150}",
|
|
129
|
+
"borderNeutralsDisabled": "{colors.gray150}",
|
|
130
|
+
"borderNeutralsHover": "{colors.gray300}",
|
|
131
|
+
"borderNeutralsInverted": "{colors.white}",
|
|
132
|
+
"borderNeutralsPressed": "{colors.gray350}",
|
|
133
|
+
"borderNeutralsSubtle": "{colors.gray150}",
|
|
134
|
+
"borderNeutralsSubtleHover": "{colors.gray200}",
|
|
135
|
+
"borderNeutralsSubtlePressed": "{colors.gray250}",
|
|
136
|
+
"borderNeutralsText": "{colors.gray900}",
|
|
137
|
+
"borderNeutralsTextActive": "{colors.gray950}",
|
|
138
|
+
"borderNeutralsTextHover": "{colors.gray950}",
|
|
139
|
+
"borderNeutralsTextSubtle": "{colors.gray500}",
|
|
140
|
+
"borderNeutralsTextSubtleActive": "{colors.gray600}",
|
|
141
|
+
"borderNeutralsTextSubtleHover": "{colors.gray550}",
|
|
142
|
+
"borderNeutralsTransparent": "{colors.transparent}",
|
|
143
|
+
"borderPrimary": "{colors.blue500}",
|
|
144
|
+
"borderPrimaryActive": "{colors.blue600}",
|
|
145
|
+
"borderPrimaryHover": "{colors.blue550}",
|
|
146
|
+
"borderPrimaryInverted": "{colors.blue50}",
|
|
147
|
+
"borderPrimaryPressed": "{colors.blue600}",
|
|
148
|
+
"borderPrimarySelected": "{colors.blue550}",
|
|
149
|
+
"borderPrimarySubtle": "{colors.blue250}",
|
|
150
|
+
"statusBorderError": "{colors.red200}",
|
|
151
|
+
"statusBorderInfo": "{colors.blue250}",
|
|
152
|
+
"statusBorderSuccess": "{colors.green250}",
|
|
153
|
+
"statusBorderWarning": "{colors.yellow300}",
|
|
154
|
+
"borderSuccess": "{colors.green500}",
|
|
155
|
+
"borderSuccessActive": "{colors.green600}",
|
|
156
|
+
"borderSuccessHover": "{colors.green550}",
|
|
157
|
+
"borderSuccessPressed": "{colors.green600}",
|
|
158
|
+
"borderSuccessSubtle": "{colors.green250}",
|
|
159
|
+
"borderWarning": "{colors.yellow500}",
|
|
160
|
+
"borderWarningSubtle": "{colors.yellow300}",
|
|
161
|
+
"badgeBorder": "{colors.white}",
|
|
162
|
+
"badgeBorderInverted": "{colors.blue500}",
|
|
163
|
+
"buttonBackgroundDanger": "{colors.red500}",
|
|
164
|
+
"buttonBackgroundDangerHover": "{colors.red550}",
|
|
165
|
+
"buttonBackgroundDangerPressed": "{colors.red600}",
|
|
166
|
+
"buttonBackgroundGhost": "{colors.transparent}",
|
|
167
|
+
"buttonBackgroundGhostHover": "{colors.gray150}",
|
|
168
|
+
"buttonBackgroundGhostPressed": "{colors.gray200}",
|
|
169
|
+
"buttonBackgroundPrimary": "{colors.blue500}",
|
|
170
|
+
"buttonBackgroundPrimaryHover": "{colors.blue550}",
|
|
171
|
+
"buttonBackgroundPrimaryPressed": "{colors.blue600}",
|
|
172
|
+
"buttonBackgroundSecondary": "{colors.gray150}",
|
|
173
|
+
"buttonBackgroundSecondaryHover": "{colors.gray200}",
|
|
174
|
+
"buttonBackgroundSecondaryPressed": "{colors.gray250}",
|
|
175
|
+
"buttonBackgroundTertiary": "{colors.transparent}",
|
|
176
|
+
"buttonBackgroundTertiaryHover": "{colors.blue150}",
|
|
177
|
+
"buttonBackgroundTertiaryPressed": "{colors.blue200}",
|
|
178
|
+
"buttonBorderDanger": "{colors.red500}",
|
|
179
|
+
"buttonBorderDangerHover": "{colors.red550}",
|
|
180
|
+
"buttonBorderDangerPressed": "{colors.red600}",
|
|
181
|
+
"buttonBorderGhostHover": "{colors.transparent}",
|
|
182
|
+
"buttonBorderGhostPressed": "{colors.transparent}",
|
|
183
|
+
"buttonBorderPrimary": "{colors.blue500}",
|
|
184
|
+
"buttonBorderPrimaryHover": "{colors.blue550}",
|
|
185
|
+
"buttonBorderPrimaryPressed": "{colors.blue600}",
|
|
186
|
+
"buttonBorderSecondary": "{colors.gray150}",
|
|
187
|
+
"buttonBorderSecondaryHover": "{colors.gray200}",
|
|
188
|
+
"buttonBorderSecondaryPressed": "{colors.gray250}",
|
|
189
|
+
"buttonBorderTertiary": "{colors.blue500}",
|
|
190
|
+
"buttonBorderTertiaryHover": "{colors.blue550}",
|
|
191
|
+
"buttonBorderTertiaryPressed": "{colors.blue600}",
|
|
192
|
+
"buttonIconOnDanger": "{colors.white}",
|
|
193
|
+
"buttonIconOnPrimary": "{colors.white}",
|
|
194
|
+
"buttonIconOnSecondary": "{colors.gray900}",
|
|
195
|
+
"buttonIconOnTertiary": "{colors.blue500}",
|
|
196
|
+
"buttonTextOnDanger": "{colors.white}",
|
|
197
|
+
"buttonTextOnPrimary": "{colors.white}",
|
|
198
|
+
"buttonTextOnSecondary": "{colors.gray900}",
|
|
199
|
+
"buttonTextOnTertiary": "{colors.blue500}",
|
|
200
|
+
"chipBackground": "{colors.gray100}",
|
|
201
|
+
"chipBackgroundDisabled": "{colors.gray100}",
|
|
202
|
+
"chipBackgroundHover": "{colors.gray150}",
|
|
203
|
+
"chipText": "{colors.gray900}",
|
|
204
|
+
"formatIconDiagram": "{colors.orange600}",
|
|
205
|
+
"formatIconDocs": "{colors.cyan600}",
|
|
206
|
+
"formatIconExternal": "{colors.teal600}",
|
|
207
|
+
"formatIconKanban": "{colors.moss600}",
|
|
208
|
+
"formatIconPrototype": "{colors.lilac600}",
|
|
209
|
+
"formatIconSlides": "{colors.coral600}",
|
|
210
|
+
"formatIconTable": "{colors.moss600}",
|
|
211
|
+
"formatIconTimeline": "{colors.moss600}",
|
|
212
|
+
"inputBackgroundAltDefault": "{colors.gray100}",
|
|
213
|
+
"inputBackgroundAltFocused": "{colors.gray100}",
|
|
214
|
+
"inputBackgroundAltHover": "{colors.gray150}",
|
|
215
|
+
"inputBackgroundDefault": "{colors.white}",
|
|
216
|
+
"inputBackgroundDisabled": "{colors.gray150}",
|
|
217
|
+
"inputBackgroundFocused": "{colors.white}",
|
|
218
|
+
"inputBackgroundHover": "{colors.white}",
|
|
219
|
+
"inputBorderDefault": "{colors.gray200}",
|
|
220
|
+
"inputBorderDisabled": "{colors.transparent}",
|
|
221
|
+
"inputBorderError": "{colors.red500}",
|
|
222
|
+
"inputBorderFocused": "{colors.blue550}",
|
|
223
|
+
"inputBorderHover": "{colors.blue550}",
|
|
224
|
+
"inputBorderSuccess": "{colors.green500}",
|
|
225
|
+
"notificationBackgroundAnnouncement": "{colors.blue200}",
|
|
226
|
+
"notificationBackgroundDanger": "{colors.red500}",
|
|
227
|
+
"notificationBackgroundInfo": "{colors.blue500}",
|
|
228
|
+
"notificationBackgroundInverted": "{colors.gray850}",
|
|
229
|
+
"notificationBackgroundStatic": "{colors.gray850}",
|
|
230
|
+
"notificationBackgroundWarning": "{colors.yellow500}",
|
|
231
|
+
"notificationBorderInverted": "{colors.gray450}",
|
|
232
|
+
"notificationBorderInvertedSubtle": "{colors.gray750}",
|
|
233
|
+
"notificationBorderStatic": "{colors.gray450}",
|
|
234
|
+
"notificationBorderStaticSubtle": "{colors.gray750}",
|
|
235
|
+
"notificationIconOnAnnouncement": "{colors.blue800}",
|
|
236
|
+
"notificationIconOnDanger": "{colors.white}",
|
|
237
|
+
"notificationIconOnInfo": "{colors.white}",
|
|
238
|
+
"notificationIconOnWarning": "{colors.yellow800}",
|
|
239
|
+
"notificationTextOnAnnouncement": "{colors.blue800}",
|
|
240
|
+
"notificationTextOnDanger": "{colors.white}",
|
|
241
|
+
"notificationTextOnInfo": "{colors.white}",
|
|
242
|
+
"notificationTextOnWarning": "{colors.yellow800}",
|
|
243
|
+
"popoverBackground": "{colors.gray900}",
|
|
244
|
+
"popoverBorder": "{colors.gray450}",
|
|
245
|
+
"scrollbarBackground": "{colors.gray300}",
|
|
246
|
+
"scrollbarBackgroundHover": "{colors.gray350}",
|
|
247
|
+
"sliderBackground": "{colors.gray300}",
|
|
248
|
+
"sliderControlBackground": "{colors.white}",
|
|
249
|
+
"sliderNotchBackground": "{colors.gray300}",
|
|
250
|
+
"switchBackgroundDefault": "{colors.gray450}",
|
|
251
|
+
"switchBackgroundHover": "{colors.gray350}",
|
|
252
|
+
"switchControlBackground": "{colors.white}",
|
|
253
|
+
"tabBackgroundSelected": "{colors.blue150}",
|
|
254
|
+
"toolbarItemBackgroundHover": "{colors.gray100}",
|
|
255
|
+
"toolbarItemBackgroundPressed": "{colors.gray150}",
|
|
256
|
+
"toolbarItemBackgroundSelected": "{colors.blue150}",
|
|
257
|
+
"tooltipBackground": "{colors.gray950}",
|
|
258
|
+
"tooltipBackgroundInset": "{colors.gray650}",
|
|
259
|
+
"iconDanger": "{colors.red500}",
|
|
260
|
+
"iconDangerActive": "{colors.red600}",
|
|
261
|
+
"iconDangerHover": "{colors.red550}",
|
|
262
|
+
"iconDangerInverted": "{colors.red50}",
|
|
263
|
+
"iconDangerPressed": "{colors.red600}",
|
|
264
|
+
"iconDefault": "{colors.gray900}",
|
|
265
|
+
"iconDisabled": "{colors.gray350}",
|
|
266
|
+
"iconInverted": "{colors.white}",
|
|
267
|
+
"iconInvertedSecondary": "{colors.gray150}",
|
|
268
|
+
"iconMuted": "{colors.gray400}",
|
|
269
|
+
"iconOnDisabled": "{colors.gray350}",
|
|
270
|
+
"iconOnStaticDark": "{colors.gray50}",
|
|
271
|
+
"iconOnStaticDarkSubtle": "{colors.gray300}",
|
|
272
|
+
"iconOnStaticLight": "{colors.gray900}",
|
|
273
|
+
"iconOnStaticLightSubtle": "{colors.gray500}",
|
|
274
|
+
"iconPlaceholder": "{colors.gray475}",
|
|
275
|
+
"iconSecondary": "{colors.gray500}",
|
|
276
|
+
"iconInteractiveOnInverted": "{colors.white}",
|
|
277
|
+
"iconInteractiveOnInvertedHover": "{colors.gray50}",
|
|
278
|
+
"iconInteractiveOnInvertedPressed": "{colors.gray100}",
|
|
279
|
+
"iconInteractiveOnInvertedSecondary": "{colors.gray150}",
|
|
280
|
+
"iconInteractiveOnInvertedSecondaryHover": "{colors.gray200}",
|
|
281
|
+
"iconInteractiveOnInvertedSecondaryPressed": "{colors.gray250}",
|
|
282
|
+
"iconInteractivePrimary": "{colors.blue500}",
|
|
283
|
+
"iconInteractivePrimaryHover": "{colors.blue550}",
|
|
284
|
+
"iconInteractivePrimaryPressed": "{colors.blue600}",
|
|
285
|
+
"iconInteractiveSecondary": "{colors.gray500}",
|
|
286
|
+
"iconInteractiveSecondaryHover": "{colors.gray550}",
|
|
287
|
+
"iconInteractiveSecondaryPressed": "{colors.gray600}",
|
|
288
|
+
"iconInteractiveSelected": "{colors.blue550}",
|
|
289
|
+
"iconOnInteractiveDanger": "{colors.white}",
|
|
290
|
+
"iconOnInteractivePrimary": "{colors.white}",
|
|
291
|
+
"iconOnInteractiveSecondary": "{colors.gray900}",
|
|
292
|
+
"iconOnInteractiveSelected": "{colors.blue550}",
|
|
293
|
+
"iconNeutrals": "{colors.gray900}",
|
|
294
|
+
"iconNeutralsDisabled": "{colors.gray350}",
|
|
295
|
+
"iconNeutralsHover": "{colors.gray950}",
|
|
296
|
+
"iconNeutralsInactive": "{colors.gray450}",
|
|
297
|
+
"iconNeutralsInactiveHover": "{colors.gray500}",
|
|
298
|
+
"iconNeutralsInverted": "{colors.white}",
|
|
299
|
+
"iconNeutralsInvertedHover": "{colors.gray50}",
|
|
300
|
+
"iconNeutralsInvertedSubtle": "{colors.gray100}",
|
|
301
|
+
"iconNeutralsInvertedSubtleHover": "{colors.gray150}",
|
|
302
|
+
"iconNeutralsPlaceholder": "{colors.gray350}",
|
|
303
|
+
"iconNeutralsPressed": "{colors.gray950}",
|
|
304
|
+
"iconNeutralsSearch": "{colors.gray500}",
|
|
305
|
+
"iconNeutralsSubtle": "{colors.gray500}",
|
|
306
|
+
"iconNeutralsSubtleHover": "{colors.gray550}",
|
|
307
|
+
"iconNeutralsSubtlePressed": "{colors.gray600}",
|
|
308
|
+
"iconNeutralsText": "{colors.gray700}",
|
|
309
|
+
"iconPrimary": "{colors.blue500}",
|
|
310
|
+
"iconPrimaryActive": "{colors.blue600}",
|
|
311
|
+
"iconPrimaryHover": "{colors.blue550}",
|
|
312
|
+
"iconPrimaryInverted": "{colors.blue50}",
|
|
313
|
+
"iconPrimaryInvertedHover": "{colors.blue100}",
|
|
314
|
+
"iconPrimaryPressed": "{colors.blue600}",
|
|
315
|
+
"iconPrimarySelected": "{colors.blue550}",
|
|
316
|
+
"statusIconError": "{colors.red500}",
|
|
317
|
+
"statusIconOnError": "{colors.red500}",
|
|
318
|
+
"statusIconOnInfo": "{colors.blue500}",
|
|
319
|
+
"statusIconOnSuccess": "{colors.green500}",
|
|
320
|
+
"statusIconOnWarning": "{colors.yellow800}",
|
|
321
|
+
"statusIconSuccess": "{colors.green500}",
|
|
322
|
+
"statusIconWarning": "{colors.yellow700}",
|
|
323
|
+
"iconSuccess": "{colors.green600}",
|
|
324
|
+
"iconSuccessActive": "{colors.green700}",
|
|
325
|
+
"iconSuccessHover": "{colors.green650}",
|
|
326
|
+
"iconSuccessInverted": "{colors.green50}",
|
|
327
|
+
"iconSuccessPressed": "{colors.green700}",
|
|
328
|
+
"iconWarning": "{colors.yellow800}",
|
|
329
|
+
"iconWarningProminent": "{colors.yellow600}",
|
|
330
|
+
"iconWarningSubtle": "{colors.yellow700}",
|
|
331
|
+
"textDanger": "{colors.red500}",
|
|
332
|
+
"textDangerActive": "{colors.red600}",
|
|
333
|
+
"textDangerHover": "{colors.red550}",
|
|
334
|
+
"textDangerInverted": "{colors.red50}",
|
|
335
|
+
"textDangerPressed": "{colors.red600}",
|
|
336
|
+
"textInteractiveOnInverted": "{colors.white}",
|
|
337
|
+
"textInteractiveOnInvertedHover": "{colors.gray50}",
|
|
338
|
+
"textInteractiveOnInvertedPressed": "{colors.gray100}",
|
|
339
|
+
"textInteractiveOnInvertedSecondary": "{colors.gray150}",
|
|
340
|
+
"textInteractiveOnInvertedSecondaryHover": "{colors.gray200}",
|
|
341
|
+
"textInteractiveOnInvertedSecondaryPressed": "{colors.gray250}",
|
|
342
|
+
"textInteractivePrimary": "{colors.blue500}",
|
|
343
|
+
"textInteractivePrimaryHover": "{colors.blue550}",
|
|
344
|
+
"textInteractivePrimaryPressed": "{colors.blue600}",
|
|
345
|
+
"textInteractiveSecondary": "{colors.gray500}",
|
|
346
|
+
"textInteractiveSecondaryHover": "{colors.gray550}",
|
|
347
|
+
"textInteractiveSecondaryPressed": "{colors.gray600}",
|
|
348
|
+
"textInteractiveSelected": "{colors.blue550}",
|
|
349
|
+
"textOnInteractiveDanger": "{colors.white}",
|
|
350
|
+
"textOnInteractivePrimary": "{colors.white}",
|
|
351
|
+
"textOnInteractiveSecondary": "{colors.gray900}",
|
|
352
|
+
"textOnInteractiveSelected": "{colors.blue550}",
|
|
353
|
+
"textNeutrals": "{colors.gray900}",
|
|
354
|
+
"textNeutralsActive": "{colors.gray950}",
|
|
355
|
+
"textNeutralsDisabled": "{colors.gray350}",
|
|
356
|
+
"textNeutralsHover": "{colors.gray950}",
|
|
357
|
+
"textNeutralsInverted": "{colors.white}",
|
|
358
|
+
"textNeutralsInvertedHover": "{colors.gray50}",
|
|
359
|
+
"textNeutralsInvertedSubtle": "{colors.gray150}",
|
|
360
|
+
"textNeutralsInvertedSubtleHover": "{colors.gray200}",
|
|
361
|
+
"textNeutralsPlaceholder": "{colors.gray475}",
|
|
362
|
+
"textNeutralsPlaceholderOnly": "{colors.gray350}",
|
|
363
|
+
"textNeutralsPressed": "{colors.gray950}",
|
|
364
|
+
"textNeutralsSubtle": "{colors.gray500}",
|
|
365
|
+
"textNeutralsSubtleActive": "{colors.gray700}",
|
|
366
|
+
"textNeutralsSubtleHover": "{colors.gray550}",
|
|
367
|
+
"textNeutralsSubtlePressed": "{colors.gray600}",
|
|
368
|
+
"textPrimary": "{colors.blue500}",
|
|
369
|
+
"textPrimaryActive": "{colors.blue600}",
|
|
370
|
+
"textPrimaryHover": "{colors.blue550}",
|
|
371
|
+
"textPrimaryInverted": "{colors.blue50}",
|
|
372
|
+
"textPrimaryInvertedSubtle": "{colors.blue100}",
|
|
373
|
+
"textPrimaryPressed": "{colors.blue600}",
|
|
374
|
+
"textPrimarySelected": "{colors.blue550}",
|
|
375
|
+
"statusTextError": "{colors.red500}",
|
|
376
|
+
"statusTextOnError": "{colors.gray900}",
|
|
377
|
+
"statusTextOnInfo": "{colors.gray900}",
|
|
378
|
+
"statusTextOnSuccess": "{colors.gray900}",
|
|
379
|
+
"statusTextOnWarning": "{colors.gray900}",
|
|
380
|
+
"statusTextSuccess": "{colors.green600}",
|
|
381
|
+
"statusTextWarning": "{colors.yellow800}",
|
|
382
|
+
"textSuccess": "{colors.green600}",
|
|
383
|
+
"textSuccessActive": "{colors.green700}",
|
|
384
|
+
"textSuccessHover": "{colors.green650}",
|
|
385
|
+
"textSuccessInverted": "{colors.green50}",
|
|
386
|
+
"textSuccessPressed": "{colors.green700}",
|
|
387
|
+
"textDefault": "{colors.gray900}",
|
|
388
|
+
"textDisabled": "{colors.gray350}",
|
|
389
|
+
"textInverted": "{colors.white}",
|
|
390
|
+
"textInvertedSecondary": "{colors.gray150}",
|
|
391
|
+
"textMuted": "{colors.gray400}",
|
|
392
|
+
"textOnDisabled": "{colors.gray350}",
|
|
393
|
+
"textOnStaticDark": "{colors.gray50}",
|
|
394
|
+
"textOnStaticDarkSubtle": "{colors.gray300}",
|
|
395
|
+
"textOnStaticLight": "{colors.gray900}",
|
|
396
|
+
"textOnStaticLightSubtle": "{colors.gray500}",
|
|
397
|
+
"textPlaceholder": "{colors.gray475}",
|
|
398
|
+
"textSecondary": "{colors.gray500}",
|
|
399
|
+
"textWarning": "{colors.yellow800}",
|
|
400
|
+
"textWarningSubtle": "{colors.yellow600}",
|
|
401
|
+
"coalBackground": "{colors.coal500}",
|
|
402
|
+
"coalBackgroundMild": "{colors.coal350}",
|
|
403
|
+
"coalBackgroundProminent": "{colors.coal700}",
|
|
404
|
+
"coalBackgroundSubtle": "{colors.coal200}",
|
|
405
|
+
"coralBackground": "{colors.coral500}",
|
|
406
|
+
"coralBackgroundMild": "{colors.coral350}",
|
|
407
|
+
"coralBackgroundProminent": "{colors.coral700}",
|
|
408
|
+
"coralBackgroundSubtle": "{colors.coral200}",
|
|
409
|
+
"cyanBackground": "{colors.cyan500}",
|
|
410
|
+
"cyanBackgroundMild": "{colors.cyan350}",
|
|
411
|
+
"cyanBackgroundProminent": "{colors.cyan700}",
|
|
412
|
+
"cyanBackgroundSubtle": "{colors.cyan200}",
|
|
413
|
+
"lilacBackground": "{colors.lilac500}",
|
|
414
|
+
"lilacBackgroundMild": "{colors.lilac350}",
|
|
415
|
+
"lilacBackgroundProminent": "{colors.lilac700}",
|
|
416
|
+
"lilacBackgroundSubtle": "{colors.lilac200}",
|
|
417
|
+
"limeBackground": "{colors.lime500}",
|
|
418
|
+
"limeBackgroundMild": "{colors.lime350}",
|
|
419
|
+
"limeBackgroundProminent": "{colors.lime700}",
|
|
420
|
+
"limeBackgroundSubtle": "{colors.lime200}",
|
|
421
|
+
"mossBackground": "{colors.moss500}",
|
|
422
|
+
"mossBackgroundMild": "{colors.moss350}",
|
|
423
|
+
"mossBackgroundProminent": "{colors.moss700}",
|
|
424
|
+
"mossBackgroundSubtle": "{colors.moss200}",
|
|
425
|
+
"oceanBackground": "{colors.ocean500}",
|
|
426
|
+
"oceanBackgroundMild": "{colors.ocean350}",
|
|
427
|
+
"oceanBackgroundProminent": "{colors.ocean700}",
|
|
428
|
+
"oceanBackgroundSubtle": "{colors.ocean200}",
|
|
429
|
+
"orangeBackground": "{colors.orange500}",
|
|
430
|
+
"orangeBackgroundMild": "{colors.orange350}",
|
|
431
|
+
"orangeBackgroundProminent": "{colors.orange700}",
|
|
432
|
+
"orangeBackgroundSubtle": "{colors.orange200}",
|
|
433
|
+
"pinkBackground": "{colors.pink500}",
|
|
434
|
+
"pinkBackgroundMild": "{colors.pink350}",
|
|
435
|
+
"pinkBackgroundProminent": "{colors.pink700}",
|
|
436
|
+
"pinkBackgroundSubtle": "{colors.pink200}",
|
|
437
|
+
"sunshineBackground": "{colors.sunshine500}",
|
|
438
|
+
"sunshineBackgroundMild": "{colors.sunshine350}",
|
|
439
|
+
"sunshineBackgroundProminent": "{colors.sunshine700}",
|
|
440
|
+
"sunshineBackgroundSubtle": "{colors.sunshine200}",
|
|
441
|
+
"tealBackground": "{colors.teal500}",
|
|
442
|
+
"tealBackgroundMild": "{colors.teal350}",
|
|
443
|
+
"tealBackgroundProminent": "{colors.teal700}",
|
|
444
|
+
"tealBackgroundSubtle": "{colors.teal200}",
|
|
445
|
+
"coalBorder": "{colors.coal600}",
|
|
446
|
+
"coalBorderProminent": "{colors.coal800}",
|
|
447
|
+
"coalBorderSubtle": "{colors.coal450}",
|
|
448
|
+
"coralBorder": "{colors.coral600}",
|
|
449
|
+
"coralBorderProminent": "{colors.coral800}",
|
|
450
|
+
"coralBorderSubtle": "{colors.coral450}",
|
|
451
|
+
"cyanBorder": "{colors.cyan600}",
|
|
452
|
+
"cyanBorderProminent": "{colors.cyan800}",
|
|
453
|
+
"cyanBorderSubtle": "{colors.cyan450}",
|
|
454
|
+
"lilacBorder": "{colors.lilac600}",
|
|
455
|
+
"lilacBorderProminent": "{colors.lilac800}",
|
|
456
|
+
"lilacBorderSubtle": "{colors.lilac450}",
|
|
457
|
+
"limeBorder": "{colors.lime650}",
|
|
458
|
+
"limeBorderProminent": "{colors.lime800}",
|
|
459
|
+
"limeBorderSubtle": "{colors.lime450}",
|
|
460
|
+
"mossBorder": "{colors.moss600}",
|
|
461
|
+
"mossBorderProminent": "{colors.moss800}",
|
|
462
|
+
"mossBorderSubtle": "{colors.moss450}",
|
|
463
|
+
"oceanBorder": "{colors.ocean600}",
|
|
464
|
+
"oceanBorderProminent": "{colors.ocean800}",
|
|
465
|
+
"oceanBorderSubtle": "{colors.ocean450}",
|
|
466
|
+
"orangeBorder": "{colors.orange600}",
|
|
467
|
+
"orangeBorderProminent": "{colors.orange800}",
|
|
468
|
+
"orangeBorderSubtle": "{colors.orange450}",
|
|
469
|
+
"pinkBorder": "{colors.pink600}",
|
|
470
|
+
"pinkBorderProminent": "{colors.pink800}",
|
|
471
|
+
"pinkBorderSubtle": "{colors.pink450}",
|
|
472
|
+
"sunshineBorder": "{colors.sunshine650}",
|
|
473
|
+
"sunshineBorderProminent": "{colors.sunshine750}",
|
|
474
|
+
"sunshineBorderSubtle": "{colors.sunshine450}",
|
|
475
|
+
"tealBorder": "{colors.teal600}",
|
|
476
|
+
"tealBorderProminent": "{colors.teal800}",
|
|
477
|
+
"tealBorderSubtle": "{colors.teal450}",
|
|
478
|
+
"coalAvatarBackground": "{colors.coal750}",
|
|
479
|
+
"coralAvatarBackground": "{colors.coral750}",
|
|
480
|
+
"cyanAvatarBackground": "{colors.cyan750}",
|
|
481
|
+
"lightCoalAvatarBackground": "{colors.coal450}",
|
|
482
|
+
"lightCoralAvatarBackground": "{colors.coral450}",
|
|
483
|
+
"lightCyanAvatarBackground": "{colors.cyan450}",
|
|
484
|
+
"lightLilacAvatarBackground": "{colors.lilac450}",
|
|
485
|
+
"lightLimeAvatarBackground": "{colors.lime450}",
|
|
486
|
+
"lightMossAvatarBackground": "{colors.moss450}",
|
|
487
|
+
"lightOceanAvatarBackground": "{colors.ocean450}",
|
|
488
|
+
"lightOrangeAvatarBackground": "{colors.orange450}",
|
|
489
|
+
"lightPinkAvatarBackground": "{colors.pink450}",
|
|
490
|
+
"lightSunshineAvatarBackground": "{colors.sunshine450}",
|
|
491
|
+
"lightTealAvatarBackground": "{colors.teal450}",
|
|
492
|
+
"lilacAvatarBackground": "{colors.lilac750}",
|
|
493
|
+
"limeAvatarBackground": "{colors.lime750}",
|
|
494
|
+
"mossAvatarBackground": "{colors.moss750}",
|
|
495
|
+
"oceanAvatarBackground": "{colors.ocean750}",
|
|
496
|
+
"orangeAvatarBackground": "{colors.orange750}",
|
|
497
|
+
"pinkAvatarBackground": "{colors.pink750}",
|
|
498
|
+
"sunshineAvatarBackground": "{colors.sunshine750}",
|
|
499
|
+
"tealAvatarBackground": "{colors.teal750}",
|
|
500
|
+
"coralCommentBackground": "{colors.coral750}",
|
|
501
|
+
"cyanCommentBackground": "{colors.cyan650}",
|
|
502
|
+
"limeCommentBackground": "{colors.lime650}",
|
|
503
|
+
"coalCursorBackground": "{colors.coal800}",
|
|
504
|
+
"coalCursorBorder": "{colors.coal650}",
|
|
505
|
+
"coalCursorBorderProminent": "{colors.coal900}",
|
|
506
|
+
"coralCursorBackground": "{colors.coral800}",
|
|
507
|
+
"coralCursorBorder": "{colors.coral650}",
|
|
508
|
+
"coralCursorBorderProminent": "{colors.coral900}",
|
|
509
|
+
"cyanCursorBackground": "{colors.cyan800}",
|
|
510
|
+
"cyanCursorBorder": "{colors.cyan650}",
|
|
511
|
+
"cyanCursorBorderProminent": "{colors.cyan900}",
|
|
512
|
+
"lightCoalCursorBackground": "{colors.coal300}",
|
|
513
|
+
"lightCoralCursorBackground": "{colors.coral300}",
|
|
514
|
+
"lightCursorBackground": "{colors.ocean300}",
|
|
515
|
+
"lightCyanCursorBackground": "{colors.cyan300}",
|
|
516
|
+
"lightLilacCursorBackground": "{colors.lilac300}",
|
|
517
|
+
"lightLimeCursorBackground": "{colors.lime300}",
|
|
518
|
+
"lightMossCursorBackground": "{colors.moss300}",
|
|
519
|
+
"lightOrangeCursorBackground": "{colors.orange300}",
|
|
520
|
+
"lightPinkCursorBackground": "{colors.pink300}",
|
|
521
|
+
"lightSunshineCursorBackground": "{colors.sunshine300}",
|
|
522
|
+
"lightTealCursorBackground": "{colors.teal300}",
|
|
523
|
+
"lilacCursorBackground": "{colors.lilac800}",
|
|
524
|
+
"lilacCursorBorder": "{colors.lilac650}",
|
|
525
|
+
"lilacCursorBorderProminent": "{colors.lilac900}",
|
|
526
|
+
"limeCursorBackground": "{colors.lime800}",
|
|
527
|
+
"limeCursorBorder": "{colors.lime650}",
|
|
528
|
+
"limeCursorBorderProminent": "{colors.lime900}",
|
|
529
|
+
"mossCursorBackground": "{colors.moss800}",
|
|
530
|
+
"mossCursorBorder": "{colors.moss650}",
|
|
531
|
+
"mossCursorBorderProminent": "{colors.moss900}",
|
|
532
|
+
"oceanCursorBackground": "{colors.ocean800}",
|
|
533
|
+
"oceanCursorBorder": "{colors.ocean650}",
|
|
534
|
+
"oceanCursorBorderProminent": "{colors.ocean900}",
|
|
535
|
+
"orangeCursorBackground": "{colors.orange800}",
|
|
536
|
+
"orangeCursorBorder": "{colors.orange650}",
|
|
537
|
+
"orangeCursorBorderProminent": "{colors.orange900}",
|
|
538
|
+
"pinkCursorBackground": "{colors.pink800}",
|
|
539
|
+
"pinkCursorBorderProminent": "{colors.pink900}",
|
|
540
|
+
"pinkCursorCoalBorder": "{colors.pink650}",
|
|
541
|
+
"sunshineCursorBackground": "{colors.sunshine800}",
|
|
542
|
+
"sunshineCursorBorder": "{colors.sunshine650}",
|
|
543
|
+
"susnhineCursorBorderProminent": "{colors.sunshine900}",
|
|
544
|
+
"tealCursorBackground": "{colors.teal800}",
|
|
545
|
+
"tealCursorBorder": "{colors.teal650}",
|
|
546
|
+
"tealCursorBorderProminent": "{colors.teal900}",
|
|
547
|
+
"blackStickyBackground": "#151515",
|
|
548
|
+
"coralStickyBackground": "{colors.coral400}",
|
|
549
|
+
"cyanStickyBackground": "{colors.cyan400}",
|
|
550
|
+
"lightCoalStickyBackground": "#F3F5F7",
|
|
551
|
+
"lightLimeStickyBackground": "{colors.lime250}",
|
|
552
|
+
"lightOceanStickyBackground": "{colors.ocean250}",
|
|
553
|
+
"lightPinkStickyBackground": "{colors.pink250}",
|
|
554
|
+
"lightSunshineStickyBackground": "{colors.sunshine250}",
|
|
555
|
+
"lilacStickyBackground": "{colors.lilac400}",
|
|
556
|
+
"limeStickyBackground": "{colors.lime400}",
|
|
557
|
+
"mossStickyBackground": "{colors.moss400}",
|
|
558
|
+
"oceanStickyBackground": "{colors.ocean400}",
|
|
559
|
+
"orangeStickyBackground": "{colors.orange400}",
|
|
560
|
+
"pinkStickyBackground": "{colors.pink400}",
|
|
561
|
+
"sunshineStickyBackground": "{colors.sunshine400}",
|
|
562
|
+
"tealStickyBackground": "{colors.teal400}",
|
|
563
|
+
"coalIcon": "{colors.coal900}",
|
|
564
|
+
"coalIconMild": "{colors.coal600}",
|
|
565
|
+
"coalIconSubtle": "{colors.coal100}",
|
|
566
|
+
"coralIcon": "{colors.coral900}",
|
|
567
|
+
"coralIconMild": "{colors.coral600}",
|
|
568
|
+
"coralIconSubtle": "{colors.coral100}",
|
|
569
|
+
"cyanIcon": "{colors.cyan900}",
|
|
570
|
+
"cyanIconMild": "{colors.cyan600}",
|
|
571
|
+
"cyanIconSubtle": "{colors.cyan100}",
|
|
572
|
+
"lilacIcon": "{colors.lilac900}",
|
|
573
|
+
"lilacIconMild": "{colors.lilac600}",
|
|
574
|
+
"lilacIconSubtle": "{colors.lilac100}",
|
|
575
|
+
"limeIcon": "{colors.lime900}",
|
|
576
|
+
"limeIconMild": "{colors.lime650}",
|
|
577
|
+
"limeIconSubtle": "{colors.lime100}",
|
|
578
|
+
"mossIcon": "{colors.moss900}",
|
|
579
|
+
"mossIconMild": "{colors.moss600}",
|
|
580
|
+
"mossIconSubtle": "{colors.moss100}",
|
|
581
|
+
"oceanIcon": "{colors.ocean900}",
|
|
582
|
+
"oceanIconMild": "{colors.ocean600}",
|
|
583
|
+
"oceanIconSubtle": "{colors.ocean100}",
|
|
584
|
+
"orangeIcon": "{colors.orange900}",
|
|
585
|
+
"orangeIconMild": "{colors.orange600}",
|
|
586
|
+
"orangeIconSubtle": "{colors.orange100}",
|
|
587
|
+
"pinkIcon": "{colors.pink900}",
|
|
588
|
+
"pinkIconMild": "{colors.pink600}",
|
|
589
|
+
"pinkIconSubtle": "{colors.pink100}",
|
|
590
|
+
"sunshineIcon": "{colors.sunshine900}",
|
|
591
|
+
"sunshineIconMild": "{colors.sunshine650}",
|
|
592
|
+
"sunshineIconSubtle": "{colors.sunshine100}",
|
|
593
|
+
"tealIcon": "{colors.teal900}",
|
|
594
|
+
"tealIconMild": "{colors.teal600}",
|
|
595
|
+
"tealIconSubtle": "{colors.teal100}",
|
|
596
|
+
"coalText": "{colors.coal900}",
|
|
597
|
+
"coalTextMild": "{colors.coal700}",
|
|
598
|
+
"coalTextSubtle": "{colors.coal100}",
|
|
599
|
+
"coralText": "{colors.coral900}",
|
|
600
|
+
"coralTextMild": "{colors.coral700}",
|
|
601
|
+
"coralTextSubtle": "{colors.coral100}",
|
|
602
|
+
"cyanText": "{colors.cyan900}",
|
|
603
|
+
"cyanTextMild": "{colors.cyan700}",
|
|
604
|
+
"cyanTextSubtle": "{colors.cyan100}",
|
|
605
|
+
"lilacText": "{colors.lilac900}",
|
|
606
|
+
"lilacTextMild": "{colors.lilac650}",
|
|
607
|
+
"lilacTextSubtle": "{colors.lilac100}",
|
|
608
|
+
"limeText": "{colors.lime900}",
|
|
609
|
+
"limeTextMild": "{colors.lime700}",
|
|
610
|
+
"limeTextSubtle": "{colors.lime100}",
|
|
611
|
+
"mossText": "{colors.moss900}",
|
|
612
|
+
"mossTextMild": "{colors.moss700}",
|
|
613
|
+
"mossTextSubtle": "{colors.moss100}",
|
|
614
|
+
"oceanText": "{colors.ocean900}",
|
|
615
|
+
"oceanTextMild": "{colors.ocean700}",
|
|
616
|
+
"oceanTextSubtle": "{colors.ocean100}",
|
|
617
|
+
"orangeText": "{colors.orange900}",
|
|
618
|
+
"orangeTextMild": "{colors.orange700}",
|
|
619
|
+
"orangeTextSubtle": "{colors.orange100}",
|
|
620
|
+
"pinkText": "{colors.pink900}",
|
|
621
|
+
"pinkTextMild": "{colors.pink650}",
|
|
622
|
+
"pinkTextSubtle": "{colors.pink100}",
|
|
623
|
+
"sunshineText": "{colors.sunshine900}",
|
|
624
|
+
"sunshineTextMild": "{colors.sunshine700}",
|
|
625
|
+
"sunshineTextSubtle": "{colors.sunshine100}",
|
|
626
|
+
"tealText": "{colors.teal900}",
|
|
627
|
+
"tealTextMild": "{colors.teal700}",
|
|
628
|
+
"tealTextSubtle": "{colors.teal100}"
|
|
629
|
+
},
|
|
630
|
+
"radii": {
|
|
631
|
+
"avatarGroup": "{radii.50}",
|
|
632
|
+
"avatarPeople": "{radii.round}",
|
|
633
|
+
"avatarTeam": "{radii.50}",
|
|
634
|
+
"button": "{radii.50}",
|
|
635
|
+
"calendar": "{radii.100}",
|
|
636
|
+
"card": "{radii.100}",
|
|
637
|
+
"checkbox": "{radii.50}",
|
|
638
|
+
"dropdown": "{radii.100}",
|
|
639
|
+
"input": "{radii.50}",
|
|
640
|
+
"listItem": "{radii.50}",
|
|
641
|
+
"notification": "{radii.100}",
|
|
642
|
+
"notificationBanner": "{radii.0}",
|
|
643
|
+
"panel": "{radii.150}",
|
|
644
|
+
"popover": "{radii.100}",
|
|
645
|
+
"tag": "{radii.50}",
|
|
646
|
+
"toolbar": "{radii.100}",
|
|
647
|
+
"toolbarItem": "{radii.50}",
|
|
648
|
+
"tooltip": "{radii.100}"
|
|
649
|
+
},
|
|
650
|
+
"shadows": {
|
|
651
|
+
"50": "0 4px 16px rgba(5, 0, 56, 0.07)",
|
|
652
|
+
"100": "0 8px 32px rgba(5, 0, 56, 0.03)",
|
|
653
|
+
"focus": "0 0 0 2px $colors$border-focus-inner, 0 0 0 4px $colors$focus-keyboard",
|
|
654
|
+
"elevation-0": "0 0 0 1px $colors$gray-200",
|
|
655
|
+
"elevation-100": "0 2px 4px 0px #22242814",
|
|
656
|
+
"elevation-200": "0 2px 8px 0 #2224281f, 0 0 12px 0 #2224280A"
|
|
657
|
+
}
|
|
658
|
+
}
|
package/dist/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-themes",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"dark.css",
|
|
30
30
|
"new-light.css",
|
|
31
31
|
"new-dark.css",
|
|
32
|
+
"base.json",
|
|
32
33
|
"metadata.json"
|
|
33
34
|
],
|
|
34
35
|
"publishConfig": {
|