@omnia/fx 8.0.127-dev → 8.0.128-dev

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.
Files changed (89) hide show
  1. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -1
  2. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
  3. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -6
  4. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +6 -4
  5. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
  6. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +3 -3
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +3 -3
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
  13. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +3 -3
  16. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +26 -0
  17. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +26 -0
  18. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +26 -0
  19. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  21. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3661 -10
  28. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7322 -20
  29. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7325 -23
  39. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +32 -1
  45. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
  46. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
  47. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
  48. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
  49. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +99 -3
  50. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +159 -3
  51. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +13 -1
  52. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3668 -16
  53. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3661 -9
  54. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3667 -15
  55. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3666 -14
  56. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +0 -9
  57. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
  58. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3670 -18
  59. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +0 -2
  60. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36610 -100
  61. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
  62. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3661 -10
  63. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
  65. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  66. package/internal-do-not-import-from-here/wctypings.d.ts +23 -1
  67. package/package.json +2 -2
  68. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -12
  69. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
  70. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
  71. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
  72. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
  73. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsSpacing.d.ts +0 -28
  74. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
  75. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
  76. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
  77. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
  78. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
  79. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
  80. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
  81. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
  82. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
  83. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  84. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
  85. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
  86. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
  87. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +0 -0
  88. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
  89. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -63,7 +63,6 @@ declare const _default: {
63
63
  };
