@omnia/fx 8.0.137-dev → 8.0.138-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 (65) hide show
  1. package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
  2. package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
  4. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
  5. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
  13. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
  14. package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
  15. package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
  16. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
  17. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
  18. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
  19. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
  20. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
  21. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -1
  22. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
  25. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +43 -9
  26. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +111 -74
  27. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +222 -148
  28. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +222 -148
  29. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
  30. package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
  31. package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
  32. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
  33. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
  34. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
  36. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
  37. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
  38. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
  39. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +94 -28
  40. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
  41. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
  42. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +3 -1
  43. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +110 -74
  44. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +110 -74
  45. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
  46. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +110 -74
  47. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +12 -3
  48. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
  49. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +110 -74
  50. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +8 -4
  51. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
  52. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +111 -74
  53. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
  54. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
  55. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
  56. package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
  58. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
  59. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
  60. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
  61. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
  62. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
  63. package/internal-do-not-import-from-here/wctypings.d.ts +36 -12
  64. package/package.json +2 -2
  65. package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -98,6 +98,7 @@ export declare function useColorSchemaSetup(props: object): {
98
98
  byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
99
99
  readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
100
100
  buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
101
+ iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
101
102
  };
102
103
  deactivated(): void;
103
104
  };
@@ -193,6 +194,7 @@ export declare function useColorSchemaSetup(props: object): {
193
194
  byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
194
195
  readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
195
196
  buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
197
+ iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
196
198
  };
197
199
  deactivated(): void;
198
200
  };
@@ -288,6 +290,7 @@ export declare function useColorSchemaSetup(props: object): {
288
290
  byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
289
291
  readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
290
292
  buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
293
+ iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
291
294
  };
292
295
  deactivated(): void;
293
296
  };
@@ -376,6 +379,7 @@ export declare function useColorSchemaSetup(props: object): {
376
379
  byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
377
380
  readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
378
381
  buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
382
+ iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
379
383
  };
380
384
  deactivated(): void;
381
385
  };
@@ -1084,7 +1088,6 @@ export declare function useColorSchemaSetup(props: object): {
1084
1088
  type: "title" | "text" | "navigation";
1085
1089
  size: "xs" | "s" | "m" | "l" | "xl";
1086
1090
  };
1087
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1088
1091
  };
1089
1092
  icon?: {
1090
1093
  color?: {
@@ -1104,9 +1107,7 @@ export declare function useColorSchemaSetup(props: object): {
1104
1107
  opacity?: number;
1105
1108
  };
1106
1109
  size?: number;
1107
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1108
1110
  };
1109
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1110
1111
  };
