@omnia/fx 8.0.158-dev → 8.0.161-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 (108) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/services/ReindexOmniaSearchUserService.d.ts +11 -0
  4. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  6. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/Exposes.d.ts +56 -55
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
  10. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +6 -6
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +24 -24
  12. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +171 -31
  13. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +171 -31
  14. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +171 -31
  15. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +42 -0
  16. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
  18. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +39 -37
  22. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +12 -5
  23. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +53 -43
  27. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +8 -6
  29. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
  30. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +5 -0
  33. package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
  37. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -0
  38. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +171 -31
  39. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +342 -62
  40. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +26 -345
  42. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -9
  43. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -12
  44. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +11 -11
  45. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +40 -40
  48. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -0
  51. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +26 -0
  52. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +345 -65
  53. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +0 -1
  54. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  55. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  56. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/post/Post.d.ts +3 -3
  58. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +3 -3
  59. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -3
  60. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -2
  61. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +38 -0
  63. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +5 -23
  65. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -3
  66. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -50
  67. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +2 -49
  68. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +15 -2
  69. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +22 -2
  70. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -22
  71. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  72. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +7 -7
  74. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -8
  75. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +171 -31
  76. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -3
  77. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +175 -65
  78. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +4 -0
  79. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +60 -0
  80. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +60 -0
  81. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +5 -0
  82. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.d.ts +2 -0
  83. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +1 -0
  84. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +15 -0
  85. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +37 -17
  86. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +10 -2
  87. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
  88. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  89. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
  90. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +21 -0
  91. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -3
  92. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +32 -0
  93. package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SliderEditor.d.ts +8 -0
  94. package/internal-do-not-import-from-here/wctypings.d.ts +1 -1
  95. package/package.json +3 -3
  96. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/AlignmentEditor.d.ts +0 -0
  97. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorEditor.d.ts +0 -0
  98. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorSchemaEditor.d.ts +0 -0
  99. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ContainerEditor.d.ts +0 -0
  100. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/IconEditor.d.ts +0 -0
  101. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ImageEditor.d.ts +0 -0
  102. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/MarkdownEditor.d.ts +0 -0
  103. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/PropertyEditorCreator.d.ts +0 -0
  104. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ReferenceEditor.d.ts +0 -0
  105. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SpacingEditor.d.ts +0 -0
  106. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SwitchEditor.d.ts +0 -0
  107. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TextEditor.d.ts +0 -0
  108. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TypographyEditor.d.ts +0 -0
@@ -1248,7 +1248,7 @@ declare const _default: <T extends unknown>(props: {
1248
1248
  };
1249
1249
  };
