@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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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: {
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
  };