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