1250
1250
  icon?: {
1251
- color?: {
1251
+ color?: string | {
1252
1252
  colors: (string | {
1253
1253
  colorType: "container" | "base" | "onBase" | "onContainer";
1254
1254
  toned?: boolean;
@@ -1263,6 +1263,10 @@ declare const _default: <T extends unknown>(props: {
1263
1263
  })[];
1264
1264
  acrylic?: boolean;
1265
1265
  opacity?: number;
1266
+ } | {
1267
+ colorType: "container" | "base" | "onBase" | "onContainer";
1268
+ toned?: boolean;
1269
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1266
1270
  };
1267
1271
  size?: number;
1268
1272
  };
@@ -1372,7 +1376,7 @@ declare const _default: <T extends unknown>(props: {
1372
1376
  };
1373
1377
  };
1374
1378
  icon?: {
1375
- color?: {
1379
+ color?: string | {
1376
1380
  colors: (string | {
1377
1381
  colorType: "container" | "base" | "onBase" | "onContainer";
1378
1382
  toned?: boolean;
@@ -1387,6 +1391,10 @@ declare const _default: <T extends unknown>(props: {
1387
1391
  })[];
1388
1392
  acrylic?: boolean;
1389
1393
  opacity?: number;
1394
+ } | {
1395
+ colorType: "container" | "base" | "onBase" | "onContainer";
1396
+ toned?: boolean;
1397
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1390
1398
  };
1391
1399
  size?: number;
1392
1400
  };
@@ -1496,7 +1504,7 @@ declare const _default: <T extends unknown>(props: {
1496
1504
  };
1497
1505
  };
1498
1506
  icon?: {
1499
- color?: {
1507
+ color?: string | {
1500
1508
  colors: (string | {
1501
1509
  colorType: "container" | "base" | "onBase" | "onContainer";
1502
1510
  toned?: boolean;
@@ -1511,6 +1519,10 @@ declare const _default: <T extends unknown>(props: {
1511
1519
  })[];
1512
1520
  acrylic?: boolean;
1513
1521
  opacity?: number;
1522
+ } | {
1523
+ colorType: "container" | "base" | "onBase" | "onContainer";
1524
+ toned?: boolean;
1525
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1514
1526
  };
1515
1527
  size?: number;
1516
1528
  };
@@ -1620,7 +1632,7 @@ declare const _default: <T extends unknown>(props: {
1620
1632
  };
1621
1633
  };
1622
1634
  icon?: {
1623
- color?: {
1635
+ color?: string | {
1624
1636
  colors: (string | {
1625
1637
  colorType: "container" | "base" | "onBase" | "onContainer";
1626
1638
  toned?: boolean;
@@ -1635,6 +1647,10 @@ declare const _default: <T extends unknown>(props: {
1635
1647
  })[];
1636
1648
  acrylic?: boolean;
1637
1649
  opacity?: number;
1650
+ } | {
1651
+ colorType: "container" | "base" | "onBase" | "onContainer";
1652
+ toned?: boolean;
1653
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1638
1654
  };
1639
1655
  size?: number;
1640
1656
  };
@@ -1744,7 +1760,7 @@ declare const _default: <T extends unknown>(props: {
1744
1760
  };
1745
1761
  };
1746
1762
  icon?: {
1747
- color?: {
1763
+ color?: string | {
1748
1764
  colors: (string | {
1749
1765
  colorType: "container" | "base" | "onBase" | "onContainer";
1750
1766
  toned?: boolean;
@@ -1759,6 +1775,10 @@ declare const _default: <T extends unknown>(props: {
1759
1775
  })[];
1760
1776
  acrylic?: boolean;
1761
1777
  opacity?: number;
1778
+ } | {
1779
+ colorType: "container" | "base" | "onBase" | "onContainer";
1780
+ toned?: boolean;
1781
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1762
1782
  };
1763
1783
  size?: number;
1764
1784
  };
@@ -1868,7 +1888,7 @@ declare const _default: <T extends unknown>(props: {
1868
1888
  };
1869
1889
  };
1870
1890
  icon?: {
1871
- color?: {
1891
+ color?: string | {
1872
1892
  colors: (string | {
1873
1893
  colorType: "container" | "base" | "onBase" | "onContainer";
1874
1894
  toned?: boolean;
@@ -1883,6 +1903,10 @@ declare const _default: <T extends unknown>(props: {
1883
1903
  })[];
1884
1904
  acrylic?: boolean;
1885
1905
  opacity?: number;
1906
+ } | {
1907
+ colorType: "container" | "base" | "onBase" | "onContainer";
1908
+ toned?: boolean;
1909
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1886
1910
  };
1887
1911
  size?: number;
1888
1912
  };
@@ -1992,7 +2016,7 @@ declare const _default: <T extends unknown>(props: {
1992
2016
  };
1993
2017
  };
1994
2018
  icon?: {
1995
- color?: {
2019
+ color?: string | {
1996
2020
  colors: (string | {
1997
2021
  colorType: "container" | "base" | "onBase" | "onContainer";
1998
2022
  toned?: boolean;
@@ -2007,6 +2031,10 @@ declare const _default: <T extends unknown>(props: {
2007
2031
  })[];
2008
2032
  acrylic?: boolean;
2009
2033
  opacity?: number;
2034
+ } | {
2035
+ colorType: "container" | "base" | "onBase" | "onContainer";
2036
+ toned?: boolean;
2037
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2010
2038
  };
2011
2039
  size?: number;
2012
2040
  };
@@ -2116,7 +2144,7 @@ declare const _default: <T extends unknown>(props: {
2116
2144
  };
2117
2145
  };
2118
2146
  icon?: {
2119
- color?: {
2147
+ color?: string | {
2120
2148
  colors: (string | {
2121
2149
  colorType: "container" | "base" | "onBase" | "onContainer";
2122
2150
  toned?: boolean;
@@ -2131,6 +2159,10 @@ declare const _default: <T extends unknown>(props: {
2131
2159
  })[];
2132
2160
  acrylic?: boolean;
2133
2161
  opacity?: number;
2162
+ } | {
2163
+ colorType: "container" | "base" | "onBase" | "onContainer";
2164
+ toned?: boolean;
2165
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2134
2166
  };
2135
2167
  size?: number;
2136
2168
  };
@@ -2240,7 +2272,7 @@ declare const _default: <T extends unknown>(props: {
2240
2272
  };
2241
2273
  };
2242
2274
  icon?: {
2243
- color?: {
2275
+ color?: string | {
2244
2276
  colors: (string | {
2245
2277
  colorType: "container" | "base" | "onBase" | "onContainer";
2246
2278
  toned?: boolean;
@@ -2255,6 +2287,10 @@ declare const _default: <T extends unknown>(props: {
2255
2287
  })[];
2256
2288
  acrylic?: boolean;
2257
2289
  opacity?: number;
2290
+ } | {
2291
+ colorType: "container" | "base" | "onBase" | "onContainer";
2292
+ toned?: boolean;
2293
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2258
2294
  };
2259
2295
  size?: number;
2260
2296
  };
@@ -2366,7 +2402,7 @@ declare const _default: <T extends unknown>(props: {
2366
2402
  };
2367
2403
  };
2368
2404
  icon?: {
2369
- color?: {
2405
+ color?: string | {
2370
2406
  colors: (string | {
2371
2407
  colorType: "container" | "base" | "onBase" | "onContainer";
2372
2408
  toned?: boolean;
@@ -2381,6 +2417,10 @@ declare const _default: <T extends unknown>(props: {
2381
2417
  })[];
2382
2418
  acrylic?: boolean;
2383
2419
  opacity?: number;
2420
+ } | {
2421
+ colorType: "container" | "base" | "onBase" | "onContainer";
2422
+ toned?: boolean;
2423
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2384
2424
  };
2385
2425
  size?: number;
2386
2426
  };
@@ -2490,7 +2530,7 @@ declare const _default: <T extends unknown>(props: {
2490
2530
  };
2491
2531
  };
2492
2532
  icon?: {
2493
- color?: {
2533
+ color?: string | {
2494
2534
  colors: (string | {
2495
2535
  colorType: "container" | "base" | "onBase" | "onContainer";
2496
2536
  toned?: boolean;
@@ -2505,6 +2545,10 @@ declare const _default: <T extends unknown>(props: {
2505
2545
  })[];
2506
2546
  acrylic?: boolean;
2507
2547
  opacity?: number;
2548
+ } | {
2549
+ colorType: "container" | "base" | "onBase" | "onContainer";
2550
+ toned?: boolean;
2551
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2508
2552
  };
2509
2553
  size?: number;
2510
2554
  };
@@ -2614,7 +2658,7 @@ declare const _default: <T extends unknown>(props: {
2614
2658
  };
2615
2659
  };
2616
2660
  icon?: {
2617
- color?: {
2661
+ color?: string | {
2618
2662
  colors: (string | {
2619
2663
  colorType: "container" | "base" | "onBase" | "onContainer";
2620
2664
  toned?: boolean;
@@ -2629,6 +2673,10 @@ declare const _default: <T extends unknown>(props: {
2629
2673
  })[];
2630
2674
  acrylic?: boolean;
2631
2675
  opacity?: number;
2676
+ } | {
2677
+ colorType: "container" | "base" | "onBase" | "onContainer";
2678
+ toned?: boolean;
2679
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2632
2680
  };
2633
2681
  size?: number;
2634
2682
  };
@@ -2738,7 +2786,7 @@ declare const _default: <T extends unknown>(props: {
2738
2786
  };
2739
2787
  };
2740
2788
  icon?: {
2741
- color?: {
2789
+ color?: string | {
2742
2790
  colors: (string | {
2743
2791
  colorType: "container" | "base" | "onBase" | "onContainer";
2744
2792
  toned?: boolean;
@@ -2753,6 +2801,10 @@ declare const _default: <T extends unknown>(props: {
2753
2801
  })[];
2754
2802
  acrylic?: boolean;
2755
2803
  opacity?: number;
2804
+ } | {
2805
+ colorType: "container" | "base" | "onBase" | "onContainer";
2806
+ toned?: boolean;
2807
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2756
2808
  };
2757
2809
  size?: number;
2758
2810
  };
@@ -2862,7 +2914,7 @@ declare const _default: <T extends unknown>(props: {
2862
2914
  };
2863
2915
  };
2864
2916
  icon?: {
2865
- color?: {
2917
+ color?: string | {
2866
2918
  colors: (string | {
2867
2919
  colorType: "container" | "base" | "onBase" | "onContainer";
2868
2920
  toned?: boolean;
@@ -2877,6 +2929,10 @@ declare const _default: <T extends unknown>(props: {
2877
2929
  })[];
2878
2930
  acrylic?: boolean;
2879
2931
  opacity?: number;
2932
+ } | {
2933
+ colorType: "container" | "base" | "onBase" | "onContainer";
2934
+ toned?: boolean;
2935
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2880
2936
  };
2881
2937
  size?: number;
2882
2938
  };
@@ -2986,7 +3042,7 @@ declare const _default: <T extends unknown>(props: {
2986
3042
  };
2987
3043
  };
2988
3044
  icon?: {
2989
- color?: {
3045
+ color?: string | {
2990
3046
  colors: (string | {
2991
3047
  colorType: "container" | "base" | "onBase" | "onContainer";
2992
3048
  toned?: boolean;
@@ -3001,6 +3057,10 @@ declare const _default: <T extends unknown>(props: {
3001
3057
  })[];
3002
3058
  acrylic?: boolean;
3003
3059
  opacity?: number;
3060
+ } | {
3061
+ colorType: "container" | "base" | "onBase" | "onContainer";
3062
+ toned?: boolean;
3063
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3004
3064
  };
3005
3065
  size?: number;
3006
3066
  };
@@ -3110,7 +3170,7 @@ declare const _default: <T extends unknown>(props: {
3110
3170
  };
3111
3171
  };
3112
3172
  icon?: {
3113
- color?: {
3173
+ color?: string | {
3114
3174
  colors: (string | {
3115
3175
  colorType: "container" | "base" | "onBase" | "onContainer";
3116
3176
  toned?: boolean;
@@ -3125,6 +3185,10 @@ declare const _default: <T extends unknown>(props: {
3125
3185
  })[];
3126
3186
  acrylic?: boolean;
3127
3187
  opacity?: number;
3188
+ } | {
3189
+ colorType: "container" | "base" | "onBase" | "onContainer";
3190
+ toned?: boolean;
3191
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3128
3192
  };
3129
3193
  size?: number;
3130
3194
  };
@@ -3234,7 +3298,7 @@ declare const _default: <T extends unknown>(props: {
3234
3298
  };
3235
3299
  };
3236
3300
  icon?: {
3237
- color?: {
3301
+ color?: string | {
3238
3302
  colors: (string | {
3239
3303
  colorType: "container" | "base" | "onBase" | "onContainer";
3240
3304
  toned?: boolean;
@@ -3249,6 +3313,10 @@ declare const _default: <T extends unknown>(props: {
3249
3313
  })[];
3250
3314
  acrylic?: boolean;
3251
3315
  opacity?: number;
3316
+ } | {
3317
+ colorType: "container" | "base" | "onBase" | "onContainer";
3318
+ toned?: boolean;
3319
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3252
3320
  };
3253
3321
  size?: number;
3254
3322
  };
@@ -3358,7 +3426,7 @@ declare const _default: <T extends unknown>(props: {
3358
3426
  };
3359
3427
  };
3360
3428
  icon?: {
3361
- color?: {
3429
+ color?: string | {
3362
3430
  colors: (string | {
3363
3431
  colorType: "container" | "base" | "onBase" | "onContainer";
3364
3432
  toned?: boolean;
@@ -3373,6 +3441,10 @@ declare const _default: <T extends unknown>(props: {
3373
3441
  })[];
3374
3442
  acrylic?: boolean;
3375
3443
  opacity?: number;
3444
+ } | {
3445
+ colorType: "container" | "base" | "onBase" | "onContainer";
3446
+ toned?: boolean;
3447
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3376
3448
  };
3377
3449
  size?: number;
3378
3450
  };
@@ -3507,7 +3579,7 @@ declare const _default: <T extends unknown>(props: {
3507
3579
  };
3508
3580
  };
3509
3581
  icon?: {
3510
- color?: {
3582
+ color?: string | {
3511
3583
  colors: (string | {
3512
3584
  colorType: "container" | "base" | "onBase" | "onContainer";
3513
3585
  toned?: boolean;
@@ -3522,6 +3594,10 @@ declare const _default: <T extends unknown>(props: {
3522
3594
  })[];
3523
3595
  acrylic?: boolean;
3524
3596
  opacity?: number;
3597
+ } | {
3598
+ colorType: "container" | "base" | "onBase" | "onContainer";
3599
+ toned?: boolean;
3600
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3525
3601
  };
3526
3602
  size?: number;
3527
3603
  };
@@ -3629,7 +3705,7 @@ declare const _default: <T extends unknown>(props: {
3629
3705
  };
3630
3706
  };
3631
3707
  icon?: {
3632
- color?: {
3708
+ color?: string | {
3633
3709
  colors: (string | {
3634
3710
  colorType: "container" | "base" | "onBase" | "onContainer";
3635
3711
  toned?: boolean;
@@ -3644,6 +3720,10 @@ declare const _default: <T extends unknown>(props: {
3644
3720
  })[];
3645
3721
  acrylic?: boolean;
3646
3722
  opacity?: number;
3723
+ } | {
3724
+ colorType: "container" | "base" | "onBase" | "onContainer";
3725
+ toned?: boolean;
3726
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3647
3727
  };
3648
3728
  size?: number;
3649
3729
  };
@@ -3830,7 +3910,7 @@ declare const _default: <T extends unknown>(props: {
3830
3910
  };
3831
3911
  };
3832
3912
  icon?: {
3833
- color?: {
3913
+ color?: string | {
3834
3914
  colors: (string | {
3835
3915
  colorType: "container" | "base" | "onBase" | "onContainer";
3836
3916
  toned?: boolean;
@@ -3845,6 +3925,10 @@ declare const _default: <T extends unknown>(props: {
3845
3925
  })[];
3846
3926
  acrylic?: boolean;
3847
3927
  opacity?: number;
3928
+ } | {
3929
+ colorType: "container" | "base" | "onBase" | "onContainer";
3930
+ toned?: boolean;
3931
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3848
3932
  };
3849
3933
  size?: number;
3850
3934
  };
@@ -3952,7 +4036,7 @@ declare const _default: <T extends unknown>(props: {
3952
4036
  };
3953
4037
  };
3954
4038
  icon?: {
3955
- color?: {
4039
+ color?: string | {
3956
4040
  colors: (string | {
3957
4041
  colorType: "container" | "base" | "onBase" | "onContainer";
3958
4042
  toned?: boolean;
@@ -3967,6 +4051,10 @@ declare const _default: <T extends unknown>(props: {
3967
4051
  })[];
3968
4052
  acrylic?: boolean;
3969
4053
  opacity?: number;
4054
+ } | {
4055
+ colorType: "container" | "base" | "onBase" | "onContainer";
4056
+ toned?: boolean;
4057
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3970
4058
  };
3971
4059
  size?: number;
3972
4060
  };
@@ -4153,7 +4241,7 @@ declare const _default: <T extends unknown>(props: {
4153
4241
  };
4154
4242
  };
4155
4243
  icon?: {
4156
- color?: {
4244
+ color?: string | {
4157
4245
  colors: (string | {
4158
4246
  colorType: "container" | "base" | "onBase" | "onContainer";
4159
4247
  toned?: boolean;
@@ -4168,6 +4256,10 @@ declare const _default: <T extends unknown>(props: {
4168
4256
  })[];
4169
4257
  acrylic?: boolean;
4170
4258
  opacity?: number;
4259
+ } | {
4260
+ colorType: "container" | "base" | "onBase" | "onContainer";
4261
+ toned?: boolean;
4262
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4171
4263
  };
4172
4264
  size?: number;
4173
4265
  };
@@ -4275,7 +4367,7 @@ declare const _default: <T extends unknown>(props: {
4275
4367
  };
4276
4368
  };
4277
4369
  icon?: {
4278
- color?: {
4370
+ color?: string | {
4279
4371
  colors: (string | {
4280
4372
  colorType: "container" | "base" | "onBase" | "onContainer";
4281
4373
  toned?: boolean;
@@ -4290,6 +4382,10 @@ declare const _default: <T extends unknown>(props: {
4290
4382
  })[];
4291
4383
  acrylic?: boolean;
4292
4384
  opacity?: number;
4385
+ } | {
4386
+ colorType: "container" | "base" | "onBase" | "onContainer";
4387
+ toned?: boolean;
4388
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4293
4389
  };
4294
4390
  size?: number;
4295
4391
  };
@@ -4476,7 +4572,7 @@ declare const _default: <T extends unknown>(props: {
4476
4572
  };
4477
4573
  };
4478
4574
  icon?: {
4479
- color?: {
4575
+ color?: string | {
4480
4576
  colors: (string | {
4481
4577
  colorType: "container" | "base" | "onBase" | "onContainer";
4482
4578
  toned?: boolean;
@@ -4491,6 +4587,10 @@ declare const _default: <T extends unknown>(props: {
4491
4587
  })[];
4492
4588
  acrylic?: boolean;
4493
4589
  opacity?: number;
4590
+ } | {
4591
+ colorType: "container" | "base" | "onBase" | "onContainer";
4592
+ toned?: boolean;
4593
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4494
4594
  };
4495
4595
  size?: number;
4496
4596
  };
@@ -4598,7 +4698,7 @@ declare const _default: <T extends unknown>(props: {
4598
4698
  };
4599
4699
  };
4600
4700
  icon?: {
4601
- color?: {
4701
+ color?: string | {
4602
4702
  colors: (string | {
4603
4703
  colorType: "container" | "base" | "onBase" | "onContainer";
4604
4704
  toned?: boolean;
@@ -4613,6 +4713,10 @@ declare const _default: <T extends unknown>(props: {
4613
4713
  })[];
4614
4714
  acrylic?: boolean;
4615
4715
  opacity?: number;
4716
+ } | {
4717
+ colorType: "container" | "base" | "onBase" | "onContainer";
4718
+ toned?: boolean;
4719
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4616
4720
  };
4617
4721
  size?: number;
4618
4722
  };
@@ -4724,6 +4828,7 @@ declare const _default: <T extends unknown>(props: {
4724
4828
  bottom?: string | number;
4725
4829
  left?: string | number;
4726
4830
  };
4831
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4727
4832
  }[];
4728
4833
  events?: {
4729
4834
  onLoaded?: string[];
@@ -4731,6 +4836,7 @@ declare const _default: <T extends unknown>(props: {
4731
4836
  onSaving?: string[];
4732
4837
  onPersistState?: string[];
4733
4838
  onRestoreState?: string[];
4839
+ onActive?: string[];
4734
4840
  };
4735
4841
  actions?: {
4736
4842
  [name: string]: string[];
@@ -4776,6 +4882,7 @@ declare const _default: <T extends unknown>(props: {
4776
4882
  bottom?: string | number;
4777
4883
  left?: string | number;
4778
4884
  };
4885
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4779
4886
  }[];
4780
4887
  style?: {
4781
4888
  margin?: number;
@@ -4807,6 +4914,7 @@ declare const _default: <T extends unknown>(props: {
4807
4914
  bottom?: string | number;
4808
4915
  left?: string | number;
4809
4916
  };
4917
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4810
4918
  }[];
4811
4919
  editors?: {
4812
4920
  name?: string;
@@ -4940,6 +5048,7 @@ declare const _default: <T extends unknown>(props: {
4940
5048
  bottom?: string | number;
4941
5049
  left?: string | number;
4942
5050
  };
5051
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4943
5052
  }[];
4944
5053
  events?: {
4945
5054
  onLoaded?: string[];
@@ -4947,6 +5056,7 @@ declare const _default: <T extends unknown>(props: {
4947
5056
  onSaving?: string[];
4948
5057
  onPersistState?: string[];
4949
5058
  onRestoreState?: string[];
5059
+ onActive?: string[];
4950
5060
  };
4951
5061
  actions?: {
4952
5062
  [name: string]: string[];
@@ -4992,6 +5102,7 @@ declare const _default: <T extends unknown>(props: {
4992
5102
  bottom?: string | number;
4993
5103
  left?: string | number;
4994
5104
  };
5105
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4995
5106
  }[];
4996
5107
  style?: {
4997
5108
  margin?: number;
@@ -5023,6 +5134,7 @@ declare const _default: <T extends unknown>(props: {
5023
5134
  bottom?: string | number;
5024
5135
  left?: string | number;
5025
5136
  };
5137
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5026
5138
  }[];
5027
5139
  editors?: {
5028
5140
  name?: string;
@@ -5156,6 +5268,7 @@ declare const _default: <T extends unknown>(props: {
5156
5268
  bottom?: string | number;
5157
5269
  left?: string | number;
5158
5270
  };
5271
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5159
5272
  }[];
5160
5273
  events?: {
5161
5274
  onLoaded?: string[];
@@ -5163,6 +5276,7 @@ declare const _default: <T extends unknown>(props: {
5163
5276
  onSaving?: string[];
5164
5277
  onPersistState?: string[];
5165
5278
  onRestoreState?: string[];
5279
+ onActive?: string[];
5166
5280
  };
5167
5281
  actions?: {
5168
5282
  [name: string]: string[];
@@ -5208,6 +5322,7 @@ declare const _default: <T extends unknown>(props: {
5208
5322
  bottom?: string | number;
5209
5323
  left?: string | number;
5210
5324
  };
5325
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5211
5326
  }[];
5212
5327
  style?: {
5213
5328
  margin?: number;
@@ -5239,6 +5354,7 @@ declare const _default: <T extends unknown>(props: {
5239
5354
  bottom?: string | number;
5240
5355
  left?: string | number;
5241
5356
  };
5357
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5242
5358
  }[];
5243
5359
  editors?: {
5244
5360
  name?: string;
@@ -5372,6 +5488,7 @@ declare const _default: <T extends unknown>(props: {
5372
5488
  bottom?: string | number;
5373
5489
  left?: string | number;
5374
5490
  };
5491
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5375
5492
  }[];
5376
5493
  events?: {
5377
5494
  onLoaded?: string[];
@@ -5379,6 +5496,7 @@ declare const _default: <T extends unknown>(props: {
5379
5496
  onSaving?: string[];
5380
5497
  onPersistState?: string[];
5381
5498
  onRestoreState?: string[];
5499
+ onActive?: string[];
5382
5500
  };
5383
5501
  actions?: {
5384
5502
  [name: string]: string[];
@@ -5424,6 +5542,7 @@ declare const _default: <T extends unknown>(props: {
5424
5542
  bottom?: string | number;
5425
5543
  left?: string | number;
5426
5544
  };
5545
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5427
5546
  }[];
5428
5547
  style?: {
5429
5548
  margin?: number;
@@ -5455,6 +5574,7 @@ declare const _default: <T extends unknown>(props: {
5455
5574
  bottom?: string | number;
5456
5575
  left?: string | number;
5457
5576
  };
5577
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5458
5578
  }[];
5459
5579
  editors?: {
5460
5580
  name?: string;
@@ -5550,7 +5670,7 @@ declare const _default: <T extends unknown>(props: {
5550
5670
  };
5551
5671
  icons?: {
5552
5672
  xs?: {
5553
- color?: {
5673
+ color?: string | {
5554
5674
  colors: (string | {
5555
5675
  colorType: "container" | "base" | "onBase" | "onContainer";
5556
5676
  toned?: boolean;
@@ -5565,11 +5685,15 @@ declare const _default: <T extends unknown>(props: {
5565
5685
  })[];
5566
5686
  acrylic?: boolean;
5567
5687
  opacity?: number;
5688
+ } | {
5689
+ colorType: "container" | "base" | "onBase" | "onContainer";
5690
+ toned?: boolean;
5691
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5568
5692
  };
5569
5693
  size?: number;
5570
5694
  };
5571
5695
  s?: {
5572
- color?: {
5696
+ color?: string | {
5573
5697
  colors: (string | {
5574
5698
  colorType: "container" | "base" | "onBase" | "onContainer";
5575
5699
  toned?: boolean;
@@ -5584,11 +5708,15 @@ declare const _default: <T extends unknown>(props: {
5584
5708
  })[];
5585
5709
  acrylic?: boolean;
5586
5710
  opacity?: number;
5711
+ } | {
5712
+ colorType: "container" | "base" | "onBase" | "onContainer";
5713
+ toned?: boolean;
5714
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5587
5715
  };
5588
5716
  size?: number;
5589
5717
  };
5590
5718
  m?: {
5591
- color?: {
5719
+ color?: string | {
5592
5720
  colors: (string | {
5593
5721
  colorType: "container" | "base" | "onBase" | "onContainer";
5594
5722
  toned?: boolean;
@@ -5603,11 +5731,15 @@ declare const _default: <T extends unknown>(props: {
5603
5731
  })[];
5604
5732
  acrylic?: boolean;
5605
5733
  opacity?: number;
5734
+ } | {
5735
+ colorType: "container" | "base" | "onBase" | "onContainer";
5736
+ toned?: boolean;
5737
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5606
5738
  };
5607
5739
  size?: number;
5608
5740
  };
5609
5741
  l?: {
5610
- color?: {
5742
+ color?: string | {
5611
5743
  colors: (string | {
5612
5744
  colorType: "container" | "base" | "onBase" | "onContainer";
5613
5745
  toned?: boolean;
@@ -5622,11 +5754,15 @@ declare const _default: <T extends unknown>(props: {
5622
5754
  })[];
5623
5755
  acrylic?: boolean;
5624
5756
  opacity?: number;
5757
+ } | {
5758
+ colorType: "container" | "base" | "onBase" | "onContainer";
5759
+ toned?: boolean;
5760
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5625
5761
  };
5626
5762
  size?: number;
5627
5763
  };
5628
5764
  xl?: {
5629
- color?: {
5765
+ color?: string | {
5630
5766
  colors: (string | {
5631
5767
  colorType: "container" | "base" | "onBase" | "onContainer";
5632
5768
  toned?: boolean;
@@ -5641,6 +5777,10 @@ declare const _default: <T extends unknown>(props: {
5641
5777
  })[];
5642
5778
  acrylic?: boolean;
5643
5779
  opacity?: number;
5780
+ } | {
5781
+ colorType: "container" | "base" | "onBase" | "onContainer";
5782
+ toned?: boolean;
5783
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5644
5784
  };
5645
5785
  size?: number;
5646
5786
  };
@@ -7360,7 +7500,7 @@ declare const _default: <T extends unknown>(props: {
7360
7500
  };
7361
7501
  };
7362
7502
  icon?: {
7363
- color?: {
7503
+ color?: string | {
7364
7504
  colors: (string | {
7365
7505
  colorType: "container" | "base" | "onBase" | "onContainer";
7366
7506
  toned?: boolean;
@@ -7375,6 +7515,10 @@ declare const _default: <T extends unknown>(props: {
7375
7515
  })[];
7376
7516
  acrylic?: boolean;
7377
7517
  opacity?: number;
7518
+ } | {
7519
+ colorType: "container" | "base" | "onBase" | "onContainer";
7520
+ toned?: boolean;
7521
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7378
7522
  };
7379
7523
  size?: number;
7380
7524
  };
@@ -7484,7 +7628,7 @@ declare const _default: <T extends unknown>(props: {
7484
7628
  };
7485
7629
  };
7486
7630
  icon?: {
7487
- color?: {
7631
+ color?: string | {
7488
7632
  colors: (string | {
7489
7633
  colorType: "container" | "base" | "onBase" | "onContainer";
7490
7634
  toned?: boolean;
@@ -7499,6 +7643,10 @@ declare const _default: <T extends unknown>(props: {
7499
7643
  })[];
7500
7644
  acrylic?: boolean;
7501
7645
  opacity?: number;
7646
+ } | {
7647
+ colorType: "container" | "base" | "onBase" | "onContainer";
7648
+ toned?: boolean;
7649
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7502
7650
  };
7503
7651
  size?: number;
7504
7652
  };
@@ -7608,7 +7756,7 @@ declare const _default: <T extends unknown>(props: {
7608
7756
  };
7609
7757
  };
7610
7758
  icon?: {
7611
- color?: {
7759
+ color?: string | {
7612
7760
  colors: (string | {
7613
7761
  colorType: "container" | "base" | "onBase" | "onContainer";
7614
7762
  toned?: boolean;
@@ -7623,6 +7771,10 @@ declare const _default: <T extends unknown>(props: {
7623
7771
  })[];
7624
7772
  acrylic?: boolean;
7625
7773
  opacity?: number;
7774
+ } | {
7775
+ colorType: "container" | "base" | "onBase" | "onContainer";
7776
+ toned?: boolean;
7777
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7626
7778
  };
7627
7779
  size?: number;
7628
7780
  };
@@ -7732,7 +7884,7 @@ declare const _default: <T extends unknown>(props: {
7732
7884
  };
7733
7885
  };
7734
7886
  icon?: {
7735
- color?: {
7887
+ color?: string | {
7736
7888
  colors: (string | {
7737
7889
  colorType: "container" | "base" | "onBase" | "onContainer";
7738
7890
  toned?: boolean;
@@ -7747,6 +7899,10 @@ declare const _default: <T extends unknown>(props: {
7747
7899
  })[];
7748
7900
  acrylic?: boolean;
7749
7901
  opacity?: number;
7902
+ } | {
7903
+ colorType: "container" | "base" | "onBase" | "onContainer";
7904
+ toned?: boolean;
7905
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7750
7906
  };
7751
7907
  size?: number;
7752
7908
  };
@@ -7856,7 +8012,7 @@ declare const _default: <T extends unknown>(props: {
7856
8012
  };
7857
8013
  };
7858
8014
  icon?: {
7859
- color?: {
8015
+ color?: string | {
7860
8016
  colors: (string | {
7861
8017
  colorType: "container" | "base" | "onBase" | "onContainer";
7862
8018
  toned?: boolean;
@@ -7871,6 +8027,10 @@ declare const _default: <T extends unknown>(props: {
7871
8027
  })[];
7872
8028
  acrylic?: boolean;
7873
8029
  opacity?: number;
8030
+ } | {
8031
+ colorType: "container" | "base" | "onBase" | "onContainer";
8032
+ toned?: boolean;
8033
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7874
8034
  };
7875
8035
  size?: number;
7876
8036
  };
@@ -7980,7 +8140,7 @@ declare const _default: <T extends unknown>(props: {
7980
8140
  };
7981
8141
  };
7982
8142
  icon?: {
7983
- color?: {
8143
+ color?: string | {
7984
8144
  colors: (string | {
7985
8145
  colorType: "container" | "base" | "onBase" | "onContainer";
7986
8146
  toned?: boolean;
@@ -7995,6 +8155,10 @@ declare const _default: <T extends unknown>(props: {
7995
8155
  })[];
7996
8156
  acrylic?: boolean;
7997
8157
  opacity?: number;
8158
+ } | {
8159
+ colorType: "container" | "base" | "onBase" | "onContainer";
8160
+ toned?: boolean;
8161
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7998
8162
  };
7999
8163
  size?: number;
8000
8164
  };
@@ -8104,7 +8268,7 @@ declare const _default: <T extends unknown>(props: {
8104
8268
  };
8105
8269
  };
8106
8270
  icon?: {
8107
- color?: {
8271
+ color?: string | {
8108
8272
  colors: (string | {
8109
8273
  colorType: "container" | "base" | "onBase" | "onContainer";
8110
8274
  toned?: boolean;
@@ -8119,6 +8283,10 @@ declare const _default: <T extends unknown>(props: {
8119
8283
  })[];
8120
8284
  acrylic?: boolean;
8121
8285
  opacity?: number;
8286
+ } | {
8287
+ colorType: "container" | "base" | "onBase" | "onContainer";
8288
+ toned?: boolean;
8289
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8122
8290
  };
8123
8291
  size?: number;
8124
8292
  };
@@ -8228,7 +8396,7 @@ declare const _default: <T extends unknown>(props: {
8228
8396
  };
8229
8397
  };
8230
8398
  icon?: {
8231
- color?: {
8399
+ color?: string | {
8232
8400
  colors: (string | {
8233
8401
  colorType: "container" | "base" | "onBase" | "onContainer";
8234
8402
  toned?: boolean;
@@ -8243,6 +8411,10 @@ declare const _default: <T extends unknown>(props: {
8243
8411
  })[];
8244
8412
  acrylic?: boolean;
8245
8413
  opacity?: number;
8414
+ } | {
8415
+ colorType: "container" | "base" | "onBase" | "onContainer";
8416
+ toned?: boolean;
8417
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8246
8418
  };
8247
8419
  size?: number;
8248
8420
  };
@@ -8352,7 +8524,7 @@ declare const _default: <T extends unknown>(props: {
8352
8524
  };
8353
8525
  };
8354
8526
  icon?: {
8355
- color?: {
8527
+ color?: string | {
8356
8528
  colors: (string | {
8357
8529
  colorType: "container" | "base" | "onBase" | "onContainer";
8358
8530
  toned?: boolean;
@@ -8367,6 +8539,10 @@ declare const _default: <T extends unknown>(props: {
8367
8539
  })[];
8368
8540
  acrylic?: boolean;
8369
8541
  opacity?: number;
8542
+ } | {
8543
+ colorType: "container" | "base" | "onBase" | "onContainer";
8544
+ toned?: boolean;
8545
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8370
8546
  };
8371
8547
  size?: number;
8372
8548
  };
@@ -8478,7 +8654,7 @@ declare const _default: <T extends unknown>(props: {
8478
8654
  };
8479
8655
  };
8480
8656
  icon?: {
8481
- color?: {
8657
+ color?: string | {
8482
8658
  colors: (string | {
8483
8659
  colorType: "container" | "base" | "onBase" | "onContainer";
8484
8660
  toned?: boolean;
@@ -8493,6 +8669,10 @@ declare const _default: <T extends unknown>(props: {
8493
8669
  })[];
8494
8670
  acrylic?: boolean;
8495
8671
  opacity?: number;
8672
+ } | {
8673
+ colorType: "container" | "base" | "onBase" | "onContainer";
8674
+ toned?: boolean;
8675
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8496
8676
  };
8497
8677
  size?: number;
8498
8678
  };
@@ -8602,7 +8782,7 @@ declare const _default: <T extends unknown>(props: {
8602
8782
  };
8603
8783
  };
8604
8784
  icon?: {
8605
- color?: {
8785
+ color?: string | {
8606
8786
  colors: (string | {
8607
8787
  colorType: "container" | "base" | "onBase" | "onContainer";
8608
8788
  toned?: boolean;
@@ -8617,6 +8797,10 @@ declare const _default: <T extends unknown>(props: {
8617
8797
  })[];
8618
8798
  acrylic?: boolean;
8619
8799
  opacity?: number;
8800
+ } | {
8801
+ colorType: "container" | "base" | "onBase" | "onContainer";
8802
+ toned?: boolean;
8803
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8620
8804
  };
8621
8805
  size?: number;
8622
8806
  };
@@ -8726,7 +8910,7 @@ declare const _default: <T extends unknown>(props: {
8726
8910
  };
8727
8911
  };
8728
8912
  icon?: {
8729
- color?: {
8913
+ color?: string | {
8730
8914
  colors: (string | {
8731
8915
  colorType: "container" | "base" | "onBase" | "onContainer";
8732
8916
  toned?: boolean;
@@ -8741,6 +8925,10 @@ declare const _default: <T extends unknown>(props: {
8741
8925
  })[];
8742
8926
  acrylic?: boolean;
8743
8927
  opacity?: number;
8928
+ } | {
8929
+ colorType: "container" | "base" | "onBase" | "onContainer";
8930
+ toned?: boolean;
8931
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8744
8932
  };
8745
8933
  size?: number;
8746
8934
  };
@@ -8850,7 +9038,7 @@ declare const _default: <T extends unknown>(props: {
8850
9038
  };
8851
9039
  };
8852
9040
  icon?: {
8853
- color?: {
9041
+ color?: string | {
8854
9042
  colors: (string | {
8855
9043
  colorType: "container" | "base" | "onBase" | "onContainer";
8856
9044
  toned?: boolean;
@@ -8865,6 +9053,10 @@ declare const _default: <T extends unknown>(props: {
8865
9053
  })[];
8866
9054
  acrylic?: boolean;
8867
9055
  opacity?: number;
9056
+ } | {
9057
+ colorType: "container" | "base" | "onBase" | "onContainer";
9058
+ toned?: boolean;
9059
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8868
9060
  };
8869
9061
  size?: number;
8870
9062
  };
@@ -8974,7 +9166,7 @@ declare const _default: <T extends unknown>(props: {
8974
9166
  };
8975
9167
  };
8976
9168
  icon?: {
8977
- color?: {
9169
+ color?: string | {
8978
9170
  colors: (string | {
8979
9171
  colorType: "container" | "base" | "onBase" | "onContainer";
8980
9172
  toned?: boolean;
@@ -8989,6 +9181,10 @@ declare const _default: <T extends unknown>(props: {
8989
9181
  })[];
8990
9182
  acrylic?: boolean;
8991
9183
  opacity?: number;
9184
+ } | {
9185
+ colorType: "container" | "base" | "onBase" | "onContainer";
9186
+ toned?: boolean;
9187
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8992
9188
  };
8993
9189
  size?: number;
8994
9190
  };
@@ -9098,7 +9294,7 @@ declare const _default: <T extends unknown>(props: {
9098
9294
  };
9099
9295
  };
9100
9296
  icon?: {
9101
- color?: {
9297
+ color?: string | {
9102
9298
  colors: (string | {
9103
9299
  colorType: "container" | "base" | "onBase" | "onContainer";
9104
9300
  toned?: boolean;
@@ -9113,6 +9309,10 @@ declare const _default: <T extends unknown>(props: {
9113
9309
  })[];
9114
9310
  acrylic?: boolean;
9115
9311
  opacity?: number;
9312
+ } | {
9313
+ colorType: "container" | "base" | "onBase" | "onContainer";
9314
+ toned?: boolean;
9315
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9116
9316
  };
9117
9317
  size?: number;
9118
9318
  };
@@ -9222,7 +9422,7 @@ declare const _default: <T extends unknown>(props: {
9222
9422
  };
9223
9423
  };
9224
9424
  icon?: {
9225
- color?: {
9425
+ color?: string | {
9226
9426
  colors: (string | {
9227
9427
  colorType: "container" | "base" | "onBase" | "onContainer";
9228
9428
  toned?: boolean;
@@ -9237,6 +9437,10 @@ declare const _default: <T extends unknown>(props: {
9237
9437
  })[];
9238
9438
  acrylic?: boolean;
9239
9439
  opacity?: number;
9440
+ } | {
9441
+ colorType: "container" | "base" | "onBase" | "onContainer";
9442
+ toned?: boolean;
9443
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9240
9444
  };
9241
9445
  size?: number;
9242
9446
  };
@@ -9346,7 +9550,7 @@ declare const _default: <T extends unknown>(props: {
9346
9550
  };
9347
9551
  };
9348
9552
  icon?: {
9349
- color?: {
9553
+ color?: string | {
9350
9554
  colors: (string | {
9351
9555
  colorType: "container" | "base" | "onBase" | "onContainer";
9352
9556
  toned?: boolean;
@@ -9361,6 +9565,10 @@ declare const _default: <T extends unknown>(props: {
9361
9565
  })[];
9362
9566
  acrylic?: boolean;
9363
9567
  opacity?: number;
9568
+ } | {
9569
+ colorType: "container" | "base" | "onBase" | "onContainer";
9570
+ toned?: boolean;
9571
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9364
9572
  };
9365
9573
  size?: number;
9366
9574
  };
@@ -9470,7 +9678,7 @@ declare const _default: <T extends unknown>(props: {
9470
9678
  };
9471
9679
  };
9472
9680
  icon?: {
9473
- color?: {
9681
+ color?: string | {
9474
9682
  colors: (string | {
9475
9683
  colorType: "container" | "base" | "onBase" | "onContainer";
9476
9684
  toned?: boolean;
@@ -9485,6 +9693,10 @@ declare const _default: <T extends unknown>(props: {
9485
9693
  })[];
9486
9694
  acrylic?: boolean;
9487
9695
  opacity?: number;
9696
+ } | {
9697
+ colorType: "container" | "base" | "onBase" | "onContainer";
9698
+ toned?: boolean;
9699
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9488
9700
  };
9489
9701
  size?: number;
9490
9702
  };
@@ -9619,7 +9831,7 @@ declare const _default: <T extends unknown>(props: {
9619
9831
  };
9620
9832
  };
9621
9833
  icon?: {
9622
- color?: {
9834
+ color?: string | {
9623
9835
  colors: (string | {
9624
9836
  colorType: "container" | "base" | "onBase" | "onContainer";
9625
9837
  toned?: boolean;
@@ -9634,6 +9846,10 @@ declare const _default: <T extends unknown>(props: {
9634
9846
  })[];
9635
9847
  acrylic?: boolean;
9636
9848
  opacity?: number;
9849
+ } | {
9850
+ colorType: "container" | "base" | "onBase" | "onContainer";
9851
+ toned?: boolean;
9852
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9637
9853
  };
9638
9854
  size?: number;
9639
9855
  };
@@ -9741,7 +9957,7 @@ declare const _default: <T extends unknown>(props: {
9741
9957
  };
9742
9958
  };
9743
9959
  icon?: {
9744
- color?: {
9960
+ color?: string | {
9745
9961
  colors: (string | {
9746
9962
  colorType: "container" | "base" | "onBase" | "onContainer";
9747
9963
  toned?: boolean;
@@ -9756,6 +9972,10 @@ declare const _default: <T extends unknown>(props: {
9756
9972
  })[];
9757
9973
  acrylic?: boolean;
9758
9974
  opacity?: number;
9975
+ } | {
9976
+ colorType: "container" | "base" | "onBase" | "onContainer";
9977
+ toned?: boolean;
9978
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9759
9979
  };
9760
9980
  size?: number;
9761
9981
  };
@@ -9942,7 +10162,7 @@ declare const _default: <T extends unknown>(props: {
9942
10162
  };
9943
10163
  };
9944
10164
  icon?: {
9945
- color?: {
10165
+ color?: string | {
9946
10166
  colors: (string | {
9947
10167
  colorType: "container" | "base" | "onBase" | "onContainer";
9948
10168
  toned?: boolean;
@@ -9957,6 +10177,10 @@ declare const _default: <T extends unknown>(props: {
9957
10177
  })[];
9958
10178
  acrylic?: boolean;
9959
10179
  opacity?: number;
10180
+ } | {
10181
+ colorType: "container" | "base" | "onBase" | "onContainer";
10182
+ toned?: boolean;
10183
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9960
10184
  };
9961
10185
  size?: number;
9962
10186
  };
@@ -10064,7 +10288,7 @@ declare const _default: <T extends unknown>(props: {
10064
10288
  };
10065
10289
  };
10066
10290
  icon?: {
10067
- color?: {
10291
+ color?: string | {
10068
10292
  colors: (string | {
10069
10293
  colorType: "container" | "base" | "onBase" | "onContainer";
10070
10294
  toned?: boolean;
@@ -10079,6 +10303,10 @@ declare const _default: <T extends unknown>(props: {
10079
10303
  })[];
10080
10304
  acrylic?: boolean;
10081
10305
  opacity?: number;
10306
+ } | {
10307
+ colorType: "container" | "base" | "onBase" | "onContainer";
10308
+ toned?: boolean;
10309
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10082
10310
  };
10083
10311
  size?: number;
10084
10312
  };
@@ -10265,7 +10493,7 @@ declare const _default: <T extends unknown>(props: {
10265
10493
  };
10266
10494
  };
10267
10495
  icon?: {
10268
- color?: {
10496
+ color?: string | {
10269
10497
  colors: (string | {
10270
10498
  colorType: "container" | "base" | "onBase" | "onContainer";
10271
10499
  toned?: boolean;
@@ -10280,6 +10508,10 @@ declare const _default: <T extends unknown>(props: {
10280
10508
  })[];
10281
10509
  acrylic?: boolean;
10282
10510
  opacity?: number;
10511
+ } | {
10512
+ colorType: "container" | "base" | "onBase" | "onContainer";
10513
+ toned?: boolean;
10514
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10283
10515
  };
10284
10516
  size?: number;
10285
10517
  };
@@ -10387,7 +10619,7 @@ declare const _default: <T extends unknown>(props: {
10387
10619
  };
10388
10620
  };
10389
10621
  icon?: {
10390
- color?: {
10622
+ color?: string | {
10391
10623
  colors: (string | {
10392
10624
  colorType: "container" | "base" | "onBase" | "onContainer";
10393
10625
  toned?: boolean;
@@ -10402,6 +10634,10 @@ declare const _default: <T extends unknown>(props: {
10402
10634
  })[];
10403
10635
  acrylic?: boolean;
10404
10636
  opacity?: number;
10637
+ } | {
10638
+ colorType: "container" | "base" | "onBase" | "onContainer";
10639
+ toned?: boolean;
10640
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10405
10641
  };
10406
10642
  size?: number;
10407
10643
  };
@@ -10588,7 +10824,7 @@ declare const _default: <T extends unknown>(props: {
10588
10824
  };
10589
10825
  };
10590
10826
  icon?: {
10591
- color?: {
10827
+ color?: string | {
10592
10828
  colors: (string | {
10593
10829
  colorType: "container" | "base" | "onBase" | "onContainer";
10594
10830
  toned?: boolean;
@@ -10603,6 +10839,10 @@ declare const _default: <T extends unknown>(props: {
10603
10839
  })[];
10604
10840
  acrylic?: boolean;
10605
10841
  opacity?: number;
10842
+ } | {
10843
+ colorType: "container" | "base" | "onBase" | "onContainer";
10844
+ toned?: boolean;
10845
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10606
10846
  };
10607
10847
  size?: number;
10608
10848
  };
@@ -10710,7 +10950,7 @@ declare const _default: <T extends unknown>(props: {
10710
10950
  };
10711
10951
  };
10712
10952
  icon?: {
10713
- color?: {
10953
+ color?: string | {
10714
10954
  colors: (string | {
10715
10955
  colorType: "container" | "base" | "onBase" | "onContainer";
10716
10956
  toned?: boolean;
@@ -10725,6 +10965,10 @@ declare const _default: <T extends unknown>(props: {
10725
10965
  })[];
10726
10966
  acrylic?: boolean;
10727
10967
  opacity?: number;
10968
+ } | {
10969
+ colorType: "container" | "base" | "onBase" | "onContainer";
10970
+ toned?: boolean;
10971
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10728
10972
  };
10729
10973
  size?: number;
10730
10974
  };
@@ -10836,6 +11080,7 @@ declare const _default: <T extends unknown>(props: {
10836
11080
  bottom?: string | number;
10837
11081
  left?: string | number;
10838
11082
  };
11083
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
10839
11084
  }[];
10840
11085
  events?: {
10841
11086
  onLoaded?: string[];
@@ -10843,6 +11088,7 @@ declare const _default: <T extends unknown>(props: {
10843
11088
  onSaving?: string[];
10844
11089
  onPersistState?: string[];
10845
11090
  onRestoreState?: string[];
11091
+ onActive?: string[];
10846
11092
  };
10847
11093
  actions?: {
10848
11094
  [name: string]: string[];
@@ -10888,6 +11134,7 @@ declare const _default: <T extends unknown>(props: {
10888
11134
  bottom?: string | number;
10889
11135
  left?: string | number;
10890
11136
  };
11137
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
10891
11138
  }[];
10892
11139
  style?: {
10893
11140
  margin?: number;
@@ -10919,6 +11166,7 @@ declare const _default: <T extends unknown>(props: {
10919
11166
  bottom?: string | number;
10920
11167
  left?: string | number;
10921
11168
  };
11169
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
10922
11170
  }[];
10923
11171
  editors?: {
10924
11172
  name?: string;
@@ -11052,6 +11300,7 @@ declare const _default: <T extends unknown>(props: {
11052
11300
  bottom?: string | number;
11053
11301
  left?: string | number;
11054
11302
  };
11303
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11055
11304
  }[];
11056
11305
  events?: {
11057
11306
  onLoaded?: string[];
@@ -11059,6 +11308,7 @@ declare const _default: <T extends unknown>(props: {
11059
11308
  onSaving?: string[];
11060
11309
  onPersistState?: string[];
11061
11310
  onRestoreState?: string[];
11311
+ onActive?: string[];
11062
11312
  };
11063
11313
  actions?: {
11064
11314
  [name: string]: string[];
@@ -11104,6 +11354,7 @@ declare const _default: <T extends unknown>(props: {
11104
11354
  bottom?: string | number;
11105
11355
  left?: string | number;
11106
11356
  };
11357
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11107
11358
  }[];
11108
11359
  style?: {
11109
11360
  margin?: number;
@@ -11135,6 +11386,7 @@ declare const _default: <T extends unknown>(props: {
11135
11386
  bottom?: string | number;
11136
11387
  left?: string | number;
11137
11388
  };
11389
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11138
11390
  }[];
11139
11391
  editors?: {
11140
11392
  name?: string;
@@ -11268,6 +11520,7 @@ declare const _default: <T extends unknown>(props: {
11268
11520
  bottom?: string | number;
11269
11521
  left?: string | number;
11270
11522
  };
11523
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11271
11524
  }[];
11272
11525
  events?: {
11273
11526
  onLoaded?: string[];
@@ -11275,6 +11528,7 @@ declare const _default: <T extends unknown>(props: {
11275
11528
  onSaving?: string[];
11276
11529
  onPersistState?: string[];
11277
11530
  onRestoreState?: string[];
11531
+ onActive?: string[];
11278
11532
  };
11279
11533
  actions?: {
11280
11534
  [name: string]: string[];
@@ -11320,6 +11574,7 @@ declare const _default: <T extends unknown>(props: {
11320
11574
  bottom?: string | number;
11321
11575
  left?: string | number;
11322
11576
  };
11577
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11323
11578
  }[];
11324
11579
  style?: {
11325
11580
  margin?: number;
@@ -11351,6 +11606,7 @@ declare const _default: <T extends unknown>(props: {
11351
11606
  bottom?: string | number;
11352
11607
  left?: string | number;
11353
11608
  };
11609
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11354
11610
  }[];
11355
11611
  editors?: {
11356
11612
  name?: string;
@@ -11484,6 +11740,7 @@ declare const _default: <T extends unknown>(props: {
11484
11740
  bottom?: string | number;
11485
11741
  left?: string | number;
11486
11742
  };
11743
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11487
11744
  }[];
11488
11745
  events?: {
11489
11746
  onLoaded?: string[];
@@ -11491,6 +11748,7 @@ declare const _default: <T extends unknown>(props: {
11491
11748
  onSaving?: string[];
11492
11749
  onPersistState?: string[];
11493
11750
  onRestoreState?: string[];
11751
+ onActive?: string[];
11494
11752
  };
11495
11753
  actions?: {
11496
11754
  [name: string]: string[];
@@ -11536,6 +11794,7 @@ declare const _default: <T extends unknown>(props: {
11536
11794
  bottom?: string | number;
11537
11795
  left?: string | number;
11538
11796
  };
11797
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11539
11798
  }[];
11540
11799
  style?: {
11541
11800
  margin?: number;
@@ -11567,6 +11826,7 @@ declare const _default: <T extends unknown>(props: {
11567
11826
  bottom?: string | number;
11568
11827
  left?: string | number;
11569
11828
  };
11829
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11570
11830
  }[];
11571
11831
  editors?: {
11572
11832
  name?: string;
@@ -11662,7 +11922,7 @@ declare const _default: <T extends unknown>(props: {
11662
11922
  };
11663
11923
  icons?: {
11664
11924
  xs?: {
11665
- color?: {
11925
+ color?: string | {
11666
11926
  colors: (string | {
11667
11927
  colorType: "container" | "base" | "onBase" | "onContainer";
11668
11928
  toned?: boolean;
@@ -11677,11 +11937,15 @@ declare const _default: <T extends unknown>(props: {
11677
11937
  })[];
11678
11938
  acrylic?: boolean;
11679
11939
  opacity?: number;
11940
+ } | {
11941
+ colorType: "container" | "base" | "onBase" | "onContainer";
11942
+ toned?: boolean;
11943
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11680
11944
  };
11681
11945
  size?: number;
11682
11946
  };
11683
11947
  s?: {
11684
- color?: {
11948
+ color?: string | {
11685
11949
  colors: (string | {
11686
11950
  colorType: "container" | "base" | "onBase" | "onContainer";
11687
11951
  toned?: boolean;
@@ -11696,11 +11960,15 @@ declare const _default: <T extends unknown>(props: {
11696
11960
  })[];
11697
11961
  acrylic?: boolean;
11698
11962
  opacity?: number;
11963
+ } | {
11964
+ colorType: "container" | "base" | "onBase" | "onContainer";
11965
+ toned?: boolean;
11966
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11699
11967
  };
11700
11968
  size?: number;
11701
11969
  };
11702
11970
  m?: {
11703
- color?: {
11971
+ color?: string | {
11704
11972
  colors: (string | {
11705
11973
  colorType: "container" | "base" | "onBase" | "onContainer";
11706
11974
  toned?: boolean;
@@ -11715,11 +11983,15 @@ declare const _default: <T extends unknown>(props: {
11715
11983
  })[];
11716
11984
  acrylic?: boolean;
11717
11985
  opacity?: number;
11986
+ } | {
11987
+ colorType: "container" | "base" | "onBase" | "onContainer";
11988
+ toned?: boolean;
11989
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11718
11990
  };
11719
11991
  size?: number;
11720
11992
  };
11721
11993
  l?: {
11722
- color?: {
11994
+ color?: string | {
11723
11995
  colors: (string | {
11724
11996
  colorType: "container" | "base" | "onBase" | "onContainer";
11725
11997
  toned?: boolean;
@@ -11734,11 +12006,15 @@ declare const _default: <T extends unknown>(props: {
11734
12006
  })[];
11735
12007
  acrylic?: boolean;
11736
12008
  opacity?: number;
12009
+ } | {
12010
+ colorType: "container" | "base" | "onBase" | "onContainer";
12011
+ toned?: boolean;
12012
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11737
12013
  };
11738
12014
  size?: number;
11739
12015
  };
11740
12016
  xl?: {
11741
- color?: {
12017
+ color?: string | {
11742
12018
  colors: (string | {
11743
12019
  colorType: "container" | "base" | "onBase" | "onContainer";
11744
12020
  toned?: boolean;
@@ -11753,6 +12029,10 @@ declare const _default: <T extends unknown>(props: {
11753
12029
  })[];
11754
12030
  acrylic?: boolean;
11755
12031
  opacity?: number;
12032
+ } | {
12033
+ colorType: "container" | "base" | "onBase" | "onContainer";
12034
+ toned?: boolean;
12035
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11756
12036
  };
11757
12037
  size?: number;
11758
12038
  };