@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
@@ -1121,7 +1121,7 @@ export declare const useTypographyBlueprintStore: () => {
1121
1121
  };
1122
1122
  };
1123
1123
  icon?: {
1124
- color?: {
1124
+ color?: string | {
1125
1125
  colors: (string | {
1126
1126
  colorType: "container" | "base" | "onBase" | "onContainer";
1127
1127
  toned?: boolean;
@@ -1136,6 +1136,10 @@ export declare const useTypographyBlueprintStore: () => {
1136
1136
  })[];
1137
1137
  acrylic?: boolean;
1138
1138
  opacity?: number;
1139
+ } | {
1140
+ colorType: "container" | "base" | "onBase" | "onContainer";
1141
+ toned?: boolean;
1142
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1139
1143
  };
1140
1144
  size?: number;
1141
1145
  };
@@ -1245,7 +1249,7 @@ export declare const useTypographyBlueprintStore: () => {
1245
1249
  };
1246
1250
  };
1247
1251
  icon?: {
1248
- color?: {
1252
+ color?: string | {
1249
1253
  colors: (string | {
1250
1254
  colorType: "container" | "base" | "onBase" | "onContainer";
1251
1255
  toned?: boolean;
@@ -1260,6 +1264,10 @@ export declare const useTypographyBlueprintStore: () => {
1260
1264
  })[];
1261
1265
  acrylic?: boolean;
1262
1266
  opacity?: number;
1267
+ } | {
1268
+ colorType: "container" | "base" | "onBase" | "onContainer";
1269
+ toned?: boolean;
1270
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1263
1271
  };
1264
1272
  size?: number;
1265
1273
  };
@@ -1369,7 +1377,7 @@ export declare const useTypographyBlueprintStore: () => {
1369
1377
  };
1370
1378
  };
1371
1379
  icon?: {
1372
- color?: {
1380
+ color?: string | {
1373
1381
  colors: (string | {
1374
1382
  colorType: "container" | "base" | "onBase" | "onContainer";
1375
1383
  toned?: boolean;
@@ -1384,6 +1392,10 @@ export declare const useTypographyBlueprintStore: () => {
1384
1392
  })[];
1385
1393
  acrylic?: boolean;
1386
1394
  opacity?: number;
1395
+ } | {
1396
+ colorType: "container" | "base" | "onBase" | "onContainer";
1397
+ toned?: boolean;
1398
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1387
1399
  };
1388
1400
  size?: number;
1389
1401
  };
@@ -1493,7 +1505,7 @@ export declare const useTypographyBlueprintStore: () => {
1493
1505
  };
1494
1506
  };
1495
1507
  icon?: {
1496
- color?: {
1508
+ color?: string | {
1497
1509
  colors: (string | {
1498
1510
  colorType: "container" | "base" | "onBase" | "onContainer";
1499
1511
  toned?: boolean;
@@ -1508,6 +1520,10 @@ export declare const useTypographyBlueprintStore: () => {
1508
1520
  })[];
1509
1521
  acrylic?: boolean;
1510
1522
  opacity?: number;
1523
+ } | {
1524
+ colorType: "container" | "base" | "onBase" | "onContainer";
1525
+ toned?: boolean;
1526
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1511
1527
  };
1512
1528
  size?: number;
1513
1529
  };
@@ -1617,7 +1633,7 @@ export declare const useTypographyBlueprintStore: () => {
1617
1633
  };
1618
1634
  };
1619
1635
  icon?: {
1620
- color?: {
1636
+ color?: string | {
1621
1637
  colors: (string | {
1622
1638
  colorType: "container" | "base" | "onBase" | "onContainer";
1623
1639
  toned?: boolean;
@@ -1632,6 +1648,10 @@ export declare const useTypographyBlueprintStore: () => {
1632
1648
  })[];
1633
1649
  acrylic?: boolean;
1634
1650
  opacity?: number;
1651
+ } | {
1652
+ colorType: "container" | "base" | "onBase" | "onContainer";
1653
+ toned?: boolean;
1654
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1635
1655
  };
1636
1656
  size?: number;
1637
1657
  };
@@ -1741,7 +1761,7 @@ export declare const useTypographyBlueprintStore: () => {
1741
1761
  };
1742
1762
  };
1743
1763
  icon?: {
1744
- color?: {
1764
+ color?: string | {
1745
1765
  colors: (string | {
1746
1766
  colorType: "container" | "base" | "onBase" | "onContainer";
1747
1767
  toned?: boolean;
@@ -1756,6 +1776,10 @@ export declare const useTypographyBlueprintStore: () => {
1756
1776
  })[];
1757
1777
  acrylic?: boolean;
1758
1778
  opacity?: number;
1779
+ } | {
1780
+ colorType: "container" | "base" | "onBase" | "onContainer";
1781
+ toned?: boolean;
1782
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1759
1783
  };
1760
1784
  size?: number;
1761
1785
  };
@@ -1865,7 +1889,7 @@ export declare const useTypographyBlueprintStore: () => {
1865
1889
  };
1866
1890
  };
1867
1891
  icon?: {
1868
- color?: {
1892
+ color?: string | {
1869
1893
  colors: (string | {
1870
1894
  colorType: "container" | "base" | "onBase" | "onContainer";
1871
1895
  toned?: boolean;
@@ -1880,6 +1904,10 @@ export declare const useTypographyBlueprintStore: () => {
1880
1904
  })[];
1881
1905
  acrylic?: boolean;
1882
1906
  opacity?: number;
1907
+ } | {
1908
+ colorType: "container" | "base" | "onBase" | "onContainer";
1909
+ toned?: boolean;
1910
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1883
1911
  };
1884
1912
  size?: number;
1885
1913
  };
@@ -1989,7 +2017,7 @@ export declare const useTypographyBlueprintStore: () => {
1989
2017
  };
1990
2018
  };
1991
2019
  icon?: {
1992
- color?: {
2020
+ color?: string | {
1993
2021
  colors: (string | {
1994
2022
  colorType: "container" | "base" | "onBase" | "onContainer";
1995
2023
  toned?: boolean;
@@ -2004,6 +2032,10 @@ export declare const useTypographyBlueprintStore: () => {
2004
2032
  })[];
2005
2033
  acrylic?: boolean;
2006
2034
  opacity?: number;
2035
+ } | {
2036
+ colorType: "container" | "base" | "onBase" | "onContainer";
2037
+ toned?: boolean;
2038
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2007
2039
  };
2008
2040
  size?: number;
2009
2041
  };
@@ -2113,7 +2145,7 @@ export declare const useTypographyBlueprintStore: () => {
2113
2145
  };
2114
2146
  };
2115
2147
  icon?: {
2116
- color?: {
2148
+ color?: string | {
2117
2149
  colors: (string | {
2118
2150
  colorType: "container" | "base" | "onBase" | "onContainer";
2119
2151
  toned?: boolean;
@@ -2128,6 +2160,10 @@ export declare const useTypographyBlueprintStore: () => {
2128
2160
  })[];
2129
2161
  acrylic?: boolean;
2130
2162
  opacity?: number;
2163
+ } | {
2164
+ colorType: "container" | "base" | "onBase" | "onContainer";
2165
+ toned?: boolean;
2166
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2131
2167
  };
2132
2168
  size?: number;
2133
2169
  };
@@ -2239,7 +2275,7 @@ export declare const useTypographyBlueprintStore: () => {
2239
2275
  };
2240
2276
  };
2241
2277
  icon?: {
2242
- color?: {
2278
+ color?: string | {
2243
2279
  colors: (string | {
2244
2280
  colorType: "container" | "base" | "onBase" | "onContainer";
2245
2281
  toned?: boolean;
@@ -2254,6 +2290,10 @@ export declare const useTypographyBlueprintStore: () => {
2254
2290
  })[];
2255
2291
  acrylic?: boolean;
2256
2292
  opacity?: number;
2293
+ } | {
2294
+ colorType: "container" | "base" | "onBase" | "onContainer";
2295
+ toned?: boolean;
2296
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2257
2297
  };
2258
2298
  size?: number;
2259
2299
  };
@@ -2363,7 +2403,7 @@ export declare const useTypographyBlueprintStore: () => {
2363
2403
  };
2364
2404
  };
2365
2405
  icon?: {
2366
- color?: {
2406
+ color?: string | {
2367
2407
  colors: (string | {
2368
2408
  colorType: "container" | "base" | "onBase" | "onContainer";
2369
2409
  toned?: boolean;
@@ -2378,6 +2418,10 @@ export declare const useTypographyBlueprintStore: () => {
2378
2418
  })[];
2379
2419
  acrylic?: boolean;
2380
2420
  opacity?: number;
2421
+ } | {
2422
+ colorType: "container" | "base" | "onBase" | "onContainer";
2423
+ toned?: boolean;
2424
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2381
2425
  };
2382
2426
  size?: number;
2383
2427
  };
@@ -2487,7 +2531,7 @@ export declare const useTypographyBlueprintStore: () => {
2487
2531
  };
2488
2532
  };
2489
2533
  icon?: {
2490
- color?: {
2534
+ color?: string | {
2491
2535
  colors: (string | {
2492
2536
  colorType: "container" | "base" | "onBase" | "onContainer";
2493
2537
  toned?: boolean;
@@ -2502,6 +2546,10 @@ export declare const useTypographyBlueprintStore: () => {
2502
2546
  })[];
2503
2547
  acrylic?: boolean;
2504
2548
  opacity?: number;
2549
+ } | {
2550
+ colorType: "container" | "base" | "onBase" | "onContainer";
2551
+ toned?: boolean;
2552
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2505
2553
  };
2506
2554
  size?: number;
2507
2555
  };
@@ -2611,7 +2659,7 @@ export declare const useTypographyBlueprintStore: () => {
2611
2659
  };
2612
2660
  };
2613
2661
  icon?: {
2614
- color?: {
2662
+ color?: string | {
2615
2663
  colors: (string | {
2616
2664
  colorType: "container" | "base" | "onBase" | "onContainer";
2617
2665
  toned?: boolean;
@@ -2626,6 +2674,10 @@ export declare const useTypographyBlueprintStore: () => {
2626
2674
  })[];
2627
2675
  acrylic?: boolean;
2628
2676
  opacity?: number;
2677
+ } | {
2678
+ colorType: "container" | "base" | "onBase" | "onContainer";
2679
+ toned?: boolean;
2680
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2629
2681
  };
2630
2682
  size?: number;
2631
2683
  };
@@ -2735,7 +2787,7 @@ export declare const useTypographyBlueprintStore: () => {
2735
2787
  };
2736
2788
  };
2737
2789
  icon?: {
2738
- color?: {
2790
+ color?: string | {
2739
2791
  colors: (string | {
2740
2792
  colorType: "container" | "base" | "onBase" | "onContainer";
2741
2793
  toned?: boolean;
@@ -2750,6 +2802,10 @@ export declare const useTypographyBlueprintStore: () => {
2750
2802
  })[];
2751
2803
  acrylic?: boolean;
2752
2804
  opacity?: number;
2805
+ } | {
2806
+ colorType: "container" | "base" | "onBase" | "onContainer";
2807
+ toned?: boolean;
2808
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2753
2809
  };
2754
2810
  size?: number;
2755
2811
  };
@@ -2859,7 +2915,7 @@ export declare const useTypographyBlueprintStore: () => {
2859
2915
  };
2860
2916
  };
2861
2917
  icon?: {
2862
- color?: {
2918
+ color?: string | {
2863
2919
  colors: (string | {
2864
2920
  colorType: "container" | "base" | "onBase" | "onContainer";
2865
2921
  toned?: boolean;
@@ -2874,6 +2930,10 @@ export declare const useTypographyBlueprintStore: () => {
2874
2930
  })[];
2875
2931
  acrylic?: boolean;
2876
2932
  opacity?: number;
2933
+ } | {
2934
+ colorType: "container" | "base" | "onBase" | "onContainer";
2935
+ toned?: boolean;
2936
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2877
2937
  };
2878
2938
  size?: number;
2879
2939
  };
@@ -2983,7 +3043,7 @@ export declare const useTypographyBlueprintStore: () => {
2983
3043
  };
2984
3044
  };
2985
3045
  icon?: {
2986
- color?: {
3046
+ color?: string | {
2987
3047
  colors: (string | {
2988
3048
  colorType: "container" | "base" | "onBase" | "onContainer";
2989
3049
  toned?: boolean;
@@ -2998,6 +3058,10 @@ export declare const useTypographyBlueprintStore: () => {
2998
3058
  })[];
2999
3059
  acrylic?: boolean;
3000
3060
  opacity?: number;
3061
+ } | {
3062
+ colorType: "container" | "base" | "onBase" | "onContainer";
3063
+ toned?: boolean;
3064
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3001
3065
  };
3002
3066
  size?: number;
3003
3067
  };
@@ -3107,7 +3171,7 @@ export declare const useTypographyBlueprintStore: () => {
3107
3171
  };
3108
3172
  };
3109
3173
  icon?: {
3110
- color?: {
3174
+ color?: string | {
3111
3175
  colors: (string | {
3112
3176
  colorType: "container" | "base" | "onBase" | "onContainer";
3113
3177
  toned?: boolean;
@@ -3122,6 +3186,10 @@ export declare const useTypographyBlueprintStore: () => {
3122
3186
  })[];
3123
3187
  acrylic?: boolean;
3124
3188
  opacity?: number;
3189
+ } | {
3190
+ colorType: "container" | "base" | "onBase" | "onContainer";
3191
+ toned?: boolean;
3192
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3125
3193
  };
3126
3194
  size?: number;
3127
3195
  };
@@ -3231,7 +3299,7 @@ export declare const useTypographyBlueprintStore: () => {
3231
3299
  };
3232
3300
  };
3233
3301
  icon?: {
3234
- color?: {
3302
+ color?: string | {
3235
3303
  colors: (string | {
3236
3304
  colorType: "container" | "base" | "onBase" | "onContainer";
3237
3305
  toned?: boolean;
@@ -3246,6 +3314,10 @@ export declare const useTypographyBlueprintStore: () => {
3246
3314
  })[];
3247
3315
  acrylic?: boolean;
3248
3316
  opacity?: number;
3317
+ } | {
3318
+ colorType: "container" | "base" | "onBase" | "onContainer";
3319
+ toned?: boolean;
3320
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3249
3321
  };
3250
3322
  size?: number;
3251
3323
  };
@@ -3380,7 +3452,7 @@ export declare const useTypographyBlueprintStore: () => {
3380
3452
  };
3381
3453
  };
3382
3454
  icon?: {
3383
- color?: {
3455
+ color?: string | {
3384
3456
  colors: (string | {
3385
3457
  colorType: "container" | "base" | "onBase" | "onContainer";
3386
3458
  toned?: boolean;
@@ -3395,6 +3467,10 @@ export declare const useTypographyBlueprintStore: () => {
3395
3467
  })[];
3396
3468
  acrylic?: boolean;
3397
3469
  opacity?: number;
3470
+ } | {
3471
+ colorType: "container" | "base" | "onBase" | "onContainer";
3472
+ toned?: boolean;
3473
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3398
3474
  };
3399
3475
  size?: number;
3400
3476
  };
@@ -3502,7 +3578,7 @@ export declare const useTypographyBlueprintStore: () => {
3502
3578
  };
3503
3579
  };
3504
3580
  icon?: {
3505
- color?: {
3581
+ color?: string | {
3506
3582
  colors: (string | {
3507
3583
  colorType: "container" | "base" | "onBase" | "onContainer";
3508
3584
  toned?: boolean;
@@ -3517,6 +3593,10 @@ export declare const useTypographyBlueprintStore: () => {
3517
3593
  })[];
3518
3594
  acrylic?: boolean;
3519
3595
  opacity?: number;
3596
+ } | {
3597
+ colorType: "container" | "base" | "onBase" | "onContainer";
3598
+ toned?: boolean;
3599
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3520
3600
  };
3521
3601
  size?: number;
3522
3602
  };
@@ -3703,7 +3783,7 @@ export declare const useTypographyBlueprintStore: () => {
3703
3783
  };
3704
3784
  };
3705
3785
  icon?: {
3706
- color?: {
3786
+ color?: string | {
3707
3787
  colors: (string | {
3708
3788
  colorType: "container" | "base" | "onBase" | "onContainer";
3709
3789
  toned?: boolean;
@@ -3718,6 +3798,10 @@ export declare const useTypographyBlueprintStore: () => {
3718
3798
  })[];
3719
3799
  acrylic?: boolean;
3720
3800
  opacity?: number;
3801
+ } | {
3802
+ colorType: "container" | "base" | "onBase" | "onContainer";
3803
+ toned?: boolean;
3804
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3721
3805
  };
3722
3806
  size?: number;
3723
3807
  };
@@ -3825,7 +3909,7 @@ export declare const useTypographyBlueprintStore: () => {
3825
3909
  };
3826
3910
  };
3827
3911
  icon?: {
3828
- color?: {
3912
+ color?: string | {
3829
3913
  colors: (string | {
3830
3914
  colorType: "container" | "base" | "onBase" | "onContainer";
3831
3915
  toned?: boolean;
@@ -3840,6 +3924,10 @@ export declare const useTypographyBlueprintStore: () => {
3840
3924
  })[];
3841
3925
  acrylic?: boolean;
3842
3926
  opacity?: number;
3927
+ } | {
3928
+ colorType: "container" | "base" | "onBase" | "onContainer";
3929
+ toned?: boolean;
3930
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3843
3931
  };
3844
3932
  size?: number;
3845
3933
  };
@@ -4026,7 +4114,7 @@ export declare const useTypographyBlueprintStore: () => {
4026
4114
  };
4027
4115
  };
4028
4116
  icon?: {
4029
- color?: {
4117
+ color?: string | {
4030
4118
  colors: (string | {
4031
4119
  colorType: "container" | "base" | "onBase" | "onContainer";
4032
4120
  toned?: boolean;
@@ -4041,6 +4129,10 @@ export declare const useTypographyBlueprintStore: () => {
4041
4129
  })[];
4042
4130
  acrylic?: boolean;
4043
4131
  opacity?: number;
4132
+ } | {
4133
+ colorType: "container" | "base" | "onBase" | "onContainer";
4134
+ toned?: boolean;
4135
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4044
4136
  };
4045
4137
  size?: number;
4046
4138
  };
@@ -4148,7 +4240,7 @@ export declare const useTypographyBlueprintStore: () => {
4148
4240
  };
4149
4241
  };
4150
4242
  icon?: {
4151
- color?: {
4243
+ color?: string | {
4152
4244
  colors: (string | {
4153
4245
  colorType: "container" | "base" | "onBase" | "onContainer";
4154
4246
  toned?: boolean;
@@ -4163,6 +4255,10 @@ export declare const useTypographyBlueprintStore: () => {
4163
4255
  })[];
4164
4256
  acrylic?: boolean;
4165
4257
  opacity?: number;
4258
+ } | {
4259
+ colorType: "container" | "base" | "onBase" | "onContainer";
4260
+ toned?: boolean;
4261
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4166
4262
  };
4167
4263
  size?: number;
4168
4264
  };
@@ -4349,7 +4445,7 @@ export declare const useTypographyBlueprintStore: () => {
4349
4445
  };
4350
4446
  };
4351
4447
  icon?: {
4352
- color?: {
4448
+ color?: string | {
4353
4449
  colors: (string | {
4354
4450
  colorType: "container" | "base" | "onBase" | "onContainer";
4355
4451
  toned?: boolean;
@@ -4364,6 +4460,10 @@ export declare const useTypographyBlueprintStore: () => {
4364
4460
  })[];
4365
4461
  acrylic?: boolean;
4366
4462
  opacity?: number;
4463
+ } | {
4464
+ colorType: "container" | "base" | "onBase" | "onContainer";
4465
+ toned?: boolean;
4466
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4367
4467
  };
4368
4468
  size?: number;
4369
4469
  };
@@ -4471,7 +4571,7 @@ export declare const useTypographyBlueprintStore: () => {
4471
4571
  };
4472
4572
  };
4473
4573
  icon?: {
4474
- color?: {
4574
+ color?: string | {
4475
4575
  colors: (string | {
4476
4576
  colorType: "container" | "base" | "onBase" | "onContainer";
4477
4577
  toned?: boolean;
@@ -4486,6 +4586,10 @@ export declare const useTypographyBlueprintStore: () => {
4486
4586
  })[];
4487
4587
  acrylic?: boolean;
4488
4588
  opacity?: number;
4589
+ } | {
4590
+ colorType: "container" | "base" | "onBase" | "onContainer";
4591
+ toned?: boolean;
4592
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4489
4593
  };
4490
4594
  size?: number;
4491
4595
  };
@@ -4597,6 +4701,7 @@ export declare const useTypographyBlueprintStore: () => {
4597
4701
  bottom?: string | number;
4598
4702
  left?: string | number;
4599
4703
  };
4704
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4600
4705
  }[];
4601
4706
  events?: {
4602
4707
  onLoaded?: string[];
@@ -4604,6 +4709,7 @@ export declare const useTypographyBlueprintStore: () => {
4604
4709
  onSaving?: string[];
4605
4710
  onPersistState?: string[];
4606
4711
  onRestoreState?: string[];
4712
+ onActive?: string[];
4607
4713
  };
4608
4714
  actions?: {
4609
4715
  [name: string]: string[];
@@ -4649,6 +4755,7 @@ export declare const useTypographyBlueprintStore: () => {
4649
4755
  bottom?: string | number;
4650
4756
  left?: string | number;
4651
4757
  };
4758
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4652
4759
  }[];
4653
4760
  style?: {
4654
4761
  margin?: number;
@@ -4680,6 +4787,7 @@ export declare const useTypographyBlueprintStore: () => {
4680
4787
  bottom?: string | number;
4681
4788
  left?: string | number;
4682
4789
  };
4790
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4683
4791
  }[];
4684
4792
  editors?: {
4685
4793
  name?: string;
@@ -4813,6 +4921,7 @@ export declare const useTypographyBlueprintStore: () => {
4813
4921
  bottom?: string | number;
4814
4922
  left?: string | number;
4815
4923
  };
4924
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4816
4925
  }[];
4817
4926
  events?: {
4818
4927
  onLoaded?: string[];
@@ -4820,6 +4929,7 @@ export declare const useTypographyBlueprintStore: () => {
4820
4929
  onSaving?: string[];
4821
4930
  onPersistState?: string[];
4822
4931
  onRestoreState?: string[];
4932
+ onActive?: string[];
4823
4933
  };
4824
4934
  actions?: {
4825
4935
  [name: string]: string[];
@@ -4865,6 +4975,7 @@ export declare const useTypographyBlueprintStore: () => {
4865
4975
  bottom?: string | number;
4866
4976
  left?: string | number;
4867
4977
  };
4978
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4868
4979
  }[];
4869
4980
  style?: {
4870
4981
  margin?: number;
@@ -4896,6 +5007,7 @@ export declare const useTypographyBlueprintStore: () => {
4896
5007
  bottom?: string | number;
4897
5008
  left?: string | number;
4898
5009
  };
5010
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4899
5011
  }[];
4900
5012
  editors?: {
4901
5013
  name?: string;
@@ -5029,6 +5141,7 @@ export declare const useTypographyBlueprintStore: () => {
5029
5141
  bottom?: string | number;
5030
5142
  left?: string | number;
5031
5143
  };
5144
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5032
5145
  }[];
5033
5146
  events?: {
5034
5147
  onLoaded?: string[];
@@ -5036,6 +5149,7 @@ export declare const useTypographyBlueprintStore: () => {
5036
5149
  onSaving?: string[];
5037
5150
  onPersistState?: string[];
5038
5151
  onRestoreState?: string[];
5152
+ onActive?: string[];
5039
5153
  };
5040
5154
  actions?: {
5041
5155
  [name: string]: string[];
@@ -5081,6 +5195,7 @@ export declare const useTypographyBlueprintStore: () => {
5081
5195
  bottom?: string | number;
5082
5196
  left?: string | number;
5083
5197
  };
5198
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5084
5199
  }[];
5085
5200
  style?: {
5086
5201
  margin?: number;
@@ -5112,6 +5227,7 @@ export declare const useTypographyBlueprintStore: () => {
5112
5227
  bottom?: string | number;
5113
5228
  left?: string | number;
5114
5229
  };
5230
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5115
5231
  }[];
5116
5232
  editors?: {
5117
5233
  name?: string;
@@ -5245,6 +5361,7 @@ export declare const useTypographyBlueprintStore: () => {
5245
5361
  bottom?: string | number;
5246
5362
  left?: string | number;
5247
5363
  };
5364
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5248
5365
  }[];
5249
5366
  events?: {
5250
5367
  onLoaded?: string[];
@@ -5252,6 +5369,7 @@ export declare const useTypographyBlueprintStore: () => {
5252
5369
  onSaving?: string[];
5253
5370
  onPersistState?: string[];
5254
5371
  onRestoreState?: string[];
5372
+ onActive?: string[];
5255
5373
  };
5256
5374
  actions?: {
5257
5375
  [name: string]: string[];
@@ -5297,6 +5415,7 @@ export declare const useTypographyBlueprintStore: () => {
5297
5415
  bottom?: string | number;
5298
5416
  left?: string | number;
5299
5417
  };
5418
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5300
5419
  }[];
5301
5420
  style?: {
5302
5421
  margin?: number;
@@ -5328,6 +5447,7 @@ export declare const useTypographyBlueprintStore: () => {
5328
5447
  bottom?: string | number;
5329
5448
  left?: string | number;
5330
5449
  };
5450
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5331
5451
  }[];
5332
5452
  editors?: {
5333
5453
  name?: string;
@@ -5423,7 +5543,7 @@ export declare const useTypographyBlueprintStore: () => {
5423
5543
  };
5424
5544
  icons?: {
5425
5545
  xs?: {
5426
- color?: {
5546
+ color?: string | {
5427
5547
  colors: (string | {
5428
5548
  colorType: "container" | "base" | "onBase" | "onContainer";
5429
5549
  toned?: boolean;
@@ -5438,11 +5558,15 @@ export declare const useTypographyBlueprintStore: () => {
5438
5558
  })[];
5439
5559
  acrylic?: boolean;
5440
5560
  opacity?: number;
5561
+ } | {
5562
+ colorType: "container" | "base" | "onBase" | "onContainer";
5563
+ toned?: boolean;
5564
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5441
5565
  };
5442
5566
  size?: number;
5443
5567
  };
5444
5568
  s?: {
5445
- color?: {
5569
+ color?: string | {
5446
5570
  colors: (string | {
5447
5571
  colorType: "container" | "base" | "onBase" | "onContainer";
5448
5572
  toned?: boolean;
@@ -5457,11 +5581,15 @@ export declare const useTypographyBlueprintStore: () => {
5457
5581
  })[];
5458
5582
  acrylic?: boolean;
5459
5583
  opacity?: number;
5584
+ } | {
5585
+ colorType: "container" | "base" | "onBase" | "onContainer";
5586
+ toned?: boolean;
5587
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5460
5588
  };
5461
5589
  size?: number;
5462
5590
  };
5463
5591
  m?: {
5464
- color?: {
5592
+ color?: string | {
5465
5593
  colors: (string | {
5466
5594
  colorType: "container" | "base" | "onBase" | "onContainer";
5467
5595
  toned?: boolean;
@@ -5476,11 +5604,15 @@ export declare const useTypographyBlueprintStore: () => {
5476
5604
  })[];
5477
5605
  acrylic?: boolean;
5478
5606
  opacity?: number;
5607
+ } | {
5608
+ colorType: "container" | "base" | "onBase" | "onContainer";
5609
+ toned?: boolean;
5610
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5479
5611
  };
5480
5612
  size?: number;
5481
5613
  };
5482
5614
  l?: {
5483
- color?: {
5615
+ color?: string | {
5484
5616
  colors: (string | {
5485
5617
  colorType: "container" | "base" | "onBase" | "onContainer";
5486
5618
  toned?: boolean;
@@ -5495,11 +5627,15 @@ export declare const useTypographyBlueprintStore: () => {
5495
5627
  })[];
5496
5628
  acrylic?: boolean;
5497
5629
  opacity?: number;
5630
+ } | {
5631
+ colorType: "container" | "base" | "onBase" | "onContainer";
5632
+ toned?: boolean;
5633
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5498
5634
  };
5499
5635
  size?: number;
5500
5636
  };
5501
5637
  xl?: {
5502
- color?: {
5638
+ color?: string | {
5503
5639
  colors: (string | {
5504
5640
  colorType: "container" | "base" | "onBase" | "onContainer";
5505
5641
  toned?: boolean;
@@ -5514,6 +5650,10 @@ export declare const useTypographyBlueprintStore: () => {
5514
5650
  })[];
5515
5651
  acrylic?: boolean;
5516
5652
  opacity?: number;
5653
+ } | {
5654
+ colorType: "container" | "base" | "onBase" | "onContainer";
5655
+ toned?: boolean;
5656
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5517
5657
  };
5518
5658
  size?: number;
5519
5659
  };