1111
1112
  basic?: {
1112
1113
  padding?: {
@@ -1199,7 +1200,6 @@ export declare function useColorSchemaSetup(props: object): {
1199
1200
  type: "title" | "text" | "navigation";
1200
1201
  size: "xs" | "s" | "m" | "l" | "xl";
1201
1202
  };
1202
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1203
1203
  };
1204
1204
  icon?: {
1205
1205
  color?: {
@@ -1219,9 +1219,7 @@ export declare function useColorSchemaSetup(props: object): {
1219
1219
  opacity?: number;
1220
1220
  };
1221
1221
  size?: number;
1222
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1223
1222
  };
1224
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1225
1223
  };
1226
1224
  accent1?: {
1227
1225
  padding?: {
@@ -1314,7 +1312,6 @@ export declare function useColorSchemaSetup(props: object): {
1314
1312
  type: "title" | "text" | "navigation";
1315
1313
  size: "xs" | "s" | "m" | "l" | "xl";
1316
1314
  };
1317
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1318
1315
  };
1319
1316
  icon?: {
1320
1317
  color?: {
@@ -1334,9 +1331,7 @@ export declare function useColorSchemaSetup(props: object): {
1334
1331
  opacity?: number;
1335
1332
  };
1336
1333
  size?: number;
1337
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1338
1334
  };
1339
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1340
1335
  };
1341
1336
  warn?: {
1342
1337
  padding?: {
@@ -1429,7 +1424,6 @@ export declare function useColorSchemaSetup(props: object): {
1429
1424
  type: "title" | "text" | "navigation";
1430
1425
  size: "xs" | "s" | "m" | "l" | "xl";
1431
1426
  };
1432
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1433
1427
  };
1434
1428
  icon?: {
1435
1429
  color?: {
@@ -1449,9 +1443,7 @@ export declare function useColorSchemaSetup(props: object): {
1449
1443
  opacity?: number;
1450
1444
  };
1451
1445
  size?: number;
1452
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1453
1446
  };
1454
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1455
1447
  };
1456
1448
  link?: {
1457
1449
  padding?: {
@@ -1544,7 +1536,6 @@ export declare function useColorSchemaSetup(props: object): {
1544
1536
  type: "title" | "text" | "navigation";
1545
1537
  size: "xs" | "s" | "m" | "l" | "xl";
1546
1538
  };
1547
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1548
1539
  };
1549
1540
  icon?: {
1550
1541
  color?: {
@@ -1564,9 +1555,7 @@ export declare function useColorSchemaSetup(props: object): {
1564
1555
  opacity?: number;
1565
1556
  };
1566
1557
  size?: number;
1567
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1568
1558
  };
1569
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1570
1559
  };
1571
1560
  variant1?: {
1572
1561
  padding?: {
@@ -1659,7 +1648,6 @@ export declare function useColorSchemaSetup(props: object): {
1659
1648
  type: "title" | "text" | "navigation";
1660
1649
  size: "xs" | "s" | "m" | "l" | "xl";
1661
1650
  };
1662
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1663
1651
  };
1664
1652
  icon?: {
1665
1653
  color?: {
@@ -1679,9 +1667,7 @@ export declare function useColorSchemaSetup(props: object): {
1679
1667
  opacity?: number;
1680
1668
  };
1681
1669
  size?: number;
1682
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1683
1670
  };
1684
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1685
1671
  };
1686
1672
  variant2?: {
1687
1673
  padding?: {
@@ -1774,7 +1760,6 @@ export declare function useColorSchemaSetup(props: object): {
1774
1760
  type: "title" | "text" | "navigation";
1775
1761
  size: "xs" | "s" | "m" | "l" | "xl";
1776
1762
  };
1777
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1778
1763
  };
1779
1764
  icon?: {
1780
1765
  color?: {
@@ -1794,9 +1779,7 @@ export declare function useColorSchemaSetup(props: object): {
1794
1779
  opacity?: number;
1795
1780
  };
1796
1781
  size?: number;
1797
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1798
1782
  };
1799
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1800
1783
  };
1801
1784
  variant3?: {
1802
1785
  padding?: {
@@ -1889,7 +1872,6 @@ export declare function useColorSchemaSetup(props: object): {
1889
1872
  type: "title" | "text" | "navigation";
1890
1873
  size: "xs" | "s" | "m" | "l" | "xl";
1891
1874
  };
1892
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1893
1875
  };
1894
1876
  icon?: {
1895
1877
  color?: {
@@ -1909,9 +1891,7 @@ export declare function useColorSchemaSetup(props: object): {
1909
1891
  opacity?: number;
1910
1892
  };
1911
1893
  size?: number;
1912
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1913
1894
  };
1914
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
1915
1895
  };
1916
1896
  variant4?: {
1917
1897
  padding?: {
@@ -2004,7 +1984,6 @@ export declare function useColorSchemaSetup(props: object): {
2004
1984
  type: "title" | "text" | "navigation";
2005
1985
  size: "xs" | "s" | "m" | "l" | "xl";
2006
1986
  };
2007
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2008
1987
  };
2009
1988
  icon?: {
2010
1989
  color?: {
@@ -2024,9 +2003,7 @@ export declare function useColorSchemaSetup(props: object): {
2024
2003
  opacity?: number;
2025
2004
  };
2026
2005
  size?: number;
2027
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2028
2006
  };
2029
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2030
2007
  };
2031
2008
  };
2032
2009
  icon: {
@@ -2121,7 +2098,6 @@ export declare function useColorSchemaSetup(props: object): {
2121
2098
  type: "title" | "text" | "navigation";
2122
2099
  size: "xs" | "s" | "m" | "l" | "xl";
2123
2100
  };
2124
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2125
2101
  };
2126
2102
  icon?: {
2127
2103
  color?: {
@@ -2141,9 +2117,7 @@ export declare function useColorSchemaSetup(props: object): {
2141
2117
  opacity?: number;
2142
2118
  };
2143
2119
  size?: number;
2144
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2145
2120
  };
2146
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2147
2121
  };
2148
2122
  basic?: {
2149
2123
  padding?: {
@@ -2236,7 +2210,6 @@ export declare function useColorSchemaSetup(props: object): {
2236
2210
  type: "title" | "text" | "navigation";
2237
2211
  size: "xs" | "s" | "m" | "l" | "xl";
2238
2212
  };
2239
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2240
2213
  };
2241
2214
  icon?: {
2242
2215
  color?: {
@@ -2256,9 +2229,7 @@ export declare function useColorSchemaSetup(props: object): {
2256
2229
  opacity?: number;
2257
2230
  };
2258
2231
  size?: number;
2259
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2260
2232
  };
2261
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2262
2233
  };
2263
2234
  accent1?: {
2264
2235
  padding?: {
@@ -2351,7 +2322,6 @@ export declare function useColorSchemaSetup(props: object): {
2351
2322
  type: "title" | "text" | "navigation";
2352
2323
  size: "xs" | "s" | "m" | "l" | "xl";
2353
2324
  };
2354
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2355
2325
  };
2356
2326
  icon?: {
2357
2327
  color?: {
@@ -2371,9 +2341,7 @@ export declare function useColorSchemaSetup(props: object): {
2371
2341
  opacity?: number;
2372
2342
  };
2373
2343
  size?: number;
2374
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2375
2344
  };
2376
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2377
2345
  };
2378
2346
  warn?: {
2379
2347
  padding?: {
@@ -2466,7 +2434,6 @@ export declare function useColorSchemaSetup(props: object): {
2466
2434
  type: "title" | "text" | "navigation";
2467
2435
  size: "xs" | "s" | "m" | "l" | "xl";
2468
2436
  };
2469
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2470
2437
  };
2471
2438
  icon?: {
2472
2439
  color?: {
@@ -2486,9 +2453,7 @@ export declare function useColorSchemaSetup(props: object): {
2486
2453
  opacity?: number;
2487
2454
  };
2488
2455
  size?: number;
2489
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2490
2456
  };
2491
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2492
2457
  };
2493
2458
  link?: {
2494
2459
  padding?: {
@@ -2581,7 +2546,6 @@ export declare function useColorSchemaSetup(props: object): {
2581
2546
  type: "title" | "text" | "navigation";
2582
2547
  size: "xs" | "s" | "m" | "l" | "xl";
2583
2548
  };
2584
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2585
2549
  };
2586
2550
  icon?: {
2587
2551
  color?: {
@@ -2601,9 +2565,7 @@ export declare function useColorSchemaSetup(props: object): {
2601
2565
  opacity?: number;
2602
2566
  };
2603
2567
  size?: number;
2604
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2605
2568
  };
2606
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2607
2569
  };
2608
2570
  variant1?: {
2609
2571
  padding?: {
@@ -2696,7 +2658,6 @@ export declare function useColorSchemaSetup(props: object): {
2696
2658
  type: "title" | "text" | "navigation";
2697
2659
  size: "xs" | "s" | "m" | "l" | "xl";
2698
2660
  };
2699
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2700
2661
  };
2701
2662
  icon?: {
2702
2663
  color?: {
@@ -2716,9 +2677,7 @@ export declare function useColorSchemaSetup(props: object): {
2716
2677
  opacity?: number;
2717
2678
  };
2718
2679
  size?: number;
2719
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2720
2680
  };
2721
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2722
2681
  };
2723
2682
  variant2?: {
2724
2683
  padding?: {
@@ -2811,7 +2770,6 @@ export declare function useColorSchemaSetup(props: object): {
2811
2770
  type: "title" | "text" | "navigation";
2812
2771
  size: "xs" | "s" | "m" | "l" | "xl";
2813
2772
  };
2814
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2815
2773
  };
2816
2774
  icon?: {
2817
2775
  color?: {
@@ -2831,9 +2789,7 @@ export declare function useColorSchemaSetup(props: object): {
2831
2789
  opacity?: number;
2832
2790
  };
2833
2791
  size?: number;
2834
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2835
2792
  };
2836
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2837
2793
  };
2838
2794
  variant3?: {
2839
2795
  padding?: {
@@ -2926,7 +2882,6 @@ export declare function useColorSchemaSetup(props: object): {
2926
2882
  type: "title" | "text" | "navigation";
2927
2883
  size: "xs" | "s" | "m" | "l" | "xl";
2928
2884
  };
2929
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2930
2885
  };
2931
2886
  icon?: {
2932
2887
  color?: {
@@ -2946,9 +2901,7 @@ export declare function useColorSchemaSetup(props: object): {
2946
2901
  opacity?: number;
2947
2902
  };
2948
2903
  size?: number;
2949
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2950
2904
  };
2951
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
2952
2905
  };
2953
2906
  variant4?: {
2954
2907
  padding?: {
@@ -3041,7 +2994,6 @@ export declare function useColorSchemaSetup(props: object): {
3041
2994
  type: "title" | "text" | "navigation";
3042
2995
  size: "xs" | "s" | "m" | "l" | "xl";
3043
2996
  };
3044
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3045
2997
  };
3046
2998
  icon?: {
3047
2999
  color?: {
@@ -3061,9 +3013,7 @@ export declare function useColorSchemaSetup(props: object): {
3061
3013
  opacity?: number;
3062
3014
  };
3063
3015
  size?: number;
3064
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3065
3016
  };
3066
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3067
3017
  };
3068
3018
  };
3069
3019
  name?: string;
@@ -3181,7 +3131,6 @@ export declare function useColorSchemaSetup(props: object): {
3181
3131
  type: "title" | "text" | "navigation";
3182
3132
  size: "xs" | "s" | "m" | "l" | "xl";
3183
3133
  };
3184
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3185
3134
  };
3186
3135
  icon?: {
3187
3136
  color?: {
@@ -3201,7 +3150,6 @@ export declare function useColorSchemaSetup(props: object): {
3201
3150
  opacity?: number;
3202
3151
  };
3203
3152
  size?: number;
3204
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3205
3153
  };
3206
3154
  active?: {
3207
3155
  padding?: {
@@ -3293,7 +3241,6 @@ export declare function useColorSchemaSetup(props: object): {
3293
3241
  type: "title" | "text" | "navigation";
3294
3242
  size: "xs" | "s" | "m" | "l" | "xl";
3295
3243
  };
3296
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3297
3244
  };
3298
3245
  icon?: {
3299
3246
  color?: {
@@ -3313,7 +3260,6 @@ export declare function useColorSchemaSetup(props: object): {
3313
3260
  opacity?: number;
3314
3261
  };
3315
3262
  size?: number;
3316
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3317
3263
  };
3318
3264
  };
3319
3265
  inactive?: {
@@ -3363,7 +3309,6 @@ export declare function useColorSchemaSetup(props: object): {
3363
3309
  elevation?: number;
3364
3310
  };
3365
3311
  };
3366
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3367
3312
  };
3368
3313
  variant1?: {
3369
3314
  background?: {
@@ -3477,7 +3422,6 @@ export declare function useColorSchemaSetup(props: object): {
3477
3422
  type: "title" | "text" | "navigation";
3478
3423
  size: "xs" | "s" | "m" | "l" | "xl";
3479
3424
  };
3480
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3481
3425
  };
3482
3426
  icon?: {
3483
3427
  color?: {
@@ -3497,7 +3441,6 @@ export declare function useColorSchemaSetup(props: object): {
3497
3441
  opacity?: number;
3498
3442
  };
3499
3443
  size?: number;
3500
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3501
3444
  };
3502
3445
  active?: {
3503
3446
  padding?: {
@@ -3589,7 +3532,6 @@ export declare function useColorSchemaSetup(props: object): {
3589
3532
  type: "title" | "text" | "navigation";
3590
3533
  size: "xs" | "s" | "m" | "l" | "xl";
3591
3534
  };
3592
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3593
3535
  };
3594
3536
  icon?: {
3595
3537
  color?: {
@@ -3609,7 +3551,6 @@ export declare function useColorSchemaSetup(props: object): {
3609
3551
  opacity?: number;
3610
3552
  };
3611
3553
  size?: number;
3612
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3613
3554
  };
3614
3555
  };
3615
3556
  inactive?: {
@@ -3659,7 +3600,6 @@ export declare function useColorSchemaSetup(props: object): {
3659
3600
  elevation?: number;
3660
3601
  };
3661
3602
  };
3662
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3663
3603
  };
3664
3604
  variant2?: {
3665
3605
  background?: {
@@ -3773,7 +3713,6 @@ export declare function useColorSchemaSetup(props: object): {
3773
3713
  type: "title" | "text" | "navigation";
3774
3714
  size: "xs" | "s" | "m" | "l" | "xl";
3775
3715
  };
3776
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3777
3716
  };
3778
3717
  icon?: {
3779
3718
  color?: {
@@ -3793,7 +3732,6 @@ export declare function useColorSchemaSetup(props: object): {
3793
3732
  opacity?: number;
3794
3733
  };
3795
3734
  size?: number;
3796
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3797
3735
  };
3798
3736
  active?: {
3799
3737
  padding?: {
@@ -3885,7 +3823,6 @@ export declare function useColorSchemaSetup(props: object): {
3885
3823
  type: "title" | "text" | "navigation";
3886
3824
  size: "xs" | "s" | "m" | "l" | "xl";
3887
3825
  };
3888
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3889
3826
  };
3890
3827
  icon?: {
3891
3828
  color?: {
@@ -3905,7 +3842,6 @@ export declare function useColorSchemaSetup(props: object): {
3905
3842
  opacity?: number;
3906
3843
  };
3907
3844
  size?: number;
3908
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3909
3845
  };
3910
3846
  };
3911
3847
  inactive?: {
@@ -3955,7 +3891,6 @@ export declare function useColorSchemaSetup(props: object): {
3955
3891
  elevation?: number;
3956
3892
  };
3957
3893
  };
3958
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
3959
3894
  };
3960
3895
  variant3?: {
3961
3896
  background?: {
@@ -4069,7 +4004,6 @@ export declare function useColorSchemaSetup(props: object): {
4069
4004
  type: "title" | "text" | "navigation";
4070
4005
  size: "xs" | "s" | "m" | "l" | "xl";
4071
4006
  };
4072
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
4073
4007
  };
4074
4008
  icon?: {
4075
4009
  color?: {
@@ -4089,7 +4023,6 @@ export declare function useColorSchemaSetup(props: object): {
4089
4023
  opacity?: number;
4090
4024
  };
4091
4025
  size?: number;
4092
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
4093
4026
  };
4094
4027
  active?: {
4095
4028
  padding?: {
@@ -4181,7 +4114,6 @@ export declare function useColorSchemaSetup(props: object): {
4181
4114
  type: "title" | "text" | "navigation";
4182
4115
  size: "xs" | "s" | "m" | "l" | "xl";
4183
4116
  };
4184
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
4185
4117
  };
4186
4118
  icon?: {
4187
4119
  color?: {
@@ -4201,7 +4133,6 @@ export declare function useColorSchemaSetup(props: object): {
4201
4133
  opacity?: number;
4202
4134
  };
4203
4135
  size?: number;
4204
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
4205
4136
  };
4206
4137
  };
4207
4138
  inactive?: {
@@ -4251,7 +4182,6 @@ export declare function useColorSchemaSetup(props: object): {
4251
4182
  elevation?: number;
4252
4183
  };
4253
4184
  };
4254
- type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
4255
4185
  };
4256
4186
  name?: string;
4257
4187
  };
@@ -4309,6 +4239,8 @@ export declare function useColorSchemaSetup(props: object): {
4309
4239
  onLoaded?: string[];
4310
4240
  onEditMode?: string[];
4311
4241
  onSaving?: string[];
4242
+ onPersistState?: string[];
4243
+ onRestoreState?: string[];
4312
4244
  };
4313
4245
  actions?: {
4314
4246
  [name: string]: string[];
@@ -4510,6 +4442,8 @@ export declare function useColorSchemaSetup(props: object): {
4510
4442
  onLoaded?: string[];
4511
4443
  onEditMode?: string[];
4512
4444
  onSaving?: string[];
4445
+ onPersistState?: string[];
4446
+ onRestoreState?: string[];
4513
4447
  };
4514
4448
  actions?: {
4515
4449
  [name: string]: string[];
@@ -4711,6 +4645,8 @@ export declare function useColorSchemaSetup(props: object): {
4711
4645
  onLoaded?: string[];
4712
4646
  onEditMode?: string[];
4713
4647
  onSaving?: string[];
4648
+ onPersistState?: string[];
4649
+ onRestoreState?: string[];
4714
4650
  };
4715
4651
  actions?: {
4716
4652
  [name: string]: string[];
@@ -4912,6 +4848,8 @@ export declare function useColorSchemaSetup(props: object): {
4912
4848
  onLoaded?: string[];
4913
4849
  onEditMode?: string[];
4914
4850
  onSaving?: string[];
4851
+ onPersistState?: string[];
4852
+ onRestoreState?: string[];
4915
4853
  };
4916
4854
  actions?: {
4917
4855
  [name: string]: string[];
@@ -5068,6 +5006,104 @@ export declare function useColorSchemaSetup(props: object): {
5068
5006
  };
5069
5007
  };
5070
5008
  };
5009
+ icons?: {
5010
+ xs?: {
5011
+ color?: {
5012
+ colors: (string | {
5013
+ colorType: "base" | "onBase" | "container" | "onContainer";
5014
+ toned?: boolean;
5015
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5016
+ } | {
5017
+ color: string | {
5018
+ colorType: "base" | "onBase" | "container" | "onContainer";
5019
+ toned?: boolean;
5020
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5021
+ };
5022
+ stop?: number;
5023
+ })[];
5024
+ acrylic?: boolean;
5025
+ opacity?: number;
5026
+ };
5027
+ size?: number;
5028
+ };
5029
+ s?: {
5030
+ color?: {
5031
+ colors: (string | {
5032
+ colorType: "base" | "onBase" | "container" | "onContainer";
5033
+ toned?: boolean;
5034
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5035
+ } | {
5036
+ color: string | {
5037
+ colorType: "base" | "onBase" | "container" | "onContainer";
5038
+ toned?: boolean;
5039
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5040
+ };
5041
+ stop?: number;
5042
+ })[];
5043
+ acrylic?: boolean;
5044
+ opacity?: number;
5045
+ };
5046
+ size?: number;
5047
+ };
5048
+ m?: {
5049
+ color?: {
5050
+ colors: (string | {
5051
+ colorType: "base" | "onBase" | "container" | "onContainer";
5052
+ toned?: boolean;
5053
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5054
+ } | {
5055
+ color: string | {
5056
+ colorType: "base" | "onBase" | "container" | "onContainer";
5057
+ toned?: boolean;
5058
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5059
+ };
5060
+ stop?: number;
5061
+ })[];
5062
+ acrylic?: boolean;
5063
+ opacity?: number;
5064
+ };
5065
+ size?: number;
5066
+ };
5067
+ l?: {
5068
+ color?: {
5069
+ colors: (string | {
5070
+ colorType: "base" | "onBase" | "container" | "onContainer";
5071
+ toned?: boolean;
5072
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5073
+ } | {
5074
+ color: string | {
5075
+ colorType: "base" | "onBase" | "container" | "onContainer";
5076
+ toned?: boolean;
5077
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5078
+ };
5079
+ stop?: number;
5080
+ })[];
5081
+ acrylic?: boolean;
5082
+ opacity?: number;
5083
+ };
5084
+ size?: number;
5085
+ };
5086
+ xl?: {
5087
+ color?: {
5088
+ colors: (string | {
5089
+ colorType: "base" | "onBase" | "container" | "onContainer";
5090
+ toned?: boolean;
5091
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5092
+ } | {
5093
+ color: string | {
5094
+ colorType: "base" | "onBase" | "container" | "onContainer";
5095
+ toned?: boolean;
5096
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5097
+ };
5098
+ stop?: number;
5099
+ })[];
5100
+ acrylic?: boolean;
5101
+ opacity?: number;
5102
+ };
5103
+ size?: number;
5104
+ };
5105
+ name?: string;
5106
+ };
5071
5107
  name?: string;
5072
5108
  id: {
5073
5109
  toString: () => string;
@@ -5153,6 +5189,7 @@ export declare function useColorSchemaSetup(props: object): {
5153
5189
  byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
5154
5190
  readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
5155
5191
  buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
5192
+ iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
5156
5193
  };
5157
5194
  deactivated(): void;
5158
5195
  };