64
64
  get: {
65
65
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
66
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
67
66
  typography(): import("@omnia/fx-models").TypographyBlueprints;
68
67
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
69
68
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
@@ -117,7 +116,6 @@ declare const _default: {
117
116
  };
118
117
  get: {
119
118
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
120
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
121
119
  typography(): import("@omnia/fx-models").TypographyBlueprints;
122
120
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
123
121
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
@@ -171,7 +169,6 @@ declare const _default: {
171
169
  };
172
170
  get: {
173
171
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
174
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
175
172
  typography(): import("@omnia/fx-models").TypographyBlueprints;
176
173
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
177
174
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
@@ -218,7 +215,6 @@ declare const _default: {
218
215
  };
219
216
  get: {
220
217
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
221
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
222
218
  typography(): import("@omnia/fx-models").TypographyBlueprints;
223
219
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
224
220
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
@@ -244,8 +240,7 @@ declare const _default: {
244
240
  toJSON: () => string;
245
241
  valueOf: () => string;
246
242
  };
247
- name: string;
248
- dark: boolean;
243
+ name?: string;
249
244
  colors: {
250
245
  primary: {
251
246
  name: string;
@@ -455,10 +450,3667 @@ declare const _default: {
455
450
  };
456
451
  };
457
452
  };
458
- blueprints: {
459
- type: import("@omnia/fx-models").BlueprintType;
453
+ typography: {
454
+ primary: {
455
+ name: string;
456
+ font?: {
457
+ id: {
458
+ equals: {
459
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
460
+ };
461
+ toString: () => string;
462
+ toJSON: () => string;
463
+ valueOf: () => string;
464
+ };
465
+ family: string;
466
+ cdn?: string;
467
+ };
468
+ title: {
469
+ xl: {
470
+ decoration?: string;
471
+ lg: {
472
+ weight: number;
473
+ size: number;
474
+ lineHeight: number;
475
+ };
476
+ md?: {
477
+ weight: number;
478
+ size: number;
479
+ lineHeight: number;
480
+ };
481
+ sm?: {
482
+ weight: number;
483
+ size: number;
484
+ lineHeight: number;
485
+ };
486
+ };
487
+ l: {
488
+ decoration?: string;
489
+ lg: {
490
+ weight: number;
491
+ size: number;
492
+ lineHeight: number;
493
+ };
494
+ md?: {
495
+ weight: number;
496
+ size: number;
497
+ lineHeight: number;
498
+ };
499
+ sm?: {
500
+ weight: number;
501
+ size: number;
502
+ lineHeight: number;
503
+ };
504
+ };
505
+ m: {
506
+ decoration?: string;
507
+ lg: {
508
+ weight: number;
509
+ size: number;
510
+ lineHeight: number;
511
+ };
512
+ md?: {
513
+ weight: number;
514
+ size: number;
515
+ lineHeight: number;
516
+ };
517
+ sm?: {
518
+ weight: number;
519
+ size: number;
520
+ lineHeight: number;
521
+ };
522
+ };
523
+ s: {
524
+ decoration?: string;
525
+ lg: {
526
+ weight: number;
527
+ size: number;
528
+ lineHeight: number;
529
+ };
530
+ md?: {
531
+ weight: number;
532
+ size: number;
533
+ lineHeight: number;
534
+ };
535
+ sm?: {
536
+ weight: number;
537
+ size: number;
538
+ lineHeight: number;
539
+ };
540
+ };
541
+ xs: {
542
+ decoration?: string;
543
+ lg: {
544
+ weight: number;
545
+ size: number;
546
+ lineHeight: number;
547
+ };
548
+ md?: {
549
+ weight: number;
550
+ size: number;
551
+ lineHeight: number;
552
+ };
553
+ sm?: {
554
+ weight: number;
555
+ size: number;
556
+ lineHeight: number;
557
+ };
558
+ };
559
+ };
560
+ text: {
561
+ l: {
562
+ decoration?: string;
563
+ lg: {
564
+ weight: number;
565
+ size: number;
566
+ lineHeight: number;
567
+ };
568
+ md?: {
569
+ weight: number;
570
+ size: number;
571
+ lineHeight: number;
572
+ };
573
+ sm?: {
574
+ weight: number;
575
+ size: number;
576
+ lineHeight: number;
577
+ };
578
+ };
579
+ m: {
580
+ decoration?: string;
581
+ lg: {
582
+ weight: number;
583
+ size: number;
584
+ lineHeight: number;
585
+ };
586
+ md?: {
587
+ weight: number;
588
+ size: number;
589
+ lineHeight: number;
590
+ };
591
+ sm?: {
592
+ weight: number;
593
+ size: number;
594
+ lineHeight: number;
595
+ };
596
+ };
597
+ s: {
598
+ decoration?: string;
599
+ lg: {
600
+ weight: number;
601
+ size: number;
602
+ lineHeight: number;
603
+ };
604
+ md?: {
605
+ weight: number;
606
+ size: number;
607
+ lineHeight: number;
608
+ };
609
+ sm?: {
610
+ weight: number;
611
+ size: number;
612
+ lineHeight: number;
613
+ };
614
+ };
615
+ xs: {
616
+ decoration?: string;
617
+ lg: {
618
+ weight: number;
619
+ size: number;
620
+ lineHeight: number;
621
+ };
622
+ md?: {
623
+ weight: number;
624
+ size: number;
625
+ lineHeight: number;
626
+ };
627
+ sm?: {
628
+ weight: number;
629
+ size: number;
630
+ lineHeight: number;
631
+ };
632
+ };
633
+ };
634
+ navigation: {
635
+ l: {
636
+ decoration?: string;
637
+ lg: {
638
+ weight: number;
639
+ size: number;
640
+ lineHeight: number;
641
+ };
642
+ md?: {
643
+ weight: number;
644
+ size: number;
645
+ lineHeight: number;
646
+ };
647
+ sm?: {
648
+ weight: number;
649
+ size: number;
650
+ lineHeight: number;
651
+ };
652
+ };
653
+ m: {
654
+ decoration?: string;
655
+ lg: {
656
+ weight: number;
657
+ size: number;
658
+ lineHeight: number;
659
+ };
660
+ md?: {
661
+ weight: number;
662
+ size: number;
663
+ lineHeight: number;
664
+ };
665
+ sm?: {
666
+ weight: number;
667
+ size: number;
668
+ lineHeight: number;
669
+ };
670
+ };
671
+ };
672
+ link: {
673
+ m: {
674
+ decoration?: string;
675
+ lg: {
676
+ weight: number;
677
+ size: number;
678
+ lineHeight: number;
679
+ };
680
+ md?: {
681
+ weight: number;
682
+ size: number;
683
+ lineHeight: number;
684
+ };
685
+ sm?: {
686
+ weight: number;
687
+ size: number;
688
+ lineHeight: number;
689
+ };
690
+ };
691
+ };
692
+ };
693
+ name?: string;
694
+ };
695
+ spacing: {
696
+ primary: {
697
+ layout: {
698
+ name: string;
699
+ xs: number;
700
+ s: number;
701
+ m: number;
702
+ l: number;
703
+ xl: number;
704
+ };
705
+ inner: {
706
+ name: string;
707
+ xs: number;
708
+ s: number;
709
+ m: number;
710
+ l: number;
711
+ xl: number;
712
+ };
713
+ };
714
+ name?: string;
715
+ };
716
+ chrome: {
717
+ primary: {
718
+ name?: string;
719
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
720
+ header: {
721
+ definitionId: {
722
+ toString: () => string;
723
+ equals?: {
724
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
725
+ };
726
+ };
727
+ definition?: {
728
+ type: "velcron";
729
+ version?: string;
730
+ name?: string;
731
+ body?: {
732
+ body?: any[];
733
+ style?: {
734
+ margin?: number;
735
+ marginTop?: number;
736
+ marginRight?: number;
737
+ marginBottom?: number;
738
+ marginLeft?: number;
739
+ padding?: number;
740
+ paddingTop?: number;
741
+ paddingRight?: number;
742
+ paddingBottom?: number;
743
+ paddingLeft?: number;
744
+ height?: string | number;
745
+ width?: string | number;
746
+ };
747
+ foreach?: string;
748
+ if?: string;
749
+ events?: import("@omnia/fx-models").VelcronEvent;
750
+ type: string;
751
+ name?: string;
752
+ key?: string;
753
+ margin?: {
754
+ top?: string | number;
755
+ right?: string | number;
756
+ bottom?: string | number;
757
+ left?: string | number;
758
+ };
759
+ padding?: {
760
+ top?: string | number;
761
+ right?: string | number;
762
+ bottom?: string | number;
763
+ left?: string | number;
764
+ };
765
+ }[];
766
+ events?: {
767
+ onLoaded?: string[];
768
+ onEditMode?: string[];
769
+ onSaved?: string[];
770
+ };
771
+ actions?: {
772
+ [name: string]: string[];
773
+ };
774
+ components?: {
775
+ type: string;
776
+ events?: any;
777
+ properties?: {
778
+ [name: string]: any;
779
+ };
780
+ icon?: any;
781
+ body?: {
782
+ body?: any[];
783
+ style?: {
784
+ margin?: number;
785
+ marginTop?: number;
786
+ marginRight?: number;
787
+ marginBottom?: number;
788
+ marginLeft?: number;
789
+ padding?: number;
790
+ paddingTop?: number;
791
+ paddingRight?: number;
792
+ paddingBottom?: number;
793
+ paddingLeft?: number;
794
+ height?: string | number;
795
+ width?: string | number;
796
+ };
797
+ foreach?: string;
798
+ if?: string;
799
+ events?: import("@omnia/fx-models").VelcronEvent;
800
+ type: string;
801
+ name?: string;
802
+ key?: string;
803
+ margin?: {
804
+ top?: string | number;
805
+ right?: string | number;
806
+ bottom?: string | number;
807
+ left?: string | number;
808
+ };
809
+ padding?: {
810
+ top?: string | number;
811
+ right?: string | number;
812
+ bottom?: string | number;
813
+ left?: string | number;
814
+ };
815
+ }[];
816
+ style?: {
817
+ margin?: number;
818
+ marginTop?: number;
819
+ marginRight?: number;
820
+ marginBottom?: number;
821
+ marginLeft?: number;
822
+ padding?: number;
823
+ paddingTop?: number;
824
+ paddingRight?: number;
825
+ paddingBottom?: number;
826
+ paddingLeft?: number;
827
+ height?: string | number;
828
+ width?: string | number;
829
+ };
830
+ foreach?: string;
831
+ if?: string;
832
+ name?: string;
833
+ key?: string;
834
+ margin?: {
835
+ top?: string | number;
836
+ right?: string | number;
837
+ bottom?: string | number;
838
+ left?: string | number;
839
+ };
840
+ padding?: {
841
+ top?: string | number;
842
+ right?: string | number;
843
+ bottom?: string | number;
844
+ left?: string | number;
845
+ };
846
+ }[];
847
+ propEditors?: {
848
+ name?: string;
849
+ category?: string;
850
+ type: string;
851
+ settings?: any;
852
+ stateMapping?: string;
853
+ propertyMapping?: boolean;
854
+ multiple?: boolean;
855
+ component?: unknown;
856
+ }[];
857
+ state?: object;
858
+ computed?: {
859
+ [name: string]: string[];
860
+ };
861
+ key?: string;
862
+ };
863
+ };
864
+ styles: {
865
+ background?: {
866
+ fill?: {
867
+ colors: (string | {
868
+ colorType: "base" | "onBase" | "container" | "onContainer";
869
+ toned?: boolean;
870
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
871
+ } | {
872
+ color: string | {
873
+ colorType: "base" | "onBase" | "container" | "onContainer";
874
+ toned?: boolean;
875
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
876
+ };
877
+ stop?: number;
878
+ })[];
879
+ acrylic?: boolean;
880
+ opacity?: number;
881
+ };
882
+ border?: {
883
+ radius?: {
884
+ top?: import("@omnia/fx-models").SpacingValue;
885
+ right?: import("@omnia/fx-models").SpacingValue;
886
+ bottom?: import("@omnia/fx-models").SpacingValue;
887
+ left?: import("@omnia/fx-models").SpacingValue;
888
+ };
889
+ width?: {
890
+ top?: import("@omnia/fx-models").SpacingValue;
891
+ right?: import("@omnia/fx-models").SpacingValue;
892
+ bottom?: import("@omnia/fx-models").SpacingValue;
893
+ left?: import("@omnia/fx-models").SpacingValue;
894
+ };
895
+ fill?: {
896
+ colors: (string | {
897
+ colorType: "base" | "onBase" | "container" | "onContainer";
898
+ toned?: boolean;
899
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
900
+ } | {
901
+ color: string | {
902
+ colorType: "base" | "onBase" | "container" | "onContainer";
903
+ toned?: boolean;
904
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
905
+ };
906
+ stop?: number;
907
+ })[];
908
+ acrylic?: boolean;
909
+ opacity?: number;
910
+ };
911
+ };
912
+ elevation?: number;
913
+ };
914
+ spacing?: {
915
+ top?: import("@omnia/fx-models").SpacingValue;
916
+ right?: import("@omnia/fx-models").SpacingValue;
917
+ bottom?: import("@omnia/fx-models").SpacingValue;
918
+ left?: import("@omnia/fx-models").SpacingValue;
919
+ };
920
+ };
921
+ };
922
+ variant1?: {
923
+ name?: string;
924
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
925
+ header: {
926
+ definitionId: {
927
+ toString: () => string;
928
+ equals?: {
929
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
930
+ };
931
+ };
932
+ definition?: {
933
+ type: "velcron";
934
+ version?: string;
935
+ name?: string;
936
+ body?: {
937
+ body?: any[];
938
+ style?: {
939
+ margin?: number;
940
+ marginTop?: number;
941
+ marginRight?: number;
942
+ marginBottom?: number;
943
+ marginLeft?: number;
944
+ padding?: number;
945
+ paddingTop?: number;
946
+ paddingRight?: number;
947
+ paddingBottom?: number;
948
+ paddingLeft?: number;
949
+ height?: string | number;
950
+ width?: string | number;
951
+ };
952
+ foreach?: string;
953
+ if?: string;
954
+ events?: import("@omnia/fx-models").VelcronEvent;
955
+ type: string;
956
+ name?: string;
957
+ key?: string;
958
+ margin?: {
959
+ top?: string | number;
960
+ right?: string | number;
961
+ bottom?: string | number;
962
+ left?: string | number;
963
+ };
964
+ padding?: {
965
+ top?: string | number;
966
+ right?: string | number;
967
+ bottom?: string | number;
968
+ left?: string | number;
969
+ };
970
+ }[];
971
+ events?: {
972
+ onLoaded?: string[];
973
+ onEditMode?: string[];
974
+ onSaved?: string[];
975
+ };
976
+ actions?: {
977
+ [name: string]: string[];
978
+ };
979
+ components?: {
980
+ type: string;
981
+ events?: any;
982
+ properties?: {
983
+ [name: string]: any;
984
+ };
985
+ icon?: any;
986
+ body?: {
987
+ body?: any[];
988
+ style?: {
989
+ margin?: number;
990
+ marginTop?: number;
991
+ marginRight?: number;
992
+ marginBottom?: number;
993
+ marginLeft?: number;
994
+ padding?: number;
995
+ paddingTop?: number;
996
+ paddingRight?: number;
997
+ paddingBottom?: number;
998
+ paddingLeft?: number;
999
+ height?: string | number;
1000
+ width?: string | number;
1001
+ };
1002
+ foreach?: string;
1003
+ if?: string;
1004
+ events?: import("@omnia/fx-models").VelcronEvent;
1005
+ type: string;
1006
+ name?: string;
1007
+ key?: string;
1008
+ margin?: {
1009
+ top?: string | number;
1010
+ right?: string | number;
1011
+ bottom?: string | number;
1012
+ left?: string | number;
1013
+ };
1014
+ padding?: {
1015
+ top?: string | number;
1016
+ right?: string | number;
1017
+ bottom?: string | number;
1018
+ left?: string | number;
1019
+ };
1020
+ }[];
1021
+ style?: {
1022
+ margin?: number;
1023
+ marginTop?: number;
1024
+ marginRight?: number;
1025
+ marginBottom?: number;
1026
+ marginLeft?: number;
1027
+ padding?: number;
1028
+ paddingTop?: number;
1029
+ paddingRight?: number;
1030
+ paddingBottom?: number;
1031
+ paddingLeft?: number;
1032
+ height?: string | number;
1033
+ width?: string | number;
1034
+ };
1035
+ foreach?: string;
1036
+ if?: string;
1037
+ name?: string;
1038
+ key?: string;
1039
+ margin?: {
1040
+ top?: string | number;
1041
+ right?: string | number;
1042
+ bottom?: string | number;
1043
+ left?: string | number;
1044
+ };
1045
+ padding?: {
1046
+ top?: string | number;
1047
+ right?: string | number;
1048
+ bottom?: string | number;
1049
+ left?: string | number;
1050
+ };
1051
+ }[];
1052
+ propEditors?: {
1053
+ name?: string;
1054
+ category?: string;
1055
+ type: string;
1056
+ settings?: any;
1057
+ stateMapping?: string;
1058
+ propertyMapping?: boolean;
1059
+ multiple?: boolean;
1060
+ component?: unknown;
1061
+ }[];
1062
+ state?: object;
1063
+ computed?: {
1064
+ [name: string]: string[];
1065
+ };
1066
+ key?: string;
1067
+ };
1068
+ };
1069
+ styles: {
1070
+ background?: {
1071
+ fill?: {
1072
+ colors: (string | {
1073
+ colorType: "base" | "onBase" | "container" | "onContainer";
1074
+ toned?: boolean;
1075
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1076
+ } | {
1077
+ color: string | {
1078
+ colorType: "base" | "onBase" | "container" | "onContainer";
1079
+ toned?: boolean;
1080
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1081
+ };
1082
+ stop?: number;
1083
+ })[];
1084
+ acrylic?: boolean;
1085
+ opacity?: number;
1086
+ };
1087
+ border?: {
1088
+ radius?: {
1089
+ top?: import("@omnia/fx-models").SpacingValue;
1090
+ right?: import("@omnia/fx-models").SpacingValue;
1091
+ bottom?: import("@omnia/fx-models").SpacingValue;
1092
+ left?: import("@omnia/fx-models").SpacingValue;
1093
+ };
1094
+ width?: {
1095
+ top?: import("@omnia/fx-models").SpacingValue;
1096
+ right?: import("@omnia/fx-models").SpacingValue;
1097
+ bottom?: import("@omnia/fx-models").SpacingValue;
1098
+ left?: import("@omnia/fx-models").SpacingValue;
1099
+ };
1100
+ fill?: {
1101
+ colors: (string | {
1102
+ colorType: "base" | "onBase" | "container" | "onContainer";
1103
+ toned?: boolean;
1104
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1105
+ } | {
1106
+ color: string | {
1107
+ colorType: "base" | "onBase" | "container" | "onContainer";
1108
+ toned?: boolean;
1109
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1110
+ };
1111
+ stop?: number;
1112
+ })[];
1113
+ acrylic?: boolean;
1114
+ opacity?: number;
1115
+ };
1116
+ };
1117
+ elevation?: number;
1118
+ };
1119
+ spacing?: {
1120
+ top?: import("@omnia/fx-models").SpacingValue;
1121
+ right?: import("@omnia/fx-models").SpacingValue;
1122
+ bottom?: import("@omnia/fx-models").SpacingValue;
1123
+ left?: import("@omnia/fx-models").SpacingValue;
1124
+ };
1125
+ };
1126
+ };
1127
+ variant2?: {
1128
+ name?: string;
1129
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1130
+ header: {
1131
+ definitionId: {
1132
+ toString: () => string;
1133
+ equals?: {
1134
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1135
+ };
1136
+ };
1137
+ definition?: {
1138
+ type: "velcron";
1139
+ version?: string;
1140
+ name?: string;
1141
+ body?: {
1142
+ body?: any[];
1143
+ style?: {
1144
+ margin?: number;
1145
+ marginTop?: number;
1146
+ marginRight?: number;
1147
+ marginBottom?: number;
1148
+ marginLeft?: number;
1149
+ padding?: number;
1150
+ paddingTop?: number;
1151
+ paddingRight?: number;
1152
+ paddingBottom?: number;
1153
+ paddingLeft?: number;
1154
+ height?: string | number;
1155
+ width?: string | number;
1156
+ };
1157
+ foreach?: string;
1158
+ if?: string;
1159
+ events?: import("@omnia/fx-models").VelcronEvent;
1160
+ type: string;
1161
+ name?: string;
1162
+ key?: string;
1163
+ margin?: {
1164
+ top?: string | number;
1165
+ right?: string | number;
1166
+ bottom?: string | number;
1167
+ left?: string | number;
1168
+ };
1169
+ padding?: {
1170
+ top?: string | number;
1171
+ right?: string | number;
1172
+ bottom?: string | number;
1173
+ left?: string | number;
1174
+ };
1175
+ }[];
1176
+ events?: {
1177
+ onLoaded?: string[];
1178
+ onEditMode?: string[];
1179
+ onSaved?: string[];
1180
+ };
1181
+ actions?: {
1182
+ [name: string]: string[];
1183
+ };
1184
+ components?: {
1185
+ type: string;
1186
+ events?: any;
1187
+ properties?: {
1188
+ [name: string]: any;
1189
+ };
1190
+ icon?: any;
1191
+ body?: {
1192
+ body?: any[];
1193
+ style?: {
1194
+ margin?: number;
1195
+ marginTop?: number;
1196
+ marginRight?: number;
1197
+ marginBottom?: number;
1198
+ marginLeft?: number;
1199
+ padding?: number;
1200
+ paddingTop?: number;
1201
+ paddingRight?: number;
1202
+ paddingBottom?: number;
1203
+ paddingLeft?: number;
1204
+ height?: string | number;
1205
+ width?: string | number;
1206
+ };
1207
+ foreach?: string;
1208
+ if?: string;
1209
+ events?: import("@omnia/fx-models").VelcronEvent;
1210
+ type: string;
1211
+ name?: string;
1212
+ key?: string;
1213
+ margin?: {
1214
+ top?: string | number;
1215
+ right?: string | number;
1216
+ bottom?: string | number;
1217
+ left?: string | number;
1218
+ };
1219
+ padding?: {
1220
+ top?: string | number;
1221
+ right?: string | number;
1222
+ bottom?: string | number;
1223
+ left?: string | number;
1224
+ };
1225
+ }[];
1226
+ style?: {
1227
+ margin?: number;
1228
+ marginTop?: number;
1229
+ marginRight?: number;
1230
+ marginBottom?: number;
1231
+ marginLeft?: number;
1232
+ padding?: number;
1233
+ paddingTop?: number;
1234
+ paddingRight?: number;
1235
+ paddingBottom?: number;
1236
+ paddingLeft?: number;
1237
+ height?: string | number;
1238
+ width?: string | number;
1239
+ };
1240
+ foreach?: string;
1241
+ if?: string;
1242
+ name?: string;
1243
+ key?: string;
1244
+ margin?: {
1245
+ top?: string | number;
1246
+ right?: string | number;
1247
+ bottom?: string | number;
1248
+ left?: string | number;
1249
+ };
1250
+ padding?: {
1251
+ top?: string | number;
1252
+ right?: string | number;
1253
+ bottom?: string | number;
1254
+ left?: string | number;
1255
+ };
1256
+ }[];
1257
+ propEditors?: {
1258
+ name?: string;
1259
+ category?: string;
1260
+ type: string;
1261
+ settings?: any;
1262
+ stateMapping?: string;
1263
+ propertyMapping?: boolean;
1264
+ multiple?: boolean;
1265
+ component?: unknown;
1266
+ }[];
1267
+ state?: object;
1268
+ computed?: {
1269
+ [name: string]: string[];
1270
+ };
1271
+ key?: string;
1272
+ };
1273
+ };
1274
+ styles: {
1275
+ background?: {
1276
+ fill?: {
1277
+ colors: (string | {
1278
+ colorType: "base" | "onBase" | "container" | "onContainer";
1279
+ toned?: boolean;
1280
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1281
+ } | {
1282
+ color: string | {
1283
+ colorType: "base" | "onBase" | "container" | "onContainer";
1284
+ toned?: boolean;
1285
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1286
+ };
1287
+ stop?: number;
1288
+ })[];
1289
+ acrylic?: boolean;
1290
+ opacity?: number;
1291
+ };
1292
+ border?: {
1293
+ radius?: {
1294
+ top?: import("@omnia/fx-models").SpacingValue;
1295
+ right?: import("@omnia/fx-models").SpacingValue;
1296
+ bottom?: import("@omnia/fx-models").SpacingValue;
1297
+ left?: import("@omnia/fx-models").SpacingValue;
1298
+ };
1299
+ width?: {
1300
+ top?: import("@omnia/fx-models").SpacingValue;
1301
+ right?: import("@omnia/fx-models").SpacingValue;
1302
+ bottom?: import("@omnia/fx-models").SpacingValue;
1303
+ left?: import("@omnia/fx-models").SpacingValue;
1304
+ };
1305
+ fill?: {
1306
+ colors: (string | {
1307
+ colorType: "base" | "onBase" | "container" | "onContainer";
1308
+ toned?: boolean;
1309
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1310
+ } | {
1311
+ color: string | {
1312
+ colorType: "base" | "onBase" | "container" | "onContainer";
1313
+ toned?: boolean;
1314
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1315
+ };
1316
+ stop?: number;
1317
+ })[];
1318
+ acrylic?: boolean;
1319
+ opacity?: number;
1320
+ };
1321
+ };
1322
+ elevation?: number;
1323
+ };
1324
+ spacing?: {
1325
+ top?: import("@omnia/fx-models").SpacingValue;
1326
+ right?: import("@omnia/fx-models").SpacingValue;
1327
+ bottom?: import("@omnia/fx-models").SpacingValue;
1328
+ left?: import("@omnia/fx-models").SpacingValue;
1329
+ };
1330
+ };
1331
+ };
1332
+ variant3?: {
1333
+ name?: string;
1334
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1335
+ header: {
1336
+ definitionId: {
1337
+ toString: () => string;
1338
+ equals?: {
1339
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1340
+ };
1341
+ };
1342
+ definition?: {
1343
+ type: "velcron";
1344
+ version?: string;
1345
+ name?: string;
1346
+ body?: {
1347
+ body?: any[];
1348
+ style?: {
1349
+ margin?: number;
1350
+ marginTop?: number;
1351
+ marginRight?: number;
1352
+ marginBottom?: number;
1353
+ marginLeft?: number;
1354
+ padding?: number;
1355
+ paddingTop?: number;
1356
+ paddingRight?: number;
1357
+ paddingBottom?: number;
1358
+ paddingLeft?: number;
1359
+ height?: string | number;
1360
+ width?: string | number;
1361
+ };
1362
+ foreach?: string;
1363
+ if?: string;
1364
+ events?: import("@omnia/fx-models").VelcronEvent;
1365
+ type: string;
1366
+ name?: string;
1367
+ key?: string;
1368
+ margin?: {
1369
+ top?: string | number;
1370
+ right?: string | number;
1371
+ bottom?: string | number;
1372
+ left?: string | number;
1373
+ };
1374
+ padding?: {
1375
+ top?: string | number;
1376
+ right?: string | number;
1377
+ bottom?: string | number;
1378
+ left?: string | number;
1379
+ };
1380
+ }[];
1381
+ events?: {
1382
+ onLoaded?: string[];
1383
+ onEditMode?: string[];
1384
+ onSaved?: string[];
1385
+ };
1386
+ actions?: {
1387
+ [name: string]: string[];
1388
+ };
1389
+ components?: {
1390
+ type: string;
1391
+ events?: any;
1392
+ properties?: {
1393
+ [name: string]: any;
1394
+ };
1395
+ icon?: any;
1396
+ body?: {
1397
+ body?: any[];
1398
+ style?: {
1399
+ margin?: number;
1400
+ marginTop?: number;
1401
+ marginRight?: number;
1402
+ marginBottom?: number;
1403
+ marginLeft?: number;
1404
+ padding?: number;
1405
+ paddingTop?: number;
1406
+ paddingRight?: number;
1407
+ paddingBottom?: number;
1408
+ paddingLeft?: number;
1409
+ height?: string | number;
1410
+ width?: string | number;
1411
+ };
1412
+ foreach?: string;
1413
+ if?: string;
1414
+ events?: import("@omnia/fx-models").VelcronEvent;
1415
+ type: string;
1416
+ name?: string;
1417
+ key?: string;
1418
+ margin?: {
1419
+ top?: string | number;
1420
+ right?: string | number;
1421
+ bottom?: string | number;
1422
+ left?: string | number;
1423
+ };
1424
+ padding?: {
1425
+ top?: string | number;
1426
+ right?: string | number;
1427
+ bottom?: string | number;
1428
+ left?: string | number;
1429
+ };
1430
+ }[];
1431
+ style?: {
1432
+ margin?: number;
1433
+ marginTop?: number;
1434
+ marginRight?: number;
1435
+ marginBottom?: number;
1436
+ marginLeft?: number;
1437
+ padding?: number;
1438
+ paddingTop?: number;
1439
+ paddingRight?: number;
1440
+ paddingBottom?: number;
1441
+ paddingLeft?: number;
1442
+ height?: string | number;
1443
+ width?: string | number;
1444
+ };
1445
+ foreach?: string;
1446
+ if?: string;
1447
+ name?: string;
1448
+ key?: string;
1449
+ margin?: {
1450
+ top?: string | number;
1451
+ right?: string | number;
1452
+ bottom?: string | number;
1453
+ left?: string | number;
1454
+ };
1455
+ padding?: {
1456
+ top?: string | number;
1457
+ right?: string | number;
1458
+ bottom?: string | number;
1459
+ left?: string | number;
1460
+ };
1461
+ }[];
1462
+ propEditors?: {
1463
+ name?: string;
1464
+ category?: string;
1465
+ type: string;
1466
+ settings?: any;
1467
+ stateMapping?: string;
1468
+ propertyMapping?: boolean;
1469
+ multiple?: boolean;
1470
+ component?: unknown;
1471
+ }[];
1472
+ state?: object;
1473
+ computed?: {
1474
+ [name: string]: string[];
1475
+ };
1476
+ key?: string;
1477
+ };
1478
+ };
1479
+ styles: {
1480
+ background?: {
1481
+ fill?: {
1482
+ colors: (string | {
1483
+ colorType: "base" | "onBase" | "container" | "onContainer";
1484
+ toned?: boolean;
1485
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1486
+ } | {
1487
+ color: string | {
1488
+ colorType: "base" | "onBase" | "container" | "onContainer";
1489
+ toned?: boolean;
1490
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1491
+ };
1492
+ stop?: number;
1493
+ })[];
1494
+ acrylic?: boolean;
1495
+ opacity?: number;
1496
+ };
1497
+ border?: {
1498
+ radius?: {
1499
+ top?: import("@omnia/fx-models").SpacingValue;
1500
+ right?: import("@omnia/fx-models").SpacingValue;
1501
+ bottom?: import("@omnia/fx-models").SpacingValue;
1502
+ left?: import("@omnia/fx-models").SpacingValue;
1503
+ };
1504
+ width?: {
1505
+ top?: import("@omnia/fx-models").SpacingValue;
1506
+ right?: import("@omnia/fx-models").SpacingValue;
1507
+ bottom?: import("@omnia/fx-models").SpacingValue;
1508
+ left?: import("@omnia/fx-models").SpacingValue;
1509
+ };
1510
+ fill?: {
1511
+ colors: (string | {
1512
+ colorType: "base" | "onBase" | "container" | "onContainer";
1513
+ toned?: boolean;
1514
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1515
+ } | {
1516
+ color: string | {
1517
+ colorType: "base" | "onBase" | "container" | "onContainer";
1518
+ toned?: boolean;
1519
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1520
+ };
1521
+ stop?: number;
1522
+ })[];
1523
+ acrylic?: boolean;
1524
+ opacity?: number;
1525
+ };
1526
+ };
1527
+ elevation?: number;
1528
+ };
1529
+ spacing?: {
1530
+ top?: import("@omnia/fx-models").SpacingValue;
1531
+ right?: import("@omnia/fx-models").SpacingValue;
1532
+ bottom?: import("@omnia/fx-models").SpacingValue;
1533
+ left?: import("@omnia/fx-models").SpacingValue;
1534
+ };
1535
+ };
1536
+ };
1537
+ name?: string;
1538
+ };
1539
+ components: {
1540
+ buttons?: {
1541
+ text?: {
1542
+ primary?: {
1543
+ type: "button";
1544
+ padding?: {
1545
+ top?: import("@omnia/fx-models").SpacingValue;
1546
+ right?: import("@omnia/fx-models").SpacingValue;
1547
+ bottom?: import("@omnia/fx-models").SpacingValue;
1548
+ left?: import("@omnia/fx-models").SpacingValue;
1549
+ };
1550
+ background?: {
1551
+ fill?: {
1552
+ colors: (string | {
1553
+ colorType: "base" | "onBase" | "container" | "onContainer";
1554
+ toned?: boolean;
1555
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1556
+ } | {
1557
+ color: string | {
1558
+ colorType: "base" | "onBase" | "container" | "onContainer";
1559
+ toned?: boolean;
1560
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1561
+ };
1562
+ stop?: number;
1563
+ })[];
1564
+ acrylic?: boolean;
1565
+ opacity?: number;
1566
+ };
1567
+ border?: {
1568
+ radius?: {
1569
+ top?: import("@omnia/fx-models").SpacingValue;
1570
+ right?: import("@omnia/fx-models").SpacingValue;
1571
+ bottom?: import("@omnia/fx-models").SpacingValue;
1572
+ left?: import("@omnia/fx-models").SpacingValue;
1573
+ };
1574
+ width?: {
1575
+ top?: import("@omnia/fx-models").SpacingValue;
1576
+ right?: import("@omnia/fx-models").SpacingValue;
1577
+ bottom?: import("@omnia/fx-models").SpacingValue;
1578
+ left?: import("@omnia/fx-models").SpacingValue;
1579
+ };
1580
+ fill?: {
1581
+ colors: (string | {
1582
+ colorType: "base" | "onBase" | "container" | "onContainer";
1583
+ toned?: boolean;
1584
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1585
+ } | {
1586
+ color: string | any;
1587
+ stop?: number;
1588
+ })[];
1589
+ acrylic?: boolean;
1590
+ opacity?: number;
1591
+ };
1592
+ };
1593
+ elevation?: number;
1594
+ };
1595
+ alterCase?: boolean;
1596
+ text?: {
1597
+ type: "text";
1598
+ color?: {
1599
+ colors: (string | {
1600
+ colorType: "base" | "onBase" | "container" | "onContainer";
1601
+ toned?: boolean;
1602
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1603
+ } | {
1604
+ color: string | {
1605
+ colorType: "base" | "onBase" | "container" | "onContainer";
1606
+ toned?: boolean;
1607
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1608
+ };
1609
+ stop?: number;
1610
+ })[];
1611
+ acrylic?: boolean;
1612
+ opacity?: number;
1613
+ };
1614
+ typography?: {
1615
+ decoration?: string;
1616
+ lg: {
1617
+ weight: number;
1618
+ size: number;
1619
+ lineHeight: number;
1620
+ };
1621
+ md?: {
1622
+ weight: number;
1623
+ size: number;
1624
+ lineHeight: number;
1625
+ };
1626
+ sm?: {
1627
+ weight: number;
1628
+ size: number;
1629
+ lineHeight: number;
1630
+ };
1631
+ } | {
1632
+ type: "title" | "text" | "navigation";
1633
+ size: "xs" | "s" | "m" | "l" | "xl";
1634
+ };
1635
+ };
1636
+ icon?: {
1637
+ type: "icon";
1638
+ color?: {
1639
+ colors: (string | {
1640
+ colorType: "base" | "onBase" | "container" | "onContainer";
1641
+ toned?: boolean;
1642
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1643
+ } | {
1644
+ color: string | {
1645
+ colorType: "base" | "onBase" | "container" | "onContainer";
1646
+ toned?: boolean;
1647
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1648
+ };
1649
+ stop?: number;
1650
+ })[];
1651
+ acrylic?: boolean;
1652
+ opacity?: number;
1653
+ };
1654
+ size?: number;
1655
+ };
1656
+ };
1657
+ basic?: {
1658
+ type: "button";
1659
+ padding?: {
1660
+ top?: import("@omnia/fx-models").SpacingValue;
1661
+ right?: import("@omnia/fx-models").SpacingValue;
1662
+ bottom?: import("@omnia/fx-models").SpacingValue;
1663
+ left?: import("@omnia/fx-models").SpacingValue;
1664
+ };
1665
+ background?: {
1666
+ fill?: {
1667
+ colors: (string | {
1668
+ colorType: "base" | "onBase" | "container" | "onContainer";
1669
+ toned?: boolean;
1670
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1671
+ } | {
1672
+ color: string | {
1673
+ colorType: "base" | "onBase" | "container" | "onContainer";
1674
+ toned?: boolean;
1675
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1676
+ };
1677
+ stop?: number;
1678
+ })[];
1679
+ acrylic?: boolean;
1680
+ opacity?: number;
1681
+ };
1682
+ border?: {
1683
+ radius?: {
1684
+ top?: import("@omnia/fx-models").SpacingValue;
1685
+ right?: import("@omnia/fx-models").SpacingValue;
1686
+ bottom?: import("@omnia/fx-models").SpacingValue;
1687
+ left?: import("@omnia/fx-models").SpacingValue;
1688
+ };
1689
+ width?: {
1690
+ top?: import("@omnia/fx-models").SpacingValue;
1691
+ right?: import("@omnia/fx-models").SpacingValue;
1692
+ bottom?: import("@omnia/fx-models").SpacingValue;
1693
+ left?: import("@omnia/fx-models").SpacingValue;
1694
+ };
1695
+ fill?: {
1696
+ colors: (string | {
1697
+ colorType: "base" | "onBase" | "container" | "onContainer";
1698
+ toned?: boolean;
1699
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1700
+ } | {
1701
+ color: string | any;
1702
+ stop?: number;
1703
+ })[];
1704
+ acrylic?: boolean;
1705
+ opacity?: number;
1706
+ };
1707
+ };
1708
+ elevation?: number;
1709
+ };
1710
+ alterCase?: boolean;
1711
+ text?: {
1712
+ type: "text";
1713
+ color?: {
1714
+ colors: (string | {
1715
+ colorType: "base" | "onBase" | "container" | "onContainer";
1716
+ toned?: boolean;
1717
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1718
+ } | {
1719
+ color: string | {
1720
+ colorType: "base" | "onBase" | "container" | "onContainer";
1721
+ toned?: boolean;
1722
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1723
+ };
1724
+ stop?: number;
1725
+ })[];
1726
+ acrylic?: boolean;
1727
+ opacity?: number;
1728
+ };
1729
+ typography?: {
1730
+ decoration?: string;
1731
+ lg: {
1732
+ weight: number;
1733
+ size: number;
1734
+ lineHeight: number;
1735
+ };
1736
+ md?: {
1737
+ weight: number;
1738
+ size: number;
1739
+ lineHeight: number;
1740
+ };
1741
+ sm?: {
1742
+ weight: number;
1743
+ size: number;
1744
+ lineHeight: number;
1745
+ };
1746
+ } | {
1747
+ type: "title" | "text" | "navigation";
1748
+ size: "xs" | "s" | "m" | "l" | "xl";
1749
+ };
1750
+ };
1751
+ icon?: {
1752
+ type: "icon";
1753
+ color?: {
1754
+ colors: (string | {
1755
+ colorType: "base" | "onBase" | "container" | "onContainer";
1756
+ toned?: boolean;
1757
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1758
+ } | {
1759
+ color: string | {
1760
+ colorType: "base" | "onBase" | "container" | "onContainer";
1761
+ toned?: boolean;
1762
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1763
+ };
1764
+ stop?: number;
1765
+ })[];
1766
+ acrylic?: boolean;
1767
+ opacity?: number;
1768
+ };
1769
+ size?: number;
1770
+ };
1771
+ };
1772
+ accent1?: {
1773
+ type: "button";
1774
+ padding?: {
1775
+ top?: import("@omnia/fx-models").SpacingValue;
1776
+ right?: import("@omnia/fx-models").SpacingValue;
1777
+ bottom?: import("@omnia/fx-models").SpacingValue;
1778
+ left?: import("@omnia/fx-models").SpacingValue;
1779
+ };
1780
+ background?: {
1781
+ fill?: {
1782
+ colors: (string | {
1783
+ colorType: "base" | "onBase" | "container" | "onContainer";
1784
+ toned?: boolean;
1785
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1786
+ } | {
1787
+ color: string | {
1788
+ colorType: "base" | "onBase" | "container" | "onContainer";
1789
+ toned?: boolean;
1790
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1791
+ };
1792
+ stop?: number;
1793
+ })[];
1794
+ acrylic?: boolean;
1795
+ opacity?: number;
1796
+ };
1797
+ border?: {
1798
+ radius?: {
1799
+ top?: import("@omnia/fx-models").SpacingValue;
1800
+ right?: import("@omnia/fx-models").SpacingValue;
1801
+ bottom?: import("@omnia/fx-models").SpacingValue;
1802
+ left?: import("@omnia/fx-models").SpacingValue;
1803
+ };
1804
+ width?: {
1805
+ top?: import("@omnia/fx-models").SpacingValue;
1806
+ right?: import("@omnia/fx-models").SpacingValue;
1807
+ bottom?: import("@omnia/fx-models").SpacingValue;
1808
+ left?: import("@omnia/fx-models").SpacingValue;
1809
+ };
1810
+ fill?: {
1811
+ colors: (string | {
1812
+ colorType: "base" | "onBase" | "container" | "onContainer";
1813
+ toned?: boolean;
1814
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1815
+ } | {
1816
+ color: string | any;
1817
+ stop?: number;
1818
+ })[];
1819
+ acrylic?: boolean;
1820
+ opacity?: number;
1821
+ };
1822
+ };
1823
+ elevation?: number;
1824
+ };
1825
+ alterCase?: boolean;
1826
+ text?: {
1827
+ type: "text";
1828
+ color?: {
1829
+ colors: (string | {
1830
+ colorType: "base" | "onBase" | "container" | "onContainer";
1831
+ toned?: boolean;
1832
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1833
+ } | {
1834
+ color: string | {
1835
+ colorType: "base" | "onBase" | "container" | "onContainer";
1836
+ toned?: boolean;
1837
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1838
+ };
1839
+ stop?: number;
1840
+ })[];
1841
+ acrylic?: boolean;
1842
+ opacity?: number;
1843
+ };
1844
+ typography?: {
1845
+ decoration?: string;
1846
+ lg: {
1847
+ weight: number;
1848
+ size: number;
1849
+ lineHeight: number;
1850
+ };
1851
+ md?: {
1852
+ weight: number;
1853
+ size: number;
1854
+ lineHeight: number;
1855
+ };
1856
+ sm?: {
1857
+ weight: number;
1858
+ size: number;
1859
+ lineHeight: number;
1860
+ };
1861
+ } | {
1862
+ type: "title" | "text" | "navigation";
1863
+ size: "xs" | "s" | "m" | "l" | "xl";
1864
+ };
1865
+ };
1866
+ icon?: {
1867
+ type: "icon";
1868
+ color?: {
1869
+ colors: (string | {
1870
+ colorType: "base" | "onBase" | "container" | "onContainer";
1871
+ toned?: boolean;
1872
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1873
+ } | {
1874
+ color: string | {
1875
+ colorType: "base" | "onBase" | "container" | "onContainer";
1876
+ toned?: boolean;
1877
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1878
+ };
1879
+ stop?: number;
1880
+ })[];
1881
+ acrylic?: boolean;
1882
+ opacity?: number;
1883
+ };
1884
+ size?: number;
1885
+ };
1886
+ };
1887
+ warn?: {
1888
+ type: "button";
1889
+ padding?: {
1890
+ top?: import("@omnia/fx-models").SpacingValue;
1891
+ right?: import("@omnia/fx-models").SpacingValue;
1892
+ bottom?: import("@omnia/fx-models").SpacingValue;
1893
+ left?: import("@omnia/fx-models").SpacingValue;
1894
+ };
1895
+ background?: {
1896
+ fill?: {
1897
+ colors: (string | {
1898
+ colorType: "base" | "onBase" | "container" | "onContainer";
1899
+ toned?: boolean;
1900
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1901
+ } | {
1902
+ color: string | {
1903
+ colorType: "base" | "onBase" | "container" | "onContainer";
1904
+ toned?: boolean;
1905
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1906
+ };
1907
+ stop?: number;
1908
+ })[];
1909
+ acrylic?: boolean;
1910
+ opacity?: number;
1911
+ };
1912
+ border?: {
1913
+ radius?: {
1914
+ top?: import("@omnia/fx-models").SpacingValue;
1915
+ right?: import("@omnia/fx-models").SpacingValue;
1916
+ bottom?: import("@omnia/fx-models").SpacingValue;
1917
+ left?: import("@omnia/fx-models").SpacingValue;
1918
+ };
1919
+ width?: {
1920
+ top?: import("@omnia/fx-models").SpacingValue;
1921
+ right?: import("@omnia/fx-models").SpacingValue;
1922
+ bottom?: import("@omnia/fx-models").SpacingValue;
1923
+ left?: import("@omnia/fx-models").SpacingValue;
1924
+ };
1925
+ fill?: {
1926
+ colors: (string | {
1927
+ colorType: "base" | "onBase" | "container" | "onContainer";
1928
+ toned?: boolean;
1929
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1930
+ } | {
1931
+ color: string | any;
1932
+ stop?: number;
1933
+ })[];
1934
+ acrylic?: boolean;
1935
+ opacity?: number;
1936
+ };
1937
+ };
1938
+ elevation?: number;
1939
+ };
1940
+ alterCase?: boolean;
1941
+ text?: {
1942
+ type: "text";
1943
+ color?: {
1944
+ colors: (string | {
1945
+ colorType: "base" | "onBase" | "container" | "onContainer";
1946
+ toned?: boolean;
1947
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1948
+ } | {
1949
+ color: string | {
1950
+ colorType: "base" | "onBase" | "container" | "onContainer";
1951
+ toned?: boolean;
1952
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1953
+ };
1954
+ stop?: number;
1955
+ })[];
1956
+ acrylic?: boolean;
1957
+ opacity?: number;
1958
+ };
1959
+ typography?: {
1960
+ decoration?: string;
1961
+ lg: {
1962
+ weight: number;
1963
+ size: number;
1964
+ lineHeight: number;
1965
+ };
1966
+ md?: {
1967
+ weight: number;
1968
+ size: number;
1969
+ lineHeight: number;
1970
+ };
1971
+ sm?: {
1972
+ weight: number;
1973
+ size: number;
1974
+ lineHeight: number;
1975
+ };
1976
+ } | {
1977
+ type: "title" | "text" | "navigation";
1978
+ size: "xs" | "s" | "m" | "l" | "xl";
1979
+ };
1980
+ };
1981
+ icon?: {
1982
+ type: "icon";
1983
+ color?: {
1984
+ colors: (string | {
1985
+ colorType: "base" | "onBase" | "container" | "onContainer";
1986
+ toned?: boolean;
1987
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1988
+ } | {
1989
+ color: string | {
1990
+ colorType: "base" | "onBase" | "container" | "onContainer";
1991
+ toned?: boolean;
1992
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1993
+ };
1994
+ stop?: number;
1995
+ })[];
1996
+ acrylic?: boolean;
1997
+ opacity?: number;
1998
+ };
1999
+ size?: number;
2000
+ };
2001
+ };
2002
+ disabled?: {
2003
+ type: "button";
2004
+ padding?: {
2005
+ top?: import("@omnia/fx-models").SpacingValue;
2006
+ right?: import("@omnia/fx-models").SpacingValue;
2007
+ bottom?: import("@omnia/fx-models").SpacingValue;
2008
+ left?: import("@omnia/fx-models").SpacingValue;
2009
+ };
2010
+ background?: {
2011
+ fill?: {
2012
+ colors: (string | {
2013
+ colorType: "base" | "onBase" | "container" | "onContainer";
2014
+ toned?: boolean;
2015
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2016
+ } | {
2017
+ color: string | {
2018
+ colorType: "base" | "onBase" | "container" | "onContainer";
2019
+ toned?: boolean;
2020
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2021
+ };
2022
+ stop?: number;
2023
+ })[];
2024
+ acrylic?: boolean;
2025
+ opacity?: number;
2026
+ };
2027
+ border?: {
2028
+ radius?: {
2029
+ top?: import("@omnia/fx-models").SpacingValue;
2030
+ right?: import("@omnia/fx-models").SpacingValue;
2031
+ bottom?: import("@omnia/fx-models").SpacingValue;
2032
+ left?: import("@omnia/fx-models").SpacingValue;
2033
+ };
2034
+ width?: {
2035
+ top?: import("@omnia/fx-models").SpacingValue;
2036
+ right?: import("@omnia/fx-models").SpacingValue;
2037
+ bottom?: import("@omnia/fx-models").SpacingValue;
2038
+ left?: import("@omnia/fx-models").SpacingValue;
2039
+ };
2040
+ fill?: {
2041
+ colors: (string | {
2042
+ colorType: "base" | "onBase" | "container" | "onContainer";
2043
+ toned?: boolean;
2044
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2045
+ } | {
2046
+ color: string | any;
2047
+ stop?: number;
2048
+ })[];
2049
+ acrylic?: boolean;
2050
+ opacity?: number;
2051
+ };
2052
+ };
2053
+ elevation?: number;
2054
+ };
2055
+ alterCase?: boolean;
2056
+ text?: {
2057
+ type: "text";
2058
+ color?: {
2059
+ colors: (string | {
2060
+ colorType: "base" | "onBase" | "container" | "onContainer";
2061
+ toned?: boolean;
2062
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2063
+ } | {
2064
+ color: string | {
2065
+ colorType: "base" | "onBase" | "container" | "onContainer";
2066
+ toned?: boolean;
2067
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2068
+ };
2069
+ stop?: number;
2070
+ })[];
2071
+ acrylic?: boolean;
2072
+ opacity?: number;
2073
+ };
2074
+ typography?: {
2075
+ decoration?: string;
2076
+ lg: {
2077
+ weight: number;
2078
+ size: number;
2079
+ lineHeight: number;
2080
+ };
2081
+ md?: {
2082
+ weight: number;
2083
+ size: number;
2084
+ lineHeight: number;
2085
+ };
2086
+ sm?: {
2087
+ weight: number;
2088
+ size: number;
2089
+ lineHeight: number;
2090
+ };
2091
+ } | {
2092
+ type: "title" | "text" | "navigation";
2093
+ size: "xs" | "s" | "m" | "l" | "xl";
2094
+ };
2095
+ };
2096
+ icon?: {
2097
+ type: "icon";
2098
+ color?: {
2099
+ colors: (string | {
2100
+ colorType: "base" | "onBase" | "container" | "onContainer";
2101
+ toned?: boolean;
2102
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2103
+ } | {
2104
+ color: string | {
2105
+ colorType: "base" | "onBase" | "container" | "onContainer";
2106
+ toned?: boolean;
2107
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2108
+ };
2109
+ stop?: number;
2110
+ })[];
2111
+ acrylic?: boolean;
2112
+ opacity?: number;
2113
+ };
2114
+ size?: number;
2115
+ };
2116
+ };
2117
+ link?: {
2118
+ type: "button";
2119
+ padding?: {
2120
+ top?: import("@omnia/fx-models").SpacingValue;
2121
+ right?: import("@omnia/fx-models").SpacingValue;
2122
+ bottom?: import("@omnia/fx-models").SpacingValue;
2123
+ left?: import("@omnia/fx-models").SpacingValue;
2124
+ };
2125
+ background?: {
2126
+ fill?: {
2127
+ colors: (string | {
2128
+ colorType: "base" | "onBase" | "container" | "onContainer";
2129
+ toned?: boolean;
2130
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2131
+ } | {
2132
+ color: string | {
2133
+ colorType: "base" | "onBase" | "container" | "onContainer";
2134
+ toned?: boolean;
2135
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2136
+ };
2137
+ stop?: number;
2138
+ })[];
2139
+ acrylic?: boolean;
2140
+ opacity?: number;
2141
+ };
2142
+ border?: {
2143
+ radius?: {
2144
+ top?: import("@omnia/fx-models").SpacingValue;
2145
+ right?: import("@omnia/fx-models").SpacingValue;
2146
+ bottom?: import("@omnia/fx-models").SpacingValue;
2147
+ left?: import("@omnia/fx-models").SpacingValue;
2148
+ };
2149
+ width?: {
2150
+ top?: import("@omnia/fx-models").SpacingValue;
2151
+ right?: import("@omnia/fx-models").SpacingValue;
2152
+ bottom?: import("@omnia/fx-models").SpacingValue;
2153
+ left?: import("@omnia/fx-models").SpacingValue;
2154
+ };
2155
+ fill?: {
2156
+ colors: (string | {
2157
+ colorType: "base" | "onBase" | "container" | "onContainer";
2158
+ toned?: boolean;
2159
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2160
+ } | {
2161
+ color: string | any;
2162
+ stop?: number;
2163
+ })[];
2164
+ acrylic?: boolean;
2165
+ opacity?: number;
2166
+ };
2167
+ };
2168
+ elevation?: number;
2169
+ };
2170
+ alterCase?: boolean;
2171
+ text?: {
2172
+ type: "text";
2173
+ color?: {
2174
+ colors: (string | {
2175
+ colorType: "base" | "onBase" | "container" | "onContainer";
2176
+ toned?: boolean;
2177
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2178
+ } | {
2179
+ color: string | {
2180
+ colorType: "base" | "onBase" | "container" | "onContainer";
2181
+ toned?: boolean;
2182
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2183
+ };
2184
+ stop?: number;
2185
+ })[];
2186
+ acrylic?: boolean;
2187
+ opacity?: number;
2188
+ };
2189
+ typography?: {
2190
+ decoration?: string;
2191
+ lg: {
2192
+ weight: number;
2193
+ size: number;
2194
+ lineHeight: number;
2195
+ };
2196
+ md?: {
2197
+ weight: number;
2198
+ size: number;
2199
+ lineHeight: number;
2200
+ };
2201
+ sm?: {
2202
+ weight: number;
2203
+ size: number;
2204
+ lineHeight: number;
2205
+ };
2206
+ } | {
2207
+ type: "title" | "text" | "navigation";
2208
+ size: "xs" | "s" | "m" | "l" | "xl";
2209
+ };
2210
+ };
2211
+ icon?: {
2212
+ type: "icon";
2213
+ color?: {
2214
+ colors: (string | {
2215
+ colorType: "base" | "onBase" | "container" | "onContainer";
2216
+ toned?: boolean;
2217
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2218
+ } | {
2219
+ color: string | {
2220
+ colorType: "base" | "onBase" | "container" | "onContainer";
2221
+ toned?: boolean;
2222
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2223
+ };
2224
+ stop?: number;
2225
+ })[];
2226
+ acrylic?: boolean;
2227
+ opacity?: number;
2228
+ };
2229
+ size?: number;
2230
+ };
2231
+ };
2232
+ };
2233
+ icon?: {
2234
+ primary?: {
2235
+ type: "button";
2236
+ padding?: {
2237
+ top?: import("@omnia/fx-models").SpacingValue;
2238
+ right?: import("@omnia/fx-models").SpacingValue;
2239
+ bottom?: import("@omnia/fx-models").SpacingValue;
2240
+ left?: import("@omnia/fx-models").SpacingValue;
2241
+ };
2242
+ background?: {
2243
+ fill?: {
2244
+ colors: (string | {
2245
+ colorType: "base" | "onBase" | "container" | "onContainer";
2246
+ toned?: boolean;
2247
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2248
+ } | {
2249
+ color: string | {
2250
+ colorType: "base" | "onBase" | "container" | "onContainer";
2251
+ toned?: boolean;
2252
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2253
+ };
2254
+ stop?: number;
2255
+ })[];
2256
+ acrylic?: boolean;
2257
+ opacity?: number;
2258
+ };
2259
+ border?: {
2260
+ radius?: {
2261
+ top?: import("@omnia/fx-models").SpacingValue;
2262
+ right?: import("@omnia/fx-models").SpacingValue;
2263
+ bottom?: import("@omnia/fx-models").SpacingValue;
2264
+ left?: import("@omnia/fx-models").SpacingValue;
2265
+ };
2266
+ width?: {
2267
+ top?: import("@omnia/fx-models").SpacingValue;
2268
+ right?: import("@omnia/fx-models").SpacingValue;
2269
+ bottom?: import("@omnia/fx-models").SpacingValue;
2270
+ left?: import("@omnia/fx-models").SpacingValue;
2271
+ };
2272
+ fill?: {
2273
+ colors: (string | {
2274
+ colorType: "base" | "onBase" | "container" | "onContainer";
2275
+ toned?: boolean;
2276
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2277
+ } | {
2278
+ color: string | any;
2279
+ stop?: number;
2280
+ })[];
2281
+ acrylic?: boolean;
2282
+ opacity?: number;
2283
+ };
2284
+ };
2285
+ elevation?: number;
2286
+ };
2287
+ alterCase?: boolean;
2288
+ text?: {
2289
+ type: "text";
2290
+ color?: {
2291
+ colors: (string | {
2292
+ colorType: "base" | "onBase" | "container" | "onContainer";
2293
+ toned?: boolean;
2294
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2295
+ } | {
2296
+ color: string | {
2297
+ colorType: "base" | "onBase" | "container" | "onContainer";
2298
+ toned?: boolean;
2299
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2300
+ };
2301
+ stop?: number;
2302
+ })[];
2303
+ acrylic?: boolean;
2304
+ opacity?: number;
2305
+ };
2306
+ typography?: {
2307
+ decoration?: string;
2308
+ lg: {
2309
+ weight: number;
2310
+ size: number;
2311
+ lineHeight: number;
2312
+ };
2313
+ md?: {
2314
+ weight: number;
2315
+ size: number;
2316
+ lineHeight: number;
2317
+ };
2318
+ sm?: {
2319
+ weight: number;
2320
+ size: number;
2321
+ lineHeight: number;
2322
+ };
2323
+ } | {
2324
+ type: "title" | "text" | "navigation";
2325
+ size: "xs" | "s" | "m" | "l" | "xl";
2326
+ };
2327
+ };
2328
+ icon?: {
2329
+ type: "icon";
2330
+ color?: {
2331
+ colors: (string | {
2332
+ colorType: "base" | "onBase" | "container" | "onContainer";
2333
+ toned?: boolean;
2334
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2335
+ } | {
2336
+ color: string | {
2337
+ colorType: "base" | "onBase" | "container" | "onContainer";
2338
+ toned?: boolean;
2339
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2340
+ };
2341
+ stop?: number;
2342
+ })[];
2343
+ acrylic?: boolean;
2344
+ opacity?: number;
2345
+ };
2346
+ size?: number;
2347
+ };
2348
+ };
2349
+ basic?: {
2350
+ type: "button";
2351
+ padding?: {
2352
+ top?: import("@omnia/fx-models").SpacingValue;
2353
+ right?: import("@omnia/fx-models").SpacingValue;
2354
+ bottom?: import("@omnia/fx-models").SpacingValue;
2355
+ left?: import("@omnia/fx-models").SpacingValue;
2356
+ };
2357
+ background?: {
2358
+ fill?: {
2359
+ colors: (string | {
2360
+ colorType: "base" | "onBase" | "container" | "onContainer";
2361
+ toned?: boolean;
2362
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2363
+ } | {
2364
+ color: string | {
2365
+ colorType: "base" | "onBase" | "container" | "onContainer";
2366
+ toned?: boolean;
2367
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2368
+ };
2369
+ stop?: number;
2370
+ })[];
2371
+ acrylic?: boolean;
2372
+ opacity?: number;
2373
+ };
2374
+ border?: {
2375
+ radius?: {
2376
+ top?: import("@omnia/fx-models").SpacingValue;
2377
+ right?: import("@omnia/fx-models").SpacingValue;
2378
+ bottom?: import("@omnia/fx-models").SpacingValue;
2379
+ left?: import("@omnia/fx-models").SpacingValue;
2380
+ };
2381
+ width?: {
2382
+ top?: import("@omnia/fx-models").SpacingValue;
2383
+ right?: import("@omnia/fx-models").SpacingValue;
2384
+ bottom?: import("@omnia/fx-models").SpacingValue;
2385
+ left?: import("@omnia/fx-models").SpacingValue;
2386
+ };
2387
+ fill?: {
2388
+ colors: (string | {
2389
+ colorType: "base" | "onBase" | "container" | "onContainer";
2390
+ toned?: boolean;
2391
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2392
+ } | {
2393
+ color: string | any;
2394
+ stop?: number;
2395
+ })[];
2396
+ acrylic?: boolean;
2397
+ opacity?: number;
2398
+ };
2399
+ };
2400
+ elevation?: number;
2401
+ };
2402
+ alterCase?: boolean;
2403
+ text?: {
2404
+ type: "text";
2405
+ color?: {
2406
+ colors: (string | {
2407
+ colorType: "base" | "onBase" | "container" | "onContainer";
2408
+ toned?: boolean;
2409
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2410
+ } | {
2411
+ color: string | {
2412
+ colorType: "base" | "onBase" | "container" | "onContainer";
2413
+ toned?: boolean;
2414
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2415
+ };
2416
+ stop?: number;
2417
+ })[];
2418
+ acrylic?: boolean;
2419
+ opacity?: number;
2420
+ };
2421
+ typography?: {
2422
+ decoration?: string;
2423
+ lg: {
2424
+ weight: number;
2425
+ size: number;
2426
+ lineHeight: number;
2427
+ };
2428
+ md?: {
2429
+ weight: number;
2430
+ size: number;
2431
+ lineHeight: number;
2432
+ };
2433
+ sm?: {
2434
+ weight: number;
2435
+ size: number;
2436
+ lineHeight: number;
2437
+ };
2438
+ } | {
2439
+ type: "title" | "text" | "navigation";
2440
+ size: "xs" | "s" | "m" | "l" | "xl";
2441
+ };
2442
+ };
2443
+ icon?: {
2444
+ type: "icon";
2445
+ color?: {
2446
+ colors: (string | {
2447
+ colorType: "base" | "onBase" | "container" | "onContainer";
2448
+ toned?: boolean;
2449
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2450
+ } | {
2451
+ color: string | {
2452
+ colorType: "base" | "onBase" | "container" | "onContainer";
2453
+ toned?: boolean;
2454
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2455
+ };
2456
+ stop?: number;
2457
+ })[];
2458
+ acrylic?: boolean;
2459
+ opacity?: number;
2460
+ };
2461
+ size?: number;
2462
+ };
2463
+ };
2464
+ accent1?: {
2465
+ type: "button";
2466
+ padding?: {
2467
+ top?: import("@omnia/fx-models").SpacingValue;
2468
+ right?: import("@omnia/fx-models").SpacingValue;
2469
+ bottom?: import("@omnia/fx-models").SpacingValue;
2470
+ left?: import("@omnia/fx-models").SpacingValue;
2471
+ };
2472
+ background?: {
2473
+ fill?: {
2474
+ colors: (string | {
2475
+ colorType: "base" | "onBase" | "container" | "onContainer";
2476
+ toned?: boolean;
2477
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2478
+ } | {
2479
+ color: string | {
2480
+ colorType: "base" | "onBase" | "container" | "onContainer";
2481
+ toned?: boolean;
2482
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2483
+ };
2484
+ stop?: number;
2485
+ })[];
2486
+ acrylic?: boolean;
2487
+ opacity?: number;
2488
+ };
2489
+ border?: {
2490
+ radius?: {
2491
+ top?: import("@omnia/fx-models").SpacingValue;
2492
+ right?: import("@omnia/fx-models").SpacingValue;
2493
+ bottom?: import("@omnia/fx-models").SpacingValue;
2494
+ left?: import("@omnia/fx-models").SpacingValue;
2495
+ };
2496
+ width?: {
2497
+ top?: import("@omnia/fx-models").SpacingValue;
2498
+ right?: import("@omnia/fx-models").SpacingValue;
2499
+ bottom?: import("@omnia/fx-models").SpacingValue;
2500
+ left?: import("@omnia/fx-models").SpacingValue;
2501
+ };
2502
+ fill?: {
2503
+ colors: (string | {
2504
+ colorType: "base" | "onBase" | "container" | "onContainer";
2505
+ toned?: boolean;
2506
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2507
+ } | {
2508
+ color: string | any;
2509
+ stop?: number;
2510
+ })[];
2511
+ acrylic?: boolean;
2512
+ opacity?: number;
2513
+ };
2514
+ };
2515
+ elevation?: number;
2516
+ };
2517
+ alterCase?: boolean;
2518
+ text?: {
2519
+ type: "text";
2520
+ color?: {
2521
+ colors: (string | {
2522
+ colorType: "base" | "onBase" | "container" | "onContainer";
2523
+ toned?: boolean;
2524
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2525
+ } | {
2526
+ color: string | {
2527
+ colorType: "base" | "onBase" | "container" | "onContainer";
2528
+ toned?: boolean;
2529
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2530
+ };
2531
+ stop?: number;
2532
+ })[];
2533
+ acrylic?: boolean;
2534
+ opacity?: number;
2535
+ };
2536
+ typography?: {
2537
+ decoration?: string;
2538
+ lg: {
2539
+ weight: number;
2540
+ size: number;
2541
+ lineHeight: number;
2542
+ };
2543
+ md?: {
2544
+ weight: number;
2545
+ size: number;
2546
+ lineHeight: number;
2547
+ };
2548
+ sm?: {
2549
+ weight: number;
2550
+ size: number;
2551
+ lineHeight: number;
2552
+ };
2553
+ } | {
2554
+ type: "title" | "text" | "navigation";
2555
+ size: "xs" | "s" | "m" | "l" | "xl";
2556
+ };
2557
+ };
2558
+ icon?: {
2559
+ type: "icon";
2560
+ color?: {
2561
+ colors: (string | {
2562
+ colorType: "base" | "onBase" | "container" | "onContainer";
2563
+ toned?: boolean;
2564
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2565
+ } | {
2566
+ color: string | {
2567
+ colorType: "base" | "onBase" | "container" | "onContainer";
2568
+ toned?: boolean;
2569
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2570
+ };
2571
+ stop?: number;
2572
+ })[];
2573
+ acrylic?: boolean;
2574
+ opacity?: number;
2575
+ };
2576
+ size?: number;
2577
+ };
2578
+ };
2579
+ warn?: {
2580
+ type: "button";
2581
+ padding?: {
2582
+ top?: import("@omnia/fx-models").SpacingValue;
2583
+ right?: import("@omnia/fx-models").SpacingValue;
2584
+ bottom?: import("@omnia/fx-models").SpacingValue;
2585
+ left?: import("@omnia/fx-models").SpacingValue;
2586
+ };
2587
+ background?: {
2588
+ fill?: {
2589
+ colors: (string | {
2590
+ colorType: "base" | "onBase" | "container" | "onContainer";
2591
+ toned?: boolean;
2592
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2593
+ } | {
2594
+ color: string | {
2595
+ colorType: "base" | "onBase" | "container" | "onContainer";
2596
+ toned?: boolean;
2597
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2598
+ };
2599
+ stop?: number;
2600
+ })[];
2601
+ acrylic?: boolean;
2602
+ opacity?: number;
2603
+ };
2604
+ border?: {
2605
+ radius?: {
2606
+ top?: import("@omnia/fx-models").SpacingValue;
2607
+ right?: import("@omnia/fx-models").SpacingValue;
2608
+ bottom?: import("@omnia/fx-models").SpacingValue;
2609
+ left?: import("@omnia/fx-models").SpacingValue;
2610
+ };
2611
+ width?: {
2612
+ top?: import("@omnia/fx-models").SpacingValue;
2613
+ right?: import("@omnia/fx-models").SpacingValue;
2614
+ bottom?: import("@omnia/fx-models").SpacingValue;
2615
+ left?: import("@omnia/fx-models").SpacingValue;
2616
+ };
2617
+ fill?: {
2618
+ colors: (string | {
2619
+ colorType: "base" | "onBase" | "container" | "onContainer";
2620
+ toned?: boolean;
2621
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2622
+ } | {
2623
+ color: string | any;
2624
+ stop?: number;
2625
+ })[];
2626
+ acrylic?: boolean;
2627
+ opacity?: number;
2628
+ };
2629
+ };
2630
+ elevation?: number;
2631
+ };
2632
+ alterCase?: boolean;
2633
+ text?: {
2634
+ type: "text";
2635
+ color?: {
2636
+ colors: (string | {
2637
+ colorType: "base" | "onBase" | "container" | "onContainer";
2638
+ toned?: boolean;
2639
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2640
+ } | {
2641
+ color: string | {
2642
+ colorType: "base" | "onBase" | "container" | "onContainer";
2643
+ toned?: boolean;
2644
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2645
+ };
2646
+ stop?: number;
2647
+ })[];
2648
+ acrylic?: boolean;
2649
+ opacity?: number;
2650
+ };
2651
+ typography?: {
2652
+ decoration?: string;
2653
+ lg: {
2654
+ weight: number;
2655
+ size: number;
2656
+ lineHeight: number;
2657
+ };
2658
+ md?: {
2659
+ weight: number;
2660
+ size: number;
2661
+ lineHeight: number;
2662
+ };
2663
+ sm?: {
2664
+ weight: number;
2665
+ size: number;
2666
+ lineHeight: number;
2667
+ };
2668
+ } | {
2669
+ type: "title" | "text" | "navigation";
2670
+ size: "xs" | "s" | "m" | "l" | "xl";
2671
+ };
2672
+ };
2673
+ icon?: {
2674
+ type: "icon";
2675
+ color?: {
2676
+ colors: (string | {
2677
+ colorType: "base" | "onBase" | "container" | "onContainer";
2678
+ toned?: boolean;
2679
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2680
+ } | {
2681
+ color: string | {
2682
+ colorType: "base" | "onBase" | "container" | "onContainer";
2683
+ toned?: boolean;
2684
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2685
+ };
2686
+ stop?: number;
2687
+ })[];
2688
+ acrylic?: boolean;
2689
+ opacity?: number;
2690
+ };
2691
+ size?: number;
2692
+ };
2693
+ };
2694
+ disabled?: {
2695
+ type: "button";
2696
+ padding?: {
2697
+ top?: import("@omnia/fx-models").SpacingValue;
2698
+ right?: import("@omnia/fx-models").SpacingValue;
2699
+ bottom?: import("@omnia/fx-models").SpacingValue;
2700
+ left?: import("@omnia/fx-models").SpacingValue;
2701
+ };
2702
+ background?: {
2703
+ fill?: {
2704
+ colors: (string | {
2705
+ colorType: "base" | "onBase" | "container" | "onContainer";
2706
+ toned?: boolean;
2707
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2708
+ } | {
2709
+ color: string | {
2710
+ colorType: "base" | "onBase" | "container" | "onContainer";
2711
+ toned?: boolean;
2712
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2713
+ };
2714
+ stop?: number;
2715
+ })[];
2716
+ acrylic?: boolean;
2717
+ opacity?: number;
2718
+ };
2719
+ border?: {
2720
+ radius?: {
2721
+ top?: import("@omnia/fx-models").SpacingValue;
2722
+ right?: import("@omnia/fx-models").SpacingValue;
2723
+ bottom?: import("@omnia/fx-models").SpacingValue;
2724
+ left?: import("@omnia/fx-models").SpacingValue;
2725
+ };
2726
+ width?: {
2727
+ top?: import("@omnia/fx-models").SpacingValue;
2728
+ right?: import("@omnia/fx-models").SpacingValue;
2729
+ bottom?: import("@omnia/fx-models").SpacingValue;
2730
+ left?: import("@omnia/fx-models").SpacingValue;
2731
+ };
2732
+ fill?: {
2733
+ colors: (string | {
2734
+ colorType: "base" | "onBase" | "container" | "onContainer";
2735
+ toned?: boolean;
2736
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2737
+ } | {
2738
+ color: string | any;
2739
+ stop?: number;
2740
+ })[];
2741
+ acrylic?: boolean;
2742
+ opacity?: number;
2743
+ };
2744
+ };
2745
+ elevation?: number;
2746
+ };
2747
+ alterCase?: boolean;
2748
+ text?: {
2749
+ type: "text";
2750
+ color?: {
2751
+ colors: (string | {
2752
+ colorType: "base" | "onBase" | "container" | "onContainer";
2753
+ toned?: boolean;
2754
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2755
+ } | {
2756
+ color: string | {
2757
+ colorType: "base" | "onBase" | "container" | "onContainer";
2758
+ toned?: boolean;
2759
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2760
+ };
2761
+ stop?: number;
2762
+ })[];
2763
+ acrylic?: boolean;
2764
+ opacity?: number;
2765
+ };
2766
+ typography?: {
2767
+ decoration?: string;
2768
+ lg: {
2769
+ weight: number;
2770
+ size: number;
2771
+ lineHeight: number;
2772
+ };
2773
+ md?: {
2774
+ weight: number;
2775
+ size: number;
2776
+ lineHeight: number;
2777
+ };
2778
+ sm?: {
2779
+ weight: number;
2780
+ size: number;
2781
+ lineHeight: number;
2782
+ };
2783
+ } | {
2784
+ type: "title" | "text" | "navigation";
2785
+ size: "xs" | "s" | "m" | "l" | "xl";
2786
+ };
2787
+ };
2788
+ icon?: {
2789
+ type: "icon";
2790
+ color?: {
2791
+ colors: (string | {
2792
+ colorType: "base" | "onBase" | "container" | "onContainer";
2793
+ toned?: boolean;
2794
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2795
+ } | {
2796
+ color: string | {
2797
+ colorType: "base" | "onBase" | "container" | "onContainer";
2798
+ toned?: boolean;
2799
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2800
+ };
2801
+ stop?: number;
2802
+ })[];
2803
+ acrylic?: boolean;
2804
+ opacity?: number;
2805
+ };
2806
+ size?: number;
2807
+ };
2808
+ };
2809
+ link?: {
2810
+ type: "button";
2811
+ padding?: {
2812
+ top?: import("@omnia/fx-models").SpacingValue;
2813
+ right?: import("@omnia/fx-models").SpacingValue;
2814
+ bottom?: import("@omnia/fx-models").SpacingValue;
2815
+ left?: import("@omnia/fx-models").SpacingValue;
2816
+ };
2817
+ background?: {
2818
+ fill?: {
2819
+ colors: (string | {
2820
+ colorType: "base" | "onBase" | "container" | "onContainer";
2821
+ toned?: boolean;
2822
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2823
+ } | {
2824
+ color: string | {
2825
+ colorType: "base" | "onBase" | "container" | "onContainer";
2826
+ toned?: boolean;
2827
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2828
+ };
2829
+ stop?: number;
2830
+ })[];
2831
+ acrylic?: boolean;
2832
+ opacity?: number;
2833
+ };
2834
+ border?: {
2835
+ radius?: {
2836
+ top?: import("@omnia/fx-models").SpacingValue;
2837
+ right?: import("@omnia/fx-models").SpacingValue;
2838
+ bottom?: import("@omnia/fx-models").SpacingValue;
2839
+ left?: import("@omnia/fx-models").SpacingValue;
2840
+ };
2841
+ width?: {
2842
+ top?: import("@omnia/fx-models").SpacingValue;
2843
+ right?: import("@omnia/fx-models").SpacingValue;
2844
+ bottom?: import("@omnia/fx-models").SpacingValue;
2845
+ left?: import("@omnia/fx-models").SpacingValue;
2846
+ };
2847
+ fill?: {
2848
+ colors: (string | {
2849
+ colorType: "base" | "onBase" | "container" | "onContainer";
2850
+ toned?: boolean;
2851
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2852
+ } | {
2853
+ color: string | any;
2854
+ stop?: number;
2855
+ })[];
2856
+ acrylic?: boolean;
2857
+ opacity?: number;
2858
+ };
2859
+ };
2860
+ elevation?: number;
2861
+ };
2862
+ alterCase?: boolean;
2863
+ text?: {
2864
+ type: "text";
2865
+ color?: {
2866
+ colors: (string | {
2867
+ colorType: "base" | "onBase" | "container" | "onContainer";
2868
+ toned?: boolean;
2869
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2870
+ } | {
2871
+ color: string | {
2872
+ colorType: "base" | "onBase" | "container" | "onContainer";
2873
+ toned?: boolean;
2874
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2875
+ };
2876
+ stop?: number;
2877
+ })[];
2878
+ acrylic?: boolean;
2879
+ opacity?: number;
2880
+ };
2881
+ typography?: {
2882
+ decoration?: string;
2883
+ lg: {
2884
+ weight: number;
2885
+ size: number;
2886
+ lineHeight: number;
2887
+ };
2888
+ md?: {
2889
+ weight: number;
2890
+ size: number;
2891
+ lineHeight: number;
2892
+ };
2893
+ sm?: {
2894
+ weight: number;
2895
+ size: number;
2896
+ lineHeight: number;
2897
+ };
2898
+ } | {
2899
+ type: "title" | "text" | "navigation";
2900
+ size: "xs" | "s" | "m" | "l" | "xl";
2901
+ };
2902
+ };
2903
+ icon?: {
2904
+ type: "icon";
2905
+ color?: {
2906
+ colors: (string | {
2907
+ colorType: "base" | "onBase" | "container" | "onContainer";
2908
+ toned?: boolean;
2909
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2910
+ } | {
2911
+ color: string | {
2912
+ colorType: "base" | "onBase" | "container" | "onContainer";
2913
+ toned?: boolean;
2914
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2915
+ };
2916
+ stop?: number;
2917
+ })[];
2918
+ acrylic?: boolean;
2919
+ opacity?: number;
2920
+ };
2921
+ size?: number;
2922
+ };
2923
+ };
2924
+ };
2925
+ };
2926
+ tabs?: {
2927
+ primary?: {
2928
+ type: "tab";
2929
+ background?: {
2930
+ fill?: {
2931
+ colors: (string | {
2932
+ colorType: "base" | "onBase" | "container" | "onContainer";
2933
+ toned?: boolean;
2934
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2935
+ } | {
2936
+ color: string | {
2937
+ colorType: "base" | "onBase" | "container" | "onContainer";
2938
+ toned?: boolean;
2939
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2940
+ };
2941
+ stop?: number;
2942
+ })[];
2943
+ acrylic?: boolean;
2944
+ opacity?: number;
2945
+ };
2946
+ border?: {
2947
+ radius?: {
2948
+ top?: import("@omnia/fx-models").SpacingValue;
2949
+ right?: import("@omnia/fx-models").SpacingValue;
2950
+ bottom?: import("@omnia/fx-models").SpacingValue;
2951
+ left?: import("@omnia/fx-models").SpacingValue;
2952
+ };
2953
+ width?: {
2954
+ top?: import("@omnia/fx-models").SpacingValue;
2955
+ right?: import("@omnia/fx-models").SpacingValue;
2956
+ bottom?: import("@omnia/fx-models").SpacingValue;
2957
+ left?: import("@omnia/fx-models").SpacingValue;
2958
+ };
2959
+ fill?: {
2960
+ colors: (string | {
2961
+ colorType: "base" | "onBase" | "container" | "onContainer";
2962
+ toned?: boolean;
2963
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2964
+ } | {
2965
+ color: string | {
2966
+ colorType: "base" | "onBase" | "container" | "onContainer";
2967
+ toned?: boolean;
2968
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2969
+ };
2970
+ stop?: number;
2971
+ })[];
2972
+ acrylic?: boolean;
2973
+ opacity?: number;
2974
+ };
2975
+ };
2976
+ elevation?: number;
2977
+ };
2978
+ padding?: {
2979
+ top?: import("@omnia/fx-models").SpacingValue;
2980
+ right?: import("@omnia/fx-models").SpacingValue;
2981
+ bottom?: import("@omnia/fx-models").SpacingValue;
2982
+ left?: import("@omnia/fx-models").SpacingValue;
2983
+ };
2984
+ margin?: {
2985
+ top?: import("@omnia/fx-models").SpacingValue;
2986
+ right?: import("@omnia/fx-models").SpacingValue;
2987
+ bottom?: import("@omnia/fx-models").SpacingValue;
2988
+ left?: import("@omnia/fx-models").SpacingValue;
2989
+ };
2990
+ vertical?: boolean;
2991
+ hideSlider?: boolean;
2992
+ iconPosition?: "left" | "right" | "top";
2993
+ grow?: boolean;
2994
+ minHeight?: number;
2995
+ minWidth?: number;
2996
+ alignment?: "center" | "start" | "end";
2997
+ sliderColor?: string | {
2998
+ colorType: "base" | "onBase" | "container" | "onContainer";
2999
+ toned?: boolean;
3000
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3001
+ };
3002
+ text?: {
3003
+ type: "text";
3004
+ color?: {
3005
+ colors: (string | {
3006
+ colorType: "base" | "onBase" | "container" | "onContainer";
3007
+ toned?: boolean;
3008
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3009
+ } | {
3010
+ color: string | {
3011
+ colorType: "base" | "onBase" | "container" | "onContainer";
3012
+ toned?: boolean;
3013
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3014
+ };
3015
+ stop?: number;
3016
+ })[];
3017
+ acrylic?: boolean;
3018
+ opacity?: number;
3019
+ };
3020
+ typography?: {
3021
+ decoration?: string;
3022
+ lg: {
3023
+ weight: number;
3024
+ size: number;
3025
+ lineHeight: number;
3026
+ };
3027
+ md?: {
3028
+ weight: number;
3029
+ size: number;
3030
+ lineHeight: number;
3031
+ };
3032
+ sm?: {
3033
+ weight: number;
3034
+ size: number;
3035
+ lineHeight: number;
3036
+ };
3037
+ } | {
3038
+ type: "title" | "text" | "navigation";
3039
+ size: "xs" | "s" | "m" | "l" | "xl";
3040
+ };
3041
+ };
3042
+ icon?: {
3043
+ type: "icon";
3044
+ color?: {
3045
+ colors: (string | {
3046
+ colorType: "base" | "onBase" | "container" | "onContainer";
3047
+ toned?: boolean;
3048
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3049
+ } | {
3050
+ color: string | {
3051
+ colorType: "base" | "onBase" | "container" | "onContainer";
3052
+ toned?: boolean;
3053
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3054
+ };
3055
+ stop?: number;
3056
+ })[];
3057
+ acrylic?: boolean;
3058
+ opacity?: number;
3059
+ };
3060
+ size?: number;
3061
+ };
3062
+ active?: {
3063
+ padding?: {
3064
+ top?: import("@omnia/fx-models").SpacingValue;
3065
+ right?: import("@omnia/fx-models").SpacingValue;
3066
+ bottom?: import("@omnia/fx-models").SpacingValue;
3067
+ left?: import("@omnia/fx-models").SpacingValue;
3068
+ };
3069
+ background?: {
3070
+ fill?: {
3071
+ colors: (string | {
3072
+ colorType: "base" | "onBase" | "container" | "onContainer";
3073
+ toned?: boolean;
3074
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3075
+ } | {
3076
+ color: string | {
3077
+ colorType: "base" | "onBase" | "container" | "onContainer";
3078
+ toned?: boolean;
3079
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3080
+ };
3081
+ stop?: number;
3082
+ })[];
3083
+ acrylic?: boolean;
3084
+ opacity?: number;
3085
+ };
3086
+ border?: {
3087
+ radius?: {
3088
+ top?: import("@omnia/fx-models").SpacingValue;
3089
+ right?: import("@omnia/fx-models").SpacingValue;
3090
+ bottom?: import("@omnia/fx-models").SpacingValue;
3091
+ left?: import("@omnia/fx-models").SpacingValue;
3092
+ };
3093
+ width?: {
3094
+ top?: import("@omnia/fx-models").SpacingValue;
3095
+ right?: import("@omnia/fx-models").SpacingValue;
3096
+ bottom?: import("@omnia/fx-models").SpacingValue;
3097
+ left?: import("@omnia/fx-models").SpacingValue;
3098
+ };
3099
+ fill?: {
3100
+ colors: (string | {
3101
+ colorType: "base" | "onBase" | "container" | "onContainer";
3102
+ toned?: boolean;
3103
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3104
+ } | {
3105
+ color: string | any;
3106
+ stop?: number;
3107
+ })[];
3108
+ acrylic?: boolean;
3109
+ opacity?: number;
3110
+ };
3111
+ };
3112
+ elevation?: number;
3113
+ };
3114
+ text?: {
3115
+ type: "text";
3116
+ color?: {
3117
+ colors: (string | {
3118
+ colorType: "base" | "onBase" | "container" | "onContainer";
3119
+ toned?: boolean;
3120
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3121
+ } | {
3122
+ color: string | {
3123
+ colorType: "base" | "onBase" | "container" | "onContainer";
3124
+ toned?: boolean;
3125
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3126
+ };
3127
+ stop?: number;
3128
+ })[];
3129
+ acrylic?: boolean;
3130
+ opacity?: number;
3131
+ };
3132
+ typography?: {
3133
+ decoration?: string;
3134
+ lg: {
3135
+ weight: number;
3136
+ size: number;
3137
+ lineHeight: number;
3138
+ };
3139
+ md?: {
3140
+ weight: number;
3141
+ size: number;
3142
+ lineHeight: number;
3143
+ };
3144
+ sm?: {
3145
+ weight: number;
3146
+ size: number;
3147
+ lineHeight: number;
3148
+ };
3149
+ } | {
3150
+ type: "title" | "text" | "navigation";
3151
+ size: "xs" | "s" | "m" | "l" | "xl";
3152
+ };
3153
+ };
3154
+ icon?: {
3155
+ type: "icon";
3156
+ color?: {
3157
+ colors: (string | {
3158
+ colorType: "base" | "onBase" | "container" | "onContainer";
3159
+ toned?: boolean;
3160
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3161
+ } | {
3162
+ color: string | {
3163
+ colorType: "base" | "onBase" | "container" | "onContainer";
3164
+ toned?: boolean;
3165
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3166
+ };
3167
+ stop?: number;
3168
+ })[];
3169
+ acrylic?: boolean;
3170
+ opacity?: number;
3171
+ };
3172
+ size?: number;
3173
+ };
3174
+ };
3175
+ inactive?: {
3176
+ background?: {
3177
+ fill?: {
3178
+ colors: (string | {
3179
+ colorType: "base" | "onBase" | "container" | "onContainer";
3180
+ toned?: boolean;
3181
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3182
+ } | {
3183
+ color: string | {
3184
+ colorType: "base" | "onBase" | "container" | "onContainer";
3185
+ toned?: boolean;
3186
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3187
+ };
3188
+ stop?: number;
3189
+ })[];
3190
+ acrylic?: boolean;
3191
+ opacity?: number;
3192
+ };
3193
+ border?: {
3194
+ radius?: {
3195
+ top?: import("@omnia/fx-models").SpacingValue;
3196
+ right?: import("@omnia/fx-models").SpacingValue;
3197
+ bottom?: import("@omnia/fx-models").SpacingValue;
3198
+ left?: import("@omnia/fx-models").SpacingValue;
3199
+ };
3200
+ width?: {
3201
+ top?: import("@omnia/fx-models").SpacingValue;
3202
+ right?: import("@omnia/fx-models").SpacingValue;
3203
+ bottom?: import("@omnia/fx-models").SpacingValue;
3204
+ left?: import("@omnia/fx-models").SpacingValue;
3205
+ };
3206
+ fill?: {
3207
+ colors: (string | {
3208
+ colorType: "base" | "onBase" | "container" | "onContainer";
3209
+ toned?: boolean;
3210
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3211
+ } | {
3212
+ color: string | any;
3213
+ stop?: number;
3214
+ })[];
3215
+ acrylic?: boolean;
3216
+ opacity?: number;
3217
+ };
3218
+ };
3219
+ elevation?: number;
3220
+ };
3221
+ };
3222
+ };
3223
+ variant1?: {
3224
+ type: "tab";
3225
+ background?: {
3226
+ fill?: {
3227
+ colors: (string | {
3228
+ colorType: "base" | "onBase" | "container" | "onContainer";
3229
+ toned?: boolean;
3230
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3231
+ } | {
3232
+ color: string | {
3233
+ colorType: "base" | "onBase" | "container" | "onContainer";
3234
+ toned?: boolean;
3235
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3236
+ };
3237
+ stop?: number;
3238
+ })[];
3239
+ acrylic?: boolean;
3240
+ opacity?: number;
3241
+ };
3242
+ border?: {
3243
+ radius?: {
3244
+ top?: import("@omnia/fx-models").SpacingValue;
3245
+ right?: import("@omnia/fx-models").SpacingValue;
3246
+ bottom?: import("@omnia/fx-models").SpacingValue;
3247
+ left?: import("@omnia/fx-models").SpacingValue;
3248
+ };
3249
+ width?: {
3250
+ top?: import("@omnia/fx-models").SpacingValue;
3251
+ right?: import("@omnia/fx-models").SpacingValue;
3252
+ bottom?: import("@omnia/fx-models").SpacingValue;
3253
+ left?: import("@omnia/fx-models").SpacingValue;
3254
+ };
3255
+ fill?: {
3256
+ colors: (string | {
3257
+ colorType: "base" | "onBase" | "container" | "onContainer";
3258
+ toned?: boolean;
3259
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3260
+ } | {
3261
+ color: string | {
3262
+ colorType: "base" | "onBase" | "container" | "onContainer";
3263
+ toned?: boolean;
3264
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3265
+ };
3266
+ stop?: number;
3267
+ })[];
3268
+ acrylic?: boolean;
3269
+ opacity?: number;
3270
+ };
3271
+ };
3272
+ elevation?: number;
3273
+ };
3274
+ padding?: {
3275
+ top?: import("@omnia/fx-models").SpacingValue;
3276
+ right?: import("@omnia/fx-models").SpacingValue;
3277
+ bottom?: import("@omnia/fx-models").SpacingValue;
3278
+ left?: import("@omnia/fx-models").SpacingValue;
3279
+ };
3280
+ margin?: {
3281
+ top?: import("@omnia/fx-models").SpacingValue;
3282
+ right?: import("@omnia/fx-models").SpacingValue;
3283
+ bottom?: import("@omnia/fx-models").SpacingValue;
3284
+ left?: import("@omnia/fx-models").SpacingValue;
3285
+ };
3286
+ vertical?: boolean;
3287
+ hideSlider?: boolean;
3288
+ iconPosition?: "left" | "right" | "top";
3289
+ grow?: boolean;
3290
+ minHeight?: number;
3291
+ minWidth?: number;
3292
+ alignment?: "center" | "start" | "end";
3293
+ sliderColor?: string | {
3294
+ colorType: "base" | "onBase" | "container" | "onContainer";
3295
+ toned?: boolean;
3296
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3297
+ };
3298
+ text?: {
3299
+ type: "text";
3300
+ color?: {
3301
+ colors: (string | {
3302
+ colorType: "base" | "onBase" | "container" | "onContainer";
3303
+ toned?: boolean;
3304
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3305
+ } | {
3306
+ color: string | {
3307
+ colorType: "base" | "onBase" | "container" | "onContainer";
3308
+ toned?: boolean;
3309
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3310
+ };
3311
+ stop?: number;
3312
+ })[];
3313
+ acrylic?: boolean;
3314
+ opacity?: number;
3315
+ };
3316
+ typography?: {
3317
+ decoration?: string;
3318
+ lg: {
3319
+ weight: number;
3320
+ size: number;
3321
+ lineHeight: number;
3322
+ };
3323
+ md?: {
3324
+ weight: number;
3325
+ size: number;
3326
+ lineHeight: number;
3327
+ };
3328
+ sm?: {
3329
+ weight: number;
3330
+ size: number;
3331
+ lineHeight: number;
3332
+ };
3333
+ } | {
3334
+ type: "title" | "text" | "navigation";
3335
+ size: "xs" | "s" | "m" | "l" | "xl";
3336
+ };
3337
+ };
3338
+ icon?: {
3339
+ type: "icon";
3340
+ color?: {
3341
+ colors: (string | {
3342
+ colorType: "base" | "onBase" | "container" | "onContainer";
3343
+ toned?: boolean;
3344
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3345
+ } | {
3346
+ color: string | {
3347
+ colorType: "base" | "onBase" | "container" | "onContainer";
3348
+ toned?: boolean;
3349
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3350
+ };
3351
+ stop?: number;
3352
+ })[];
3353
+ acrylic?: boolean;
3354
+ opacity?: number;
3355
+ };
3356
+ size?: number;
3357
+ };
3358
+ active?: {
3359
+ padding?: {
3360
+ top?: import("@omnia/fx-models").SpacingValue;
3361
+ right?: import("@omnia/fx-models").SpacingValue;
3362
+ bottom?: import("@omnia/fx-models").SpacingValue;
3363
+ left?: import("@omnia/fx-models").SpacingValue;
3364
+ };
3365
+ background?: {
3366
+ fill?: {
3367
+ colors: (string | {
3368
+ colorType: "base" | "onBase" | "container" | "onContainer";
3369
+ toned?: boolean;
3370
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3371
+ } | {
3372
+ color: string | {
3373
+ colorType: "base" | "onBase" | "container" | "onContainer";
3374
+ toned?: boolean;
3375
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3376
+ };
3377
+ stop?: number;
3378
+ })[];
3379
+ acrylic?: boolean;
3380
+ opacity?: number;
3381
+ };
3382
+ border?: {
3383
+ radius?: {
3384
+ top?: import("@omnia/fx-models").SpacingValue;
3385
+ right?: import("@omnia/fx-models").SpacingValue;
3386
+ bottom?: import("@omnia/fx-models").SpacingValue;
3387
+ left?: import("@omnia/fx-models").SpacingValue;
3388
+ };
3389
+ width?: {
3390
+ top?: import("@omnia/fx-models").SpacingValue;
3391
+ right?: import("@omnia/fx-models").SpacingValue;
3392
+ bottom?: import("@omnia/fx-models").SpacingValue;
3393
+ left?: import("@omnia/fx-models").SpacingValue;
3394
+ };
3395
+ fill?: {
3396
+ colors: (string | {
3397
+ colorType: "base" | "onBase" | "container" | "onContainer";
3398
+ toned?: boolean;
3399
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3400
+ } | {
3401
+ color: string | any;
3402
+ stop?: number;
3403
+ })[];
3404
+ acrylic?: boolean;
3405
+ opacity?: number;
3406
+ };
3407
+ };
3408
+ elevation?: number;
3409
+ };
3410
+ text?: {
3411
+ type: "text";
3412
+ color?: {
3413
+ colors: (string | {
3414
+ colorType: "base" | "onBase" | "container" | "onContainer";
3415
+ toned?: boolean;
3416
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3417
+ } | {
3418
+ color: string | {
3419
+ colorType: "base" | "onBase" | "container" | "onContainer";
3420
+ toned?: boolean;
3421
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3422
+ };
3423
+ stop?: number;
3424
+ })[];
3425
+ acrylic?: boolean;
3426
+ opacity?: number;
3427
+ };
3428
+ typography?: {
3429
+ decoration?: string;
3430
+ lg: {
3431
+ weight: number;
3432
+ size: number;
3433
+ lineHeight: number;
3434
+ };
3435
+ md?: {
3436
+ weight: number;
3437
+ size: number;
3438
+ lineHeight: number;
3439
+ };
3440
+ sm?: {
3441
+ weight: number;
3442
+ size: number;
3443
+ lineHeight: number;
3444
+ };
3445
+ } | {
3446
+ type: "title" | "text" | "navigation";
3447
+ size: "xs" | "s" | "m" | "l" | "xl";
3448
+ };
3449
+ };
3450
+ icon?: {
3451
+ type: "icon";
3452
+ color?: {
3453
+ colors: (string | {
3454
+ colorType: "base" | "onBase" | "container" | "onContainer";
3455
+ toned?: boolean;
3456
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3457
+ } | {
3458
+ color: string | {
3459
+ colorType: "base" | "onBase" | "container" | "onContainer";
3460
+ toned?: boolean;
3461
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3462
+ };
3463
+ stop?: number;
3464
+ })[];
3465
+ acrylic?: boolean;
3466
+ opacity?: number;
3467
+ };
3468
+ size?: number;
3469
+ };
3470
+ };
3471
+ inactive?: {
3472
+ background?: {
3473
+ fill?: {
3474
+ colors: (string | {
3475
+ colorType: "base" | "onBase" | "container" | "onContainer";
3476
+ toned?: boolean;
3477
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3478
+ } | {
3479
+ color: string | {
3480
+ colorType: "base" | "onBase" | "container" | "onContainer";
3481
+ toned?: boolean;
3482
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3483
+ };
3484
+ stop?: number;
3485
+ })[];
3486
+ acrylic?: boolean;
3487
+ opacity?: number;
3488
+ };
3489
+ border?: {
3490
+ radius?: {
3491
+ top?: import("@omnia/fx-models").SpacingValue;
3492
+ right?: import("@omnia/fx-models").SpacingValue;
3493
+ bottom?: import("@omnia/fx-models").SpacingValue;
3494
+ left?: import("@omnia/fx-models").SpacingValue;
3495
+ };
3496
+ width?: {
3497
+ top?: import("@omnia/fx-models").SpacingValue;
3498
+ right?: import("@omnia/fx-models").SpacingValue;
3499
+ bottom?: import("@omnia/fx-models").SpacingValue;
3500
+ left?: import("@omnia/fx-models").SpacingValue;
3501
+ };
3502
+ fill?: {
3503
+ colors: (string | {
3504
+ colorType: "base" | "onBase" | "container" | "onContainer";
3505
+ toned?: boolean;
3506
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3507
+ } | {
3508
+ color: string | any;
3509
+ stop?: number;
3510
+ })[];
3511
+ acrylic?: boolean;
3512
+ opacity?: number;
3513
+ };
3514
+ };
3515
+ elevation?: number;
3516
+ };
3517
+ };
3518
+ };
3519
+ variant2?: {
3520
+ type: "tab";
3521
+ background?: {
3522
+ fill?: {
3523
+ colors: (string | {
3524
+ colorType: "base" | "onBase" | "container" | "onContainer";
3525
+ toned?: boolean;
3526
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3527
+ } | {
3528
+ color: string | {
3529
+ colorType: "base" | "onBase" | "container" | "onContainer";
3530
+ toned?: boolean;
3531
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3532
+ };
3533
+ stop?: number;
3534
+ })[];
3535
+ acrylic?: boolean;
3536
+ opacity?: number;
3537
+ };
3538
+ border?: {
3539
+ radius?: {
3540
+ top?: import("@omnia/fx-models").SpacingValue;
3541
+ right?: import("@omnia/fx-models").SpacingValue;
3542
+ bottom?: import("@omnia/fx-models").SpacingValue;
3543
+ left?: import("@omnia/fx-models").SpacingValue;
3544
+ };
3545
+ width?: {
3546
+ top?: import("@omnia/fx-models").SpacingValue;
3547
+ right?: import("@omnia/fx-models").SpacingValue;
3548
+ bottom?: import("@omnia/fx-models").SpacingValue;
3549
+ left?: import("@omnia/fx-models").SpacingValue;
3550
+ };
3551
+ fill?: {
3552
+ colors: (string | {
3553
+ colorType: "base" | "onBase" | "container" | "onContainer";
3554
+ toned?: boolean;
3555
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3556
+ } | {
3557
+ color: string | {
3558
+ colorType: "base" | "onBase" | "container" | "onContainer";
3559
+ toned?: boolean;
3560
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3561
+ };
3562
+ stop?: number;
3563
+ })[];
3564
+ acrylic?: boolean;
3565
+ opacity?: number;
3566
+ };
3567
+ };
3568
+ elevation?: number;
3569
+ };
3570
+ padding?: {
3571
+ top?: import("@omnia/fx-models").SpacingValue;
3572
+ right?: import("@omnia/fx-models").SpacingValue;
3573
+ bottom?: import("@omnia/fx-models").SpacingValue;
3574
+ left?: import("@omnia/fx-models").SpacingValue;
3575
+ };
3576
+ margin?: {
3577
+ top?: import("@omnia/fx-models").SpacingValue;
3578
+ right?: import("@omnia/fx-models").SpacingValue;
3579
+ bottom?: import("@omnia/fx-models").SpacingValue;
3580
+ left?: import("@omnia/fx-models").SpacingValue;
3581
+ };
3582
+ vertical?: boolean;
3583
+ hideSlider?: boolean;
3584
+ iconPosition?: "left" | "right" | "top";
3585
+ grow?: boolean;
3586
+ minHeight?: number;
3587
+ minWidth?: number;
3588
+ alignment?: "center" | "start" | "end";
3589
+ sliderColor?: string | {
3590
+ colorType: "base" | "onBase" | "container" | "onContainer";
3591
+ toned?: boolean;
3592
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3593
+ };
3594
+ text?: {
3595
+ type: "text";
3596
+ color?: {
3597
+ colors: (string | {
3598
+ colorType: "base" | "onBase" | "container" | "onContainer";
3599
+ toned?: boolean;
3600
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3601
+ } | {
3602
+ color: string | {
3603
+ colorType: "base" | "onBase" | "container" | "onContainer";
3604
+ toned?: boolean;
3605
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3606
+ };
3607
+ stop?: number;
3608
+ })[];
3609
+ acrylic?: boolean;
3610
+ opacity?: number;
3611
+ };
3612
+ typography?: {
3613
+ decoration?: string;
3614
+ lg: {
3615
+ weight: number;
3616
+ size: number;
3617
+ lineHeight: number;
3618
+ };
3619
+ md?: {
3620
+ weight: number;
3621
+ size: number;
3622
+ lineHeight: number;
3623
+ };
3624
+ sm?: {
3625
+ weight: number;
3626
+ size: number;
3627
+ lineHeight: number;
3628
+ };
3629
+ } | {
3630
+ type: "title" | "text" | "navigation";
3631
+ size: "xs" | "s" | "m" | "l" | "xl";
3632
+ };
3633
+ };
3634
+ icon?: {
3635
+ type: "icon";
3636
+ color?: {
3637
+ colors: (string | {
3638
+ colorType: "base" | "onBase" | "container" | "onContainer";
3639
+ toned?: boolean;
3640
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3641
+ } | {
3642
+ color: string | {
3643
+ colorType: "base" | "onBase" | "container" | "onContainer";
3644
+ toned?: boolean;
3645
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3646
+ };
3647
+ stop?: number;
3648
+ })[];
3649
+ acrylic?: boolean;
3650
+ opacity?: number;
3651
+ };
3652
+ size?: number;
3653
+ };
3654
+ active?: {
3655
+ padding?: {
3656
+ top?: import("@omnia/fx-models").SpacingValue;
3657
+ right?: import("@omnia/fx-models").SpacingValue;
3658
+ bottom?: import("@omnia/fx-models").SpacingValue;
3659
+ left?: import("@omnia/fx-models").SpacingValue;
3660
+ };
3661
+ background?: {
3662
+ fill?: {
3663
+ colors: (string | {
3664
+ colorType: "base" | "onBase" | "container" | "onContainer";
3665
+ toned?: boolean;
3666
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3667
+ } | {
3668
+ color: string | {
3669
+ colorType: "base" | "onBase" | "container" | "onContainer";
3670
+ toned?: boolean;
3671
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3672
+ };
3673
+ stop?: number;
3674
+ })[];
3675
+ acrylic?: boolean;
3676
+ opacity?: number;
3677
+ };
3678
+ border?: {
3679
+ radius?: {
3680
+ top?: import("@omnia/fx-models").SpacingValue;
3681
+ right?: import("@omnia/fx-models").SpacingValue;
3682
+ bottom?: import("@omnia/fx-models").SpacingValue;
3683
+ left?: import("@omnia/fx-models").SpacingValue;
3684
+ };
3685
+ width?: {
3686
+ top?: import("@omnia/fx-models").SpacingValue;
3687
+ right?: import("@omnia/fx-models").SpacingValue;
3688
+ bottom?: import("@omnia/fx-models").SpacingValue;
3689
+ left?: import("@omnia/fx-models").SpacingValue;
3690
+ };
3691
+ fill?: {
3692
+ colors: (string | {
3693
+ colorType: "base" | "onBase" | "container" | "onContainer";
3694
+ toned?: boolean;
3695
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3696
+ } | {
3697
+ color: string | any;
3698
+ stop?: number;
3699
+ })[];
3700
+ acrylic?: boolean;
3701
+ opacity?: number;
3702
+ };
3703
+ };
3704
+ elevation?: number;
3705
+ };
3706
+ text?: {
3707
+ type: "text";
3708
+ color?: {
3709
+ colors: (string | {
3710
+ colorType: "base" | "onBase" | "container" | "onContainer";
3711
+ toned?: boolean;
3712
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3713
+ } | {
3714
+ color: string | {
3715
+ colorType: "base" | "onBase" | "container" | "onContainer";
3716
+ toned?: boolean;
3717
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3718
+ };
3719
+ stop?: number;
3720
+ })[];
3721
+ acrylic?: boolean;
3722
+ opacity?: number;
3723
+ };
3724
+ typography?: {
3725
+ decoration?: string;
3726
+ lg: {
3727
+ weight: number;
3728
+ size: number;
3729
+ lineHeight: number;
3730
+ };
3731
+ md?: {
3732
+ weight: number;
3733
+ size: number;
3734
+ lineHeight: number;
3735
+ };
3736
+ sm?: {
3737
+ weight: number;
3738
+ size: number;
3739
+ lineHeight: number;
3740
+ };
3741
+ } | {
3742
+ type: "title" | "text" | "navigation";
3743
+ size: "xs" | "s" | "m" | "l" | "xl";
3744
+ };
3745
+ };
3746
+ icon?: {
3747
+ type: "icon";
3748
+ color?: {
3749
+ colors: (string | {
3750
+ colorType: "base" | "onBase" | "container" | "onContainer";
3751
+ toned?: boolean;
3752
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3753
+ } | {
3754
+ color: string | {
3755
+ colorType: "base" | "onBase" | "container" | "onContainer";
3756
+ toned?: boolean;
3757
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3758
+ };
3759
+ stop?: number;
3760
+ })[];
3761
+ acrylic?: boolean;
3762
+ opacity?: number;
3763
+ };
3764
+ size?: number;
3765
+ };
3766
+ };
3767
+ inactive?: {
3768
+ background?: {
3769
+ fill?: {
3770
+ colors: (string | {
3771
+ colorType: "base" | "onBase" | "container" | "onContainer";
3772
+ toned?: boolean;
3773
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3774
+ } | {
3775
+ color: string | {
3776
+ colorType: "base" | "onBase" | "container" | "onContainer";
3777
+ toned?: boolean;
3778
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3779
+ };
3780
+ stop?: number;
3781
+ })[];
3782
+ acrylic?: boolean;
3783
+ opacity?: number;
3784
+ };
3785
+ border?: {
3786
+ radius?: {
3787
+ top?: import("@omnia/fx-models").SpacingValue;
3788
+ right?: import("@omnia/fx-models").SpacingValue;
3789
+ bottom?: import("@omnia/fx-models").SpacingValue;
3790
+ left?: import("@omnia/fx-models").SpacingValue;
3791
+ };
3792
+ width?: {
3793
+ top?: import("@omnia/fx-models").SpacingValue;
3794
+ right?: import("@omnia/fx-models").SpacingValue;
3795
+ bottom?: import("@omnia/fx-models").SpacingValue;
3796
+ left?: import("@omnia/fx-models").SpacingValue;
3797
+ };
3798
+ fill?: {
3799
+ colors: (string | {
3800
+ colorType: "base" | "onBase" | "container" | "onContainer";
3801
+ toned?: boolean;
3802
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3803
+ } | {
3804
+ color: string | any;
3805
+ stop?: number;
3806
+ })[];
3807
+ acrylic?: boolean;
3808
+ opacity?: number;
3809
+ };
3810
+ };
3811
+ elevation?: number;
3812
+ };
3813
+ };
3814
+ };
3815
+ variant3?: {
3816
+ type: "tab";
3817
+ background?: {
3818
+ fill?: {
3819
+ colors: (string | {
3820
+ colorType: "base" | "onBase" | "container" | "onContainer";
3821
+ toned?: boolean;
3822
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3823
+ } | {
3824
+ color: string | {
3825
+ colorType: "base" | "onBase" | "container" | "onContainer";
3826
+ toned?: boolean;
3827
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3828
+ };
3829
+ stop?: number;
3830
+ })[];
3831
+ acrylic?: boolean;
3832
+ opacity?: number;
3833
+ };
3834
+ border?: {
3835
+ radius?: {
3836
+ top?: import("@omnia/fx-models").SpacingValue;
3837
+ right?: import("@omnia/fx-models").SpacingValue;
3838
+ bottom?: import("@omnia/fx-models").SpacingValue;
3839
+ left?: import("@omnia/fx-models").SpacingValue;
3840
+ };
3841
+ width?: {
3842
+ top?: import("@omnia/fx-models").SpacingValue;
3843
+ right?: import("@omnia/fx-models").SpacingValue;
3844
+ bottom?: import("@omnia/fx-models").SpacingValue;
3845
+ left?: import("@omnia/fx-models").SpacingValue;
3846
+ };
3847
+ fill?: {
3848
+ colors: (string | {
3849
+ colorType: "base" | "onBase" | "container" | "onContainer";
3850
+ toned?: boolean;
3851
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3852
+ } | {
3853
+ color: string | {
3854
+ colorType: "base" | "onBase" | "container" | "onContainer";
3855
+ toned?: boolean;
3856
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3857
+ };
3858
+ stop?: number;
3859
+ })[];
3860
+ acrylic?: boolean;
3861
+ opacity?: number;
3862
+ };
3863
+ };
3864
+ elevation?: number;
3865
+ };
3866
+ padding?: {
3867
+ top?: import("@omnia/fx-models").SpacingValue;
3868
+ right?: import("@omnia/fx-models").SpacingValue;
3869
+ bottom?: import("@omnia/fx-models").SpacingValue;
3870
+ left?: import("@omnia/fx-models").SpacingValue;
3871
+ };
3872
+ margin?: {
3873
+ top?: import("@omnia/fx-models").SpacingValue;
3874
+ right?: import("@omnia/fx-models").SpacingValue;
3875
+ bottom?: import("@omnia/fx-models").SpacingValue;
3876
+ left?: import("@omnia/fx-models").SpacingValue;
3877
+ };
3878
+ vertical?: boolean;
3879
+ hideSlider?: boolean;
3880
+ iconPosition?: "left" | "right" | "top";
3881
+ grow?: boolean;
3882
+ minHeight?: number;
3883
+ minWidth?: number;
3884
+ alignment?: "center" | "start" | "end";
3885
+ sliderColor?: string | {
3886
+ colorType: "base" | "onBase" | "container" | "onContainer";
3887
+ toned?: boolean;
3888
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3889
+ };
3890
+ text?: {
3891
+ type: "text";
3892
+ color?: {
3893
+ colors: (string | {
3894
+ colorType: "base" | "onBase" | "container" | "onContainer";
3895
+ toned?: boolean;
3896
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3897
+ } | {
3898
+ color: string | {
3899
+ colorType: "base" | "onBase" | "container" | "onContainer";
3900
+ toned?: boolean;
3901
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3902
+ };
3903
+ stop?: number;
3904
+ })[];
3905
+ acrylic?: boolean;
3906
+ opacity?: number;
3907
+ };
3908
+ typography?: {
3909
+ decoration?: string;
3910
+ lg: {
3911
+ weight: number;
3912
+ size: number;
3913
+ lineHeight: number;
3914
+ };
3915
+ md?: {
3916
+ weight: number;
3917
+ size: number;
3918
+ lineHeight: number;
3919
+ };
3920
+ sm?: {
3921
+ weight: number;
3922
+ size: number;
3923
+ lineHeight: number;
3924
+ };
3925
+ } | {
3926
+ type: "title" | "text" | "navigation";
3927
+ size: "xs" | "s" | "m" | "l" | "xl";
3928
+ };
3929
+ };
3930
+ icon?: {
3931
+ type: "icon";
3932
+ color?: {
3933
+ colors: (string | {
3934
+ colorType: "base" | "onBase" | "container" | "onContainer";
3935
+ toned?: boolean;
3936
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3937
+ } | {
3938
+ color: string | {
3939
+ colorType: "base" | "onBase" | "container" | "onContainer";
3940
+ toned?: boolean;
3941
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3942
+ };
3943
+ stop?: number;
3944
+ })[];
3945
+ acrylic?: boolean;
3946
+ opacity?: number;
3947
+ };
3948
+ size?: number;
3949
+ };
3950
+ active?: {
3951
+ padding?: {
3952
+ top?: import("@omnia/fx-models").SpacingValue;
3953
+ right?: import("@omnia/fx-models").SpacingValue;
3954
+ bottom?: import("@omnia/fx-models").SpacingValue;
3955
+ left?: import("@omnia/fx-models").SpacingValue;
3956
+ };
3957
+ background?: {
3958
+ fill?: {
3959
+ colors: (string | {
3960
+ colorType: "base" | "onBase" | "container" | "onContainer";
3961
+ toned?: boolean;
3962
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3963
+ } | {
3964
+ color: string | {
3965
+ colorType: "base" | "onBase" | "container" | "onContainer";
3966
+ toned?: boolean;
3967
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3968
+ };
3969
+ stop?: number;
3970
+ })[];
3971
+ acrylic?: boolean;
3972
+ opacity?: number;
3973
+ };
3974
+ border?: {
3975
+ radius?: {
3976
+ top?: import("@omnia/fx-models").SpacingValue;
3977
+ right?: import("@omnia/fx-models").SpacingValue;
3978
+ bottom?: import("@omnia/fx-models").SpacingValue;
3979
+ left?: import("@omnia/fx-models").SpacingValue;
3980
+ };
3981
+ width?: {
3982
+ top?: import("@omnia/fx-models").SpacingValue;
3983
+ right?: import("@omnia/fx-models").SpacingValue;
3984
+ bottom?: import("@omnia/fx-models").SpacingValue;
3985
+ left?: import("@omnia/fx-models").SpacingValue;
3986
+ };
3987
+ fill?: {
3988
+ colors: (string | {
3989
+ colorType: "base" | "onBase" | "container" | "onContainer";
3990
+ toned?: boolean;
3991
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3992
+ } | {
3993
+ color: string | any;
3994
+ stop?: number;
3995
+ })[];
3996
+ acrylic?: boolean;
3997
+ opacity?: number;
3998
+ };
3999
+ };
4000
+ elevation?: number;
4001
+ };
4002
+ text?: {
4003
+ type: "text";
4004
+ color?: {
4005
+ colors: (string | {
4006
+ colorType: "base" | "onBase" | "container" | "onContainer";
4007
+ toned?: boolean;
4008
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4009
+ } | {
4010
+ color: string | {
4011
+ colorType: "base" | "onBase" | "container" | "onContainer";
4012
+ toned?: boolean;
4013
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4014
+ };
4015
+ stop?: number;
4016
+ })[];
4017
+ acrylic?: boolean;
4018
+ opacity?: number;
4019
+ };
4020
+ typography?: {
4021
+ decoration?: string;
4022
+ lg: {
4023
+ weight: number;
4024
+ size: number;
4025
+ lineHeight: number;
4026
+ };
4027
+ md?: {
4028
+ weight: number;
4029
+ size: number;
4030
+ lineHeight: number;
4031
+ };
4032
+ sm?: {
4033
+ weight: number;
4034
+ size: number;
4035
+ lineHeight: number;
4036
+ };
4037
+ } | {
4038
+ type: "title" | "text" | "navigation";
4039
+ size: "xs" | "s" | "m" | "l" | "xl";
4040
+ };
4041
+ };
4042
+ icon?: {
4043
+ type: "icon";
4044
+ color?: {
4045
+ colors: (string | {
4046
+ colorType: "base" | "onBase" | "container" | "onContainer";
4047
+ toned?: boolean;
4048
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4049
+ } | {
4050
+ color: string | {
4051
+ colorType: "base" | "onBase" | "container" | "onContainer";
4052
+ toned?: boolean;
4053
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4054
+ };
4055
+ stop?: number;
4056
+ })[];
4057
+ acrylic?: boolean;
4058
+ opacity?: number;
4059
+ };
4060
+ size?: number;
4061
+ };
4062
+ };
4063
+ inactive?: {
4064
+ background?: {
4065
+ fill?: {
4066
+ colors: (string | {
4067
+ colorType: "base" | "onBase" | "container" | "onContainer";
4068
+ toned?: boolean;
4069
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4070
+ } | {
4071
+ color: string | {
4072
+ colorType: "base" | "onBase" | "container" | "onContainer";
4073
+ toned?: boolean;
4074
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4075
+ };
4076
+ stop?: number;
4077
+ })[];
4078
+ acrylic?: boolean;
4079
+ opacity?: number;
4080
+ };
4081
+ border?: {
4082
+ radius?: {
4083
+ top?: import("@omnia/fx-models").SpacingValue;
4084
+ right?: import("@omnia/fx-models").SpacingValue;
4085
+ bottom?: import("@omnia/fx-models").SpacingValue;
4086
+ left?: import("@omnia/fx-models").SpacingValue;
4087
+ };
4088
+ width?: {
4089
+ top?: import("@omnia/fx-models").SpacingValue;
4090
+ right?: import("@omnia/fx-models").SpacingValue;
4091
+ bottom?: import("@omnia/fx-models").SpacingValue;
4092
+ left?: import("@omnia/fx-models").SpacingValue;
4093
+ };
4094
+ fill?: {
4095
+ colors: (string | {
4096
+ colorType: "base" | "onBase" | "container" | "onContainer";
4097
+ toned?: boolean;
4098
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4099
+ } | {
4100
+ color: string | any;
4101
+ stop?: number;
4102
+ })[];
4103
+ acrylic?: boolean;
4104
+ opacity?: number;
4105
+ };
4106
+ };
4107
+ elevation?: number;
4108
+ };
4109
+ };
4110
+ };
4111
+ };
460
4112
  name?: string;
461
- }[];
4113
+ };
462
4114
  };
463
4115
  };
464
4116
  events: {
@@ -490,7 +4142,6 @@ declare const _default: {
490
4142
  };
491
4143
  get: {
492
4144
  colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
493
- blueprint: <TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType) => TType;
494
4145
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
495
4146
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
496
4147
  chrome: () => import("@omnia/fx-models").ChromeBlueprints;