@geneui/components 3.0.0-next-cece18f-26082024 → 3.0.0-next-f707973-05092024
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/GeneUIProvider/index.js +418 -421
- package/Range/index.js +1 -1
- package/Slider/index.js +1 -1
- package/index.js +1 -1
- package/package.json +3 -2
- package/{rangeAndSlider-693a3d41.js → rangeAndSlider-63c5d423.js} +8 -16
- package/tokens-d88947bf.js +6 -0
- package/tokens-298a51be.js +0 -6
package/GeneUIProvider/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on
|
|
6
|
+
* Generated on Tue, 16 Jul 2024 15:43:19 GMT
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
const GuitRefColorNeutral800base = "#141414";
|
|
@@ -160,6 +160,8 @@ const GuitRefSpacing8xl = "4.8rem";
|
|
|
160
160
|
const GuitRefSpacing9xl = "6.4rem";
|
|
161
161
|
const GuitRefSpacing10xlarge = "8rem";
|
|
162
162
|
const GuitRefSizingNone = "0rem";
|
|
163
|
+
const GuitRefSizing4xs = "0.4rem";
|
|
164
|
+
const GuitRefSizing3xs = "0.8rem";
|
|
163
165
|
const GuitRefSizing2xs = "1.2rem";
|
|
164
166
|
const GuitRefSizingXs = "1.6rem";
|
|
165
167
|
const GuitRefSizingSNudge = "2rem";
|
|
@@ -174,6 +176,7 @@ const GuitRefSizing3xl = "6.4rem";
|
|
|
174
176
|
const GuitRefSizing4xl = "8rem";
|
|
175
177
|
const GuitRefSizing5xl = "9.6rem";
|
|
176
178
|
const GuitRefSizing6xl = "12rem";
|
|
179
|
+
const GuitRefSizing7xl = "16rem";
|
|
177
180
|
const GuitRefRadiusNone = "0rem";
|
|
178
181
|
const GuitRefRadius4xs = "0.2rem";
|
|
179
182
|
const GuitRefRadius3xs = "0.4rem";
|
|
@@ -190,6 +193,7 @@ const GuitRefRadiusFull = "50%";
|
|
|
190
193
|
const GuitRefBorderWidthNone = "0rem";
|
|
191
194
|
const GuitRefBorderWidthThin = "0.1rem";
|
|
192
195
|
const GuitRefBorderWidthThick = "0.2rem";
|
|
196
|
+
const GuitRefBorderWidthThicker = "0.4rem";
|
|
193
197
|
const GuitRefBorderStyleSolid = "solid";
|
|
194
198
|
const GuitRefBorderStyleDashed = "dashed";
|
|
195
199
|
const GuitRefShadowBlurNone = "0rem";
|
|
@@ -217,198 +221,127 @@ const GuitRefBreakpointMobile = "0px-767px";
|
|
|
217
221
|
const GuitRefBreakpointTablet = "768px-1199px";
|
|
218
222
|
const GuitRefBreakpointDesktop = "≥1200px";
|
|
219
223
|
const GuitSemColorSurfaceOverlaySlate = "#3D3D5F";
|
|
220
|
-
const
|
|
221
|
-
const
|
|
222
|
-
const
|
|
223
|
-
const
|
|
224
|
-
const
|
|
225
|
-
const
|
|
226
|
-
const
|
|
227
|
-
const
|
|
228
|
-
const
|
|
229
|
-
const
|
|
230
|
-
const
|
|
231
|
-
const
|
|
232
|
-
const
|
|
233
|
-
const
|
|
234
|
-
const
|
|
235
|
-
const
|
|
236
|
-
const
|
|
237
|
-
const
|
|
238
|
-
const
|
|
239
|
-
const
|
|
240
|
-
const
|
|
241
|
-
const
|
|
242
|
-
const
|
|
243
|
-
const
|
|
244
|
-
const
|
|
245
|
-
const
|
|
246
|
-
const
|
|
247
|
-
const
|
|
248
|
-
const
|
|
249
|
-
const
|
|
250
|
-
const
|
|
251
|
-
const
|
|
252
|
-
const
|
|
253
|
-
const
|
|
254
|
-
const
|
|
255
|
-
const
|
|
256
|
-
const
|
|
257
|
-
const
|
|
258
|
-
const
|
|
259
|
-
const
|
|
260
|
-
const
|
|
261
|
-
const
|
|
262
|
-
const
|
|
263
|
-
const
|
|
264
|
-
const
|
|
265
|
-
const
|
|
266
|
-
const
|
|
267
|
-
const
|
|
268
|
-
const
|
|
269
|
-
const
|
|
270
|
-
const
|
|
271
|
-
const
|
|
272
|
-
const
|
|
273
|
-
const
|
|
274
|
-
const
|
|
275
|
-
const
|
|
276
|
-
const
|
|
277
|
-
const
|
|
278
|
-
const
|
|
279
|
-
const
|
|
280
|
-
const
|
|
281
|
-
const
|
|
282
|
-
const
|
|
283
|
-
const
|
|
284
|
-
const
|
|
285
|
-
const
|
|
286
|
-
const
|
|
287
|
-
const
|
|
288
|
-
const
|
|
289
|
-
const
|
|
290
|
-
const
|
|
291
|
-
const
|
|
292
|
-
const
|
|
293
|
-
const
|
|
294
|
-
const
|
|
295
|
-
const
|
|
296
|
-
const
|
|
297
|
-
const
|
|
298
|
-
const
|
|
299
|
-
const
|
|
300
|
-
const
|
|
301
|
-
const
|
|
302
|
-
const
|
|
303
|
-
const
|
|
304
|
-
const
|
|
305
|
-
const
|
|
306
|
-
const
|
|
307
|
-
const
|
|
308
|
-
const
|
|
309
|
-
const
|
|
310
|
-
const
|
|
311
|
-
const
|
|
312
|
-
const
|
|
313
|
-
const
|
|
314
|
-
const
|
|
315
|
-
const
|
|
316
|
-
const
|
|
317
|
-
const
|
|
318
|
-
const
|
|
319
|
-
const
|
|
320
|
-
const
|
|
321
|
-
const
|
|
322
|
-
const
|
|
323
|
-
const
|
|
324
|
-
const
|
|
325
|
-
const
|
|
326
|
-
const
|
|
327
|
-
const
|
|
328
|
-
const
|
|
329
|
-
const
|
|
330
|
-
const
|
|
331
|
-
const
|
|
332
|
-
const
|
|
333
|
-
const
|
|
334
|
-
const
|
|
335
|
-
const
|
|
336
|
-
const
|
|
337
|
-
const
|
|
338
|
-
const
|
|
339
|
-
const
|
|
340
|
-
const
|
|
341
|
-
const GuitSemColorBackgroundSelected1PressedLight = "#3989EA";
|
|
342
|
-
const GuitSemColorBackgroundSelected2Dark = "#1473E6";
|
|
343
|
-
const GuitSemColorBackgroundSelected2Light = "#95C0F4";
|
|
344
|
-
const GuitSemColorBackgroundSelected2HoverDark = "#105EBC";
|
|
345
|
-
const GuitSemColorBackgroundSelected2HoverLight = "#C3DBF9";
|
|
346
|
-
const GuitSemColorBackgroundSelected2PressedDark = "#0A3B75";
|
|
347
|
-
const GuitSemColorBackgroundSelected2PressedLight = "#E8F1FD";
|
|
348
|
-
const GuitSemColorBackgroundInverseDark = "#FFFFFF";
|
|
349
|
-
const GuitSemColorBackgroundInverseLight = "#141414";
|
|
350
|
-
const GuitSemColorBackgroundInverseHoverDark = "#F5F5F5";
|
|
351
|
-
const GuitSemColorBackgroundInverseHoverLight = "#262627";
|
|
352
|
-
const GuitSemColorBackgroundInversePressedDark = "#E8E8E8";
|
|
353
|
-
const GuitSemColorBackgroundInversePressedLight = "#323234";
|
|
354
|
-
const GuitSemColorBackgroundDisabledDark = "#E8E8E8";
|
|
355
|
-
const GuitSemColorBackgroundDisabledLight = "#323234";
|
|
356
|
-
const GuitSemColorBackgroundTransparent1Dark = "rgba(20, 20, 20, 0.00)";
|
|
357
|
-
const GuitSemColorBackgroundTransparent1Light = "rgba(255, 255, 255, 0.00)";
|
|
358
|
-
const GuitSemColorBackgroundTransparent1HoverDark = "rgba(20, 20, 20, 0.1)";
|
|
359
|
-
const GuitSemColorBackgroundTransparent1HoverLight = "rgba(255, 255, 255, 0.1)";
|
|
360
|
-
const GuitSemColorBackgroundTransparent1PressedDark = "rgba(20, 20, 20, 0.2)";
|
|
361
|
-
const GuitSemColorBackgroundTransparent1PressedLight = "rgba(255, 255, 255, 0.2)";
|
|
362
|
-
const GuitSemColorBackgroundTransparent2Dark = "rgba(255, 255, 255, 0.2)";
|
|
363
|
-
const GuitSemColorBackgroundTransparent2Light = "rgba(20, 20, 20, 0.2)";
|
|
364
|
-
const GuitSemColorBackgroundTransparent2HoverDark = "rgba(255, 255, 255, 0.3)";
|
|
365
|
-
const GuitSemColorBackgroundTransparent2HoverLight = "rgba(20, 20, 20, 0.3)";
|
|
366
|
-
const GuitSemColorBackgroundTransparent2PressedDark = "rgba(255, 255, 255, 0.4)";
|
|
367
|
-
const GuitSemColorBackgroundTransparent2PressedLight = "rgba(20, 20, 20, 0.4)";
|
|
368
|
-
const GuitSemColorBackgroundTransparentOverlayDark = "rgba(20, 20, 20, 0.3)";
|
|
369
|
-
const GuitSemColorBackgroundTransparentOverlayLight = "rgba(255, 255, 255, 0.3)";
|
|
370
|
-
const GuitSemColorBackgroundTransparentInverseDark = "rgba(255, 255, 255, 0.00)";
|
|
371
|
-
const GuitSemColorBackgroundTransparentInverseLight = "rgba(20, 20, 20, 0.1)";
|
|
372
|
-
const GuitSemColorBackgroundTransparentInverseHoverDark = "rgba(255, 255, 255, 0.1)";
|
|
373
|
-
const GuitSemColorBackgroundTransparentInverseHoverLight = "rgba(20, 20, 20, 0.2)";
|
|
374
|
-
const GuitSemColorBackgroundTransparentInversePressedDark = "rgba(255, 255, 255, 0.2)";
|
|
375
|
-
const GuitSemColorBackgroundTransparentInversePressedLight = "rgba(20, 20, 20, 0.3)";
|
|
376
|
-
const GuitSemColorBorderNeutral1Dark = "#FFFFFF";
|
|
377
|
-
const GuitSemColorBorderNeutral1Light = "#141414";
|
|
378
|
-
const GuitSemColorBorderNeutral2Dark = "#D3D3D4";
|
|
379
|
-
const GuitSemColorBorderNeutral2Light = "#646468";
|
|
380
|
-
const GuitSemColorBorderNeutral3Dark = "#646468";
|
|
381
|
-
const GuitSemColorBorderNeutral3Light = "#D3D3D4";
|
|
382
|
-
const GuitSemColorBorderNeutral4Dark = "#262627";
|
|
383
|
-
const GuitSemColorBorderNeutral4Light = "#F5F5F5";
|
|
384
|
-
const GuitSemColorBorderBrandDark = "#1473E6";
|
|
385
|
-
const GuitSemColorBorderBrandLight = "#95C0F4";
|
|
386
|
-
const GuitSemColorBorderBrandHoverDark = "#105EBC";
|
|
387
|
-
const GuitSemColorBorderBrandHoverLight = "#C3DBF9";
|
|
388
|
-
const GuitSemColorBorderBrandPressedDark = "#0A3B75";
|
|
389
|
-
const GuitSemColorBorderBrandPressedLight = "#E8F1FD";
|
|
390
|
-
const GuitSemColorBorderErrorDark = "#98332F";
|
|
391
|
-
const GuitSemColorBorderErrorLight = "#F2A09C";
|
|
392
|
-
const GuitSemColorBorderSuccessDark = "#18714C";
|
|
393
|
-
const GuitSemColorBorderSuccessLight = "#76DBAF";
|
|
394
|
-
const GuitSemColorBorderWarningDark = "#99753A";
|
|
395
|
-
const GuitSemColorBorderWarningLight = "#F0D09D";
|
|
396
|
-
const GuitSemColorBorderRecommendationDark = "#553EB7";
|
|
397
|
-
const GuitSemColorBorderRecommendationLight = "#BAACF1";
|
|
398
|
-
const GuitSemColorBorderInformativeDark = "#105EBC";
|
|
399
|
-
const GuitSemColorBorderInformativeLight = "#95C0F4";
|
|
400
|
-
const GuitSemColorBorderFocusDark = "#95C0F4";
|
|
401
|
-
const GuitSemColorBorderFocusLight = "#1473E6";
|
|
402
|
-
const GuitSemColorBorderInverseDark = "#FFFFFF";
|
|
403
|
-
const GuitSemColorBorderInverseLight = "#141414";
|
|
404
|
-
const GuitSemColorBorderInverseDisabledDark = "#B7B7B9";
|
|
405
|
-
const GuitSemColorBorderInverseDisabledLight = "#929295";
|
|
406
|
-
const GuitSemColorBorderDisabledDark = "#E8E8E8";
|
|
407
|
-
const GuitSemColorBorderDisabledLight = "#646468";
|
|
408
|
-
const GuitSemColorRaisedTopRgbaDark = "rgba(20, 20, 20, 0.1)";
|
|
409
|
-
const GuitSemColorRaisedTopRgbaLight = "rgba(20, 20, 20, 0.3)";
|
|
410
|
-
const GuitSemColorRaisedBottomRgbaDark = "rgba(20, 20, 20, 0.1)";
|
|
411
|
-
const GuitSemColorRaisedBottomRgbaLight = "rgba(20, 20, 20, 0.3)";
|
|
224
|
+
const GuitSemColorForegroundNeutral2Notheme = "#262627";
|
|
225
|
+
const GuitSemColorForegroundInverseNotheme = "#FFFFFF";
|
|
226
|
+
const GuitSemColorBackgroundSuccess2Pressed = "#1E8A5C";
|
|
227
|
+
const GuitSemColorSurfaceNeutral1 = "light-dark(#FFFFFF, #141414)";
|
|
228
|
+
const GuitSemColorSurfaceNeutral2 = "light-dark(#F5F5F5, #262627)";
|
|
229
|
+
const GuitSemColorSurfaceSlate = "light-dark(#E9E9ED, #3D3D5F)";
|
|
230
|
+
const GuitSemColorSurfaceOverlayNeutral = "light-dark(#FFFFFF, #1c1c1c)";
|
|
231
|
+
const GuitSemColorFloating1Rgba1 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
232
|
+
const GuitSemColorFloating1Rgba2 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
233
|
+
const GuitSemColorFloating2Rgba1 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
234
|
+
const GuitSemColorFloating2Rgba2 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
235
|
+
const GuitSemColorFloating3Rgba1 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
236
|
+
const GuitSemColorFloating3Rgba2 = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.4))";
|
|
237
|
+
const GuitSemColorBackgroundNeutral1 = "light-dark(#FFFFFF, #1c1c1c)";
|
|
238
|
+
const GuitSemColorForegroundNeutral1 = "light-dark(#646468, #B7B7B9)";
|
|
239
|
+
const GuitSemColorBackgroundNeutral1Hover = "light-dark(#F5F5F5, #262627)";
|
|
240
|
+
const GuitSemColorForegroundNeutral2 = "light-dark(#262627, #F5F5F5)";
|
|
241
|
+
const GuitSemColorForegroundNeutral2Hover = "light-dark(#323234, #E8E8E8)";
|
|
242
|
+
const GuitSemColorForegroundNeutral2Pressed = "light-dark(#1c1c1c, #FAFAFA)";
|
|
243
|
+
const GuitSemColorBackgroundNeutral1Pressed = "light-dark(#E8E8E8, #323234)";
|
|
244
|
+
const GuitSemColorForegroundBrand = "light-dark(#1473E6, #95C0F4)";
|
|
245
|
+
const GuitSemColorForegroundBrandHover = "light-dark(#105EBC, #C3DBF9)";
|
|
246
|
+
const GuitSemColorBackgroundNeutral2 = "light-dark(#F5F5F5, #262627)";
|
|
247
|
+
const GuitSemColorForegroundBrandPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
248
|
+
const GuitSemColorForegroundError = "light-dark(#98332F, #F8CBC9)";
|
|
249
|
+
const GuitSemColorBackgroundNeutral2Hover = "light-dark(#E8E8E8, #323234)";
|
|
250
|
+
const GuitSemColorForegroundSuccess = "light-dark(#18714C, #B6ECD5)";
|
|
251
|
+
const GuitSemColorBackgroundNeutral2Pressed = "light-dark(#D3D3D4, #1c1c1c)";
|
|
252
|
+
const GuitSemColorBackgroundNeutral3 = "light-dark(#E8E8E8, #323234)";
|
|
253
|
+
const GuitSemColorBackgroundNeutral4 = "light-dark(#262627, #323234)";
|
|
254
|
+
const GuitSemColorForegroundWarning = "light-dark(#7E6030, #F0D09D)";
|
|
255
|
+
const GuitSemColorForegroundRecommendation = "light-dark(#553EB7, #D7CFF7)";
|
|
256
|
+
const GuitSemColorForegroundInformative = "light-dark(#105EBC, #C3DBF9)";
|
|
257
|
+
const GuitSemColorForegroundSelected = "light-dark(#1473E6, #95C0F4)";
|
|
258
|
+
const GuitSemColorBackgroundBrand1 = "light-dark(#E8F1FD, #105EBC)";
|
|
259
|
+
const GuitSemColorForegroundSelectedHover = "light-dark(#105EBC, #C3DBF9)";
|
|
260
|
+
const GuitSemColorBackgroundBrand1Hover = "light-dark(#C3DBF9, #1473E6)";
|
|
261
|
+
const GuitSemColorBackgroundBrand1Pressed = "light-dark(#95C0F4, #0A3B75)";
|
|
262
|
+
const GuitSemColorForegroundSelectedPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
263
|
+
const GuitSemColorBackgroundBrand2 = "light-dark(#1473E6, #599CED)";
|
|
264
|
+
const GuitSemColorBackgroundBrand2Hover = "light-dark(#105EBC, #95C0F4)";
|
|
265
|
+
const GuitSemColorBackgroundBrand2Pressed = "light-dark(#0A3B75, #3989EA)";
|
|
266
|
+
const GuitSemColorBackgroundError1 = "light-dark(#FCEAE9, #98332F)";
|
|
267
|
+
const GuitSemColorBackgroundError1Hover = "light-dark(#F8CBC9, #BB3F3A)";
|
|
268
|
+
const GuitSemColorForegroundInverse = "light-dark(#FFFFFF, #262627)";
|
|
269
|
+
const GuitSemColorForegroundInverseHover = "light-dark(#F5F5F5, #323234)";
|
|
270
|
+
const GuitSemColorForegroundInversePressed = "light-dark(#E8E8E8, #1c1c1c)";
|
|
271
|
+
const GuitSemColorForegroundInverseDisabled = "light-dark(#B7B7B9, #646468)";
|
|
272
|
+
const GuitSemColorBackgroundError1Pressed = "light-dark(#F2A09C, #61211E)";
|
|
273
|
+
const GuitSemColorForegroundDisabled = "light-dark(#929295, #646468)";
|
|
274
|
+
const GuitSemColorForegroundAccentBlue = "light-dark(#105EBC, #C3DBF9)";
|
|
275
|
+
const GuitSemColorForegroundAccentRed = "light-dark(#98332F, #F8CBC9)";
|
|
276
|
+
const GuitSemColorForegroundAccentGreen = "light-dark(#18714C, #B6ECD5)";
|
|
277
|
+
const GuitSemColorForegroundAccentOrange = "light-dark(#684F27, #F0D09D)";
|
|
278
|
+
const GuitSemColorForegroundAccentPurple = "light-dark(#553EB7, #D7CFF7)";
|
|
279
|
+
const GuitSemColorForegroundAccentLagoon = "light-dark(#23636C, #C8DCDF)";
|
|
280
|
+
const GuitSemColorForegroundAccentMagenta = "light-dark(#A60063, #EDCADF)";
|
|
281
|
+
const GuitSemColorForegroundAccentSlate = "light-dark(#4F4F6E, #D5D5DC)";
|
|
282
|
+
const GuitSemColorBackgroundError2 = "light-dark(#BB3F3A, #EA6B66)";
|
|
283
|
+
const GuitSemColorBackgroundError2Hover = "light-dark(#98332F, #F2A09C)";
|
|
284
|
+
const GuitSemColorBackgroundError2Pressed = "light-dark(#61211E, #E64D47)";
|
|
285
|
+
const GuitSemColorBackgroundSuccess1 = "light-dark(#E3F7EE, #18714C)";
|
|
286
|
+
const GuitSemColorBackgroundSuccess1Hover = "light-dark(#B6ECD5, #1E8A5C)";
|
|
287
|
+
const GuitSemColorBackgroundSuccess1Pressed = "light-dark(#76DBAF, #0F472F)";
|
|
288
|
+
const GuitSemColorBackgroundSuccess2 = "light-dark(#2BC784, #25AC72)";
|
|
289
|
+
const GuitSemColorBackgroundSuccess2Hover = "light-dark(#25AC72, #2BC784)";
|
|
290
|
+
const GuitSemColorBackgroundWarning1 = "light-dark(#F7E4C7, #684F27)";
|
|
291
|
+
const GuitSemColorBackgroundWarning2 = "light-dark(#E6AF57, #7E6030)";
|
|
292
|
+
const GuitSemColorBackgroundRecommendation1 = "light-dark(#E9E5FB, #553EB7)";
|
|
293
|
+
const GuitSemColorBackgroundRecommendation2 = "light-dark(#684AE0, #BAACF1)";
|
|
294
|
+
const GuitSemColorBackgroundInformative = "light-dark(#E8F1FD, #105EBC)";
|
|
295
|
+
const GuitSemColorBackgroundSelected1 = "light-dark(#C3DBF9, #105EBC)";
|
|
296
|
+
const GuitSemColorBackgroundSelected1Hover = "light-dark(#95C0F4, #1473E6)";
|
|
297
|
+
const GuitSemColorBackgroundSelected1Pressed = "light-dark(#599CED, #0A3B75)";
|
|
298
|
+
const GuitSemColorBackgroundSelected2 = "light-dark(#1473E6, #599CED)";
|
|
299
|
+
const GuitSemColorBackgroundSelected2Hover = "light-dark(#105EBC, #95C0F4)";
|
|
300
|
+
const GuitSemColorBackgroundSelected2Pressed = "light-dark(#0A3B75, #3989EA)";
|
|
301
|
+
const GuitSemColorBackgroundInverse = "light-dark(#FFFFFF, #1c1c1c)";
|
|
302
|
+
const GuitSemColorBackgroundInverseHover = "light-dark(#F5F5F5, #262627)";
|
|
303
|
+
const GuitSemColorBackgroundInversePressed = "light-dark(#E8E8E8, #323234)";
|
|
304
|
+
const GuitSemColorBackgroundDisabled = "light-dark(#E8E8E8, #323234)";
|
|
305
|
+
const GuitSemColorBackgroundAccentBlue = "light-dark(#E8F1FD, #0A3B75)";
|
|
306
|
+
const GuitSemColorBackgroundAccentRed1 = "light-dark(#FCEAE9, #61211E)";
|
|
307
|
+
const GuitSemColorBackgroundAccentRed2 = "light-dark(#BB3F3A, #EA6B66)";
|
|
308
|
+
const GuitSemColorBackgroundAccentGreen = "light-dark(#E3F7EE, #0F472F)";
|
|
309
|
+
const GuitSemColorBackgroundAccentOrange = "light-dark(#F7E4C7, #42331A)";
|
|
310
|
+
const GuitSemColorBackgroundAccentPurple = "light-dark(#E9E5FB, #372777)";
|
|
311
|
+
const GuitSemColorBackgroundAccentLagoon = "light-dark(#DFEBEC, #174045)";
|
|
312
|
+
const GuitSemColorBackgroundAccentMagenta = "light-dark(#F4E1EC, #A60063)";
|
|
313
|
+
const GuitSemColorBackgroundAccentSlate = "light-dark(#E9E9ED, #3D3D5F)";
|
|
314
|
+
const GuitSemColorBackgroundTransparent1 = "light-dark(rgba(20, 20, 20, 0.00), rgba(255, 255, 255, 0.00))";
|
|
315
|
+
const GuitSemColorBackgroundTransparent1Hover = "light-dark(rgba(20, 20, 20, 0.1), rgba(255, 255, 255, 0.1))";
|
|
316
|
+
const GuitSemColorBackgroundTransparent1Pressed = "light-dark(rgba(20, 20, 20, 0.2), rgba(255, 255, 255, 0.2))";
|
|
317
|
+
const GuitSemColorBackgroundTransparent2 = "light-dark(rgba(20, 20, 20, 0.2), rgba(255, 255, 255, 0.2))";
|
|
318
|
+
const GuitSemColorBackgroundTransparentOverlay = "light-dark(rgba(20, 20, 20, 0.3), rgba(255, 255, 255, 0.3))";
|
|
319
|
+
const GuitSemColorBackgroundTransparentInverse1 = "light-dark(rgba(255, 255, 255, 0.00), rgba(20, 20, 20, 0.1))";
|
|
320
|
+
const GuitSemColorBackgroundTransparentInverse1Hover = "light-dark(rgba(255, 255, 255, 0.1), rgba(20, 20, 20, 0.2))";
|
|
321
|
+
const GuitSemColorBackgroundTransparentInverse1Pressed = "light-dark(rgba(255, 255, 255, 0.2), rgba(20, 20, 20, 0.3))";
|
|
322
|
+
const GuitSemColorBackgroundTransparentInverse2 = "light-dark(rgba(255, 255, 255, 0.2), rgba(20, 20, 20, 0.2))";
|
|
323
|
+
const GuitSemColorBackgroundTransparentInverse2Hover = "light-dark(rgba(255, 255, 255, 0.3), rgba(20, 20, 20, 0.3))";
|
|
324
|
+
const GuitSemColorBackgroundTransparentInverse2Pressed = "light-dark(rgba(255, 255, 255, 0.4), rgba(20, 20, 20, 0.4))";
|
|
325
|
+
const GuitSemColorBackgroundTransparentInverseDisabled = "light-dark(rgba(255, 255, 255, 0.4), rgba(20, 20, 20, 0.4))";
|
|
326
|
+
const GuitSemColorBorderNeutral1 = "light-dark(#FFFFFF, #141414)";
|
|
327
|
+
const GuitSemColorBorderNeutral2 = "light-dark(#D3D3D4, #646468)";
|
|
328
|
+
const GuitSemColorBorderNeutral3 = "light-dark(#646468, #D3D3D4)";
|
|
329
|
+
const GuitSemColorBorderNeutral4 = "light-dark(#262627, #F5F5F5)";
|
|
330
|
+
const GuitSemColorBorderBrand = "light-dark(#1473E6, #95C0F4)";
|
|
331
|
+
const GuitSemColorBorderBrandHover = "light-dark(#105EBC, #C3DBF9)";
|
|
332
|
+
const GuitSemColorBorderBrandPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
333
|
+
const GuitSemColorBorderError = "light-dark(#98332F, #F2A09C)";
|
|
334
|
+
const GuitSemColorBorderSuccess = "light-dark(#18714C, #76DBAF)";
|
|
335
|
+
const GuitSemColorBorderWarning = "light-dark(#7E6030, #F0D09D)";
|
|
336
|
+
const GuitSemColorBorderRecommendation = "light-dark(#553EB7, #BAACF1)";
|
|
337
|
+
const GuitSemColorBorderInformative = "light-dark(#105EBC, #95C0F4)";
|
|
338
|
+
const GuitSemColorBorderFocus = "light-dark(#95C0F4, #1473E6)";
|
|
339
|
+
const GuitSemColorBorderInverse = "light-dark(#FFFFFF, #262627)";
|
|
340
|
+
const GuitSemColorBorderInverseDisabled = "light-dark(#B7B7B9, #929295)";
|
|
341
|
+
const GuitSemColorBorderDisabled1 = "light-dark(#E8E8E8, #646468)";
|
|
342
|
+
const GuitSemColorBorderDisabled2 = "light-dark(#929295, #646468)";
|
|
343
|
+
const GuitSemColorRaisedTopRgba = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.3))";
|
|
344
|
+
const GuitSemColorRaisedBottomRgba = "light-dark(rgba(20, 20, 20, 0.1), rgba(20, 20, 20, 0.3))";
|
|
412
345
|
const GuitSemFontDisplayBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
413
346
|
const GuitSemFontDisplayBoldFontSize = "6.4rem";
|
|
414
347
|
const GuitSemFontDisplayBoldFontWeight = "700";
|
|
@@ -496,11 +429,11 @@ const GuitSemFontLabelMediumUnderlineBoldFontSize = "1.4rem";
|
|
|
496
429
|
const GuitSemFontLabelMediumUnderlineBoldFontWeight = "700";
|
|
497
430
|
const GuitSemFontLabelMediumUnderlineBoldLineHeight = "2rem";
|
|
498
431
|
const GuitSemFontLabelMediumUnderlineBoldTextDecoration = "Underline";
|
|
499
|
-
const
|
|
500
|
-
const
|
|
501
|
-
const
|
|
502
|
-
const
|
|
503
|
-
const
|
|
432
|
+
const GuitSemFontLabelMediumUnderlineSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
433
|
+
const GuitSemFontLabelMediumUnderlineSemiboldFontSize = "1.4rem";
|
|
434
|
+
const GuitSemFontLabelMediumUnderlineSemiboldFontWeight = "600";
|
|
435
|
+
const GuitSemFontLabelMediumUnderlineSemiboldLineHeight = "2rem";
|
|
436
|
+
const GuitSemFontLabelMediumUnderlineSemiboldTextDecoration = "Underline";
|
|
504
437
|
const GuitSemFontBodyLargeDefaultSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
505
438
|
const GuitSemFontBodyLargeDefaultSemiboldFontSize = "1.6rem";
|
|
506
439
|
const GuitSemFontBodyLargeDefaultSemiboldFontWeight = "600";
|
|
@@ -583,6 +516,51 @@ const GuitSemFontHeadingXsmallSemiboldFontFamily = "'Open Sans', -apple-system,
|
|
|
583
516
|
const GuitSemFontHeadingXsmallSemiboldFontSize = "2.4rem";
|
|
584
517
|
const GuitSemFontHeadingXsmallSemiboldFontWeight = "600";
|
|
585
518
|
const GuitSemFontHeadingXsmallSemiboldLineHeight = "3.2rem";
|
|
519
|
+
const GuitSemFontLabelLargeDefaultMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
520
|
+
const GuitSemFontLabelLargeDefaultMediumFontSize = "1.6rem";
|
|
521
|
+
const GuitSemFontLabelLargeDefaultMediumFontWeight = "500";
|
|
522
|
+
const GuitSemFontLabelLargeDefaultMediumLineHeight = "2.4rem";
|
|
523
|
+
const GuitSemFontLabelLargeUnderlineMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
524
|
+
const GuitSemFontLabelLargeUnderlineMediumFontSize = "1.6rem";
|
|
525
|
+
const GuitSemFontLabelLargeUnderlineMediumFontWeight = "500";
|
|
526
|
+
const GuitSemFontLabelLargeUnderlineMediumLineHeight = "2.4rem";
|
|
527
|
+
const GuitSemFontLabelLargeUnderlineMediumTextDecoration = "Underline";
|
|
528
|
+
const GuitSemFontLabelMediumDefaultMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
529
|
+
const GuitSemFontLabelMediumDefaultMediumFontSize = "1.4rem";
|
|
530
|
+
const GuitSemFontLabelMediumDefaultMediumFontWeight = "500";
|
|
531
|
+
const GuitSemFontLabelMediumDefaultMediumLineHeight = "2rem";
|
|
532
|
+
const GuitSemFontLabelMediumUnderlineMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
533
|
+
const GuitSemFontLabelMediumUnderlineMediumFontSize = "1.4rem";
|
|
534
|
+
const GuitSemFontLabelMediumUnderlineMediumFontWeight = "500";
|
|
535
|
+
const GuitSemFontLabelMediumUnderlineMediumLineHeight = "2rem";
|
|
536
|
+
const GuitSemFontLabelMediumUnderlineMediumTextDecoration = "Underline";
|
|
537
|
+
const GuitSemFontLabelSmallDefaultBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
538
|
+
const GuitSemFontLabelSmallDefaultSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
539
|
+
const GuitSemFontLabelSmallDefaultSemiboldFontSize = "1.2rem";
|
|
540
|
+
const GuitSemFontLabelSmallDefaultSemiboldFontWeight = "600";
|
|
541
|
+
const GuitSemFontLabelSmallDefaultSemiboldLineHeight = "1.6rem";
|
|
542
|
+
const GuitSemFontLabelSmallDefaultBoldFontSize = "1.2rem";
|
|
543
|
+
const GuitSemFontLabelSmallDefaultBoldFontWeight = "700";
|
|
544
|
+
const GuitSemFontLabelSmallDefaultBoldLineHeight = "1.6rem";
|
|
545
|
+
const GuitSemFontLabelSmallUnderlineBoldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
546
|
+
const GuitSemFontLabelSmallUnderlineBoldFontSize = "1.2rem";
|
|
547
|
+
const GuitSemFontLabelSmallUnderlineBoldFontWeight = "700";
|
|
548
|
+
const GuitSemFontLabelSmallUnderlineBoldLineHeight = "1.6rem";
|
|
549
|
+
const GuitSemFontLabelSmallUnderlineBoldTextDecoration = "Underline";
|
|
550
|
+
const GuitSemFontLabelSmallUnderlineSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
551
|
+
const GuitSemFontLabelSmallUnderlineSemiboldFontSize = "1.2rem";
|
|
552
|
+
const GuitSemFontLabelSmallUnderlineSemiboldFontWeight = "600";
|
|
553
|
+
const GuitSemFontLabelSmallUnderlineSemiboldLineHeight = "1.6rem";
|
|
554
|
+
const GuitSemFontLabelSmallUnderlineSemiboldTextDecoration = "Underline";
|
|
555
|
+
const GuitSemFontLabelSmallDefaultMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
556
|
+
const GuitSemFontLabelSmallDefaultMediumFontSize = "1.2rem";
|
|
557
|
+
const GuitSemFontLabelSmallDefaultMediumFontWeight = "500";
|
|
558
|
+
const GuitSemFontLabelSmallDefaultMediumLineHeight = "1.6rem";
|
|
559
|
+
const GuitSemFontLabelSmallUnderlineMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
560
|
+
const GuitSemFontLabelSmallUnderlineMediumFontSize = "1.2rem";
|
|
561
|
+
const GuitSemFontLabelSmallUnderlineMediumFontWeight = "500";
|
|
562
|
+
const GuitSemFontLabelSmallUnderlineMediumLineHeight = "1.6rem";
|
|
563
|
+
const GuitSemFontLabelSmallUnderlineMediumTextDecoration = "Underline";
|
|
586
564
|
const GuitSemSpacingBodyLargeDefaultSemiboldParagraphSpacing = "2.4rem";
|
|
587
565
|
const GuitSemSpacingBodyLargeDefaultMediumParagraphSpacing = "2.4rem";
|
|
588
566
|
const GuitSemSpacingBodyLargeDefaultRegularParagraphSpacing = "2.4rem";
|
|
@@ -600,6 +578,8 @@ const GuitSemSpacingCaptionLargeRegularParagraphSpacing = "1.6rem";
|
|
|
600
578
|
const GuitSemSpacingCaptionMediumRegularParagraphSpacing = "1.2rem";
|
|
601
579
|
const GuitSemSpacingCaptionMediumMediumParagraphSpacing = "1.2rem";
|
|
602
580
|
const GuitSemSizingWidthNone = "0rem";
|
|
581
|
+
const GuitSemSizingWidth4xs = "0.4rem";
|
|
582
|
+
const GuitSemSizingWidth3xs = "0.8rem";
|
|
603
583
|
const GuitSemSizingWidth2xs = "1.2rem";
|
|
604
584
|
const GuitSemSizingWidthXs = "1.6rem";
|
|
605
585
|
const GuitSemSizingWidthSNudge = "2rem";
|
|
@@ -614,7 +594,10 @@ const GuitSemSizingWidth3xl = "6.4rem";
|
|
|
614
594
|
const GuitSemSizingWidth4xl = "8rem";
|
|
615
595
|
const GuitSemSizingWidth5xl = "9.6rem";
|
|
616
596
|
const GuitSemSizingWidth6xl = "12rem";
|
|
597
|
+
const GuitSemSizingWidth7xl = "16rem";
|
|
617
598
|
const GuitSemSizingHeightNone = "0rem";
|
|
599
|
+
const GuitSemSizingHeight4xs = "0.4rem";
|
|
600
|
+
const GuitSemSizingHeight3xs = "0.8rem";
|
|
618
601
|
const GuitSemSizingHeight2xs = "1.2rem";
|
|
619
602
|
const GuitSemSizingHeightXs = "1.6rem";
|
|
620
603
|
const GuitSemSizingHeightSNudge = "2rem";
|
|
@@ -629,22 +612,37 @@ const GuitSemSizingHeight3xl = "6.4rem";
|
|
|
629
612
|
const GuitSemSizingHeight4xl = "8rem";
|
|
630
613
|
const GuitSemSizingHeight5xl = "9.6rem";
|
|
631
614
|
const GuitSemSizingHeight6xl = "12rem";
|
|
615
|
+
const GuitSemSizingHeight7xl = "16rem";
|
|
632
616
|
const GuitSemBorderDefaultWidth = "0.1rem";
|
|
633
617
|
const GuitSemBorderDefaultStyle = "solid";
|
|
634
618
|
const GuitSemBorderFocusWidth = "0.2rem";
|
|
635
619
|
const GuitSemBorderFocusStyle = "solid";
|
|
636
|
-
const
|
|
637
|
-
const
|
|
638
|
-
const
|
|
639
|
-
const
|
|
640
|
-
const
|
|
641
|
-
const
|
|
642
|
-
const
|
|
643
|
-
const
|
|
644
|
-
const
|
|
645
|
-
const
|
|
646
|
-
const
|
|
647
|
-
const
|
|
620
|
+
const GuitSemBorderHighlightWidth = "0.4rem";
|
|
621
|
+
const GuitSemBorderHighlightStyle = "solid";
|
|
622
|
+
const GuitSemShadowFloating1PositionX1 = "0rem";
|
|
623
|
+
const GuitSemShadowFloating1PositionY1 = "0.2rem";
|
|
624
|
+
const GuitSemShadowFloating1Blur1 = "0.4rem";
|
|
625
|
+
const GuitSemShadowFloating1Spread1 = "0.2rem";
|
|
626
|
+
const GuitSemShadowFloating2PositionX1 = "0rem";
|
|
627
|
+
const GuitSemShadowFloating2PositionY1 = "0.4rem";
|
|
628
|
+
const GuitSemShadowFloating1PositionX2 = "0rem";
|
|
629
|
+
const GuitSemShadowFloating1PositionY2 = "0rem";
|
|
630
|
+
const GuitSemShadowFloating1Blur2 = "0.2rem";
|
|
631
|
+
const GuitSemShadowFloating1Spread2 = "0rem";
|
|
632
|
+
const GuitSemShadowFloating2Blur1 = "0.6rem";
|
|
633
|
+
const GuitSemShadowFloating2Spread1 = "0.4rem";
|
|
634
|
+
const GuitSemShadowFloating3PositionX1 = "0rem";
|
|
635
|
+
const GuitSemShadowFloating3PositionY1 = "0.6rem";
|
|
636
|
+
const GuitSemShadowFloating2PositionX2 = "0rem";
|
|
637
|
+
const GuitSemShadowFloating2PositionY2 = "-0.2rem";
|
|
638
|
+
const GuitSemShadowFloating2Blur2 = "0.4rem";
|
|
639
|
+
const GuitSemShadowFloating2Spread2 = "0.2rem";
|
|
640
|
+
const GuitSemShadowFloating3Blur1 = "0.8rem";
|
|
641
|
+
const GuitSemShadowFloating3Spread1 = "0.4rem";
|
|
642
|
+
const GuitSemShadowFloating3PositionX2 = "0rem";
|
|
643
|
+
const GuitSemShadowFloating3PositionY2 = "-0.2rem";
|
|
644
|
+
const GuitSemShadowFloating3Blur2 = "0.6rem";
|
|
645
|
+
const GuitSemShadowFloating3Spread2 = "0.2rem";
|
|
648
646
|
const GuitSemShadowRaisedTopPositionX = "0rem";
|
|
649
647
|
const GuitSemShadowRaisedTopPositionY = "-0.2rem";
|
|
650
648
|
const GuitSemShadowRaisedTopBlur = "0.6rem";
|
|
@@ -660,6 +658,7 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
660
658
|
GuitRefBorderStyleSolid: GuitRefBorderStyleSolid,
|
|
661
659
|
GuitRefBorderWidthNone: GuitRefBorderWidthNone,
|
|
662
660
|
GuitRefBorderWidthThick: GuitRefBorderWidthThick,
|
|
661
|
+
GuitRefBorderWidthThicker: GuitRefBorderWidthThicker,
|
|
663
662
|
GuitRefBorderWidthThin: GuitRefBorderWidthThin,
|
|
664
663
|
GuitRefBreakpointDesktop: GuitRefBreakpointDesktop,
|
|
665
664
|
GuitRefBreakpointMobile: GuitRefBreakpointMobile,
|
|
@@ -836,9 +835,12 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
836
835
|
GuitRefSizing2xl: GuitRefSizing2xl,
|
|
837
836
|
GuitRefSizing2xs: GuitRefSizing2xs,
|
|
838
837
|
GuitRefSizing3xl: GuitRefSizing3xl,
|
|
838
|
+
GuitRefSizing3xs: GuitRefSizing3xs,
|
|
839
839
|
GuitRefSizing4xl: GuitRefSizing4xl,
|
|
840
|
+
GuitRefSizing4xs: GuitRefSizing4xs,
|
|
840
841
|
GuitRefSizing5xl: GuitRefSizing5xl,
|
|
841
842
|
GuitRefSizing6xl: GuitRefSizing6xl,
|
|
843
|
+
GuitRefSizing7xl: GuitRefSizing7xl,
|
|
842
844
|
GuitRefSizingL: GuitRefSizingL,
|
|
843
845
|
GuitRefSizingLNudge: GuitRefSizingLNudge,
|
|
844
846
|
GuitRefSizingM: GuitRefSizingM,
|
|
@@ -870,199 +872,130 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
870
872
|
GuitSemBorderDefaultWidth: GuitSemBorderDefaultWidth,
|
|
871
873
|
GuitSemBorderFocusStyle: GuitSemBorderFocusStyle,
|
|
872
874
|
GuitSemBorderFocusWidth: GuitSemBorderFocusWidth,
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
GuitSemColorBorderNeutral3Dark: GuitSemColorBorderNeutral3Dark,
|
|
996
|
-
GuitSemColorBorderNeutral3Light: GuitSemColorBorderNeutral3Light,
|
|
997
|
-
GuitSemColorBorderNeutral4Dark: GuitSemColorBorderNeutral4Dark,
|
|
998
|
-
GuitSemColorBorderNeutral4Light: GuitSemColorBorderNeutral4Light,
|
|
999
|
-
GuitSemColorBorderRecommendationDark: GuitSemColorBorderRecommendationDark,
|
|
1000
|
-
GuitSemColorBorderRecommendationLight: GuitSemColorBorderRecommendationLight,
|
|
1001
|
-
GuitSemColorBorderSuccessDark: GuitSemColorBorderSuccessDark,
|
|
1002
|
-
GuitSemColorBorderSuccessLight: GuitSemColorBorderSuccessLight,
|
|
1003
|
-
GuitSemColorBorderWarningDark: GuitSemColorBorderWarningDark,
|
|
1004
|
-
GuitSemColorBorderWarningLight: GuitSemColorBorderWarningLight,
|
|
1005
|
-
GuitSemColorFloating1RgbaDark: GuitSemColorFloating1RgbaDark,
|
|
1006
|
-
GuitSemColorFloating1RgbaLight: GuitSemColorFloating1RgbaLight,
|
|
1007
|
-
GuitSemColorFloating2RgbaDark: GuitSemColorFloating2RgbaDark,
|
|
1008
|
-
GuitSemColorFloating2RgbaLight: GuitSemColorFloating2RgbaLight,
|
|
1009
|
-
GuitSemColorFloating3RgbaDark: GuitSemColorFloating3RgbaDark,
|
|
1010
|
-
GuitSemColorFloating3RgbaLight: GuitSemColorFloating3RgbaLight,
|
|
1011
|
-
GuitSemColorForegroundBrandDark: GuitSemColorForegroundBrandDark,
|
|
1012
|
-
GuitSemColorForegroundBrandHoverDark: GuitSemColorForegroundBrandHoverDark,
|
|
1013
|
-
GuitSemColorForegroundBrandHoverLight: GuitSemColorForegroundBrandHoverLight,
|
|
1014
|
-
GuitSemColorForegroundBrandLight: GuitSemColorForegroundBrandLight,
|
|
1015
|
-
GuitSemColorForegroundBrandPressedDark: GuitSemColorForegroundBrandPressedDark,
|
|
1016
|
-
GuitSemColorForegroundBrandPressedLight: GuitSemColorForegroundBrandPressedLight,
|
|
1017
|
-
GuitSemColorForegroundDisabledDark: GuitSemColorForegroundDisabledDark,
|
|
1018
|
-
GuitSemColorForegroundDisabledLight: GuitSemColorForegroundDisabledLight,
|
|
1019
|
-
GuitSemColorForegroundErrorDark: GuitSemColorForegroundErrorDark,
|
|
1020
|
-
GuitSemColorForegroundErrorLight: GuitSemColorForegroundErrorLight,
|
|
1021
|
-
GuitSemColorForegroundInformativeDark: GuitSemColorForegroundInformativeDark,
|
|
1022
|
-
GuitSemColorForegroundInformativeLight: GuitSemColorForegroundInformativeLight,
|
|
1023
|
-
GuitSemColorForegroundInverseDark: GuitSemColorForegroundInverseDark,
|
|
1024
|
-
GuitSemColorForegroundInverseDisabledDark: GuitSemColorForegroundInverseDisabledDark,
|
|
1025
|
-
GuitSemColorForegroundInverseDisabledLight: GuitSemColorForegroundInverseDisabledLight,
|
|
1026
|
-
GuitSemColorForegroundInverseLight: GuitSemColorForegroundInverseLight,
|
|
1027
|
-
GuitSemColorForegroundLinkDark: GuitSemColorForegroundLinkDark,
|
|
1028
|
-
GuitSemColorForegroundLinkHoverDark: GuitSemColorForegroundLinkHoverDark,
|
|
1029
|
-
GuitSemColorForegroundLinkHoverLight: GuitSemColorForegroundLinkHoverLight,
|
|
1030
|
-
GuitSemColorForegroundLinkLight: GuitSemColorForegroundLinkLight,
|
|
1031
|
-
GuitSemColorForegroundLinkPressedDark: GuitSemColorForegroundLinkPressedDark,
|
|
1032
|
-
GuitSemColorForegroundLinkPressedLight: GuitSemColorForegroundLinkPressedLight,
|
|
1033
|
-
GuitSemColorForegroundLinkVisitedDark: GuitSemColorForegroundLinkVisitedDark,
|
|
1034
|
-
GuitSemColorForegroundLinkVisitedLight: GuitSemColorForegroundLinkVisitedLight,
|
|
1035
|
-
GuitSemColorForegroundNeutral1Dark: GuitSemColorForegroundNeutral1Dark,
|
|
1036
|
-
GuitSemColorForegroundNeutral1Light: GuitSemColorForegroundNeutral1Light,
|
|
1037
|
-
GuitSemColorForegroundNeutral2Dark: GuitSemColorForegroundNeutral2Dark,
|
|
1038
|
-
GuitSemColorForegroundNeutral2Light: GuitSemColorForegroundNeutral2Light,
|
|
1039
|
-
GuitSemColorForegroundNeutral3Dark: GuitSemColorForegroundNeutral3Dark,
|
|
1040
|
-
GuitSemColorForegroundNeutral3Light: GuitSemColorForegroundNeutral3Light,
|
|
1041
|
-
GuitSemColorForegroundRecommendationDark: GuitSemColorForegroundRecommendationDark,
|
|
1042
|
-
GuitSemColorForegroundRecommendationLight: GuitSemColorForegroundRecommendationLight,
|
|
1043
|
-
GuitSemColorForegroundSelectedDark: GuitSemColorForegroundSelectedDark,
|
|
1044
|
-
GuitSemColorForegroundSelectedHoverDark: GuitSemColorForegroundSelectedHoverDark,
|
|
1045
|
-
GuitSemColorForegroundSelectedHoverLight: GuitSemColorForegroundSelectedHoverLight,
|
|
1046
|
-
GuitSemColorForegroundSelectedLight: GuitSemColorForegroundSelectedLight,
|
|
1047
|
-
GuitSemColorForegroundSelectedPressedDark: GuitSemColorForegroundSelectedPressedDark,
|
|
1048
|
-
GuitSemColorForegroundSelectedPressedLight: GuitSemColorForegroundSelectedPressedLight,
|
|
1049
|
-
GuitSemColorForegroundSuccessDark: GuitSemColorForegroundSuccessDark,
|
|
1050
|
-
GuitSemColorForegroundSuccessLight: GuitSemColorForegroundSuccessLight,
|
|
1051
|
-
GuitSemColorForegroundWarningDark: GuitSemColorForegroundWarningDark,
|
|
1052
|
-
GuitSemColorForegroundWarningLight: GuitSemColorForegroundWarningLight,
|
|
1053
|
-
GuitSemColorRaisedBottomRgbaDark: GuitSemColorRaisedBottomRgbaDark,
|
|
1054
|
-
GuitSemColorRaisedBottomRgbaLight: GuitSemColorRaisedBottomRgbaLight,
|
|
1055
|
-
GuitSemColorRaisedTopRgbaDark: GuitSemColorRaisedTopRgbaDark,
|
|
1056
|
-
GuitSemColorRaisedTopRgbaLight: GuitSemColorRaisedTopRgbaLight,
|
|
1057
|
-
GuitSemColorSurfaceNeutral1Dark: GuitSemColorSurfaceNeutral1Dark,
|
|
1058
|
-
GuitSemColorSurfaceNeutral1Light: GuitSemColorSurfaceNeutral1Light,
|
|
1059
|
-
GuitSemColorSurfaceNeutral2Dark: GuitSemColorSurfaceNeutral2Dark,
|
|
1060
|
-
GuitSemColorSurfaceNeutral2Light: GuitSemColorSurfaceNeutral2Light,
|
|
1061
|
-
GuitSemColorSurfaceOverlayNeutralDark: GuitSemColorSurfaceOverlayNeutralDark,
|
|
1062
|
-
GuitSemColorSurfaceOverlayNeutralLight: GuitSemColorSurfaceOverlayNeutralLight,
|
|
875
|
+
GuitSemBorderHighlightStyle: GuitSemBorderHighlightStyle,
|
|
876
|
+
GuitSemBorderHighlightWidth: GuitSemBorderHighlightWidth,
|
|
877
|
+
GuitSemColorBackgroundAccentBlue: GuitSemColorBackgroundAccentBlue,
|
|
878
|
+
GuitSemColorBackgroundAccentGreen: GuitSemColorBackgroundAccentGreen,
|
|
879
|
+
GuitSemColorBackgroundAccentLagoon: GuitSemColorBackgroundAccentLagoon,
|
|
880
|
+
GuitSemColorBackgroundAccentMagenta: GuitSemColorBackgroundAccentMagenta,
|
|
881
|
+
GuitSemColorBackgroundAccentOrange: GuitSemColorBackgroundAccentOrange,
|
|
882
|
+
GuitSemColorBackgroundAccentPurple: GuitSemColorBackgroundAccentPurple,
|
|
883
|
+
GuitSemColorBackgroundAccentRed1: GuitSemColorBackgroundAccentRed1,
|
|
884
|
+
GuitSemColorBackgroundAccentRed2: GuitSemColorBackgroundAccentRed2,
|
|
885
|
+
GuitSemColorBackgroundAccentSlate: GuitSemColorBackgroundAccentSlate,
|
|
886
|
+
GuitSemColorBackgroundBrand1: GuitSemColorBackgroundBrand1,
|
|
887
|
+
GuitSemColorBackgroundBrand1Hover: GuitSemColorBackgroundBrand1Hover,
|
|
888
|
+
GuitSemColorBackgroundBrand1Pressed: GuitSemColorBackgroundBrand1Pressed,
|
|
889
|
+
GuitSemColorBackgroundBrand2: GuitSemColorBackgroundBrand2,
|
|
890
|
+
GuitSemColorBackgroundBrand2Hover: GuitSemColorBackgroundBrand2Hover,
|
|
891
|
+
GuitSemColorBackgroundBrand2Pressed: GuitSemColorBackgroundBrand2Pressed,
|
|
892
|
+
GuitSemColorBackgroundDisabled: GuitSemColorBackgroundDisabled,
|
|
893
|
+
GuitSemColorBackgroundError1: GuitSemColorBackgroundError1,
|
|
894
|
+
GuitSemColorBackgroundError1Hover: GuitSemColorBackgroundError1Hover,
|
|
895
|
+
GuitSemColorBackgroundError1Pressed: GuitSemColorBackgroundError1Pressed,
|
|
896
|
+
GuitSemColorBackgroundError2: GuitSemColorBackgroundError2,
|
|
897
|
+
GuitSemColorBackgroundError2Hover: GuitSemColorBackgroundError2Hover,
|
|
898
|
+
GuitSemColorBackgroundError2Pressed: GuitSemColorBackgroundError2Pressed,
|
|
899
|
+
GuitSemColorBackgroundInformative: GuitSemColorBackgroundInformative,
|
|
900
|
+
GuitSemColorBackgroundInverse: GuitSemColorBackgroundInverse,
|
|
901
|
+
GuitSemColorBackgroundInverseHover: GuitSemColorBackgroundInverseHover,
|
|
902
|
+
GuitSemColorBackgroundInversePressed: GuitSemColorBackgroundInversePressed,
|
|
903
|
+
GuitSemColorBackgroundNeutral1: GuitSemColorBackgroundNeutral1,
|
|
904
|
+
GuitSemColorBackgroundNeutral1Hover: GuitSemColorBackgroundNeutral1Hover,
|
|
905
|
+
GuitSemColorBackgroundNeutral1Pressed: GuitSemColorBackgroundNeutral1Pressed,
|
|
906
|
+
GuitSemColorBackgroundNeutral2: GuitSemColorBackgroundNeutral2,
|
|
907
|
+
GuitSemColorBackgroundNeutral2Hover: GuitSemColorBackgroundNeutral2Hover,
|
|
908
|
+
GuitSemColorBackgroundNeutral2Pressed: GuitSemColorBackgroundNeutral2Pressed,
|
|
909
|
+
GuitSemColorBackgroundNeutral3: GuitSemColorBackgroundNeutral3,
|
|
910
|
+
GuitSemColorBackgroundNeutral4: GuitSemColorBackgroundNeutral4,
|
|
911
|
+
GuitSemColorBackgroundRecommendation1: GuitSemColorBackgroundRecommendation1,
|
|
912
|
+
GuitSemColorBackgroundRecommendation2: GuitSemColorBackgroundRecommendation2,
|
|
913
|
+
GuitSemColorBackgroundSelected1: GuitSemColorBackgroundSelected1,
|
|
914
|
+
GuitSemColorBackgroundSelected1Hover: GuitSemColorBackgroundSelected1Hover,
|
|
915
|
+
GuitSemColorBackgroundSelected1Pressed: GuitSemColorBackgroundSelected1Pressed,
|
|
916
|
+
GuitSemColorBackgroundSelected2: GuitSemColorBackgroundSelected2,
|
|
917
|
+
GuitSemColorBackgroundSelected2Hover: GuitSemColorBackgroundSelected2Hover,
|
|
918
|
+
GuitSemColorBackgroundSelected2Pressed: GuitSemColorBackgroundSelected2Pressed,
|
|
919
|
+
GuitSemColorBackgroundSuccess1: GuitSemColorBackgroundSuccess1,
|
|
920
|
+
GuitSemColorBackgroundSuccess1Hover: GuitSemColorBackgroundSuccess1Hover,
|
|
921
|
+
GuitSemColorBackgroundSuccess1Pressed: GuitSemColorBackgroundSuccess1Pressed,
|
|
922
|
+
GuitSemColorBackgroundSuccess2: GuitSemColorBackgroundSuccess2,
|
|
923
|
+
GuitSemColorBackgroundSuccess2Hover: GuitSemColorBackgroundSuccess2Hover,
|
|
924
|
+
GuitSemColorBackgroundSuccess2Pressed: GuitSemColorBackgroundSuccess2Pressed,
|
|
925
|
+
GuitSemColorBackgroundTransparent1: GuitSemColorBackgroundTransparent1,
|
|
926
|
+
GuitSemColorBackgroundTransparent1Hover: GuitSemColorBackgroundTransparent1Hover,
|
|
927
|
+
GuitSemColorBackgroundTransparent1Pressed: GuitSemColorBackgroundTransparent1Pressed,
|
|
928
|
+
GuitSemColorBackgroundTransparent2: GuitSemColorBackgroundTransparent2,
|
|
929
|
+
GuitSemColorBackgroundTransparentInverse1: GuitSemColorBackgroundTransparentInverse1,
|
|
930
|
+
GuitSemColorBackgroundTransparentInverse1Hover: GuitSemColorBackgroundTransparentInverse1Hover,
|
|
931
|
+
GuitSemColorBackgroundTransparentInverse1Pressed: GuitSemColorBackgroundTransparentInverse1Pressed,
|
|
932
|
+
GuitSemColorBackgroundTransparentInverse2: GuitSemColorBackgroundTransparentInverse2,
|
|
933
|
+
GuitSemColorBackgroundTransparentInverse2Hover: GuitSemColorBackgroundTransparentInverse2Hover,
|
|
934
|
+
GuitSemColorBackgroundTransparentInverse2Pressed: GuitSemColorBackgroundTransparentInverse2Pressed,
|
|
935
|
+
GuitSemColorBackgroundTransparentInverseDisabled: GuitSemColorBackgroundTransparentInverseDisabled,
|
|
936
|
+
GuitSemColorBackgroundTransparentOverlay: GuitSemColorBackgroundTransparentOverlay,
|
|
937
|
+
GuitSemColorBackgroundWarning1: GuitSemColorBackgroundWarning1,
|
|
938
|
+
GuitSemColorBackgroundWarning2: GuitSemColorBackgroundWarning2,
|
|
939
|
+
GuitSemColorBorderBrand: GuitSemColorBorderBrand,
|
|
940
|
+
GuitSemColorBorderBrandHover: GuitSemColorBorderBrandHover,
|
|
941
|
+
GuitSemColorBorderBrandPressed: GuitSemColorBorderBrandPressed,
|
|
942
|
+
GuitSemColorBorderDisabled1: GuitSemColorBorderDisabled1,
|
|
943
|
+
GuitSemColorBorderDisabled2: GuitSemColorBorderDisabled2,
|
|
944
|
+
GuitSemColorBorderError: GuitSemColorBorderError,
|
|
945
|
+
GuitSemColorBorderFocus: GuitSemColorBorderFocus,
|
|
946
|
+
GuitSemColorBorderInformative: GuitSemColorBorderInformative,
|
|
947
|
+
GuitSemColorBorderInverse: GuitSemColorBorderInverse,
|
|
948
|
+
GuitSemColorBorderInverseDisabled: GuitSemColorBorderInverseDisabled,
|
|
949
|
+
GuitSemColorBorderNeutral1: GuitSemColorBorderNeutral1,
|
|
950
|
+
GuitSemColorBorderNeutral2: GuitSemColorBorderNeutral2,
|
|
951
|
+
GuitSemColorBorderNeutral3: GuitSemColorBorderNeutral3,
|
|
952
|
+
GuitSemColorBorderNeutral4: GuitSemColorBorderNeutral4,
|
|
953
|
+
GuitSemColorBorderRecommendation: GuitSemColorBorderRecommendation,
|
|
954
|
+
GuitSemColorBorderSuccess: GuitSemColorBorderSuccess,
|
|
955
|
+
GuitSemColorBorderWarning: GuitSemColorBorderWarning,
|
|
956
|
+
GuitSemColorFloating1Rgba1: GuitSemColorFloating1Rgba1,
|
|
957
|
+
GuitSemColorFloating1Rgba2: GuitSemColorFloating1Rgba2,
|
|
958
|
+
GuitSemColorFloating2Rgba1: GuitSemColorFloating2Rgba1,
|
|
959
|
+
GuitSemColorFloating2Rgba2: GuitSemColorFloating2Rgba2,
|
|
960
|
+
GuitSemColorFloating3Rgba1: GuitSemColorFloating3Rgba1,
|
|
961
|
+
GuitSemColorFloating3Rgba2: GuitSemColorFloating3Rgba2,
|
|
962
|
+
GuitSemColorForegroundAccentBlue: GuitSemColorForegroundAccentBlue,
|
|
963
|
+
GuitSemColorForegroundAccentGreen: GuitSemColorForegroundAccentGreen,
|
|
964
|
+
GuitSemColorForegroundAccentLagoon: GuitSemColorForegroundAccentLagoon,
|
|
965
|
+
GuitSemColorForegroundAccentMagenta: GuitSemColorForegroundAccentMagenta,
|
|
966
|
+
GuitSemColorForegroundAccentOrange: GuitSemColorForegroundAccentOrange,
|
|
967
|
+
GuitSemColorForegroundAccentPurple: GuitSemColorForegroundAccentPurple,
|
|
968
|
+
GuitSemColorForegroundAccentRed: GuitSemColorForegroundAccentRed,
|
|
969
|
+
GuitSemColorForegroundAccentSlate: GuitSemColorForegroundAccentSlate,
|
|
970
|
+
GuitSemColorForegroundBrand: GuitSemColorForegroundBrand,
|
|
971
|
+
GuitSemColorForegroundBrandHover: GuitSemColorForegroundBrandHover,
|
|
972
|
+
GuitSemColorForegroundBrandPressed: GuitSemColorForegroundBrandPressed,
|
|
973
|
+
GuitSemColorForegroundDisabled: GuitSemColorForegroundDisabled,
|
|
974
|
+
GuitSemColorForegroundError: GuitSemColorForegroundError,
|
|
975
|
+
GuitSemColorForegroundInformative: GuitSemColorForegroundInformative,
|
|
976
|
+
GuitSemColorForegroundInverse: GuitSemColorForegroundInverse,
|
|
977
|
+
GuitSemColorForegroundInverseDisabled: GuitSemColorForegroundInverseDisabled,
|
|
978
|
+
GuitSemColorForegroundInverseHover: GuitSemColorForegroundInverseHover,
|
|
979
|
+
GuitSemColorForegroundInverseNotheme: GuitSemColorForegroundInverseNotheme,
|
|
980
|
+
GuitSemColorForegroundInversePressed: GuitSemColorForegroundInversePressed,
|
|
981
|
+
GuitSemColorForegroundNeutral1: GuitSemColorForegroundNeutral1,
|
|
982
|
+
GuitSemColorForegroundNeutral2: GuitSemColorForegroundNeutral2,
|
|
983
|
+
GuitSemColorForegroundNeutral2Hover: GuitSemColorForegroundNeutral2Hover,
|
|
984
|
+
GuitSemColorForegroundNeutral2Notheme: GuitSemColorForegroundNeutral2Notheme,
|
|
985
|
+
GuitSemColorForegroundNeutral2Pressed: GuitSemColorForegroundNeutral2Pressed,
|
|
986
|
+
GuitSemColorForegroundRecommendation: GuitSemColorForegroundRecommendation,
|
|
987
|
+
GuitSemColorForegroundSelected: GuitSemColorForegroundSelected,
|
|
988
|
+
GuitSemColorForegroundSelectedHover: GuitSemColorForegroundSelectedHover,
|
|
989
|
+
GuitSemColorForegroundSelectedPressed: GuitSemColorForegroundSelectedPressed,
|
|
990
|
+
GuitSemColorForegroundSuccess: GuitSemColorForegroundSuccess,
|
|
991
|
+
GuitSemColorForegroundWarning: GuitSemColorForegroundWarning,
|
|
992
|
+
GuitSemColorRaisedBottomRgba: GuitSemColorRaisedBottomRgba,
|
|
993
|
+
GuitSemColorRaisedTopRgba: GuitSemColorRaisedTopRgba,
|
|
994
|
+
GuitSemColorSurfaceNeutral1: GuitSemColorSurfaceNeutral1,
|
|
995
|
+
GuitSemColorSurfaceNeutral2: GuitSemColorSurfaceNeutral2,
|
|
996
|
+
GuitSemColorSurfaceOverlayNeutral: GuitSemColorSurfaceOverlayNeutral,
|
|
1063
997
|
GuitSemColorSurfaceOverlaySlate: GuitSemColorSurfaceOverlaySlate,
|
|
1064
|
-
|
|
1065
|
-
GuitSemColorSurfaceSlateLight: GuitSemColorSurfaceSlateLight,
|
|
998
|
+
GuitSemColorSurfaceSlate: GuitSemColorSurfaceSlate,
|
|
1066
999
|
GuitSemFontBodyLargeDefaultMediumFontFamily: GuitSemFontBodyLargeDefaultMediumFontFamily,
|
|
1067
1000
|
GuitSemFontBodyLargeDefaultMediumFontSize: GuitSemFontBodyLargeDefaultMediumFontSize,
|
|
1068
1001
|
GuitSemFontBodyLargeDefaultMediumFontWeight: GuitSemFontBodyLargeDefaultMediumFontWeight,
|
|
@@ -1189,6 +1122,10 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1189
1122
|
GuitSemFontLabelLargeDefaultBoldFontSize: GuitSemFontLabelLargeDefaultBoldFontSize,
|
|
1190
1123
|
GuitSemFontLabelLargeDefaultBoldFontWeight: GuitSemFontLabelLargeDefaultBoldFontWeight,
|
|
1191
1124
|
GuitSemFontLabelLargeDefaultBoldLineHeight: GuitSemFontLabelLargeDefaultBoldLineHeight,
|
|
1125
|
+
GuitSemFontLabelLargeDefaultMediumFontFamily: GuitSemFontLabelLargeDefaultMediumFontFamily,
|
|
1126
|
+
GuitSemFontLabelLargeDefaultMediumFontSize: GuitSemFontLabelLargeDefaultMediumFontSize,
|
|
1127
|
+
GuitSemFontLabelLargeDefaultMediumFontWeight: GuitSemFontLabelLargeDefaultMediumFontWeight,
|
|
1128
|
+
GuitSemFontLabelLargeDefaultMediumLineHeight: GuitSemFontLabelLargeDefaultMediumLineHeight,
|
|
1192
1129
|
GuitSemFontLabelLargeDefaultSemiboldFontFamily: GuitSemFontLabelLargeDefaultSemiboldFontFamily,
|
|
1193
1130
|
GuitSemFontLabelLargeDefaultSemiboldFontSize: GuitSemFontLabelLargeDefaultSemiboldFontSize,
|
|
1194
1131
|
GuitSemFontLabelLargeDefaultSemiboldFontWeight: GuitSemFontLabelLargeDefaultSemiboldFontWeight,
|
|
@@ -1198,6 +1135,11 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1198
1135
|
GuitSemFontLabelLargeUnderlineBoldFontWeight: GuitSemFontLabelLargeUnderlineBoldFontWeight,
|
|
1199
1136
|
GuitSemFontLabelLargeUnderlineBoldLineHeight: GuitSemFontLabelLargeUnderlineBoldLineHeight,
|
|
1200
1137
|
GuitSemFontLabelLargeUnderlineBoldTextDecoration: GuitSemFontLabelLargeUnderlineBoldTextDecoration,
|
|
1138
|
+
GuitSemFontLabelLargeUnderlineMediumFontFamily: GuitSemFontLabelLargeUnderlineMediumFontFamily,
|
|
1139
|
+
GuitSemFontLabelLargeUnderlineMediumFontSize: GuitSemFontLabelLargeUnderlineMediumFontSize,
|
|
1140
|
+
GuitSemFontLabelLargeUnderlineMediumFontWeight: GuitSemFontLabelLargeUnderlineMediumFontWeight,
|
|
1141
|
+
GuitSemFontLabelLargeUnderlineMediumLineHeight: GuitSemFontLabelLargeUnderlineMediumLineHeight,
|
|
1142
|
+
GuitSemFontLabelLargeUnderlineMediumTextDecoration: GuitSemFontLabelLargeUnderlineMediumTextDecoration,
|
|
1201
1143
|
GuitSemFontLabelLargeUnderlineSemiboldFontFamily: GuitSemFontLabelLargeUnderlineSemiboldFontFamily,
|
|
1202
1144
|
GuitSemFontLabelLargeUnderlineSemiboldFontSize: GuitSemFontLabelLargeUnderlineSemiboldFontSize,
|
|
1203
1145
|
GuitSemFontLabelLargeUnderlineSemiboldFontWeight: GuitSemFontLabelLargeUnderlineSemiboldFontWeight,
|
|
@@ -1207,6 +1149,10 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1207
1149
|
GuitSemFontLabelMediumDefaultBoldFontSize: GuitSemFontLabelMediumDefaultBoldFontSize,
|
|
1208
1150
|
GuitSemFontLabelMediumDefaultBoldFontWeight: GuitSemFontLabelMediumDefaultBoldFontWeight,
|
|
1209
1151
|
GuitSemFontLabelMediumDefaultBoldLineHeight: GuitSemFontLabelMediumDefaultBoldLineHeight,
|
|
1152
|
+
GuitSemFontLabelMediumDefaultMediumFontFamily: GuitSemFontLabelMediumDefaultMediumFontFamily,
|
|
1153
|
+
GuitSemFontLabelMediumDefaultMediumFontSize: GuitSemFontLabelMediumDefaultMediumFontSize,
|
|
1154
|
+
GuitSemFontLabelMediumDefaultMediumFontWeight: GuitSemFontLabelMediumDefaultMediumFontWeight,
|
|
1155
|
+
GuitSemFontLabelMediumDefaultMediumLineHeight: GuitSemFontLabelMediumDefaultMediumLineHeight,
|
|
1210
1156
|
GuitSemFontLabelMediumDefaultSemiboldFontFamily: GuitSemFontLabelMediumDefaultSemiboldFontFamily,
|
|
1211
1157
|
GuitSemFontLabelMediumDefaultSemiboldFontSize: GuitSemFontLabelMediumDefaultSemiboldFontSize,
|
|
1212
1158
|
GuitSemFontLabelMediumDefaultSemiboldFontWeight: GuitSemFontLabelMediumDefaultSemiboldFontWeight,
|
|
@@ -1216,11 +1162,43 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1216
1162
|
GuitSemFontLabelMediumUnderlineBoldFontWeight: GuitSemFontLabelMediumUnderlineBoldFontWeight,
|
|
1217
1163
|
GuitSemFontLabelMediumUnderlineBoldLineHeight: GuitSemFontLabelMediumUnderlineBoldLineHeight,
|
|
1218
1164
|
GuitSemFontLabelMediumUnderlineBoldTextDecoration: GuitSemFontLabelMediumUnderlineBoldTextDecoration,
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1165
|
+
GuitSemFontLabelMediumUnderlineMediumFontFamily: GuitSemFontLabelMediumUnderlineMediumFontFamily,
|
|
1166
|
+
GuitSemFontLabelMediumUnderlineMediumFontSize: GuitSemFontLabelMediumUnderlineMediumFontSize,
|
|
1167
|
+
GuitSemFontLabelMediumUnderlineMediumFontWeight: GuitSemFontLabelMediumUnderlineMediumFontWeight,
|
|
1168
|
+
GuitSemFontLabelMediumUnderlineMediumLineHeight: GuitSemFontLabelMediumUnderlineMediumLineHeight,
|
|
1169
|
+
GuitSemFontLabelMediumUnderlineMediumTextDecoration: GuitSemFontLabelMediumUnderlineMediumTextDecoration,
|
|
1170
|
+
GuitSemFontLabelMediumUnderlineSemiboldFontFamily: GuitSemFontLabelMediumUnderlineSemiboldFontFamily,
|
|
1171
|
+
GuitSemFontLabelMediumUnderlineSemiboldFontSize: GuitSemFontLabelMediumUnderlineSemiboldFontSize,
|
|
1172
|
+
GuitSemFontLabelMediumUnderlineSemiboldFontWeight: GuitSemFontLabelMediumUnderlineSemiboldFontWeight,
|
|
1173
|
+
GuitSemFontLabelMediumUnderlineSemiboldLineHeight: GuitSemFontLabelMediumUnderlineSemiboldLineHeight,
|
|
1174
|
+
GuitSemFontLabelMediumUnderlineSemiboldTextDecoration: GuitSemFontLabelMediumUnderlineSemiboldTextDecoration,
|
|
1175
|
+
GuitSemFontLabelSmallDefaultBoldFontFamily: GuitSemFontLabelSmallDefaultBoldFontFamily,
|
|
1176
|
+
GuitSemFontLabelSmallDefaultBoldFontSize: GuitSemFontLabelSmallDefaultBoldFontSize,
|
|
1177
|
+
GuitSemFontLabelSmallDefaultBoldFontWeight: GuitSemFontLabelSmallDefaultBoldFontWeight,
|
|
1178
|
+
GuitSemFontLabelSmallDefaultBoldLineHeight: GuitSemFontLabelSmallDefaultBoldLineHeight,
|
|
1179
|
+
GuitSemFontLabelSmallDefaultMediumFontFamily: GuitSemFontLabelSmallDefaultMediumFontFamily,
|
|
1180
|
+
GuitSemFontLabelSmallDefaultMediumFontSize: GuitSemFontLabelSmallDefaultMediumFontSize,
|
|
1181
|
+
GuitSemFontLabelSmallDefaultMediumFontWeight: GuitSemFontLabelSmallDefaultMediumFontWeight,
|
|
1182
|
+
GuitSemFontLabelSmallDefaultMediumLineHeight: GuitSemFontLabelSmallDefaultMediumLineHeight,
|
|
1183
|
+
GuitSemFontLabelSmallDefaultSemiboldFontFamily: GuitSemFontLabelSmallDefaultSemiboldFontFamily,
|
|
1184
|
+
GuitSemFontLabelSmallDefaultSemiboldFontSize: GuitSemFontLabelSmallDefaultSemiboldFontSize,
|
|
1185
|
+
GuitSemFontLabelSmallDefaultSemiboldFontWeight: GuitSemFontLabelSmallDefaultSemiboldFontWeight,
|
|
1186
|
+
GuitSemFontLabelSmallDefaultSemiboldLineHeight: GuitSemFontLabelSmallDefaultSemiboldLineHeight,
|
|
1187
|
+
GuitSemFontLabelSmallUnderlineBoldFontFamily: GuitSemFontLabelSmallUnderlineBoldFontFamily,
|
|
1188
|
+
GuitSemFontLabelSmallUnderlineBoldFontSize: GuitSemFontLabelSmallUnderlineBoldFontSize,
|
|
1189
|
+
GuitSemFontLabelSmallUnderlineBoldFontWeight: GuitSemFontLabelSmallUnderlineBoldFontWeight,
|
|
1190
|
+
GuitSemFontLabelSmallUnderlineBoldLineHeight: GuitSemFontLabelSmallUnderlineBoldLineHeight,
|
|
1191
|
+
GuitSemFontLabelSmallUnderlineBoldTextDecoration: GuitSemFontLabelSmallUnderlineBoldTextDecoration,
|
|
1192
|
+
GuitSemFontLabelSmallUnderlineMediumFontFamily: GuitSemFontLabelSmallUnderlineMediumFontFamily,
|
|
1193
|
+
GuitSemFontLabelSmallUnderlineMediumFontSize: GuitSemFontLabelSmallUnderlineMediumFontSize,
|
|
1194
|
+
GuitSemFontLabelSmallUnderlineMediumFontWeight: GuitSemFontLabelSmallUnderlineMediumFontWeight,
|
|
1195
|
+
GuitSemFontLabelSmallUnderlineMediumLineHeight: GuitSemFontLabelSmallUnderlineMediumLineHeight,
|
|
1196
|
+
GuitSemFontLabelSmallUnderlineMediumTextDecoration: GuitSemFontLabelSmallUnderlineMediumTextDecoration,
|
|
1197
|
+
GuitSemFontLabelSmallUnderlineSemiboldFontFamily: GuitSemFontLabelSmallUnderlineSemiboldFontFamily,
|
|
1198
|
+
GuitSemFontLabelSmallUnderlineSemiboldFontSize: GuitSemFontLabelSmallUnderlineSemiboldFontSize,
|
|
1199
|
+
GuitSemFontLabelSmallUnderlineSemiboldFontWeight: GuitSemFontLabelSmallUnderlineSemiboldFontWeight,
|
|
1200
|
+
GuitSemFontLabelSmallUnderlineSemiboldLineHeight: GuitSemFontLabelSmallUnderlineSemiboldLineHeight,
|
|
1201
|
+
GuitSemFontLabelSmallUnderlineSemiboldTextDecoration: GuitSemFontLabelSmallUnderlineSemiboldTextDecoration,
|
|
1224
1202
|
GuitSemFontSubheadingLargeBoldFontFamily: GuitSemFontSubheadingLargeBoldFontFamily,
|
|
1225
1203
|
GuitSemFontSubheadingLargeBoldFontSize: GuitSemFontSubheadingLargeBoldFontSize,
|
|
1226
1204
|
GuitSemFontSubheadingLargeBoldFontWeight: GuitSemFontSubheadingLargeBoldFontWeight,
|
|
@@ -1237,18 +1215,30 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1237
1215
|
GuitSemFontSubheadingMediumSemiboldFontSize: GuitSemFontSubheadingMediumSemiboldFontSize,
|
|
1238
1216
|
GuitSemFontSubheadingMediumSemiboldFontWeight: GuitSemFontSubheadingMediumSemiboldFontWeight,
|
|
1239
1217
|
GuitSemFontSubheadingMediumSemiboldLineHeight: GuitSemFontSubheadingMediumSemiboldLineHeight,
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1218
|
+
GuitSemShadowFloating1Blur1: GuitSemShadowFloating1Blur1,
|
|
1219
|
+
GuitSemShadowFloating1Blur2: GuitSemShadowFloating1Blur2,
|
|
1220
|
+
GuitSemShadowFloating1PositionX1: GuitSemShadowFloating1PositionX1,
|
|
1221
|
+
GuitSemShadowFloating1PositionX2: GuitSemShadowFloating1PositionX2,
|
|
1222
|
+
GuitSemShadowFloating1PositionY1: GuitSemShadowFloating1PositionY1,
|
|
1223
|
+
GuitSemShadowFloating1PositionY2: GuitSemShadowFloating1PositionY2,
|
|
1224
|
+
GuitSemShadowFloating1Spread1: GuitSemShadowFloating1Spread1,
|
|
1225
|
+
GuitSemShadowFloating1Spread2: GuitSemShadowFloating1Spread2,
|
|
1226
|
+
GuitSemShadowFloating2Blur1: GuitSemShadowFloating2Blur1,
|
|
1227
|
+
GuitSemShadowFloating2Blur2: GuitSemShadowFloating2Blur2,
|
|
1228
|
+
GuitSemShadowFloating2PositionX1: GuitSemShadowFloating2PositionX1,
|
|
1229
|
+
GuitSemShadowFloating2PositionX2: GuitSemShadowFloating2PositionX2,
|
|
1230
|
+
GuitSemShadowFloating2PositionY1: GuitSemShadowFloating2PositionY1,
|
|
1231
|
+
GuitSemShadowFloating2PositionY2: GuitSemShadowFloating2PositionY2,
|
|
1232
|
+
GuitSemShadowFloating2Spread1: GuitSemShadowFloating2Spread1,
|
|
1233
|
+
GuitSemShadowFloating2Spread2: GuitSemShadowFloating2Spread2,
|
|
1234
|
+
GuitSemShadowFloating3Blur1: GuitSemShadowFloating3Blur1,
|
|
1235
|
+
GuitSemShadowFloating3Blur2: GuitSemShadowFloating3Blur2,
|
|
1236
|
+
GuitSemShadowFloating3PositionX1: GuitSemShadowFloating3PositionX1,
|
|
1237
|
+
GuitSemShadowFloating3PositionX2: GuitSemShadowFloating3PositionX2,
|
|
1238
|
+
GuitSemShadowFloating3PositionY1: GuitSemShadowFloating3PositionY1,
|
|
1239
|
+
GuitSemShadowFloating3PositionY2: GuitSemShadowFloating3PositionY2,
|
|
1240
|
+
GuitSemShadowFloating3Spread1: GuitSemShadowFloating3Spread1,
|
|
1241
|
+
GuitSemShadowFloating3Spread2: GuitSemShadowFloating3Spread2,
|
|
1252
1242
|
GuitSemShadowRaisedBottomBlur: GuitSemShadowRaisedBottomBlur,
|
|
1253
1243
|
GuitSemShadowRaisedBottomPositionX: GuitSemShadowRaisedBottomPositionX,
|
|
1254
1244
|
GuitSemShadowRaisedBottomPositionY: GuitSemShadowRaisedBottomPositionY,
|
|
@@ -1260,9 +1250,12 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1260
1250
|
GuitSemSizingHeight2xl: GuitSemSizingHeight2xl,
|
|
1261
1251
|
GuitSemSizingHeight2xs: GuitSemSizingHeight2xs,
|
|
1262
1252
|
GuitSemSizingHeight3xl: GuitSemSizingHeight3xl,
|
|
1253
|
+
GuitSemSizingHeight3xs: GuitSemSizingHeight3xs,
|
|
1263
1254
|
GuitSemSizingHeight4xl: GuitSemSizingHeight4xl,
|
|
1255
|
+
GuitSemSizingHeight4xs: GuitSemSizingHeight4xs,
|
|
1264
1256
|
GuitSemSizingHeight5xl: GuitSemSizingHeight5xl,
|
|
1265
1257
|
GuitSemSizingHeight6xl: GuitSemSizingHeight6xl,
|
|
1258
|
+
GuitSemSizingHeight7xl: GuitSemSizingHeight7xl,
|
|
1266
1259
|
GuitSemSizingHeightL: GuitSemSizingHeightL,
|
|
1267
1260
|
GuitSemSizingHeightLNudge: GuitSemSizingHeightLNudge,
|
|
1268
1261
|
GuitSemSizingHeightM: GuitSemSizingHeightM,
|
|
@@ -1275,9 +1268,12 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1275
1268
|
GuitSemSizingWidth2xl: GuitSemSizingWidth2xl,
|
|
1276
1269
|
GuitSemSizingWidth2xs: GuitSemSizingWidth2xs,
|
|
1277
1270
|
GuitSemSizingWidth3xl: GuitSemSizingWidth3xl,
|
|
1271
|
+
GuitSemSizingWidth3xs: GuitSemSizingWidth3xs,
|
|
1278
1272
|
GuitSemSizingWidth4xl: GuitSemSizingWidth4xl,
|
|
1273
|
+
GuitSemSizingWidth4xs: GuitSemSizingWidth4xs,
|
|
1279
1274
|
GuitSemSizingWidth5xl: GuitSemSizingWidth5xl,
|
|
1280
1275
|
GuitSemSizingWidth6xl: GuitSemSizingWidth6xl,
|
|
1276
|
+
GuitSemSizingWidth7xl: GuitSemSizingWidth7xl,
|
|
1281
1277
|
GuitSemSizingWidthL: GuitSemSizingWidthL,
|
|
1282
1278
|
GuitSemSizingWidthLNudge: GuitSemSizingWidthLNudge,
|
|
1283
1279
|
GuitSemSizingWidthM: GuitSemSizingWidthM,
|
|
@@ -1306,7 +1302,7 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1306
1302
|
});
|
|
1307
1303
|
|
|
1308
1304
|
const bootstrap = () => {
|
|
1309
|
-
import('../tokens-
|
|
1305
|
+
import('../tokens-d88947bf.js');
|
|
1310
1306
|
return jsTokens;
|
|
1311
1307
|
};
|
|
1312
1308
|
|
|
@@ -1403,6 +1399,7 @@ var devDependencies = {
|
|
|
1403
1399
|
"babel-jest": "^29.7.0",
|
|
1404
1400
|
"babel-loader": "^8.2.5",
|
|
1405
1401
|
chalk: "^4.1.2",
|
|
1402
|
+
chromatic: "^11.5.5",
|
|
1406
1403
|
commitizen: "^4.2.5",
|
|
1407
1404
|
concurrently: "^8.2.2",
|
|
1408
1405
|
"conventional-changelog-cli": "^2.2.2",
|
|
@@ -1468,7 +1465,7 @@ var devDependencies = {
|
|
|
1468
1465
|
};
|
|
1469
1466
|
var dependencies = {
|
|
1470
1467
|
"@geneui/icons": "^1.0.3",
|
|
1471
|
-
"@geneui/tokens": "^1.
|
|
1468
|
+
"@geneui/tokens": "^1.3.0-beta",
|
|
1472
1469
|
classnames: "^2.3.2",
|
|
1473
1470
|
dayjs: "^1.11.5",
|
|
1474
1471
|
"draft-js": "^0.11.7",
|