@salutejs/plasma-web 1.401.0-canary.1437.10948458812.0 → 1.401.0-canary.1445.10941168954.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. package/api/plasma-web.api.md +22 -225
  2. package/components/Cell/Cell.d.ts +2 -2
  3. package/components/{Attach/Attach.config.d.ts → ChipGroup/ChipGroup.config.d.ts} +5 -9
  4. package/components/ChipGroup/ChipGroup.config.js +32 -0
  5. package/components/ChipGroup/ChipGroup.d.ts +18 -0
  6. package/components/ChipGroup/ChipGroup.js +10 -0
  7. package/components/ChipGroup/index.d.ts +1 -0
  8. package/components/{Attach → ChipGroup}/index.js +3 -3
  9. package/css/cjs/components/ChipGroup/ChipGroup.config.js +31 -0
  10. package/css/cjs/components/ChipGroup/ChipGroup.config.js.map +1 -0
  11. package/css/cjs/components/ChipGroup/ChipGroup.config_o3u1bd.css +9 -0
  12. package/css/cjs/components/ChipGroup/ChipGroup.css +9 -0
  13. package/css/cjs/components/ChipGroup/ChipGroup.js +12 -0
  14. package/css/cjs/components/ChipGroup/ChipGroup.js.map +1 -0
  15. package/css/cjs/index.css +10 -15
  16. package/css/cjs/index.js +2 -2
  17. package/css/es/components/ChipGroup/ChipGroup.config.js +27 -0
  18. package/css/es/components/ChipGroup/ChipGroup.config.js.map +1 -0
  19. package/css/es/components/ChipGroup/ChipGroup.config_o3u1bd.css +9 -0
  20. package/css/es/components/ChipGroup/ChipGroup.css +9 -0
  21. package/css/es/components/ChipGroup/ChipGroup.js +8 -0
  22. package/css/es/components/ChipGroup/ChipGroup.js.map +1 -0
  23. package/css/es/index.css +10 -15
  24. package/css/es/index.js +1 -1
  25. package/css/index.d.ts +2 -2
  26. package/es/components/ChipGroup/ChipGroup.config.js +26 -0
  27. package/es/components/ChipGroup/ChipGroup.js +4 -0
  28. package/es/components/ChipGroup/index.js +1 -0
  29. package/es/index.js +1 -1
  30. package/index.d.ts +1 -1
  31. package/index.js +4 -4
  32. package/package.json +3 -3
  33. package/temp/plasma-web.api.md +22 -225
  34. package/components/Attach/Attach.config.js +0 -36
  35. package/components/Attach/Attach.d.ts +0 -224
  36. package/components/Attach/Attach.js +0 -14
  37. package/components/Attach/index.d.ts +0 -1
  38. package/css/cjs/components/Attach/Attach.config.js +0 -35
  39. package/css/cjs/components/Attach/Attach.config.js.map +0 -1
  40. package/css/cjs/components/Attach/Attach.config_1abu8vf.css +0 -14
  41. package/css/cjs/components/Attach/Attach.css +0 -14
  42. package/css/cjs/components/Attach/Attach.js +0 -16
  43. package/css/cjs/components/Attach/Attach.js.map +0 -1
  44. package/css/es/components/Attach/Attach.config.js +0 -31
  45. package/css/es/components/Attach/Attach.config.js.map +0 -1
  46. package/css/es/components/Attach/Attach.config_1abu8vf.css +0 -14
  47. package/css/es/components/Attach/Attach.css +0 -14
  48. package/css/es/components/Attach/Attach.js +0 -12
  49. package/css/es/components/Attach/Attach.js.map +0 -1
  50. package/es/components/Attach/Attach.config.js +0 -30
  51. package/es/components/Attach/Attach.js +0 -8
  52. package/es/components/Attach/index.js +0 -1
package/index.js CHANGED
@@ -773,14 +773,14 @@ Object.keys(_TextFieldGroup).forEach(function (key) {
773
773
  }
774
774
  });
775
775
  });
