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