@geneui/components 3.0.0-next-32cea53-25092024 → 3.0.0-next-331eb7d-01102024
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/ActionableList/index.js +4 -4
- package/AdvancedSearch/index.js +4 -4
- package/Alert/index.js +1 -1
- package/Avatar/index.js +49 -21
- package/Badge/index.js +1 -1
- package/Breadcrumb/index.js +3 -3
- package/BusyLoader/index.js +1 -1
- package/Button/index.js +1 -1
- package/CHANGELOG.md +8 -0
- package/Card/index.js +3 -3
- package/CardList/index.js +9 -9
- package/{CellMeasurerCache-281a5a2a.js → CellMeasurerCache-0b14f9d9.js} +1 -1
- package/Charts/index.js +19 -19
- package/Checkbox/index.js +2 -2
- package/CheckboxGroup/index.js +2 -2
- package/CheckboxGroupWithSearch/index.js +4 -4
- package/Collapse/index.js +2 -2
- package/ColorPicker/index.js +2 -2
- package/ComboBox/index.js +4 -4
- package/Copy/index.js +2 -3
- package/Counter/index.js +3 -3
- package/DateFilter/index.js +4 -4
- package/DatePicker/index.js +2 -2
- package/DatePickerInput/index.js +4 -4
- package/Divider/index.js +1 -1
- package/Drawer/index.js +3 -3
- package/Dropdown/index.js +5 -5
- package/Editor/index.js +2 -2
- package/Empty/index.js +1 -1
- package/ExtendedInput/index.js +3 -3
- package/Form/index.js +6 -6
- package/FormContainer/index.js +2 -2
- package/FormableCheckbox/index.js +3 -3
- package/FormableDatePicker/index.js +4 -4
- package/FormableDropdown/index.js +6 -6
- package/FormableEditor/index.js +2 -2
- package/{FormableHOC-f4120178.js → FormableHOC-a4ebfd24.js} +1 -1
- package/FormableMultiSelectDropdown/index.js +6 -6
- package/FormableNumberInput/index.js +3 -3
- package/FormableRadio/index.js +2 -2
- package/FormableSwitcher/index.js +2 -2
- package/FormableTextInput/index.js +3 -3
- package/FormableUploader/index.js +3 -3
- package/GeneUIProvider/index.js +135 -117
- package/Grid/index.js +1 -1
- package/HelperText/index.js +2 -3
- package/Holder/index.js +3 -3
- package/Icon/index.js +1 -1
- package/Image/index.js +3 -3
- package/ImagePreview/index.js +3 -3
- package/InteractiveWidget/index.js +3 -3
- package/KeyValue/index.js +1 -1
- package/Label/index.js +2 -3
- package/LinkButton/index.js +2 -2
- package/Loader/index.js +1 -1
- package/Menu/index.js +2 -3
- package/MobileNavigation/index.js +1 -1
- package/MobilePopup/index.js +3 -3
- package/Modal/index.js +2 -2
- package/ModuleTitle/index.js +3 -3
- package/NavigationMenu/index.js +3 -3
- package/Notification/index.js +1 -1
- package/Option/index.js +2 -3
- package/Overlay/index.js +3 -3
- package/Overspread/index.js +6 -6
- package/Pagination/index.js +3 -3
- package/Paper/index.js +1 -1
- package/Popover/index.js +2 -2
- package/PopoverV2/index.js +2 -2
- package/Products/index.js +1 -1
- package/Profile/index.js +6 -4
- package/Progress/index.js +2 -2
- package/Radio/index.js +1 -1
- package/RadioGroup/index.js +1 -1
- package/Range/index.js +1 -1
- package/Rating/index.js +1 -1
- package/RichEditor/index.js +2 -2
- package/{RichEditor-3ad651c7.js → RichEditor-fa938efe.js} +2 -2
- package/Scrollbar/index.js +1 -1
- package/Search/index.js +2 -2
- package/SearchWithDropdown/index.js +6 -6
- package/Section/index.js +1 -1
- package/SkeletonLoader/index.js +1 -1
- package/Slider/index.js +3 -3
- package/Status/index.js +2 -3
- package/Steps/index.js +3 -3
- package/SuggestionList/index.js +2 -2
- package/Switcher/index.js +2 -2
- package/Table/index.js +9 -9
- package/TableCompositions/index.js +10 -10
- package/Tabs/index.js +2 -2
- package/Tag/index.js +1 -1
- package/Textarea/index.js +2 -2
- package/Time/index.js +1 -1
- package/TimePicker/index.js +4 -4
- package/Timeline/index.js +3 -3
- package/Title/index.js +1 -1
- package/Toaster/index.js +1 -1
- package/Tooltip/index.js +1 -2
- package/TransferList/index.js +6 -6
- package/Uploader/index.js +6 -6
- package/ValidatableCheckbox/index.js +2 -2
- package/ValidatableDatePicker/index.js +3 -3
- package/ValidatableDropdown/index.js +5 -5
- package/ValidatableElements/index.js +5 -5
- package/ValidatableMultiSelectDropdown/index.js +5 -5
- package/ValidatableNumberInput/index.js +2 -2
- package/ValidatableRadio/index.js +1 -1
- package/ValidatableSwitcher/index.js +1 -1
- package/ValidatableTextInput/index.js +2 -2
- package/ValidatableTimeInput/index.js +2 -2
- package/ValidatableUploader/index.js +2 -2
- package/Widget/index.js +3 -3
- package/hooks/useMount.js +1 -1
- package/{index-49fbb32c.js → index-0c18f902.js} +45 -31
- package/{index-d8c45742.js → index-24537904.js} +6 -5
- package/{index-3a6b7fd9.js → index-59637c99.js} +9 -9
- package/{index-73b4d98a.js → index-5a08e021.js} +2 -2
- package/{index-a0e4e333.js → index-5f37f281.js} +1 -2
- package/{index-263b0f0b.js → index-b3a30cb9.js} +1 -1
- package/index.js +11 -11
- package/lib/atoms/Avatar/Avatar.d.ts +31 -15
- package/lib/molecules/Tooltip/Tooltip.d.ts +1 -5
- package/package.json +2 -2
- package/{rangeAndSlider-63c5d423.js → rangeAndSlider-693a3d41.js} +16 -8
- package/{react-beautiful-dnd.esm-bb1d95fc.js → react-beautiful-dnd.esm-1cdf39df.js} +1 -1
- package/tokens-7ae95ae2.js +6 -0
- package/tokens-3e00442a.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 Fri, 27 Sep 2024 10:02:03 GMT
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
const GuitRefColorNeutral800base = "#141414";
|
|
@@ -148,8 +148,9 @@ const GuitRefSpacing5xlarge = "3.6rem";
|
|
|
148
148
|
const GuitRefSpacing6xlarge = "4rem";
|
|
149
149
|
const GuitRefSpacing7xlarge = "4.4rem";
|
|
150
150
|
const GuitRefSpacing8xlarge = "4.8rem";
|
|
151
|
-
const GuitRefSpacing9xlarge = "
|
|
152
|
-
const GuitRefSpacing10xlarge = "
|
|
151
|
+
const GuitRefSpacing9xlarge = "5.6rem";
|
|
152
|
+
const GuitRefSpacing10xlarge = "6.4rem";
|
|
153
|
+
const GuitRefSpacing11xlarge = "8rem";
|
|
153
154
|
const GuitRefSizingNone = "0rem";
|
|
154
155
|
const GuitRefSizing4xsmall = "0.4rem";
|
|
155
156
|
const GuitRefSizing3xsmall = "0.8rem";
|
|
@@ -258,81 +259,98 @@ const GuitSemFontBodyLargeDefaultSemiboldFontFamily = "'Open Sans', -apple-syste
|
|
|
258
259
|
const GuitSemFontBodyLargeDefaultSemiboldFontSize = "1.6rem";
|
|
259
260
|
const GuitSemFontBodyLargeDefaultSemiboldFontWeight = "600";
|
|
260
261
|
const GuitSemFontBodyLargeDefaultSemiboldLineHeight = "2.4rem";
|
|
262
|
+
const GuitSemFontBodyLargeDefaultSemiboldParagraphSpacing = "2.4rem";
|
|
261
263
|
const GuitSemFontBodyLargeDefaultMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
262
264
|
const GuitSemFontBodyLargeDefaultMediumFontSize = "1.6rem";
|
|
263
265
|
const GuitSemFontBodyLargeDefaultMediumFontWeight = "500";
|
|
264
266
|
const GuitSemFontBodyLargeDefaultMediumLineHeight = "2.4rem";
|
|
267
|
+
const GuitSemFontBodyLargeDefaultMediumParagraphSpacing = "2.4rem";
|
|
265
268
|
const GuitSemFontBodyLargeDefaultRegularFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
266
269
|
const GuitSemFontBodyLargeDefaultRegularFontSize = "1.6rem";
|
|
267
270
|
const GuitSemFontBodyLargeDefaultRegularFontWeight = "400";
|
|
268
271
|
const GuitSemFontBodyLargeDefaultRegularLineHeight = "2.4rem";
|
|
272
|
+
const GuitSemFontBodyLargeDefaultRegularParagraphSpacing = "2.4rem";
|
|
269
273
|
const GuitSemFontBodyLargeUnderlineSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
270
274
|
const GuitSemFontBodyLargeUnderlineSemiboldFontSize = "1.6rem";
|
|
271
275
|
const GuitSemFontBodyLargeUnderlineSemiboldFontWeight = "600";
|
|
272
276
|
const GuitSemFontBodyLargeUnderlineSemiboldLineHeight = "2.4rem";
|
|
277
|
+
const GuitSemFontBodyLargeUnderlineSemiboldParagraphSpacing = "2.4rem";
|
|
273
278
|
const GuitSemFontBodyLargeUnderlineSemiboldTextDecoration = "Underline";
|
|
274
279
|
const GuitSemFontBodyLargeUnderlineMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
275
280
|
const GuitSemFontBodyLargeUnderlineMediumFontSize = "1.6rem";
|
|
276
281
|
const GuitSemFontBodyLargeUnderlineMediumFontWeight = "500";
|
|
277
282
|
const GuitSemFontBodyLargeUnderlineMediumLineHeight = "2.4rem";
|
|
283
|
+
const GuitSemFontBodyLargeUnderlineMediumParagraphSpacing = "2.4rem";
|
|
278
284
|
const GuitSemFontBodyLargeUnderlineMediumTextDecoration = "Underline";
|
|
279
285
|
const GuitSemFontBodyLargeUnderlineRegularFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
280
286
|
const GuitSemFontBodyLargeUnderlineRegularFontSize = "1.6rem";
|
|
281
287
|
const GuitSemFontBodyLargeUnderlineRegularFontWeight = "400";
|
|
282
288
|
const GuitSemFontBodyLargeUnderlineRegularLineHeight = "2.4rem";
|
|
289
|
+
const GuitSemFontBodyLargeUnderlineRegularParagraphSpacing = "2.4rem";
|
|
283
290
|
const GuitSemFontBodyLargeUnderlineRegularTextDecoration = "Underline";
|
|
284
291
|
const GuitSemFontBodyMediumDefaultSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
285
292
|
const GuitSemFontBodyMediumDefaultMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
286
293
|
const GuitSemFontBodyMediumDefaultMediumFontSize = "1.4rem";
|
|
287
294
|
const GuitSemFontBodyMediumDefaultMediumFontWeight = "500";
|
|
288
295
|
const GuitSemFontBodyMediumDefaultMediumLineHeight = "2rem";
|
|
296
|
+
const GuitSemFontBodyMediumDefaultMediumParagraphSpacing = "2rem";
|
|
289
297
|
const GuitSemFontBodyMediumDefaultSemiboldFontSize = "1.4rem";
|
|
290
298
|
const GuitSemFontBodyMediumDefaultSemiboldFontWeight = "600";
|
|
291
299
|
const GuitSemFontBodyMediumDefaultSemiboldLineHeight = "2rem";
|
|
300
|
+
const GuitSemFontBodyMediumDefaultSemiboldParagraphSpacing = "2rem";
|
|
292
301
|
const GuitSemFontBodyMediumDefaultRegularFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
293
302
|
const GuitSemFontBodyMediumDefaultRegularFontSize = "1.4rem";
|
|
294
303
|
const GuitSemFontBodyMediumDefaultRegularFontWeight = "400";
|
|
295
304
|
const GuitSemFontBodyMediumDefaultRegularLineHeight = "2rem";
|
|
305
|
+
const GuitSemFontBodyMediumDefaultRegularParagraphSpacing = "2rem";
|
|
296
306
|
const GuitSemFontBodyMediumUnderlineSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
297
307
|
const GuitSemFontBodyMediumUnderlineSemiboldFontSize = "1.4rem";
|
|
298
308
|
const GuitSemFontBodyMediumUnderlineSemiboldFontWeight = "600";
|
|
299
309
|
const GuitSemFontBodyMediumUnderlineSemiboldLineHeight = "2rem";
|
|
310
|
+
const GuitSemFontBodyMediumUnderlineSemiboldParagraphSpacing = "2rem";
|
|
300
311
|
const GuitSemFontBodyMediumUnderlineSemiboldTextDecoration = "Underline";
|
|
301
312
|
const GuitSemFontBodyMediumUnderlineMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
302
313
|
const GuitSemFontBodyMediumUnderlineMediumFontSize = "1.4rem";
|
|
303
314
|
const GuitSemFontBodyMediumUnderlineMediumFontWeight = "500";
|
|
304
315
|
const GuitSemFontBodyMediumUnderlineMediumLineHeight = "2rem";
|
|
316
|
+
const GuitSemFontBodyMediumUnderlineMediumParagraphSpacing = "2rem";
|
|
305
317
|
const GuitSemFontBodyMediumUnderlineMediumTextDecoration = "Underline";
|
|
306
318
|
const GuitSemFontBodyMediumUnderlineRegularFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
307
319
|
const GuitSemFontBodyMediumUnderlineRegularFontSize = "1.4rem";
|
|
308
320
|
const GuitSemFontBodyMediumUnderlineRegularFontWeight = "400";
|
|
309
321
|
const GuitSemFontBodyMediumUnderlineRegularLineHeight = "2rem";
|
|
322
|
+
const GuitSemFontBodyMediumUnderlineRegularParagraphSpacing = "2rem";
|
|
310
323
|
const GuitSemFontBodyMediumUnderlineRegularTextDecoration = "Underline";
|
|
311
324
|
const GuitSemFontCaptionLargeSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
312
325
|
const GuitSemFontCaptionLargeSemiboldFontSize = "1.2rem";
|
|
313
326
|
const GuitSemFontCaptionLargeSemiboldFontWeight = "600";
|
|
314
327
|
const GuitSemFontCaptionLargeSemiboldLlneHeight = "1.6rem";
|
|
315
328
|
const GuitSemFontCaptionLargeSemiboldLetterSpacing = "0.03rem";
|
|
329
|
+
const GuitSemFontCaptionLargeSemiboldParagraphSpacing = "1.6rem";
|
|
316
330
|
const GuitSemFontCaptionLargeMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
317
331
|
const GuitSemFontCaptionLargeMediumFontSize = "1.2rem";
|
|
318
332
|
const GuitSemFontCaptionLargeMediumFontWeight = "500";
|
|
319
333
|
const GuitSemFontCaptionLargeMediumLlneHeight = "1.6rem";
|
|
320
334
|
const GuitSemFontCaptionLargeMediumLetterSpacing = "0.03rem";
|
|
335
|
+
const GuitSemFontCaptionLargeMediumParagraphSpacing = "1.6rem";
|
|
321
336
|
const GuitSemFontCaptionLargeRegularFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
322
337
|
const GuitSemFontCaptionLargeRegularFontSize = "1.2rem";
|
|
323
338
|
const GuitSemFontCaptionLargeRegularFontWeight = "400";
|
|
324
339
|
const GuitSemFontCaptionLargeRegularLineHeight = "1.6rem";
|
|
325
340
|
const GuitSemFontCaptionLargeRegularLetterSpacing = "0.03rem";
|
|
341
|
+
const GuitSemFontCaptionLargeRegularParagraphSpacing = "1.6rem";
|
|
326
342
|
const GuitSemFontCaptionMediumMediumFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
327
343
|
const GuitSemFontCaptionMediumRegularFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
328
344
|
const GuitSemFontCaptionMediumRegularFontSize = "1rem";
|
|
329
345
|
const GuitSemFontCaptionMediumRegularFontWeight = "400";
|
|
330
346
|
const GuitSemFontCaptionMediumRegularLineHeight = "1.4rem";
|
|
331
347
|
const GuitSemFontCaptionMediumRegularLetterSpacing = "0.03rem";
|
|
348
|
+
const GuitSemFontCaptionMediumRegularParagraphSpacing = "1.2rem";
|
|
332
349
|
const GuitSemFontCaptionMediumMediumFontSize = "1rem";
|
|
333
350
|
const GuitSemFontCaptionMediumMediumFontWeight = "500";
|
|
334
351
|
const GuitSemFontCaptionMediumMediumLineHeight = "1.4rem";
|
|
335
352
|
const GuitSemFontCaptionMediumMediumLetterSpacing = "0.03rem";
|
|
353
|
+
const GuitSemFontCaptionMediumMediumParagraphSpacing = "1.2rem";
|
|
336
354
|
const GuitSemFontHeadingXsmallSemiboldFontFamily = "'Open Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif";
|
|
337
355
|
const GuitSemFontHeadingXsmallSemiboldFontSize = "2.4rem";
|
|
338
356
|
const GuitSemFontHeadingXsmallSemiboldFontWeight = "600";
|
|
@@ -373,59 +391,42 @@ const GuitSemFontLabelSmallUnderlineMediumFontSize = "1.2rem";
|
|
|
373
391
|
const GuitSemFontLabelSmallUnderlineMediumFontWeight = "500";
|
|
374
392
|
const GuitSemFontLabelSmallUnderlineMediumLineHeight = "1.6rem";
|
|
375
393
|
const GuitSemFontLabelSmallUnderlineMediumTextDecoration = "Underline";
|
|
376
|
-
const
|
|
377
|
-
const
|
|
378
|
-
const
|
|
379
|
-
const
|
|
380
|
-
const
|
|
381
|
-
const
|
|
382
|
-
const
|
|
383
|
-
const
|
|
384
|
-
const
|
|
385
|
-
const
|
|
386
|
-
const
|
|
387
|
-
const
|
|
388
|
-
const
|
|
389
|
-
const
|
|
390
|
-
const
|
|
391
|
-
const
|
|
392
|
-
const
|
|
393
|
-
const
|
|
394
|
-
const
|
|
395
|
-
const
|
|
396
|
-
const
|
|
397
|
-
const
|
|
398
|
-
const
|
|
399
|
-
const
|
|
400
|
-
const
|
|
401
|
-
const
|
|
402
|
-
const
|
|
403
|
-
const
|
|
404
|
-
const
|
|
405
|
-
const
|
|
406
|
-
const
|
|
407
|
-
const
|
|
408
|
-
const
|
|
409
|
-
const
|
|
410
|
-
const
|
|
411
|
-
const
|
|
412
|
-
const GuitSemSizingHeight4xsmall = "0.4rem";
|
|
413
|
-
const GuitSemSizingHeight3xsmall = "0.8rem";
|
|
414
|
-
const GuitSemSizingHeight2xsmall = "1.2rem";
|
|
415
|
-
const GuitSemSizingHeightXsmall = "1.6rem";
|
|
416
|
-
const GuitSemSizingHeightSmallNudge = "2rem";
|
|
417
|
-
const GuitSemSizingHeightSmall = "2.4rem";
|
|
418
|
-
const GuitSemSizingHeightMediumNudge = "2.8rem";
|
|
419
|
-
const GuitSemSizingHeightMedium = "3.2rem";
|
|
420
|
-
const GuitSemSizingHeightLargeNudge = "3.6rem";
|
|
421
|
-
const GuitSemSizingHeightLarge = "4rem";
|
|
422
|
-
const GuitSemSizingHeightXlarge = "4.8rem";
|
|
423
|
-
const GuitSemSizingHeight2xlarge = "5.6rem";
|
|
424
|
-
const GuitSemSizingHeight3xlarge = "6.4rem";
|
|
425
|
-
const GuitSemSizingHeight4xlarge = "8rem";
|
|
426
|
-
const GuitSemSizingHeight5xlarge = "9.6rem";
|
|
427
|
-
const GuitSemSizingHeight6xlarge = "12rem";
|
|
428
|
-
const GuitSemSizingHeight7xlarge = "16rem";
|
|
394
|
+
const GuitSemDimensionWidthNone = "0rem";
|
|
395
|
+
const GuitSemDimensionWidth4xsmall = "0.4rem";
|
|
396
|
+
const GuitSemDimensionWidth3xsmall = "0.8rem";
|
|
397
|
+
const GuitSemDimensionWidth2xsmall = "1.2rem";
|
|
398
|
+
const GuitSemDimensionWidthXsmall = "1.6rem";
|
|
399
|
+
const GuitSemDimensionWidthSmallNudge = "2rem";
|
|
400
|
+
const GuitSemDimensionWidthSmall = "2.4rem";
|
|
401
|
+
const GuitSemDimensionWidthMediumNudge = "2.8rem";
|
|
402
|
+
const GuitSemDimensionWidthMedium = "3.2rem";
|
|
403
|
+
const GuitSemDimensionWidthLargeNudge = "3.6rem";
|
|
404
|
+
const GuitSemDimensionWidthLarge = "4rem";
|
|
405
|
+
const GuitSemDimensionWidthXlarge = "4.8rem";
|
|
406
|
+
const GuitSemDimensionWidth2xlarge = "5.6rem";
|
|
407
|
+
const GuitSemDimensionWidth3xlarge = "6.4rem";
|
|
408
|
+
const GuitSemDimensionWidth4xlarge = "8rem";
|
|
409
|
+
const GuitSemDimensionWidth5xlarge = "9.6rem";
|
|
410
|
+
const GuitSemDimensionWidth6xlarge = "12rem";
|
|
411
|
+
const GuitSemDimensionWidth7xlarge = "16rem";
|
|
412
|
+
const GuitSemDimensionHeightNone = "0rem";
|
|
413
|
+
const GuitSemDimensionHeight4xsmall = "0.4rem";
|
|
414
|
+
const GuitSemDimensionHeight3xsmall = "0.8rem";
|
|
415
|
+
const GuitSemDimensionHeight2xsmall = "1.2rem";
|
|
416
|
+
const GuitSemDimensionHeightXsmall = "1.6rem";
|
|
417
|
+
const GuitSemDimensionHeightSmallNudge = "2rem";
|
|
418
|
+
const GuitSemDimensionHeightSmall = "2.4rem";
|
|
419
|
+
const GuitSemDimensionHeightMediumNudge = "2.8rem";
|
|
420
|
+
const GuitSemDimensionHeightMedium = "3.2rem";
|
|
421
|
+
const GuitSemDimensionHeightLargeNudge = "3.6rem";
|
|
422
|
+
const GuitSemDimensionHeightLarge = "4rem";
|
|
423
|
+
const GuitSemDimensionHeightXlarge = "4.8rem";
|
|
424
|
+
const GuitSemDimensionHeight2xlarge = "5.6rem";
|
|
425
|
+
const GuitSemDimensionHeight3xlarge = "6.4rem";
|
|
426
|
+
const GuitSemDimensionHeight4xlarge = "8rem";
|
|
427
|
+
const GuitSemDimensionHeight5xlarge = "9.6rem";
|
|
428
|
+
const GuitSemDimensionHeight6xlarge = "12rem";
|
|
429
|
+
const GuitSemDimensionHeight7xlarge = "16rem";
|
|
429
430
|
const GuitSemBorderDefaultWidth = "0.1rem";
|
|
430
431
|
const GuitSemBorderDefaultStyle = "solid";
|
|
431
432
|
const GuitSemBorderFocusWidth = "0.2rem";
|
|
@@ -489,24 +490,24 @@ const GuitSemColorForegroundBrandPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
|
489
490
|
const GuitSemColorBackgroundNeutral2 = "light-dark(#F5F5F5, #262627)";
|
|
490
491
|
const GuitSemColorForegroundError = "light-dark(#98332F, #F8CBC9)";
|
|
491
492
|
const GuitSemColorBackgroundNeutral2Hover = "light-dark(#E8E8E8, #323234)";
|
|
492
|
-
const GuitSemColorBackgroundNeutral2Pressed = "light-dark(#D3D3D4, #1c1c1c)";
|
|
493
493
|
const GuitSemColorForegroundSuccess = "light-dark(#18714C, #B6ECD5)";
|
|
494
|
+
const GuitSemColorBackgroundNeutral2Pressed = "light-dark(#D3D3D4, #1c1c1c)";
|
|
494
495
|
const GuitSemColorBackgroundNeutral3 = "light-dark(#E8E8E8, #323234)";
|
|
495
496
|
const GuitSemColorForegroundWarning = "light-dark(#7E6030, #F0D09D)";
|
|
496
497
|
const GuitSemColorForegroundRecommendation = "light-dark(#553EB7, #D7CFF7)";
|
|
497
498
|
const GuitSemColorForegroundInformative = "light-dark(#105EBC, #C3DBF9)";
|
|
498
|
-
const GuitSemColorBackgroundBrand1 = "light-dark(#E8F1FD, #105EBC)";
|
|
499
499
|
const GuitSemColorForegroundSelected = "light-dark(#1473E6, #95C0F4)";
|
|
500
|
+
const GuitSemColorBackgroundBrand1 = "light-dark(#E8F1FD, #105EBC)";
|
|
500
501
|
const GuitSemColorBackgroundBrand1Hover = "light-dark(#C3DBF9, #1473E6)";
|
|
501
502
|
const GuitSemColorForegroundSelectedHover = "light-dark(#105EBC, #C3DBF9)";
|
|
502
|
-
const GuitSemColorBackgroundBrand1Pressed = "light-dark(#95C0F4, #0A3B75)";
|
|
503
503
|
const GuitSemColorForegroundSelectedPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
504
|
+
const GuitSemColorBackgroundBrand1Pressed = "light-dark(#95C0F4, #0A3B75)";
|
|
504
505
|
const GuitSemColorBackgroundBrand2 = "light-dark(#1473E6, #599CED)";
|
|
505
506
|
const GuitSemColorBackgroundBrand2Hover = "light-dark(#105EBC, #95C0F4)";
|
|
506
507
|
const GuitSemColorBackgroundBrand2Pressed = "light-dark(#0A3B75, #3989EA)";
|
|
507
508
|
const GuitSemColorBackgroundError1 = "light-dark(#FCEAE9, #98332F)";
|
|
508
|
-
const GuitSemColorBackgroundError1Hover = "light-dark(#F8CBC9, #BB3F3A)";
|
|
509
509
|
const GuitSemColorForegroundInverse = "light-dark(#FFFFFF, #262627)";
|
|
510
|
+
const GuitSemColorBackgroundError1Hover = "light-dark(#F8CBC9, #BB3F3A)";
|
|
510
511
|
const GuitSemColorForegroundInverseHover = "light-dark(#F5F5F5, #323234)";
|
|
511
512
|
const GuitSemColorForegroundInversePressed = "light-dark(#E8E8E8, #1c1c1c)";
|
|
512
513
|
const GuitSemColorForegroundInverseDisabled = "light-dark(#B7B7B9, #646468)";
|
|
@@ -590,6 +591,14 @@ const GuitSemColorBorderSelected = "light-dark(#1473E6, #95C0F4)";
|
|
|
590
591
|
const GuitSemColorBorderSelectedHover = "light-dark(#105EBC, #C3DBF9)";
|
|
591
592
|
const GuitSemColorBorderSelectedPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
592
593
|
const GuitSemColorBorderFocus = "light-dark(#95C0F4, #1473E6)";
|
|
594
|
+
const GuitSemColorBorderAccentBlue = "light-dark(#599CED, #3989EA)";
|
|
595
|
+
const GuitSemColorBorderAccentOrange = "light-dark(#E6AF57, #7E6030)";
|
|
596
|
+
const GuitSemColorBorderAccentGreen = "light-dark(#2BC784, #25AC72)";
|
|
597
|
+
const GuitSemColorBorderAccentRed = "light-dark(#EA6B66, #E64D47)";
|
|
598
|
+
const GuitSemColorBorderAccentPurple = "light-dark(#9681E9, #7C62E4)";
|
|
599
|
+
const GuitSemColorBorderAccentLagoon = "light-dark(#6AA2A9, #4C8C95)";
|
|
600
|
+
const GuitSemColorBorderAccentMagenta = "light-dark(#CC6CA5, #C45597)";
|
|
601
|
+
const GuitSemColorBorderAccentSlate = "light-dark(#8F8FA3, #7C7C93)";
|
|
593
602
|
const GuitSemColorBorderInverse = "light-dark(#FFFFFF, #262627)";
|
|
594
603
|
const GuitSemColorBorderInverseDisabled = "light-dark(#B7B7B9, #929295)";
|
|
595
604
|
const GuitSemColorBorderDisabled1 = "light-dark(#E8E8E8, #646468)";
|
|
@@ -788,6 +797,7 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
788
797
|
GuitRefSizingXlarge: GuitRefSizingXlarge,
|
|
789
798
|
GuitRefSizingXsmall: GuitRefSizingXsmall,
|
|
790
799
|
GuitRefSpacing10xlarge: GuitRefSpacing10xlarge,
|
|
800
|
+
GuitRefSpacing11xlarge: GuitRefSpacing11xlarge,
|
|
791
801
|
GuitRefSpacing2xlarge: GuitRefSpacing2xlarge,
|
|
792
802
|
GuitRefSpacing2xsmall: GuitRefSpacing2xsmall,
|
|
793
803
|
GuitRefSpacing3xlarge: GuitRefSpacing3xlarge,
|
|
@@ -883,6 +893,14 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
883
893
|
GuitSemColorBackgroundTransparentOverlayNotheme2: GuitSemColorBackgroundTransparentOverlayNotheme2,
|
|
884
894
|
GuitSemColorBackgroundWarning1: GuitSemColorBackgroundWarning1,
|
|
885
895
|
GuitSemColorBackgroundWarning2: GuitSemColorBackgroundWarning2,
|
|
896
|
+
GuitSemColorBorderAccentBlue: GuitSemColorBorderAccentBlue,
|
|
897
|
+
GuitSemColorBorderAccentGreen: GuitSemColorBorderAccentGreen,
|
|
898
|
+
GuitSemColorBorderAccentLagoon: GuitSemColorBorderAccentLagoon,
|
|
899
|
+
GuitSemColorBorderAccentMagenta: GuitSemColorBorderAccentMagenta,
|
|
900
|
+
GuitSemColorBorderAccentOrange: GuitSemColorBorderAccentOrange,
|
|
901
|
+
GuitSemColorBorderAccentPurple: GuitSemColorBorderAccentPurple,
|
|
902
|
+
GuitSemColorBorderAccentRed: GuitSemColorBorderAccentRed,
|
|
903
|
+
GuitSemColorBorderAccentSlate: GuitSemColorBorderAccentSlate,
|
|
886
904
|
GuitSemColorBorderBrand: GuitSemColorBorderBrand,
|
|
887
905
|
GuitSemColorBorderBrandHover: GuitSemColorBorderBrandHover,
|
|
888
906
|
GuitSemColorBorderBrandPressed: GuitSemColorBorderBrandPressed,
|
|
@@ -943,85 +961,138 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
943
961
|
GuitSemColorRaisedTopRgba: GuitSemColorRaisedTopRgba,
|
|
944
962
|
GuitSemColorSurfaceNeutral1: GuitSemColorSurfaceNeutral1,
|
|
945
963
|
GuitSemColorSurfaceNeutral2: GuitSemColorSurfaceNeutral2,
|
|
964
|
+
GuitSemDimensionHeight2xlarge: GuitSemDimensionHeight2xlarge,
|
|
965
|
+
GuitSemDimensionHeight2xsmall: GuitSemDimensionHeight2xsmall,
|
|
966
|
+
GuitSemDimensionHeight3xlarge: GuitSemDimensionHeight3xlarge,
|
|
967
|
+
GuitSemDimensionHeight3xsmall: GuitSemDimensionHeight3xsmall,
|
|
968
|
+
GuitSemDimensionHeight4xlarge: GuitSemDimensionHeight4xlarge,
|
|
969
|
+
GuitSemDimensionHeight4xsmall: GuitSemDimensionHeight4xsmall,
|
|
970
|
+
GuitSemDimensionHeight5xlarge: GuitSemDimensionHeight5xlarge,
|
|
971
|
+
GuitSemDimensionHeight6xlarge: GuitSemDimensionHeight6xlarge,
|
|
972
|
+
GuitSemDimensionHeight7xlarge: GuitSemDimensionHeight7xlarge,
|
|
973
|
+
GuitSemDimensionHeightLarge: GuitSemDimensionHeightLarge,
|
|
974
|
+
GuitSemDimensionHeightLargeNudge: GuitSemDimensionHeightLargeNudge,
|
|
975
|
+
GuitSemDimensionHeightMedium: GuitSemDimensionHeightMedium,
|
|
976
|
+
GuitSemDimensionHeightMediumNudge: GuitSemDimensionHeightMediumNudge,
|
|
977
|
+
GuitSemDimensionHeightNone: GuitSemDimensionHeightNone,
|
|
978
|
+
GuitSemDimensionHeightSmall: GuitSemDimensionHeightSmall,
|
|
979
|
+
GuitSemDimensionHeightSmallNudge: GuitSemDimensionHeightSmallNudge,
|
|
980
|
+
GuitSemDimensionHeightXlarge: GuitSemDimensionHeightXlarge,
|
|
981
|
+
GuitSemDimensionHeightXsmall: GuitSemDimensionHeightXsmall,
|
|
982
|
+
GuitSemDimensionWidth2xlarge: GuitSemDimensionWidth2xlarge,
|
|
983
|
+
GuitSemDimensionWidth2xsmall: GuitSemDimensionWidth2xsmall,
|
|
984
|
+
GuitSemDimensionWidth3xlarge: GuitSemDimensionWidth3xlarge,
|
|
985
|
+
GuitSemDimensionWidth3xsmall: GuitSemDimensionWidth3xsmall,
|
|
986
|
+
GuitSemDimensionWidth4xlarge: GuitSemDimensionWidth4xlarge,
|
|
987
|
+
GuitSemDimensionWidth4xsmall: GuitSemDimensionWidth4xsmall,
|
|
988
|
+
GuitSemDimensionWidth5xlarge: GuitSemDimensionWidth5xlarge,
|
|
989
|
+
GuitSemDimensionWidth6xlarge: GuitSemDimensionWidth6xlarge,
|
|
990
|
+
GuitSemDimensionWidth7xlarge: GuitSemDimensionWidth7xlarge,
|
|
991
|
+
GuitSemDimensionWidthLarge: GuitSemDimensionWidthLarge,
|
|
992
|
+
GuitSemDimensionWidthLargeNudge: GuitSemDimensionWidthLargeNudge,
|
|
993
|
+
GuitSemDimensionWidthMedium: GuitSemDimensionWidthMedium,
|
|
994
|
+
GuitSemDimensionWidthMediumNudge: GuitSemDimensionWidthMediumNudge,
|
|
995
|
+
GuitSemDimensionWidthNone: GuitSemDimensionWidthNone,
|
|
996
|
+
GuitSemDimensionWidthSmall: GuitSemDimensionWidthSmall,
|
|
997
|
+
GuitSemDimensionWidthSmallNudge: GuitSemDimensionWidthSmallNudge,
|
|
998
|
+
GuitSemDimensionWidthXlarge: GuitSemDimensionWidthXlarge,
|
|
999
|
+
GuitSemDimensionWidthXsmall: GuitSemDimensionWidthXsmall,
|
|
946
1000
|
GuitSemFontBodyLargeDefaultMediumFontFamily: GuitSemFontBodyLargeDefaultMediumFontFamily,
|
|
947
1001
|
GuitSemFontBodyLargeDefaultMediumFontSize: GuitSemFontBodyLargeDefaultMediumFontSize,
|
|
948
1002
|
GuitSemFontBodyLargeDefaultMediumFontWeight: GuitSemFontBodyLargeDefaultMediumFontWeight,
|
|
949
1003
|
GuitSemFontBodyLargeDefaultMediumLineHeight: GuitSemFontBodyLargeDefaultMediumLineHeight,
|
|
1004
|
+
GuitSemFontBodyLargeDefaultMediumParagraphSpacing: GuitSemFontBodyLargeDefaultMediumParagraphSpacing,
|
|
950
1005
|
GuitSemFontBodyLargeDefaultRegularFontFamily: GuitSemFontBodyLargeDefaultRegularFontFamily,
|
|
951
1006
|
GuitSemFontBodyLargeDefaultRegularFontSize: GuitSemFontBodyLargeDefaultRegularFontSize,
|
|
952
1007
|
GuitSemFontBodyLargeDefaultRegularFontWeight: GuitSemFontBodyLargeDefaultRegularFontWeight,
|
|
953
1008
|
GuitSemFontBodyLargeDefaultRegularLineHeight: GuitSemFontBodyLargeDefaultRegularLineHeight,
|
|
1009
|
+
GuitSemFontBodyLargeDefaultRegularParagraphSpacing: GuitSemFontBodyLargeDefaultRegularParagraphSpacing,
|
|
954
1010
|
GuitSemFontBodyLargeDefaultSemiboldFontFamily: GuitSemFontBodyLargeDefaultSemiboldFontFamily,
|
|
955
1011
|
GuitSemFontBodyLargeDefaultSemiboldFontSize: GuitSemFontBodyLargeDefaultSemiboldFontSize,
|
|
956
1012
|
GuitSemFontBodyLargeDefaultSemiboldFontWeight: GuitSemFontBodyLargeDefaultSemiboldFontWeight,
|
|
957
1013
|
GuitSemFontBodyLargeDefaultSemiboldLineHeight: GuitSemFontBodyLargeDefaultSemiboldLineHeight,
|
|
1014
|
+
GuitSemFontBodyLargeDefaultSemiboldParagraphSpacing: GuitSemFontBodyLargeDefaultSemiboldParagraphSpacing,
|
|
958
1015
|
GuitSemFontBodyLargeUnderlineMediumFontFamily: GuitSemFontBodyLargeUnderlineMediumFontFamily,
|
|
959
1016
|
GuitSemFontBodyLargeUnderlineMediumFontSize: GuitSemFontBodyLargeUnderlineMediumFontSize,
|
|
960
1017
|
GuitSemFontBodyLargeUnderlineMediumFontWeight: GuitSemFontBodyLargeUnderlineMediumFontWeight,
|
|
961
1018
|
GuitSemFontBodyLargeUnderlineMediumLineHeight: GuitSemFontBodyLargeUnderlineMediumLineHeight,
|
|
1019
|
+
GuitSemFontBodyLargeUnderlineMediumParagraphSpacing: GuitSemFontBodyLargeUnderlineMediumParagraphSpacing,
|
|
962
1020
|
GuitSemFontBodyLargeUnderlineMediumTextDecoration: GuitSemFontBodyLargeUnderlineMediumTextDecoration,
|
|
963
1021
|
GuitSemFontBodyLargeUnderlineRegularFontFamily: GuitSemFontBodyLargeUnderlineRegularFontFamily,
|
|
964
1022
|
GuitSemFontBodyLargeUnderlineRegularFontSize: GuitSemFontBodyLargeUnderlineRegularFontSize,
|
|
965
1023
|
GuitSemFontBodyLargeUnderlineRegularFontWeight: GuitSemFontBodyLargeUnderlineRegularFontWeight,
|
|
966
1024
|
GuitSemFontBodyLargeUnderlineRegularLineHeight: GuitSemFontBodyLargeUnderlineRegularLineHeight,
|
|
1025
|
+
GuitSemFontBodyLargeUnderlineRegularParagraphSpacing: GuitSemFontBodyLargeUnderlineRegularParagraphSpacing,
|
|
967
1026
|
GuitSemFontBodyLargeUnderlineRegularTextDecoration: GuitSemFontBodyLargeUnderlineRegularTextDecoration,
|
|
968
1027
|
GuitSemFontBodyLargeUnderlineSemiboldFontFamily: GuitSemFontBodyLargeUnderlineSemiboldFontFamily,
|
|
969
1028
|
GuitSemFontBodyLargeUnderlineSemiboldFontSize: GuitSemFontBodyLargeUnderlineSemiboldFontSize,
|
|
970
1029
|
GuitSemFontBodyLargeUnderlineSemiboldFontWeight: GuitSemFontBodyLargeUnderlineSemiboldFontWeight,
|
|
971
1030
|
GuitSemFontBodyLargeUnderlineSemiboldLineHeight: GuitSemFontBodyLargeUnderlineSemiboldLineHeight,
|
|
1031
|
+
GuitSemFontBodyLargeUnderlineSemiboldParagraphSpacing: GuitSemFontBodyLargeUnderlineSemiboldParagraphSpacing,
|
|
972
1032
|
GuitSemFontBodyLargeUnderlineSemiboldTextDecoration: GuitSemFontBodyLargeUnderlineSemiboldTextDecoration,
|
|
973
1033
|
GuitSemFontBodyMediumDefaultMediumFontFamily: GuitSemFontBodyMediumDefaultMediumFontFamily,
|
|
974
1034
|
GuitSemFontBodyMediumDefaultMediumFontSize: GuitSemFontBodyMediumDefaultMediumFontSize,
|
|
975
1035
|
GuitSemFontBodyMediumDefaultMediumFontWeight: GuitSemFontBodyMediumDefaultMediumFontWeight,
|
|
976
1036
|
GuitSemFontBodyMediumDefaultMediumLineHeight: GuitSemFontBodyMediumDefaultMediumLineHeight,
|
|
1037
|
+
GuitSemFontBodyMediumDefaultMediumParagraphSpacing: GuitSemFontBodyMediumDefaultMediumParagraphSpacing,
|
|
977
1038
|
GuitSemFontBodyMediumDefaultRegularFontFamily: GuitSemFontBodyMediumDefaultRegularFontFamily,
|
|
978
1039
|
GuitSemFontBodyMediumDefaultRegularFontSize: GuitSemFontBodyMediumDefaultRegularFontSize,
|
|
979
1040
|
GuitSemFontBodyMediumDefaultRegularFontWeight: GuitSemFontBodyMediumDefaultRegularFontWeight,
|
|
980
1041
|
GuitSemFontBodyMediumDefaultRegularLineHeight: GuitSemFontBodyMediumDefaultRegularLineHeight,
|
|
1042
|
+
GuitSemFontBodyMediumDefaultRegularParagraphSpacing: GuitSemFontBodyMediumDefaultRegularParagraphSpacing,
|
|
981
1043
|
GuitSemFontBodyMediumDefaultSemiboldFontFamily: GuitSemFontBodyMediumDefaultSemiboldFontFamily,
|
|
982
1044
|
GuitSemFontBodyMediumDefaultSemiboldFontSize: GuitSemFontBodyMediumDefaultSemiboldFontSize,
|
|
983
1045
|
GuitSemFontBodyMediumDefaultSemiboldFontWeight: GuitSemFontBodyMediumDefaultSemiboldFontWeight,
|
|
984
1046
|
GuitSemFontBodyMediumDefaultSemiboldLineHeight: GuitSemFontBodyMediumDefaultSemiboldLineHeight,
|
|
1047
|
+
GuitSemFontBodyMediumDefaultSemiboldParagraphSpacing: GuitSemFontBodyMediumDefaultSemiboldParagraphSpacing,
|
|
985
1048
|
GuitSemFontBodyMediumUnderlineMediumFontFamily: GuitSemFontBodyMediumUnderlineMediumFontFamily,
|
|
986
1049
|
GuitSemFontBodyMediumUnderlineMediumFontSize: GuitSemFontBodyMediumUnderlineMediumFontSize,
|
|
987
1050
|
GuitSemFontBodyMediumUnderlineMediumFontWeight: GuitSemFontBodyMediumUnderlineMediumFontWeight,
|
|
988
1051
|
GuitSemFontBodyMediumUnderlineMediumLineHeight: GuitSemFontBodyMediumUnderlineMediumLineHeight,
|
|
1052
|
+
GuitSemFontBodyMediumUnderlineMediumParagraphSpacing: GuitSemFontBodyMediumUnderlineMediumParagraphSpacing,
|
|
989
1053
|
GuitSemFontBodyMediumUnderlineMediumTextDecoration: GuitSemFontBodyMediumUnderlineMediumTextDecoration,
|
|
990
1054
|
GuitSemFontBodyMediumUnderlineRegularFontFamily: GuitSemFontBodyMediumUnderlineRegularFontFamily,
|
|
991
1055
|
GuitSemFontBodyMediumUnderlineRegularFontSize: GuitSemFontBodyMediumUnderlineRegularFontSize,
|
|
992
1056
|
GuitSemFontBodyMediumUnderlineRegularFontWeight: GuitSemFontBodyMediumUnderlineRegularFontWeight,
|
|
993
1057
|
GuitSemFontBodyMediumUnderlineRegularLineHeight: GuitSemFontBodyMediumUnderlineRegularLineHeight,
|
|
1058
|
+
GuitSemFontBodyMediumUnderlineRegularParagraphSpacing: GuitSemFontBodyMediumUnderlineRegularParagraphSpacing,
|
|
994
1059
|
GuitSemFontBodyMediumUnderlineRegularTextDecoration: GuitSemFontBodyMediumUnderlineRegularTextDecoration,
|
|
995
1060
|
GuitSemFontBodyMediumUnderlineSemiboldFontFamily: GuitSemFontBodyMediumUnderlineSemiboldFontFamily,
|
|
996
1061
|
GuitSemFontBodyMediumUnderlineSemiboldFontSize: GuitSemFontBodyMediumUnderlineSemiboldFontSize,
|
|
997
1062
|
GuitSemFontBodyMediumUnderlineSemiboldFontWeight: GuitSemFontBodyMediumUnderlineSemiboldFontWeight,
|
|
998
1063
|
GuitSemFontBodyMediumUnderlineSemiboldLineHeight: GuitSemFontBodyMediumUnderlineSemiboldLineHeight,
|
|
1064
|
+
GuitSemFontBodyMediumUnderlineSemiboldParagraphSpacing: GuitSemFontBodyMediumUnderlineSemiboldParagraphSpacing,
|
|
999
1065
|
GuitSemFontBodyMediumUnderlineSemiboldTextDecoration: GuitSemFontBodyMediumUnderlineSemiboldTextDecoration,
|
|
1000
1066
|
GuitSemFontCaptionLargeMediumFontFamily: GuitSemFontCaptionLargeMediumFontFamily,
|
|
1001
1067
|
GuitSemFontCaptionLargeMediumFontSize: GuitSemFontCaptionLargeMediumFontSize,
|
|
1002
1068
|
GuitSemFontCaptionLargeMediumFontWeight: GuitSemFontCaptionLargeMediumFontWeight,
|
|
1003
1069
|
GuitSemFontCaptionLargeMediumLetterSpacing: GuitSemFontCaptionLargeMediumLetterSpacing,
|
|
1004
1070
|
GuitSemFontCaptionLargeMediumLlneHeight: GuitSemFontCaptionLargeMediumLlneHeight,
|
|
1071
|
+
GuitSemFontCaptionLargeMediumParagraphSpacing: GuitSemFontCaptionLargeMediumParagraphSpacing,
|
|
1005
1072
|
GuitSemFontCaptionLargeRegularFontFamily: GuitSemFontCaptionLargeRegularFontFamily,
|
|
1006
1073
|
GuitSemFontCaptionLargeRegularFontSize: GuitSemFontCaptionLargeRegularFontSize,
|
|
1007
1074
|
GuitSemFontCaptionLargeRegularFontWeight: GuitSemFontCaptionLargeRegularFontWeight,
|
|
1008
1075
|
GuitSemFontCaptionLargeRegularLetterSpacing: GuitSemFontCaptionLargeRegularLetterSpacing,
|
|
1009
1076
|
GuitSemFontCaptionLargeRegularLineHeight: GuitSemFontCaptionLargeRegularLineHeight,
|
|
1077
|
+
GuitSemFontCaptionLargeRegularParagraphSpacing: GuitSemFontCaptionLargeRegularParagraphSpacing,
|
|
1010
1078
|
GuitSemFontCaptionLargeSemiboldFontFamily: GuitSemFontCaptionLargeSemiboldFontFamily,
|
|
1011
1079
|
GuitSemFontCaptionLargeSemiboldFontSize: GuitSemFontCaptionLargeSemiboldFontSize,
|
|
1012
1080
|
GuitSemFontCaptionLargeSemiboldFontWeight: GuitSemFontCaptionLargeSemiboldFontWeight,
|
|
1013
1081
|
GuitSemFontCaptionLargeSemiboldLetterSpacing: GuitSemFontCaptionLargeSemiboldLetterSpacing,
|
|
1014
1082
|
GuitSemFontCaptionLargeSemiboldLlneHeight: GuitSemFontCaptionLargeSemiboldLlneHeight,
|
|
1083
|
+
GuitSemFontCaptionLargeSemiboldParagraphSpacing: GuitSemFontCaptionLargeSemiboldParagraphSpacing,
|
|
1015
1084
|
GuitSemFontCaptionMediumMediumFontFamily: GuitSemFontCaptionMediumMediumFontFamily,
|
|
1016
1085
|
GuitSemFontCaptionMediumMediumFontSize: GuitSemFontCaptionMediumMediumFontSize,
|
|
1017
1086
|
GuitSemFontCaptionMediumMediumFontWeight: GuitSemFontCaptionMediumMediumFontWeight,
|
|
1018
1087
|
GuitSemFontCaptionMediumMediumLetterSpacing: GuitSemFontCaptionMediumMediumLetterSpacing,
|
|
1019
1088
|
GuitSemFontCaptionMediumMediumLineHeight: GuitSemFontCaptionMediumMediumLineHeight,
|
|
1089
|
+
GuitSemFontCaptionMediumMediumParagraphSpacing: GuitSemFontCaptionMediumMediumParagraphSpacing,
|
|
1020
1090
|
GuitSemFontCaptionMediumRegularFontFamily: GuitSemFontCaptionMediumRegularFontFamily,
|
|
1021
1091
|
GuitSemFontCaptionMediumRegularFontSize: GuitSemFontCaptionMediumRegularFontSize,
|
|
1022
1092
|
GuitSemFontCaptionMediumRegularFontWeight: GuitSemFontCaptionMediumRegularFontWeight,
|
|
1023
1093
|
GuitSemFontCaptionMediumRegularLetterSpacing: GuitSemFontCaptionMediumRegularLetterSpacing,
|
|
1024
1094
|
GuitSemFontCaptionMediumRegularLineHeight: GuitSemFontCaptionMediumRegularLineHeight,
|
|
1095
|
+
GuitSemFontCaptionMediumRegularParagraphSpacing: GuitSemFontCaptionMediumRegularParagraphSpacing,
|
|
1025
1096
|
GuitSemFontHeadingLargeSemiboldFontFamily: GuitSemFontHeadingLargeSemiboldFontFamily,
|
|
1026
1097
|
GuitSemFontHeadingLargeSemiboldFontSize: GuitSemFontHeadingLargeSemiboldFontSize,
|
|
1027
1098
|
GuitSemFontHeadingLargeSemiboldFontWeight: GuitSemFontHeadingLargeSemiboldFontWeight,
|
|
@@ -1135,70 +1206,17 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1135
1206
|
GuitSemShadowRaisedTopBlur: GuitSemShadowRaisedTopBlur,
|
|
1136
1207
|
GuitSemShadowRaisedTopPositionX: GuitSemShadowRaisedTopPositionX,
|
|
1137
1208
|
GuitSemShadowRaisedTopPositionY: GuitSemShadowRaisedTopPositionY,
|
|
1138
|
-
GuitSemShadowRaisedTopSpread: GuitSemShadowRaisedTopSpread
|
|
1139
|
-
GuitSemSizingHeight2xlarge: GuitSemSizingHeight2xlarge,
|
|
1140
|
-
GuitSemSizingHeight2xsmall: GuitSemSizingHeight2xsmall,
|
|
1141
|
-
GuitSemSizingHeight3xlarge: GuitSemSizingHeight3xlarge,
|
|
1142
|
-
GuitSemSizingHeight3xsmall: GuitSemSizingHeight3xsmall,
|
|
1143
|
-
GuitSemSizingHeight4xlarge: GuitSemSizingHeight4xlarge,
|
|
1144
|
-
GuitSemSizingHeight4xsmall: GuitSemSizingHeight4xsmall,
|
|
1145
|
-
GuitSemSizingHeight5xlarge: GuitSemSizingHeight5xlarge,
|
|
1146
|
-
GuitSemSizingHeight6xlarge: GuitSemSizingHeight6xlarge,
|
|
1147
|
-
GuitSemSizingHeight7xlarge: GuitSemSizingHeight7xlarge,
|
|
1148
|
-
GuitSemSizingHeightLarge: GuitSemSizingHeightLarge,
|
|
1149
|
-
GuitSemSizingHeightLargeNudge: GuitSemSizingHeightLargeNudge,
|
|
1150
|
-
GuitSemSizingHeightMedium: GuitSemSizingHeightMedium,
|
|
1151
|
-
GuitSemSizingHeightMediumNudge: GuitSemSizingHeightMediumNudge,
|
|
1152
|
-
GuitSemSizingHeightNone: GuitSemSizingHeightNone,
|
|
1153
|
-
GuitSemSizingHeightSmall: GuitSemSizingHeightSmall,
|
|
1154
|
-
GuitSemSizingHeightSmallNudge: GuitSemSizingHeightSmallNudge,
|
|
1155
|
-
GuitSemSizingHeightXlarge: GuitSemSizingHeightXlarge,
|
|
1156
|
-
GuitSemSizingHeightXsmall: GuitSemSizingHeightXsmall,
|
|
1157
|
-
GuitSemSizingWidth2xlarge: GuitSemSizingWidth2xlarge,
|
|
1158
|
-
GuitSemSizingWidth2xsmall: GuitSemSizingWidth2xsmall,
|
|
1159
|
-
GuitSemSizingWidth3xlarge: GuitSemSizingWidth3xlarge,
|
|
1160
|
-
GuitSemSizingWidth3xsmall: GuitSemSizingWidth3xsmall,
|
|
1161
|
-
GuitSemSizingWidth4xlarge: GuitSemSizingWidth4xlarge,
|
|
1162
|
-
GuitSemSizingWidth4xsmall: GuitSemSizingWidth4xsmall,
|
|
1163
|
-
GuitSemSizingWidth5xlarge: GuitSemSizingWidth5xlarge,
|
|
1164
|
-
GuitSemSizingWidth6xlarge: GuitSemSizingWidth6xlarge,
|
|
1165
|
-
GuitSemSizingWidth7xlarge: GuitSemSizingWidth7xlarge,
|
|
1166
|
-
GuitSemSizingWidthLarge: GuitSemSizingWidthLarge,
|
|
1167
|
-
GuitSemSizingWidthLargeNudge: GuitSemSizingWidthLargeNudge,
|
|
1168
|
-
GuitSemSizingWidthMedium: GuitSemSizingWidthMedium,
|
|
1169
|
-
GuitSemSizingWidthMediumNudge: GuitSemSizingWidthMediumNudge,
|
|
1170
|
-
GuitSemSizingWidthNone: GuitSemSizingWidthNone,
|
|
1171
|
-
GuitSemSizingWidthSmall: GuitSemSizingWidthSmall,
|
|
1172
|
-
GuitSemSizingWidthSmallNudge: GuitSemSizingWidthSmallNudge,
|
|
1173
|
-
GuitSemSizingWidthXlarge: GuitSemSizingWidthXlarge,
|
|
1174
|
-
GuitSemSizingWidthXsmall: GuitSemSizingWidthXsmall,
|
|
1175
|
-
GuitSemSpacingBodyLargeDefaultMediumParagraphSpacing: GuitSemSpacingBodyLargeDefaultMediumParagraphSpacing,
|
|
1176
|
-
GuitSemSpacingBodyLargeDefaultRegularParagraphSpacing: GuitSemSpacingBodyLargeDefaultRegularParagraphSpacing,
|
|
1177
|
-
GuitSemSpacingBodyLargeDefaultSemiboldParagraphSpacing: GuitSemSpacingBodyLargeDefaultSemiboldParagraphSpacing,
|
|
1178
|
-
GuitSemSpacingBodyLargeUnderlineMediumParagraphSpacing: GuitSemSpacingBodyLargeUnderlineMediumParagraphSpacing,
|
|
1179
|
-
GuitSemSpacingBodyLargeUnderlineRegularParagraphSpacing: GuitSemSpacingBodyLargeUnderlineRegularParagraphSpacing,
|
|
1180
|
-
GuitSemSpacingBodyLargeUnderlineSemiboldParagraphSpacing: GuitSemSpacingBodyLargeUnderlineSemiboldParagraphSpacing,
|
|
1181
|
-
GuitSemSpacingBodyMediumDefaultMediumParagraphSpacing: GuitSemSpacingBodyMediumDefaultMediumParagraphSpacing,
|
|
1182
|
-
GuitSemSpacingBodyMediumDefaultRegularParagraphSpacing: GuitSemSpacingBodyMediumDefaultRegularParagraphSpacing,
|
|
1183
|
-
GuitSemSpacingBodyMediumDefaultSemiboldParagraphSpacing: GuitSemSpacingBodyMediumDefaultSemiboldParagraphSpacing,
|
|
1184
|
-
GuitSemSpacingBodyMediumUnderlineMediumParagraphSpacing: GuitSemSpacingBodyMediumUnderlineMediumParagraphSpacing,
|
|
1185
|
-
GuitSemSpacingBodyMediumUnderlineRegularParagraphSpacing: GuitSemSpacingBodyMediumUnderlineRegularParagraphSpacing,
|
|
1186
|
-
GuitSemSpacingBodyMediumUnderlineSemiboldParagraphSpacing: GuitSemSpacingBodyMediumUnderlineSemiboldParagraphSpacing,
|
|
1187
|
-
GuitSemSpacingCaptionLargeMediumParagraphSpacing: GuitSemSpacingCaptionLargeMediumParagraphSpacing,
|
|
1188
|
-
GuitSemSpacingCaptionLargeRegularParagraphSpacing: GuitSemSpacingCaptionLargeRegularParagraphSpacing,
|
|
1189
|
-
GuitSemSpacingCaptionLargeSemiboldParagraphSpacing: GuitSemSpacingCaptionLargeSemiboldParagraphSpacing,
|
|
1190
|
-
GuitSemSpacingCaptionMediumMediumParagraphSpacing: GuitSemSpacingCaptionMediumMediumParagraphSpacing,
|
|
1191
|
-
GuitSemSpacingCaptionMediumRegularParagraphSpacing: GuitSemSpacingCaptionMediumRegularParagraphSpacing
|
|
1209
|
+
GuitSemShadowRaisedTopSpread: GuitSemShadowRaisedTopSpread
|
|
1192
1210
|
});
|
|
1193
1211
|
|
|
1194
1212
|
const bootstrap = () => {
|
|
1195
|
-
import('../tokens-
|
|
1213
|
+
import('../tokens-7ae95ae2.js');
|
|
1196
1214
|
return jsTokens;
|
|
1197
1215
|
};
|
|
1198
1216
|
|
|
1199
1217
|
var name = "@geneui/components";
|
|
1200
1218
|
var description = "The Gene UI components library designed for BI tools";
|
|
1201
|
-
var version = "2.16.
|
|
1219
|
+
var version = "2.16.1";
|
|
1202
1220
|
var author = "SoftConstruct";
|
|
1203
1221
|
var homepage = "https://github.com/softconstruct/gene-ui-components#readme";
|
|
1204
1222
|
var repository = {
|
|
@@ -1355,7 +1373,7 @@ var devDependencies = {
|
|
|
1355
1373
|
};
|
|
1356
1374
|
var dependencies = {
|
|
1357
1375
|
"@geneui/icons": "^1.0.4",
|
|
1358
|
-
"@geneui/tokens": "^1.
|
|
1376
|
+
"@geneui/tokens": "^1.5.0-beta",
|
|
1359
1377
|
"@floating-ui/react": "^0.26.16",
|
|
1360
1378
|
classnames: "^2.3.2",
|
|
1361
1379
|
dayjs: "^1.11.5",
|
package/Grid/index.js
CHANGED
|
@@ -118,7 +118,7 @@ Col.defaultProps = {
|
|
|
118
118
|
xxl: 1
|
|
119
119
|
};
|
|
120
120
|
|
|
121
|
-
var css_248z = "[data-gene-ui-version=\"2.16.
|
|
121
|
+
var css_248z = "[data-gene-ui-version=\"2.16.1\"] .grid-holder{width:100%}[data-gene-ui-version=\"2.16.1\"] .grid-items-group{display:flex;flex-wrap:wrap;width:100%}[data-gene-ui-version=\"2.16.1\"] .grid-child{display:flex}";
|
|
122
122
|
styleInject(css_248z);
|
|
123
123
|
|
|
124
124
|
function Row(props) {
|
package/HelperText/index.js
CHANGED
|
@@ -6,12 +6,11 @@ import '../dateValidation-67caec66.js';
|
|
|
6
6
|
import 'react-dom';
|
|
7
7
|
import '../configs-34847b77.js';
|
|
8
8
|
import { u as useEllipsisDetection } from '../useEllipsisDetection-4d997d5d.js';
|
|
9
|
-
import { T as Tooltip } from '../index-
|
|
9
|
+
import { T as Tooltip } from '../index-0c18f902.js';
|
|
10
10
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
11
11
|
import '../_commonjsHelpers-24198af3.js';
|
|
12
12
|
import '../hooks/useDebounce.js';
|
|
13
13
|
import '../tslib.es6-f211516f.js';
|
|
14
|
-
import '../index-a0e4e333.js';
|
|
15
14
|
import '../hooks/useDeviceType.js';
|
|
16
15
|
import '../hooks/useWindowSize.js';
|
|
17
16
|
import '../GeneUIProvider/index.js';
|
|
@@ -56,7 +55,7 @@ var SvgWarningFill = function SvgWarningFill(_ref) {
|
|
|
56
55
|
}));
|
|
57
56
|
};
|
|
58
57
|
|
|
59
|
-
var css_248z = "[data-gene-ui-version=\"2.16.
|
|
58
|
+
var css_248z = "[data-gene-ui-version=\"2.16.1\"] .helperText{align-items:center;display:inline-flex;gap:var(--guit-ref-spacing-3xsmall);max-width:100%}[data-gene-ui-version=\"2.16.1\"] .helperText_size_medium .helperText__text{font-family:var(--guit-sem-font-label-medium-default-semibold-font-family);font-size:var(--guit-sem-font-label-medium-default-semibold-font-size);font-weight:var(--guit-sem-font-label-medium-default-medium-font-weight);line-height:var(--guit-sem-font-label-medium-default-semibold-line-height)}[data-gene-ui-version=\"2.16.1\"] .helperText_size_medium .helperText__icon{height:var(--guit-sem-sizing-height-small-nudge);width:var(--guit-sem-sizing-width-small-nudge)}[data-gene-ui-version=\"2.16.1\"] .helperText_size_small .helperText__text{font-family:var(--guit-sem-font-label-small-default-medium-font-family);font-size:var(--guit-sem-font-label-small-default-medium-font-size);font-weight:var(--guit-sem-font-label-small-default-medium-font-weight);line-height:var(--guit-sem-font-label-small-default-medium-line-height)}[data-gene-ui-version=\"2.16.1\"] .helperText_size_small .helperText__icon{height:var(--guit-sem-sizing-height-xs);width:var(--guit-sem-sizing-width-xs)}[data-gene-ui-version=\"2.16.1\"] .helperText_type_rest{color:var(--guit-sem-color-foreground-neutral-2)}[data-gene-ui-version=\"2.16.1\"] .helperText_type_danger{color:var(--guit-sem-color-foreground-error)}[data-gene-ui-version=\"2.16.1\"] .helperText_type_warning .helperText__icon{color:var(--guit-sem-color-foreground-warning)}[data-gene-ui-version=\"2.16.1\"] .helperText__icon{align-items:center;display:flex;flex:0 0 auto}[data-gene-ui-version=\"2.16.1\"] .helperText_disabled,[data-gene-ui-version=\"2.16.1\"] .helperText_disabled .helperText__icon{color:var(--guit-sem-color-foreground-disabled)}";
|
|
60
59
|
styleInject(css_248z);
|
|
61
60
|
|
|
62
61
|
/**
|
package/Holder/index.js
CHANGED
|
@@ -2,14 +2,14 @@ import { _ as _extends } from '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
|
2
2
|
import React__default, { useRef, useState } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { c as classnames } from '../index-031ff73c.js';
|
|
5
|
-
import { n as noop } from '../index-
|
|
5
|
+
import { n as noop } from '../index-5f37f281.js';
|
|
6
6
|
import { p as popoverV2Config } from '../configs-34847b77.js';
|
|
7
7
|
import Icon from '../Icon/index.js';
|
|
8
8
|
import Button from '../Button/index.js';
|
|
9
9
|
import Portal from '../Portal/index.js';
|
|
10
10
|
import CustomScrollbar from '../Scrollbar/index.js';
|
|
11
11
|
import ModuleTitle from '../ModuleTitle/index.js';
|
|
12
|
-
import { T as Tooltip } from '../index-
|
|
12
|
+
import { T as Tooltip } from '../index-0c18f902.js';
|
|
13
13
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
14
14
|
import '../dateValidation-67caec66.js';
|
|
15
15
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -20,7 +20,7 @@ import '../hooks/useDeviceType.js';
|
|
|
20
20
|
import '../hooks/useWindowSize.js';
|
|
21
21
|
import '../hooks/useDebounce.js';
|
|
22
22
|
|
|
23
|
-
var css_248z = "[data-gene-ui-version=\"2.16.
|
|
23
|
+
var css_248z = "[data-gene-ui-version=\"2.16.1\"] .holder{--delay:200ms;--width:1.9rem;--opened-width:39.9rem;background:var(--background);height:100%;position:relative;top:0;transition:width .4s var(--delay);width:var(--width);z-index:200}[data-gene-ui-version=\"2.16.1\"] .holder.disabled{pointer-events:none}[data-gene-ui-version=\"2.16.1\"] .holder.disabled .holder-toggle .icon{opacity:.5}[data-gene-ui-version=\"2.16.1\"] .holder.pinned{--width:var(--opened-width);--delay:0ms}[data-gene-ui-version=\"2.16.1\"] .holder.pinned.opened .layer-1{transform:scale(1)}[data-gene-ui-version=\"2.16.1\"] .holder.opened{--delay:400ms}[data-gene-ui-version=\"2.16.1\"] .holder.opened .holder-wrapper{opacity:1;width:var(--opened-width)}[data-gene-ui-version=\"2.16.1\"] .holder:not(.pinned).opened .layer-3,[data-gene-ui-version=\"2.16.1\"] .holder:not(.pinned):not(.opened) .layer-2{transform:scale(1)}[data-gene-ui-version=\"2.16.1\"] .holder-c-wrapper{background:var(--background);height:100%;min-width:100%;position:absolute;top:0}[data-gene-ui-version=\"2.16.1\"] .holder-toggle{padding:.5rem;position:absolute;top:1rem}[data-gene-ui-version=\"2.16.1\"] .holder-toggle button{background:var(--background);border-radius:100%;box-shadow:0 0 .2rem rgba(var(--background-sc-rgb),.16);color:var(--hero);cursor:pointer;height:3rem;position:relative;transition:color .25s,background .25s;width:3rem}@media (hover:hover){[data-gene-ui-version=\"2.16.1\"] .holder-toggle button:hover{background:var(--hero);color:var(--hero-sc)}}[data-gene-ui-version=\"2.16.1\"] .holder-toggle button.active{background:var(--hero);color:var(--hero-sc)}@media (hover:hover){[data-gene-ui-version=\"2.16.1\"] .holder-toggle button.active:hover{background:var(--hero-hover)}}[data-gene-ui-version=\"2.16.1\"] .holder-toggle .icon{left:0;padding:.3rem;position:absolute;top:0;transform:scale(0);transition:transform .4s,opacity .4s}[data-gene-ui-version=\"2.16.1\"] .holder-wrapper{height:100%;opacity:0;overflow:hidden;position:relative;transition:opacity .15s var(--delay),width .4s var(--delay);width:var(--width)}html:not([dir=rtl]) .holder-left{left:0}html[dir=rtl] .holder-left{right:0}[data-gene-ui-version=\"2.16.1\"] .holder-left .holder-c-wrapper{border-inline-end:1px solid rgba(var(--background-sc-rgb),.1)}html:not([dir=rtl]) .holder-left .holder-c-wrapper{left:0}html[dir=rtl] .holder-left .holder-c-wrapper{right:0}html:not([dir=rtl]) .holder-left .module-header{padding-right:1.5rem}html[dir=rtl] .holder-left .module-header{padding-left:1.5rem}html:not([dir=rtl]) .holder-left .holder-toggle{right:-2rem}html[dir=rtl] .holder-left .holder-toggle{left:-2rem}html:not([dir=rtl]) .holder-right{right:0}html[dir=rtl] .holder-right{left:0}[data-gene-ui-version=\"2.16.1\"] .holder-right .holder-c-wrapper{border-inline-start:1px solid rgba(var(--background-sc-rgb),.1)}html:not([dir=rtl]) .holder-right .holder-c-wrapper{right:0}html[dir=rtl] .holder-right .holder-c-wrapper{left:0}html:not([dir=rtl]) .holder-right .holder-toggle{left:-2rem}html[dir=rtl] .holder-right .holder-toggle{right:-2rem}[data-gene-ui-version=\"2.16.1\"] .opened .holder-content{width:var(--opened-width)}[data-gene-ui-version=\"2.16.1\"] .holder-content{display:grid;grid-template-areas:\"head\" \"body\" \"footer\";grid-template-columns:100%;grid-template-rows:auto 1fr auto;height:100%;overflow:hidden}[data-gene-ui-version=\"2.16.1\"] .holder-content .module-header{grid-area:head}[data-gene-ui-version=\"2.16.1\"] .holder-content .holder-body{grid-area:body}[data-gene-ui-version=\"2.16.1\"] .holder-footer{border-top:1px solid rgba(var(--background-sc-rgb),.1);display:flex;grid-area:footer;padding:2rem}[data-gene-ui-version=\"2.16.1\"] .holder-footer:empty{display:none}[data-gene-ui-version=\"2.16.1\"] .holder-body-c{display:flex;flex-wrap:wrap;padding:1rem}[data-gene-ui-version=\"2.16.1\"] .holder-body-c>*{margin:1rem}[data-gene-ui-version=\"2.16.1\"] .holder-body-c .holder-title{font:600 1.6rem/2rem var(--font-family);margin-bottom:.5rem;padding:0 1rem;width:100%}[data-gene-ui-version=\"2.16.1\"] .holder-body-c .col-6{width:50%}";
|
|
24
24
|
styleInject(css_248z);
|
|
25
25
|
|
|
26
26
|
function Holder(_ref) {
|
package/Icon/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { c as classnames } from '../index-031ff73c.js';
|
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
6
6
|
|
|
7
|
-
var css_248z = "[data-gene-ui-version=\"2.16.
|
|
7
|
+
var css_248z = "[data-gene-ui-version=\"2.16.1\"] .icon{display:block;font-size:2.4rem}[data-gene-ui-version=\"2.16.1\"] .icon.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.16.1\"] .icon.bc-icon-loader{overflow:hidden}[data-gene-ui-version=\"2.16.1\"] .icon.bc-icon-loader:before{animation:loader-icon .3s linear infinite;display:block}@keyframes loader-icon{to{transform:rotate(1turn)}}[data-gene-ui-version=\"2.16.1\"] [dir=rtl] .bc-icon-arrow-right-nav:before{content:\"\\e906\"}[data-gene-ui-version=\"2.16.1\"] [dir=rtl] .bc-icon-arrow-left-nav:before{content:\"\\e90a\"}[data-gene-ui-version=\"2.16.1\"] [dir=rtl] .bc-icon-arrow-right:before{content:\"\\e907\"}[data-gene-ui-version=\"2.16.1\"] [dir=rtl] .bc-icon-arrow-left:before{content:\"\\e90b\"}[data-gene-ui-version=\"2.16.1\"] [dir=rtl] .bc-icon-arrow-forward:before{content:\"\\e901\"}[data-gene-ui-version=\"2.16.1\"] [dir=rtl] .bc-icon-left-outline:before{content:\"\\e959\"}[data-gene-ui-version=\"2.16.1\"] [dir=rtl] .bc-icon-right-outline:before{content:\"\\e955\"}[data-gene-ui-version=\"2.16.1\"] [dir=rtl] .bc-icon-forwards:before{content:\"\\e95b\"}[data-gene-ui-version=\"2.16.1\"] [dir=rtl] .bc-icon-backwards:before{content:\"\\e95a\"}";
|
|
8
8
|
styleInject(css_248z);
|
|
9
9
|
|
|
10
10
|
// This this because in production we need to replace 'nonames.com' with host
|