776
- var _Attach = /*#__PURE__*/require("./components/Attach");
777
- Object.keys(_Attach).forEach(function (key) {
776
+ var _ChipGroup = /*#__PURE__*/require("./components/ChipGroup");
777
+ Object.keys(_ChipGroup).forEach(function (key) {
778
778
  if (key === "default" || key === "__esModule") return;
779
- if (key in exports && exports[key] === _Attach[key]) return;
779
+ if (key in exports && exports[key] === _ChipGroup[key]) return;
780
780
  Object.defineProperty(exports, key, {
781
781
  enumerable: true,
782
782
  get: function get() {
783
- return _Attach[key];
783
+ return _ChipGroup[key];
784
784
  }
785
785
  });
786
786
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.401.0-canary.1437.10948458812.0",
3
+ "version": "1.401.0-canary.1445.10941168954.0",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@salutejs/plasma-core": "1.180.0",
23
23
  "@salutejs/plasma-hope": "1.312.0",
24
- "@salutejs/plasma-new-hope": "0.149.0-canary.1437.10948458812.0",
24
+ "@salutejs/plasma-new-hope": "0.149.0-canary.1445.10941168954.0",
25
25
  "@salutejs/plasma-themes": "0.18.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.42.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.52.0",
@@ -112,5 +112,5 @@
112
112
  "Fanil Zubairov"
113
113
  ],
114
114
  "sideEffects": false,
115
- "gitHead": "dbedbea5c5e5d22319e2d0ce2e7e228af07fa9af"
115
+ "gitHead": "8d21be11b4678e162687d083fc672035bba2fb50"
116
116
  }
@@ -35,7 +35,6 @@ import { AudioPlayerProps } from '@salutejs/plasma-hope';
35
35
  import { AvatarGroupProps } from '@salutejs/plasma-new-hope/styled-components';
36
36
  import { AvatarProps } from '@salutejs/plasma-new-hope/styled-components';
37
37
  import { BadgeProps } from '@salutejs/plasma-new-hope/styled-components';
38
- import { BaseAttachProps } from '@salutejs/plasma-new-hope/types/components/Attach/Attach.types';
39
38
  import { BaseboxProps } from '@salutejs/plasma-new-hope/styled-components';
40
39
  import { BaseCallbackChangeInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
41
40
  import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
@@ -81,6 +80,7 @@ import { CellTextboxSubtitle } from '@salutejs/plasma-new-hope/styled-components
81
80
  import { CellTextboxTitle } from '@salutejs/plasma-new-hope/styled-components';
82
81
  import { ChangeEvent } from 'react';
83
82
  import { CheckboxProps as CheckboxProps_2 } from '@salutejs/plasma-new-hope/types/components/Checkbox/Checkbox.types';
83
+ import { ChipGroupProps } from '@salutejs/plasma-new-hope/types/components/ChipGroup/ChipGroup.types';
84
84
  import { ChipProps } from '@salutejs/plasma-new-hope/styled-components';
85
85
  import { clearSelection } from '@salutejs/plasma-hope';
86
86
  import { closeNotification } from '@salutejs/plasma-new-hope/styled-components';
@@ -391,228 +391,6 @@ export { arrayItemSwapping }
391
391
 
392
392
  export { AsProps }
393
393
 
394
- // @public
395
- export const Attach: FunctionComponent<PropsType< {
396
- view: {
397
- default: PolymorphicClassName;
398
- accent: PolymorphicClassName;
399
- secondary: PolymorphicClassName;
400
- clear: PolymorphicClassName;
401
- success: PolymorphicClassName;
402
- warning: PolymorphicClassName;
403
- critical: PolymorphicClassName;
404
- dark: PolymorphicClassName;
405
- black: PolymorphicClassName;
406
- white: PolymorphicClassName;
407
- };
408
- size: {
409
- l: PolymorphicClassName;
410
- m: PolymorphicClassName;
411
- s: PolymorphicClassName;
412
- xs: PolymorphicClassName;
413
- };
414
- }> & ((HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
415
- text?: string | undefined;
416
- contentLeft?: ReactNode;
417
- contentPlacing?: ("default" | "relaxed") | undefined;
418
- isLoading?: boolean | undefined;
419
- loader?: ReactNode;
420
- stretch?: boolean | undefined;
421
- stretching?: ("auto" | "fixed" | "filled") | undefined;
422
- square?: boolean | undefined;
423
- focused?: boolean | undefined;
424
- disabled?: boolean | undefined;
425
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
426
- view?: string | undefined;
427
- size?: string | undefined;
428
- outlined?: boolean | undefined;
429
- shiftLeft?: boolean | undefined;
430
- shiftRight?: boolean | undefined;
431
- blur?: "small" | "medium" | "large" | undefined;
432
- } & {
433
- value?: string | number | undefined;
434
- contentRight?: undefined;
435
- } & BaseAttachProps & {
436
- buttonType?: "button" | undefined;
437
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
438
- text?: string | undefined;
439
- contentLeft?: ReactNode;
440
- contentPlacing?: ("default" | "relaxed") | undefined;
441
- isLoading?: boolean | undefined;
442
- loader?: ReactNode;
443
- stretch?: boolean | undefined;
444
- stretching?: ("auto" | "fixed" | "filled") | undefined;
445
- square?: boolean | undefined;
446
- focused?: boolean | undefined;
447
- disabled?: boolean | undefined;
448
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
449
- view?: string | undefined;
450
- size?: string | undefined;
451
- outlined?: boolean | undefined;
452
- shiftLeft?: boolean | undefined;
453
- shiftRight?: boolean | undefined;
454
- blur?: "small" | "medium" | "large" | undefined;
455
- } & {
456
- value?: string | number | undefined;
457
- contentRight?: undefined;
458
- } & BaseAttachProps & {
459
- buttonType?: "button" | undefined;
460
- } & {
461
- value?: undefined;
462
- contentRight?: ReactNode;
463
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
464
- text?: string | undefined;
465
- contentLeft?: ReactNode;
466
- contentPlacing?: ("default" | "relaxed") | undefined;
467
- isLoading?: boolean | undefined;
468
- loader?: ReactNode;
469
- stretch?: boolean | undefined;
470
- stretching?: ("auto" | "fixed" | "filled") | undefined;
471
- square?: boolean | undefined;
472
- focused?: boolean | undefined;
473
- disabled?: boolean | undefined;
474
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
475
- view?: string | undefined;
476
- size?: string | undefined;
477
- outlined?: boolean | undefined;
478
- shiftLeft?: boolean | undefined;
479
- shiftRight?: boolean | undefined;
480
- blur?: "small" | "medium" | "large" | undefined;
481
- } & {
482
- value?: string | number | undefined;
483
- contentRight?: undefined;
484
- } & BaseAttachProps & {
485
- buttonType?: "iconButton" | undefined;
486
- icon?: ReactNode;
487
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
488
- text?: string | undefined;
489
- contentLeft?: ReactNode;
490
- contentPlacing?: ("default" | "relaxed") | undefined;
491
- isLoading?: boolean | undefined;
492
- loader?: ReactNode;
493
- stretch?: boolean | undefined;
494
- stretching?: ("auto" | "fixed" | "filled") | undefined;
495
- square?: boolean | undefined;
496
- focused?: boolean | undefined;
497
- disabled?: boolean | undefined;
498
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
499
- view?: string | undefined;
500
- size?: string | undefined;
501
- outlined?: boolean | undefined;
502
- shiftLeft?: boolean | undefined;
503
- shiftRight?: boolean | undefined;
504
- blur?: "small" | "medium" | "large" | undefined;
505
- } & {
506
- value?: string | number | undefined;
507
- contentRight?: undefined;
508
- } & BaseAttachProps & {
509
- buttonType?: "iconButton" | undefined;
510
- icon?: ReactNode;
511
- } & {
512
- value?: undefined;
513
- contentRight?: ReactNode;
514
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
515
- text?: string | undefined;
516
- contentLeft?: ReactNode;
517
- contentPlacing?: ("default" | "relaxed") | undefined;
518
- isLoading?: boolean | undefined;
519
- loader?: ReactNode;
520
- stretch?: boolean | undefined;
521
- stretching?: ("auto" | "fixed" | "filled") | undefined;
522
- square?: boolean | undefined;
523
- focused?: boolean | undefined;
524
- disabled?: boolean | undefined;
525
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
526
- view?: string | undefined;
527
- size?: string | undefined;
528
- outlined?: boolean | undefined;
529
- shiftLeft?: boolean | undefined;
530
- shiftRight?: boolean | undefined;
531
- blur?: "small" | "medium" | "large" | undefined;
532
- } & {
533
- value?: undefined;
534
- contentRight?: ReactNode;
535
- } & BaseAttachProps & {
536
- buttonType?: "button" | undefined;
537
- } & {
538
- value?: string | number | undefined;
539
- contentRight?: undefined;
540
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
541
- text?: string | undefined;
542
- contentLeft?: ReactNode;
543
- contentPlacing?: ("default" | "relaxed") | undefined;
544
- isLoading?: boolean | undefined;
545
- loader?: ReactNode;
546
- stretch?: boolean | undefined;
547
- stretching?: ("auto" | "fixed" | "filled") | undefined;
548
- square?: boolean | undefined;
549
- focused?: boolean | undefined;
550
- disabled?: boolean | undefined;
551
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
552
- view?: string | undefined;
553
- size?: string | undefined;
554
- outlined?: boolean | undefined;
555
- shiftLeft?: boolean | undefined;
556
- shiftRight?: boolean | undefined;
557
- blur?: "small" | "medium" | "large" | undefined;
558
- } & {
559
- value?: undefined;
560
- contentRight?: ReactNode;
561
- } & BaseAttachProps & {
562
- buttonType?: "button" | undefined;
563
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
564
- text?: string | undefined;
565
- contentLeft?: ReactNode;
566
- contentPlacing?: ("default" | "relaxed") | undefined;
567
- isLoading?: boolean | undefined;
568
- loader?: ReactNode;
569
- stretch?: boolean | undefined;
570
- stretching?: ("auto" | "fixed" | "filled") | undefined;
571
- square?: boolean | undefined;
572
- focused?: boolean | undefined;
573
- disabled?: boolean | undefined;
574
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
575
- view?: string | undefined;
576
- size?: string | undefined;
577
- outlined?: boolean | undefined;
578
- shiftLeft?: boolean | undefined;
579
- shiftRight?: boolean | undefined;
580
- blur?: "small" | "medium" | "large" | undefined;
581
- } & {
582
- value?: undefined;
583
- contentRight?: ReactNode;
584
- } & BaseAttachProps & {
585
- buttonType?: "iconButton" | undefined;
586
- icon?: ReactNode;
587
- } & {
588
- value?: string | number | undefined;
589
- contentRight?: undefined;
590
- } & RefAttributes<HTMLDivElement>) | (HTMLAttributes<HTMLDivElement> & Omit<ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<AnchorHTMLAttributes<HTMLElement>, "type"> & AsProps_2<any> & {
591
- text?: string | undefined;
592
- contentLeft?: ReactNode;
593
- contentPlacing?: ("default" | "relaxed") | undefined;
594
- isLoading?: boolean | undefined;
595
- loader?: ReactNode;
596
- stretch?: boolean | undefined;
597
- stretching?: ("auto" | "fixed" | "filled") | undefined;
598
- square?: boolean | undefined;
599
- focused?: boolean | undefined;
600
- disabled?: boolean | undefined;
601
- pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
602
- view?: string | undefined;
603
- size?: string | undefined;
604
- outlined?: boolean | undefined;
605
- shiftLeft?: boolean | undefined;
606
- shiftRight?: boolean | undefined;
607
- blur?: "small" | "medium" | "large" | undefined;
608
- } & {
609
- value?: undefined;
610
- contentRight?: ReactNode;
611
- } & BaseAttachProps & {
612
- buttonType?: "iconButton" | undefined;
613
- icon?: ReactNode;
614
- } & RefAttributes<HTMLDivElement>))>;
615
-
616
394
  export { AudioPlayer }
617
395
 
618
396
  export { AudioPlayerProps }
@@ -1082,7 +860,7 @@ xs: PolymorphicClassName;
1082
860
  };
1083
861
  }> & (({
1084
862
  size?: string | undefined;
1085
- view?: string | undefined;
863
+ view: string;
1086
864
  contentLeft?: ReactNode;
1087
865
  contentRight?: ReactNode;
1088
866
  alignContentLeft?: AlignProp | undefined;
@@ -1097,7 +875,7 @@ label?: string | undefined;
1097
875
  children?: undefined;
1098
876
  } & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>) | ({
1099
877
  size?: string | undefined;
1100
- view?: string | undefined;
878
+ view: string;
1101
879
  contentLeft?: ReactNode;
1102
880
  contentRight?: ReactNode;
1103
881
  alignContentLeft?: AlignProp | undefined;
@@ -1178,6 +956,25 @@ true: PolymorphicClassName;
1178
956
  };
1179
957
  }> & ChipProps & RefAttributes<HTMLButtonElement>>;
1180
958
 
959
+ // @public (undocumented)
960
+ export const ChipGroup: FunctionComponent<PropsType< {
961
+ view: {
962
+ default: PolymorphicClassName;
963
+ secondary: PolymorphicClassName;
964
+ accent: PolymorphicClassName;
965
+ };
966
+ size: {
967
+ l: PolymorphicClassName;
968
+ m: PolymorphicClassName;
969
+ s: PolymorphicClassName;
970
+ xs: PolymorphicClassName;
971
+ };
972
+ gap: {
973
+ dense: PolymorphicClassName;
974
+ wide: PolymorphicClassName;
975
+ };
976
+ }> & ChipGroupProps & RefAttributes<HTMLDivElement>>;
977
+
1181
978
  export { ChipProps }
1182
979
 
1183
980
  export { clearSelection }
@@ -1,36 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.config = void 0;
7
- var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
8
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14;
9
- function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
10
- var config = exports.config = {
11
- defaults: {
12
- view: 'default',
13
- focused: 'true',
14
- size: 'm'
15
- },
16
- variations: {
17
- view: {
18
- "default": /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--inverse-text-primary);\n ", ": var(--inverse-text-secondary);\n ", ": var(--surface-solid-default);\n ", ": var(", ");\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-solid-default-hover);\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-solid-default-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": transparent;\n\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-solid-default);\n ", ": var(", ");\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-solid-default-hover);\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-solid-default-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.attachTokens.buttonColor, _styledComponents.attachTokens.buttonValueColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonLoadingBackgroundColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonColorHover, _styledComponents.attachTokens.buttonBackgroundColorHover, _styledComponents.attachTokens.buttonColorActive, _styledComponents.attachTokens.buttonBackgroundColorActive, _styledComponents.attachTokens.buttonDisabledOpacity, _styledComponents.attachTokens.buttonFocusColor, _styledComponents.attachTokens.cellColor, _styledComponents.attachTokens.cellLabelColor, _styledComponents.attachTokens.cellTitleColor, _styledComponents.attachTokens.cellSubtitleColor, _styledComponents.attachTokens.cellBackgroundColor, _styledComponents.attachTokens.iconButtonColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonColorHover, _styledComponents.attachTokens.iconButtonBackgroundColorHover, _styledComponents.attachTokens.iconButtonColorActive, _styledComponents.attachTokens.iconButtonBackgroundColorActive, _styledComponents.attachTokens.iconButtonDisabledOpacity, _styledComponents.attachTokens.iconButtonFocusColor, _styledComponents.attachTokens.iconButtonCancelColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelColorHover, _styledComponents.attachTokens.iconButtonCancelBackgroundColorHover, _styledComponents.attachTokens.iconButtonCancelColorActive, _styledComponents.attachTokens.iconButtonCancelBackgroundColorActive, _styledComponents.attachTokens.iconButtonCancelDisabledOpacity, _styledComponents.attachTokens.iconButtonCancelFocusColor),
19
- accent: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-dark-text-secondary);\n ", ": var(--surface-accent);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-accent-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-accent-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": transparent;\n\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-accent);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-accent-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-accent-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.attachTokens.buttonColor, _styledComponents.attachTokens.buttonValueColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonLoadingBackgroundColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonColorHover, _styledComponents.attachTokens.buttonBackgroundColorHover, _styledComponents.attachTokens.buttonColorActive, _styledComponents.attachTokens.buttonBackgroundColorActive, _styledComponents.attachTokens.buttonDisabledOpacity, _styledComponents.attachTokens.buttonFocusColor, _styledComponents.attachTokens.cellColor, _styledComponents.attachTokens.cellLabelColor, _styledComponents.attachTokens.cellTitleColor, _styledComponents.attachTokens.cellSubtitleColor, _styledComponents.attachTokens.cellBackgroundColor, _styledComponents.attachTokens.iconButtonColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonColorHover, _styledComponents.attachTokens.iconButtonBackgroundColorHover, _styledComponents.attachTokens.iconButtonColorActive, _styledComponents.attachTokens.iconButtonBackgroundColorActive, _styledComponents.attachTokens.iconButtonDisabledOpacity, _styledComponents.attachTokens.iconButtonFocusColor, _styledComponents.attachTokens.iconButtonCancelColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelColorHover, _styledComponents.attachTokens.iconButtonCancelBackgroundColorHover, _styledComponents.attachTokens.iconButtonCancelColorActive, _styledComponents.attachTokens.iconButtonCancelBackgroundColorActive, _styledComponents.attachTokens.iconButtonCancelDisabledOpacity, _styledComponents.attachTokens.iconButtonCancelFocusColor),
20
- secondary: /*#__PURE__*/(0, _styledComponents.css)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(", ");\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-secondary-hover);\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-secondary-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": transparent;\n\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(", ");\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-secondary-hover);\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-secondary-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.attachTokens.buttonColor, _styledComponents.attachTokens.buttonValueColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonLoadingBackgroundColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonColorHover, _styledComponents.attachTokens.buttonBackgroundColorHover, _styledComponents.attachTokens.buttonColorActive, _styledComponents.attachTokens.buttonBackgroundColorActive, _styledComponents.attachTokens.buttonDisabledOpacity, _styledComponents.attachTokens.buttonFocusColor, _styledComponents.attachTokens.cellColor, _styledComponents.attachTokens.cellLabelColor, _styledComponents.attachTokens.cellTitleColor, _styledComponents.attachTokens.cellSubtitleColor, _styledComponents.attachTokens.cellBackgroundColor, _styledComponents.attachTokens.iconButtonColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonColorHover, _styledComponents.attachTokens.iconButtonBackgroundColorHover, _styledComponents.attachTokens.iconButtonColorActive, _styledComponents.attachTokens.iconButtonBackgroundColorActive, _styledComponents.attachTokens.iconButtonDisabledOpacity, _styledComponents.attachTokens.iconButtonFocusColor, _styledComponents.attachTokens.iconButtonCancelColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelColorHover, _styledComponents.attachTokens.iconButtonCancelBackgroundColorHover, _styledComponents.attachTokens.iconButtonCancelColorActive, _styledComponents.attachTokens.iconButtonCancelBackgroundColorActive, _styledComponents.attachTokens.iconButtonCancelDisabledOpacity, _styledComponents.attachTokens.iconButtonCancelFocusColor),
21
- clear: /*#__PURE__*/(0, _styledComponents.css)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": transparent;\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.attachTokens.buttonColor, _styledComponents.attachTokens.buttonValueColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonLoadingBackgroundColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonColorHover, _styledComponents.attachTokens.buttonBackgroundColorHover, _styledComponents.attachTokens.buttonColorActive, _styledComponents.attachTokens.buttonBackgroundColorActive, _styledComponents.attachTokens.buttonDisabledOpacity, _styledComponents.attachTokens.buttonFocusColor, _styledComponents.attachTokens.cellColor, _styledComponents.attachTokens.cellLabelColor, _styledComponents.attachTokens.cellTitleColor, _styledComponents.attachTokens.cellSubtitleColor, _styledComponents.attachTokens.cellBackgroundColor, _styledComponents.attachTokens.iconButtonColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonColorHover, _styledComponents.attachTokens.iconButtonBackgroundColorHover, _styledComponents.attachTokens.iconButtonColorActive, _styledComponents.attachTokens.iconButtonBackgroundColorActive, _styledComponents.attachTokens.iconButtonDisabledOpacity, _styledComponents.attachTokens.iconButtonFocusColor, _styledComponents.attachTokens.iconButtonCancelColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelColorHover, _styledComponents.attachTokens.iconButtonCancelBackgroundColorHover, _styledComponents.attachTokens.iconButtonCancelColorActive, _styledComponents.attachTokens.iconButtonCancelBackgroundColorActive, _styledComponents.attachTokens.iconButtonCancelDisabledOpacity, _styledComponents.attachTokens.iconButtonCancelFocusColor),
22
- success: /*#__PURE__*/(0, _styledComponents.css)(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-dark-text-secondary);\n ", ": var(--surface-positive);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-positive-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-positive-active);\n\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": transparent;\n\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-positive);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-positive-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-positive-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.attachTokens.buttonColor, _styledComponents.attachTokens.buttonValueColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonLoadingBackgroundColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonColorHover, _styledComponents.attachTokens.buttonBackgroundColorHover, _styledComponents.attachTokens.buttonColorActive, _styledComponents.attachTokens.buttonBackgroundColorActive, _styledComponents.attachTokens.cellColor, _styledComponents.attachTokens.cellLabelColor, _styledComponents.attachTokens.cellTitleColor, _styledComponents.attachTokens.cellSubtitleColor, _styledComponents.attachTokens.cellBackgroundColor, _styledComponents.attachTokens.iconButtonColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonColorHover, _styledComponents.attachTokens.iconButtonBackgroundColorHover, _styledComponents.attachTokens.iconButtonColorActive, _styledComponents.attachTokens.iconButtonBackgroundColorActive, _styledComponents.attachTokens.iconButtonDisabledOpacity, _styledComponents.attachTokens.iconButtonFocusColor, _styledComponents.attachTokens.iconButtonCancelColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelColorHover, _styledComponents.attachTokens.iconButtonCancelBackgroundColorHover, _styledComponents.attachTokens.iconButtonCancelColorActive, _styledComponents.attachTokens.iconButtonCancelBackgroundColorActive, _styledComponents.attachTokens.iconButtonCancelDisabledOpacity, _styledComponents.attachTokens.iconButtonCancelFocusColor),
23
- warning: /*#__PURE__*/(0, _styledComponents.css)(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-dark-text-secondary);\n ", ": var(--surface-warning);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-warning-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-warning-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": transparent;\n\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-warning);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-warning-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-warning-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.attachTokens.buttonColor, _styledComponents.attachTokens.buttonValueColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonLoadingBackgroundColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonColorHover, _styledComponents.attachTokens.buttonBackgroundColorHover, _styledComponents.attachTokens.buttonColorActive, _styledComponents.attachTokens.buttonBackgroundColorActive, _styledComponents.attachTokens.buttonDisabledOpacity, _styledComponents.attachTokens.buttonFocusColor, _styledComponents.attachTokens.cellColor, _styledComponents.attachTokens.cellLabelColor, _styledComponents.attachTokens.cellTitleColor, _styledComponents.attachTokens.cellSubtitleColor, _styledComponents.attachTokens.cellBackgroundColor, _styledComponents.attachTokens.iconButtonColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonColorHover, _styledComponents.attachTokens.iconButtonBackgroundColorHover, _styledComponents.attachTokens.iconButtonColorActive, _styledComponents.attachTokens.iconButtonBackgroundColorActive, _styledComponents.attachTokens.iconButtonDisabledOpacity, _styledComponents.attachTokens.iconButtonFocusColor, _styledComponents.attachTokens.iconButtonCancelColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelColorHover, _styledComponents.attachTokens.iconButtonCancelBackgroundColorHover, _styledComponents.attachTokens.iconButtonCancelColorActive, _styledComponents.attachTokens.iconButtonCancelBackgroundColorActive, _styledComponents.attachTokens.iconButtonCancelDisabledOpacity, _styledComponents.attachTokens.iconButtonCancelFocusColor),
24
- critical: /*#__PURE__*/(0, _styledComponents.css)(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-dark-text-secondary);\n ", ": var(--surface-negative);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-negative-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-negative-active);\n\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": transparent;\n\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-negative);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-negative-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--surface-negative-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.attachTokens.buttonColor, _styledComponents.attachTokens.buttonValueColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonLoadingBackgroundColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonColorHover, _styledComponents.attachTokens.buttonBackgroundColorHover, _styledComponents.attachTokens.buttonColorActive, _styledComponents.attachTokens.buttonBackgroundColorActive, _styledComponents.attachTokens.cellColor, _styledComponents.attachTokens.cellLabelColor, _styledComponents.attachTokens.cellTitleColor, _styledComponents.attachTokens.cellSubtitleColor, _styledComponents.attachTokens.cellBackgroundColor, _styledComponents.attachTokens.iconButtonColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonColorHover, _styledComponents.attachTokens.iconButtonBackgroundColorHover, _styledComponents.attachTokens.iconButtonColorActive, _styledComponents.attachTokens.iconButtonBackgroundColorActive, _styledComponents.attachTokens.iconButtonDisabledOpacity, _styledComponents.attachTokens.iconButtonFocusColor, _styledComponents.attachTokens.iconButtonCancelColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelColorHover, _styledComponents.attachTokens.iconButtonCancelBackgroundColorHover, _styledComponents.attachTokens.iconButtonCancelColorActive, _styledComponents.attachTokens.iconButtonCancelBackgroundColorActive, _styledComponents.attachTokens.iconButtonCancelDisabledOpacity, _styledComponents.attachTokens.iconButtonCancelFocusColor),
25
- dark: /*#__PURE__*/(0, _styledComponents.css)(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-dark-text-secondary);\n ", ": var(--on-light-surface-transparent-deep);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-transparent-deep-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-transparent-deep-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": transparent;\n\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-transparent-deep);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-transparent-deep-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-transparent-deep-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.attachTokens.buttonColor, _styledComponents.attachTokens.buttonValueColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonLoadingBackgroundColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonColorHover, _styledComponents.attachTokens.buttonBackgroundColorHover, _styledComponents.attachTokens.buttonColorActive, _styledComponents.attachTokens.buttonBackgroundColorActive, _styledComponents.attachTokens.buttonDisabledOpacity, _styledComponents.attachTokens.buttonFocusColor, _styledComponents.attachTokens.cellColor, _styledComponents.attachTokens.cellLabelColor, _styledComponents.attachTokens.cellTitleColor, _styledComponents.attachTokens.cellSubtitleColor, _styledComponents.attachTokens.cellBackgroundColor, _styledComponents.attachTokens.iconButtonColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonColorHover, _styledComponents.attachTokens.iconButtonBackgroundColorHover, _styledComponents.attachTokens.iconButtonColorActive, _styledComponents.attachTokens.iconButtonBackgroundColorActive, _styledComponents.attachTokens.iconButtonDisabledOpacity, _styledComponents.attachTokens.iconButtonFocusColor, _styledComponents.attachTokens.iconButtonCancelColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelColorHover, _styledComponents.attachTokens.iconButtonCancelBackgroundColorHover, _styledComponents.attachTokens.iconButtonCancelColorActive, _styledComponents.attachTokens.iconButtonCancelBackgroundColorActive, _styledComponents.attachTokens.iconButtonCancelDisabledOpacity, _styledComponents.attachTokens.iconButtonCancelFocusColor),
26
- black: /*#__PURE__*/(0, _styledComponents.css)(_templateObject9 || (_templateObject9 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-dark-text-secondary);\n ", ": var(--on-light-surface-solid-default);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-solid-default-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-solid-default-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": transparent;\n\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-solid-default);\n ", ": var(", ");\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-solid-default-hover);\n ", ": var(--on-dark-text-primary);\n ", ": var(--on-light-surface-solid-default-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.attachTokens.buttonColor, _styledComponents.attachTokens.buttonValueColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonLoadingBackgroundColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonColorHover, _styledComponents.attachTokens.buttonBackgroundColorHover, _styledComponents.attachTokens.buttonColorActive, _styledComponents.attachTokens.buttonBackgroundColorActive, _styledComponents.attachTokens.buttonDisabledOpacity, _styledComponents.attachTokens.buttonFocusColor, _styledComponents.attachTokens.cellColor, _styledComponents.attachTokens.cellLabelColor, _styledComponents.attachTokens.cellTitleColor, _styledComponents.attachTokens.cellSubtitleColor, _styledComponents.attachTokens.cellBackgroundColor, _styledComponents.attachTokens.iconButtonColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonColorHover, _styledComponents.attachTokens.iconButtonBackgroundColorHover, _styledComponents.attachTokens.iconButtonColorActive, _styledComponents.attachTokens.iconButtonBackgroundColorActive, _styledComponents.attachTokens.iconButtonDisabledOpacity, _styledComponents.attachTokens.iconButtonFocusColor, _styledComponents.attachTokens.iconButtonCancelColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelColorHover, _styledComponents.attachTokens.iconButtonCancelBackgroundColorHover, _styledComponents.attachTokens.iconButtonCancelColorActive, _styledComponents.attachTokens.iconButtonCancelBackgroundColorActive, _styledComponents.attachTokens.iconButtonCancelDisabledOpacity, _styledComponents.attachTokens.iconButtonCancelFocusColor),
27
- white: /*#__PURE__*/(0, _styledComponents.css)(_templateObject10 || (_templateObject10 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--on-light-text-primary);\n ", ": var(--on-light-text-secondary);\n ", ": var(--on-dark-surface-solid-default);\n ", ": var(", ");\n ", ": var(--on-light-text-primary);\n ", ": var(--on-dark-surface-solid-default-hover);\n ", ": var(--on-light-text-primary);\n ", ": var(--on-dark-surface-solid-default-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": transparent;\n\n ", ": var(--on-light-text-primary);\n ", ": var(--on-dark-surface-solid-default);\n ", ": var(", ");\n ", ": var(--on-light-text-primary);\n ", ": var(--on-dark-surface-solid-default-hover);\n ", ": var(--on-light-text-primary);\n ", ": var(--on-dark-surface-solid-default-active);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(", ");\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-active);\n ", ": var(--surface-clear);\n\n ", ": 0.4;\n ", ": var(--surface-accent);\n "])), _styledComponents.attachTokens.buttonColor, _styledComponents.attachTokens.buttonValueColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonLoadingBackgroundColor, _styledComponents.attachTokens.buttonBackgroundColor, _styledComponents.attachTokens.buttonColorHover, _styledComponents.attachTokens.buttonBackgroundColorHover, _styledComponents.attachTokens.buttonColorActive, _styledComponents.attachTokens.buttonBackgroundColorActive, _styledComponents.attachTokens.buttonDisabledOpacity, _styledComponents.attachTokens.buttonFocusColor, _styledComponents.attachTokens.cellColor, _styledComponents.attachTokens.cellLabelColor, _styledComponents.attachTokens.cellTitleColor, _styledComponents.attachTokens.cellSubtitleColor, _styledComponents.attachTokens.cellBackgroundColor, _styledComponents.attachTokens.iconButtonColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonBackgroundColor, _styledComponents.attachTokens.iconButtonColorHover, _styledComponents.attachTokens.iconButtonBackgroundColorHover, _styledComponents.attachTokens.iconButtonColorActive, _styledComponents.attachTokens.iconButtonBackgroundColorActive, _styledComponents.attachTokens.iconButtonDisabledOpacity, _styledComponents.attachTokens.iconButtonFocusColor, _styledComponents.attachTokens.iconButtonCancelColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelLoadingBackgroundColor, _styledComponents.attachTokens.iconButtonCancelBackgroundColor, _styledComponents.attachTokens.iconButtonCancelColorHover, _styledComponents.attachTokens.iconButtonCancelBackgroundColorHover, _styledComponents.attachTokens.iconButtonCancelColorActive, _styledComponents.attachTokens.iconButtonCancelBackgroundColorActive, _styledComponents.attachTokens.iconButtonCancelDisabledOpacity, _styledComponents.attachTokens.iconButtonCancelFocusColor)
28
- },
29
- size: {
30
- l: /*#__PURE__*/(0, _styledComponents.css)(_templateObject11 || (_templateObject11 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.5rem;\n ", ": 0.5rem;\n\n ", ": 3.5rem;\n ", ": 12.5rem;\n ", ": 1.5rem;\n ", ": 0.875rem;\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 0 0.5rem 0 -0.125rem;\n ", ": 0 -0.125rem 0 0.5rem;\n ", ": 0 0 0 0.25rem;\n\n ", ": fit-content;\n\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n\n ", ": 0.125rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 3.5rem;\n ", ": 3.5rem;\n ", ": 1.5rem;\n ", ": 0.875rem;\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n "])), _styledComponents.attachTokens.horizontalGap, _styledComponents.attachTokens.verticalGap, _styledComponents.attachTokens.buttonHeight, _styledComponents.attachTokens.buttonWidth, _styledComponents.attachTokens.buttonPadding, _styledComponents.attachTokens.buttonRadius, _styledComponents.attachTokens.buttonFontFamily, _styledComponents.attachTokens.buttonFontSize, _styledComponents.attachTokens.buttonFontStyle, _styledComponents.attachTokens.buttonFontWeight, _styledComponents.attachTokens.buttonLetterSpacing, _styledComponents.attachTokens.buttonLineHeight, _styledComponents.attachTokens.buttonSpinnerSize, _styledComponents.attachTokens.buttonSpinnerColor, _styledComponents.attachTokens.buttonLeftContentMargin, _styledComponents.attachTokens.buttonRightContentMargin, _styledComponents.attachTokens.buttonValueMargin, _styledComponents.attachTokens.cellWidth, _styledComponents.attachTokens.cellPadding, _styledComponents.attachTokens.cellPaddingLeftContent, _styledComponents.attachTokens.cellPaddingContent, _styledComponents.attachTokens.cellPaddingRightContent, _styledComponents.attachTokens.cellTextboxGap, _styledComponents.attachTokens.cellGap, _styledComponents.attachTokens.cellLabelFontFamily, _styledComponents.attachTokens.cellLabelFontSize, _styledComponents.attachTokens.cellLabelFontStyle, _styledComponents.attachTokens.cellLabelFontWeight, _styledComponents.attachTokens.cellLabelLetterSpacing, _styledComponents.attachTokens.cellLabelLineHeight, _styledComponents.attachTokens.cellTitleFontFamily, _styledComponents.attachTokens.cellTitleFontSize, _styledComponents.attachTokens.cellTitleFontStyle, _styledComponents.attachTokens.cellTitleFontWeight, _styledComponents.attachTokens.cellTitleLetterSpacing, _styledComponents.attachTokens.cellTitleLineHeight, _styledComponents.attachTokens.cellSubtitleFontFamily, _styledComponents.attachTokens.cellSubtitleFontSize, _styledComponents.attachTokens.cellSubtitleFontStyle, _styledComponents.attachTokens.cellSubtitleFontWeight, _styledComponents.attachTokens.cellSubtitleLetterSpacing, _styledComponents.attachTokens.cellSubtitleLineHeight, _styledComponents.attachTokens.iconButtonHeight, _styledComponents.attachTokens.iconButtonWidth, _styledComponents.attachTokens.iconButtonPadding, _styledComponents.attachTokens.iconButtonRadius, _styledComponents.attachTokens.iconButtonFontFamily, _styledComponents.attachTokens.iconButtonFontSize, _styledComponents.attachTokens.iconButtonFontStyle, _styledComponents.attachTokens.iconButtonFontWeight, _styledComponents.attachTokens.iconButtonLetterSpacing, _styledComponents.attachTokens.iconButtonLineHeight, _styledComponents.attachTokens.iconButtonSpinnerSize, _styledComponents.attachTokens.iconButtonSpinnerColor, _styledComponents.attachTokens.iconButtonCancelHeight, _styledComponents.attachTokens.iconButtonCancelWidth, _styledComponents.attachTokens.iconButtonCancelPadding, _styledComponents.attachTokens.iconButtonCancelRadius, _styledComponents.attachTokens.iconButtonCancelFontFamily, _styledComponents.attachTokens.iconButtonCancelFontSize, _styledComponents.attachTokens.iconButtonCancelFontStyle, _styledComponents.attachTokens.iconButtonCancelFontWeight, _styledComponents.attachTokens.iconButtonCancelLetterSpacing, _styledComponents.attachTokens.iconButtonCancelLineHeight, _styledComponents.attachTokens.iconButtonCancelSpinnerSize, _styledComponents.attachTokens.iconButtonCancelSpinnerColor),
31
- m: /*#__PURE__*/(0, _styledComponents.css)(_templateObject12 || (_templateObject12 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.25rem;\n ", ": 0.5rem;\n\n ", ": 3rem;\n ", ": 11.25rem;\n ", ": 1.25rem;\n ", ": 0.75rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 0 0.375rem 0 -0.125rem;\n ", ": 0 -0.125rem 0 0.375rem;\n ", ": 0 0 0 0.25rem;\n\n ", ": fit-content;\n\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n\n ", ": 0.125rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 3rem;\n ", ": 3rem;\n ", ": 1.25rem;\n ", ": 0.75rem;\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n "])), _styledComponents.attachTokens.horizontalGap, _styledComponents.attachTokens.verticalGap, _styledComponents.attachTokens.buttonHeight, _styledComponents.attachTokens.buttonWidth, _styledComponents.attachTokens.buttonPadding, _styledComponents.attachTokens.buttonRadius, _styledComponents.attachTokens.buttonFontFamily, _styledComponents.attachTokens.buttonFontSize, _styledComponents.attachTokens.buttonFontStyle, _styledComponents.attachTokens.buttonFontWeight, _styledComponents.attachTokens.buttonLetterSpacing, _styledComponents.attachTokens.buttonLineHeight, _styledComponents.attachTokens.buttonSpinnerSize, _styledComponents.attachTokens.buttonSpinnerColor, _styledComponents.attachTokens.buttonLeftContentMargin, _styledComponents.attachTokens.buttonRightContentMargin, _styledComponents.attachTokens.buttonValueMargin, _styledComponents.attachTokens.cellWidth, _styledComponents.attachTokens.cellPadding, _styledComponents.attachTokens.cellPaddingLeftContent, _styledComponents.attachTokens.cellPaddingContent, _styledComponents.attachTokens.cellPaddingRightContent, _styledComponents.attachTokens.cellTextboxGap, _styledComponents.attachTokens.cellGap, _styledComponents.attachTokens.cellLabelFontFamily, _styledComponents.attachTokens.cellLabelFontSize, _styledComponents.attachTokens.cellLabelFontStyle, _styledComponents.attachTokens.cellLabelFontWeight, _styledComponents.attachTokens.cellLabelLetterSpacing, _styledComponents.attachTokens.cellLabelLineHeight, _styledComponents.attachTokens.cellTitleFontFamily, _styledComponents.attachTokens.cellTitleFontSize, _styledComponents.attachTokens.cellTitleFontStyle, _styledComponents.attachTokens.cellTitleFontWeight, _styledComponents.attachTokens.cellTitleLetterSpacing, _styledComponents.attachTokens.cellTitleLineHeight, _styledComponents.attachTokens.cellSubtitleFontFamily, _styledComponents.attachTokens.cellSubtitleFontSize, _styledComponents.attachTokens.cellSubtitleFontStyle, _styledComponents.attachTokens.cellSubtitleFontWeight, _styledComponents.attachTokens.cellSubtitleLetterSpacing, _styledComponents.attachTokens.cellSubtitleLineHeight, _styledComponents.attachTokens.iconButtonHeight, _styledComponents.attachTokens.iconButtonWidth, _styledComponents.attachTokens.iconButtonPadding, _styledComponents.attachTokens.iconButtonRadius, _styledComponents.attachTokens.iconButtonFontFamily, _styledComponents.attachTokens.iconButtonFontSize, _styledComponents.attachTokens.iconButtonFontStyle, _styledComponents.attachTokens.iconButtonFontWeight, _styledComponents.attachTokens.iconButtonLetterSpacing, _styledComponents.attachTokens.iconButtonLineHeight, _styledComponents.attachTokens.iconButtonSpinnerSize, _styledComponents.attachTokens.iconButtonSpinnerColor, _styledComponents.attachTokens.iconButtonCancelHeight, _styledComponents.attachTokens.iconButtonCancelWidth, _styledComponents.attachTokens.iconButtonCancelPadding, _styledComponents.attachTokens.iconButtonCancelRadius, _styledComponents.attachTokens.iconButtonCancelFontFamily, _styledComponents.attachTokens.iconButtonCancelFontSize, _styledComponents.attachTokens.iconButtonCancelFontStyle, _styledComponents.attachTokens.iconButtonCancelFontWeight, _styledComponents.attachTokens.iconButtonCancelLetterSpacing, _styledComponents.attachTokens.iconButtonCancelLineHeight, _styledComponents.attachTokens.iconButtonCancelSpinnerSize, _styledComponents.attachTokens.iconButtonCancelSpinnerColor),
32
- s: /*#__PURE__*/(0, _styledComponents.css)(_templateObject13 || (_templateObject13 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1rem;\n ", ": 0.375rem;\n\n ", ": 2.5rem;\n ", ": 11.25rem;\n ", ": 1rem;\n ", ": 0.625rem;\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 0 0.25rem 0 -0.125rem;\n ", ": 0 -0.125rem 0 0.25rem;\n ", ": 0 0 0 0.25rem;\n\n ", ": fit-content;\n\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n\n ", ": 0.125rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 2.5rem;\n ", ": 2.5rem;\n ", ": 1rem;\n ", ": 0.625rem;\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 1.375rem;\n ", ": inherit;\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n "])), _styledComponents.attachTokens.horizontalGap, _styledComponents.attachTokens.verticalGap, _styledComponents.attachTokens.buttonHeight, _styledComponents.attachTokens.buttonWidth, _styledComponents.attachTokens.buttonPadding, _styledComponents.attachTokens.buttonRadius, _styledComponents.attachTokens.buttonFontFamily, _styledComponents.attachTokens.buttonFontSize, _styledComponents.attachTokens.buttonFontStyle, _styledComponents.attachTokens.buttonFontWeight, _styledComponents.attachTokens.buttonLetterSpacing, _styledComponents.attachTokens.buttonLineHeight, _styledComponents.attachTokens.buttonSpinnerSize, _styledComponents.attachTokens.buttonSpinnerColor, _styledComponents.attachTokens.buttonLeftContentMargin, _styledComponents.attachTokens.buttonRightContentMargin, _styledComponents.attachTokens.buttonValueMargin, _styledComponents.attachTokens.cellWidth, _styledComponents.attachTokens.cellPadding, _styledComponents.attachTokens.cellPaddingLeftContent, _styledComponents.attachTokens.cellPaddingContent, _styledComponents.attachTokens.cellPaddingRightContent, _styledComponents.attachTokens.cellTextboxGap, _styledComponents.attachTokens.cellGap, _styledComponents.attachTokens.cellLabelFontFamily, _styledComponents.attachTokens.cellLabelFontSize, _styledComponents.attachTokens.cellLabelFontStyle, _styledComponents.attachTokens.cellLabelFontWeight, _styledComponents.attachTokens.cellLabelLetterSpacing, _styledComponents.attachTokens.cellLabelLineHeight, _styledComponents.attachTokens.cellTitleFontFamily, _styledComponents.attachTokens.cellTitleFontSize, _styledComponents.attachTokens.cellTitleFontStyle, _styledComponents.attachTokens.cellTitleFontWeight, _styledComponents.attachTokens.cellTitleLetterSpacing, _styledComponents.attachTokens.cellTitleLineHeight, _styledComponents.attachTokens.cellSubtitleFontFamily, _styledComponents.attachTokens.cellSubtitleFontSize, _styledComponents.attachTokens.cellSubtitleFontStyle, _styledComponents.attachTokens.cellSubtitleFontWeight, _styledComponents.attachTokens.cellSubtitleLetterSpacing, _styledComponents.attachTokens.cellSubtitleLineHeight, _styledComponents.attachTokens.iconButtonHeight, _styledComponents.attachTokens.iconButtonWidth, _styledComponents.attachTokens.iconButtonPadding, _styledComponents.attachTokens.iconButtonRadius, _styledComponents.attachTokens.iconButtonFontFamily, _styledComponents.attachTokens.iconButtonFontSize, _styledComponents.attachTokens.iconButtonFontStyle, _styledComponents.attachTokens.iconButtonFontWeight, _styledComponents.attachTokens.iconButtonLetterSpacing, _styledComponents.attachTokens.iconButtonLineHeight, _styledComponents.attachTokens.iconButtonSpinnerSize, _styledComponents.attachTokens.iconButtonSpinnerColor, _styledComponents.attachTokens.iconButtonCancelHeight, _styledComponents.attachTokens.iconButtonCancelWidth, _styledComponents.attachTokens.iconButtonCancelPadding, _styledComponents.attachTokens.iconButtonCancelRadius, _styledComponents.attachTokens.iconButtonCancelFontFamily, _styledComponents.attachTokens.iconButtonCancelFontSize, _styledComponents.attachTokens.iconButtonCancelFontStyle, _styledComponents.attachTokens.iconButtonCancelFontWeight, _styledComponents.attachTokens.iconButtonCancelLetterSpacing, _styledComponents.attachTokens.iconButtonCancelLineHeight, _styledComponents.attachTokens.iconButtonCancelSpinnerSize, _styledComponents.attachTokens.iconButtonCancelSpinnerColor),
33
- xs: /*#__PURE__*/(0, _styledComponents.css)(_templateObject14 || (_templateObject14 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.75rem;\n ", ": 0.25rem;\n\n ", ": 2rem;\n ", ": 10rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n\n ", ": 0 0.25rem 0 -0.125rem;\n ", ": 0 -0.125rem 0 0.25rem;\n ", ": 0 0 0 0.25rem;\n\n ", ": fit-content;\n\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n ", ": 0rem;\n\n ", ": 0.125rem;\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 1rem;\n ", ": inherit;\n "])), _styledComponents.attachTokens.horizontalGap, _styledComponents.attachTokens.verticalGap, _styledComponents.attachTokens.buttonHeight, _styledComponents.attachTokens.buttonWidth, _styledComponents.attachTokens.buttonPadding, _styledComponents.attachTokens.buttonRadius, _styledComponents.attachTokens.buttonFontFamily, _styledComponents.attachTokens.buttonFontSize, _styledComponents.attachTokens.buttonFontStyle, _styledComponents.attachTokens.buttonFontWeight, _styledComponents.attachTokens.buttonLetterSpacing, _styledComponents.attachTokens.buttonLineHeight, _styledComponents.attachTokens.buttonSpinnerSize, _styledComponents.attachTokens.buttonSpinnerColor, _styledComponents.attachTokens.buttonLeftContentMargin, _styledComponents.attachTokens.buttonRightContentMargin, _styledComponents.attachTokens.buttonValueMargin, _styledComponents.attachTokens.cellWidth, _styledComponents.attachTokens.cellPadding, _styledComponents.attachTokens.cellPaddingLeftContent, _styledComponents.attachTokens.cellPaddingContent, _styledComponents.attachTokens.cellPaddingRightContent, _styledComponents.attachTokens.cellTextboxGap, _styledComponents.attachTokens.cellGap, _styledComponents.attachTokens.cellLabelFontFamily, _styledComponents.attachTokens.cellLabelFontSize, _styledComponents.attachTokens.cellLabelFontStyle, _styledComponents.attachTokens.cellLabelFontWeight, _styledComponents.attachTokens.cellLabelLetterSpacing, _styledComponents.attachTokens.cellLabelLineHeight, _styledComponents.attachTokens.cellTitleFontFamily, _styledComponents.attachTokens.cellTitleFontSize, _styledComponents.attachTokens.cellTitleFontStyle, _styledComponents.attachTokens.cellTitleFontWeight, _styledComponents.attachTokens.cellTitleLetterSpacing, _styledComponents.attachTokens.cellTitleLineHeight, _styledComponents.attachTokens.cellSubtitleFontFamily, _styledComponents.attachTokens.cellSubtitleFontSize, _styledComponents.attachTokens.cellSubtitleFontStyle, _styledComponents.attachTokens.cellSubtitleFontWeight, _styledComponents.attachTokens.cellSubtitleLetterSpacing, _styledComponents.attachTokens.cellSubtitleLineHeight, _styledComponents.attachTokens.iconButtonHeight, _styledComponents.attachTokens.iconButtonWidth, _styledComponents.attachTokens.iconButtonPadding, _styledComponents.attachTokens.iconButtonRadius, _styledComponents.attachTokens.iconButtonFontFamily, _styledComponents.attachTokens.iconButtonFontSize, _styledComponents.attachTokens.iconButtonFontStyle, _styledComponents.attachTokens.iconButtonFontWeight, _styledComponents.attachTokens.iconButtonLetterSpacing, _styledComponents.attachTokens.iconButtonLineHeight, _styledComponents.attachTokens.iconButtonSpinnerSize, _styledComponents.attachTokens.iconButtonSpinnerColor, _styledComponents.attachTokens.iconButtonCancelHeight, _styledComponents.attachTokens.iconButtonCancelWidth, _styledComponents.attachTokens.iconButtonCancelPadding, _styledComponents.attachTokens.iconButtonCancelRadius, _styledComponents.attachTokens.iconButtonCancelFontFamily, _styledComponents.attachTokens.iconButtonCancelFontSize, _styledComponents.attachTokens.iconButtonCancelFontStyle, _styledComponents.attachTokens.iconButtonCancelFontWeight, _styledComponents.attachTokens.iconButtonCancelLetterSpacing, _styledComponents.attachTokens.iconButtonCancelLineHeight, _styledComponents.attachTokens.iconButtonCancelSpinnerSize, _styledComponents.attachTokens.iconButtonCancelSpinnerColor)
34
- }
35
- }
36
- };