@omnia/fx 8.0.157-dev → 8.0.159-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 (54) 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/services/OmniaSearchUserService.d.ts +7 -0
  3. package/internal-do-not-import-from-here/services/index.d.ts +37 -36
  4. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +155 -31
  5. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +155 -31
  6. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +155 -31
  7. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +35 -1
  8. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -1
  9. package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +2 -1
  10. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBirthdayRegistration.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBooleanRegistration.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateRegistration.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateTimeRegistration.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedEmailRegistration.d.ts +1 -0
  15. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedHtmlRegistration.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIdentityRegistration.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIntegerRegistration.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedLinkRegistration.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilineTextRegistration.d.ts +1 -0
  20. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilingualTextRegistration.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedPhoneNumberRegistration.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedTextRegistration.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +4 -1
  24. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +8 -6
  25. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +155 -31
  26. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +310 -62
  27. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +310 -62
  28. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +0 -1
  29. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +155 -31
  30. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -3
  31. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +105 -55
  32. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +3 -0
  33. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +60 -0
  34. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +60 -0
  35. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +4 -0
  36. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.d.ts +2 -0
  37. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +10 -0
  38. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +21 -11
  39. package/internal-do-not-import-from-here/wctypings.d.ts +18 -1
  40. package/package.json +3 -3
  41. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/AlignmentEditor.d.ts +0 -0
  42. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorEditor.d.ts +0 -0
  43. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorSchemaEditor.d.ts +0 -0
  44. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ContainerEditor.d.ts +0 -0
  45. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/IconEditor.d.ts +0 -0
  46. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ImageEditor.d.ts +0 -0
  47. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/MarkdownEditor.d.ts +0 -0
  48. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/PropertyEditorCreator.d.ts +0 -0
  49. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ReferenceEditor.d.ts +0 -0
  50. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SliderEditor.d.ts +0 -0
  51. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SpacingEditor.d.ts +0 -0
  52. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SwitchEditor.d.ts +0 -0
  53. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TextEditor.d.ts +0 -0
  54. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TypographyEditor.d.ts +0 -0
@@ -1,5 +1,4 @@
1
1
  export declare const SwiperStyles: {
2
2
  backgroundColor: (color: string) => string;
3
3
  color: (color: string) => string;
4
- navigationButton: string;
5
4
  };
@@ -1244,7 +1244,7 @@ export declare function useColorSchemaSetup(props: object): {
1244
1244
  };
1245
1245
  };
1246
1246
  icon?: {
1247
- color?: {
1247
+ color?: string | {
1248
1248
  colors: (string | {
1249
1249
  colorType: "container" | "base" | "onBase" | "onContainer";
1250
1250
  toned?: boolean;
@@ -1259,6 +1259,10 @@ export declare function useColorSchemaSetup(props: object): {
1259
1259
  })[];
1260
1260
  acrylic?: boolean;
1261
1261
  opacity?: number;
1262
+ } | {
1263
+ colorType: "container" | "base" | "onBase" | "onContainer";
1264
+ toned?: boolean;
1265
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1262
1266
  };
1263
1267
  size?: number;
1264
1268
  };
@@ -1368,7 +1372,7 @@ export declare function useColorSchemaSetup(props: object): {
1368
1372
  };
1369
1373
  };
1370
1374
  icon?: {
1371
- color?: {
1375
+ color?: string | {
1372
1376
  colors: (string | {
1373
1377
  colorType: "container" | "base" | "onBase" | "onContainer";
1374
1378
  toned?: boolean;
@@ -1383,6 +1387,10 @@ export declare function useColorSchemaSetup(props: object): {
1383
1387
  })[];
1384
1388
  acrylic?: boolean;
1385
1389
  opacity?: number;
1390
+ } | {
1391
+ colorType: "container" | "base" | "onBase" | "onContainer";
1392
+ toned?: boolean;
1393
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1386
1394
  };
1387
1395
  size?: number;
1388
1396
  };
@@ -1492,7 +1500,7 @@ export declare function useColorSchemaSetup(props: object): {
1492
1500
  };
1493
1501
  };
1494
1502
  icon?: {
1495
- color?: {
1503
+ color?: string | {
1496
1504
  colors: (string | {
1497
1505
  colorType: "container" | "base" | "onBase" | "onContainer";
1498
1506
  toned?: boolean;
@@ -1507,6 +1515,10 @@ export declare function useColorSchemaSetup(props: object): {
1507
1515
  })[];
1508
1516
  acrylic?: boolean;
1509
1517
  opacity?: number;
1518
+ } | {
1519
+ colorType: "container" | "base" | "onBase" | "onContainer";
1520
+ toned?: boolean;
1521
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1510
1522
  };
1511
1523
  size?: number;
1512
1524
  };
@@ -1616,7 +1628,7 @@ export declare function useColorSchemaSetup(props: object): {
1616
1628
  };
1617
1629
  };
1618
1630
  icon?: {
1619
- color?: {
1631
+ color?: string | {
1620
1632
  colors: (string | {
1621
1633
  colorType: "container" | "base" | "onBase" | "onContainer";
1622
1634
  toned?: boolean;
@@ -1631,6 +1643,10 @@ export declare function useColorSchemaSetup(props: object): {
1631
1643
  })[];
1632
1644
  acrylic?: boolean;
1633
1645
  opacity?: number;
1646
+ } | {
1647
+ colorType: "container" | "base" | "onBase" | "onContainer";
1648
+ toned?: boolean;
1649
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1634
1650
  };
1635
1651
  size?: number;
1636
1652
  };
@@ -1740,7 +1756,7 @@ export declare function useColorSchemaSetup(props: object): {
1740
1756
  };
1741
1757
  };
1742
1758
  icon?: {
1743
- color?: {
1759
+ color?: string | {
1744
1760
  colors: (string | {
1745
1761
  colorType: "container" | "base" | "onBase" | "onContainer";
1746
1762
  toned?: boolean;
@@ -1755,6 +1771,10 @@ export declare function useColorSchemaSetup(props: object): {
1755
1771
  })[];
1756
1772
  acrylic?: boolean;
1757
1773
  opacity?: number;
1774
+ } | {
1775
+ colorType: "container" | "base" | "onBase" | "onContainer";
1776
+ toned?: boolean;
1777
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1758
1778
  };
1759
1779
  size?: number;
1760
1780
  };
@@ -1864,7 +1884,7 @@ export declare function useColorSchemaSetup(props: object): {
1864
1884
  };
1865
1885
  };
1866
1886
  icon?: {
1867
- color?: {
1887
+ color?: string | {
1868
1888
  colors: (string | {
1869
1889
  colorType: "container" | "base" | "onBase" | "onContainer";
1870
1890
  toned?: boolean;
@@ -1879,6 +1899,10 @@ export declare function useColorSchemaSetup(props: object): {
1879
1899
  })[];
1880
1900
  acrylic?: boolean;
1881
1901
  opacity?: number;
1902
+ } | {
1903
+ colorType: "container" | "base" | "onBase" | "onContainer";
1904
+ toned?: boolean;
1905
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1882
1906
  };
1883
1907
  size?: number;
1884
1908
  };
@@ -1988,7 +2012,7 @@ export declare function useColorSchemaSetup(props: object): {
1988
2012
  };
1989
2013
  };
1990
2014
  icon?: {
1991
- color?: {
2015
+ color?: string | {
1992
2016
  colors: (string | {
1993
2017
  colorType: "container" | "base" | "onBase" | "onContainer";
1994
2018
  toned?: boolean;
@@ -2003,6 +2027,10 @@ export declare function useColorSchemaSetup(props: object): {
2003
2027
  })[];
2004
2028
  acrylic?: boolean;
2005
2029
  opacity?: number;
2030
+ } | {
2031
+ colorType: "container" | "base" | "onBase" | "onContainer";
2032
+ toned?: boolean;
2033
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2006
2034
  };
2007
2035
  size?: number;
2008
2036
  };
@@ -2112,7 +2140,7 @@ export declare function useColorSchemaSetup(props: object): {
2112
2140
  };
2113
2141
  };
2114
2142
  icon?: {
2115
- color?: {
2143
+ color?: string | {
2116
2144
  colors: (string | {
2117
2145
  colorType: "container" | "base" | "onBase" | "onContainer";
2118
2146
  toned?: boolean;
@@ -2127,6 +2155,10 @@ export declare function useColorSchemaSetup(props: object): {
2127
2155
  })[];
2128
2156
  acrylic?: boolean;
2129
2157
  opacity?: number;
2158
+ } | {
2159
+ colorType: "container" | "base" | "onBase" | "onContainer";
2160
+ toned?: boolean;
2161
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2130
2162
  };
2131
2163
  size?: number;
2132
2164
  };
@@ -2236,7 +2268,7 @@ export declare function useColorSchemaSetup(props: object): {
2236
2268
  };
2237
2269
  };
2238
2270
  icon?: {
2239
- color?: {
2271
+ color?: string | {
2240
2272
  colors: (string | {
2241
2273
  colorType: "container" | "base" | "onBase" | "onContainer";
2242
2274
  toned?: boolean;
@@ -2251,6 +2283,10 @@ export declare function useColorSchemaSetup(props: object): {
2251
2283
  })[];
2252
2284
  acrylic?: boolean;
2253
2285
  opacity?: number;
2286
+ } | {
2287
+ colorType: "container" | "base" | "onBase" | "onContainer";
2288
+ toned?: boolean;
2289
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2254
2290
  };
2255
2291
  size?: number;
2256
2292
  };
@@ -2362,7 +2398,7 @@ export declare function useColorSchemaSetup(props: object): {
2362
2398
  };
2363
2399
  };
2364
2400
  icon?: {
2365
- color?: {
2401
+ color?: string | {
2366
2402
  colors: (string | {
2367
2403
  colorType: "container" | "base" | "onBase" | "onContainer";
2368
2404
  toned?: boolean;
@@ -2377,6 +2413,10 @@ export declare function useColorSchemaSetup(props: object): {
2377
2413
  })[];
2378
2414
  acrylic?: boolean;
2379
2415
  opacity?: number;
2416
+ } | {
2417
+ colorType: "container" | "base" | "onBase" | "onContainer";
2418
+ toned?: boolean;
2419
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2380
2420
  };
2381
2421
  size?: number;
2382
2422
  };
@@ -2486,7 +2526,7 @@ export declare function useColorSchemaSetup(props: object): {
2486
2526
  };
2487
2527
  };
2488
2528
  icon?: {
2489
- color?: {
2529
+ color?: string | {
2490
2530
  colors: (string | {
2491
2531
  colorType: "container" | "base" | "onBase" | "onContainer";
2492
2532
  toned?: boolean;
@@ -2501,6 +2541,10 @@ export declare function useColorSchemaSetup(props: object): {
2501
2541
  })[];
2502
2542
  acrylic?: boolean;
2503
2543
  opacity?: number;
2544
+ } | {
2545
+ colorType: "container" | "base" | "onBase" | "onContainer";
2546
+ toned?: boolean;
2547
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2504
2548
  };
2505
2549
  size?: number;
2506
2550
  };
@@ -2610,7 +2654,7 @@ export declare function useColorSchemaSetup(props: object): {
2610
2654
  };
2611
2655
  };
2612
2656
  icon?: {
2613
- color?: {
2657
+ color?: string | {
2614
2658
  colors: (string | {
2615
2659
  colorType: "container" | "base" | "onBase" | "onContainer";
2616
2660
  toned?: boolean;
@@ -2625,6 +2669,10 @@ export declare function useColorSchemaSetup(props: object): {
2625
2669
  })[];
2626
2670
  acrylic?: boolean;
2627
2671
  opacity?: number;
2672
+ } | {
2673
+ colorType: "container" | "base" | "onBase" | "onContainer";
2674
+ toned?: boolean;
2675
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2628
2676
  };
2629
2677
  size?: number;
2630
2678
  };
@@ -2734,7 +2782,7 @@ export declare function useColorSchemaSetup(props: object): {
2734
2782
  };
2735
2783
  };
2736
2784
  icon?: {
2737
- color?: {
2785
+ color?: string | {
2738
2786
  colors: (string | {
2739
2787
  colorType: "container" | "base" | "onBase" | "onContainer";
2740
2788
  toned?: boolean;
@@ -2749,6 +2797,10 @@ export declare function useColorSchemaSetup(props: object): {
2749
2797
  })[];
2750
2798
  acrylic?: boolean;
2751
2799
  opacity?: number;
2800
+ } | {
2801
+ colorType: "container" | "base" | "onBase" | "onContainer";
2802
+ toned?: boolean;
2803
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2752
2804
  };
2753
2805
  size?: number;
2754
2806
  };
@@ -2858,7 +2910,7 @@ export declare function useColorSchemaSetup(props: object): {
2858
2910
  };
2859
2911
  };
2860
2912
  icon?: {
2861
- color?: {
2913
+ color?: string | {
2862
2914
  colors: (string | {
2863
2915
  colorType: "container" | "base" | "onBase" | "onContainer";
2864
2916
  toned?: boolean;
@@ -2873,6 +2925,10 @@ export declare function useColorSchemaSetup(props: object): {
2873
2925
  })[];
2874
2926
  acrylic?: boolean;
2875
2927
  opacity?: number;
2928
+ } | {
2929
+ colorType: "container" | "base" | "onBase" | "onContainer";
2930
+ toned?: boolean;
2931
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2876
2932
  };
2877
2933
  size?: number;
2878
2934
  };
@@ -2982,7 +3038,7 @@ export declare function useColorSchemaSetup(props: object): {
2982
3038
  };
2983
3039
  };
2984
3040
  icon?: {
2985
- color?: {
3041
+ color?: string | {
2986
3042
  colors: (string | {
2987
3043
  colorType: "container" | "base" | "onBase" | "onContainer";
2988
3044
  toned?: boolean;
@@ -2997,6 +3053,10 @@ export declare function useColorSchemaSetup(props: object): {
2997
3053
  })[];
2998
3054
  acrylic?: boolean;
2999
3055
  opacity?: number;
3056
+ } | {
3057
+ colorType: "container" | "base" | "onBase" | "onContainer";
3058
+ toned?: boolean;
3059
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3000
3060
  };
3001
3061
  size?: number;
3002
3062
  };
@@ -3106,7 +3166,7 @@ export declare function useColorSchemaSetup(props: object): {
3106
3166
  };
3107
3167
  };
3108
3168
  icon?: {
3109
- color?: {
3169
+ color?: string | {
3110
3170
  colors: (string | {
3111
3171
  colorType: "container" | "base" | "onBase" | "onContainer";
3112
3172
  toned?: boolean;
@@ -3121,6 +3181,10 @@ export declare function useColorSchemaSetup(props: object): {
3121
3181
  })[];
3122
3182
  acrylic?: boolean;
3123
3183
  opacity?: number;
3184
+ } | {
3185
+ colorType: "container" | "base" | "onBase" | "onContainer";
3186
+ toned?: boolean;
3187
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3124
3188
  };
3125
3189
  size?: number;
3126
3190
  };
@@ -3230,7 +3294,7 @@ export declare function useColorSchemaSetup(props: object): {
3230
3294
  };
3231
3295
  };
3232
3296
  icon?: {
3233
- color?: {
3297
+ color?: string | {
3234
3298
  colors: (string | {
3235
3299
  colorType: "container" | "base" | "onBase" | "onContainer";
3236
3300
  toned?: boolean;
@@ -3245,6 +3309,10 @@ export declare function useColorSchemaSetup(props: object): {
3245
3309
  })[];
3246
3310
  acrylic?: boolean;
3247
3311
  opacity?: number;
3312
+ } | {
3313
+ colorType: "container" | "base" | "onBase" | "onContainer";
3314
+ toned?: boolean;
3315
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3248
3316
  };
3249
3317
  size?: number;
3250
3318
  };
@@ -3354,7 +3422,7 @@ export declare function useColorSchemaSetup(props: object): {
3354
3422
  };
3355
3423
  };
3356
3424
  icon?: {
3357
- color?: {
3425
+ color?: string | {
3358
3426
  colors: (string | {
3359
3427
  colorType: "container" | "base" | "onBase" | "onContainer";
3360
3428
  toned?: boolean;
@@ -3369,6 +3437,10 @@ export declare function useColorSchemaSetup(props: object): {
3369
3437
  })[];
3370
3438
  acrylic?: boolean;
3371
3439
  opacity?: number;
3440
+ } | {
3441
+ colorType: "container" | "base" | "onBase" | "onContainer";
3442
+ toned?: boolean;
3443
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3372
3444
  };
3373
3445
  size?: number;
3374
3446
  };
@@ -3503,7 +3575,7 @@ export declare function useColorSchemaSetup(props: object): {
3503
3575
  };
3504
3576
  };
3505
3577
  icon?: {
3506
- color?: {
3578
+ color?: string | {
3507
3579
  colors: (string | {
3508
3580
  colorType: "container" | "base" | "onBase" | "onContainer";
3509
3581
  toned?: boolean;
@@ -3518,6 +3590,10 @@ export declare function useColorSchemaSetup(props: object): {
3518
3590
  })[];
3519
3591
  acrylic?: boolean;
3520
3592
  opacity?: number;
3593
+ } | {
3594
+ colorType: "container" | "base" | "onBase" | "onContainer";
3595
+ toned?: boolean;
3596
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3521
3597
  };
3522
3598
  size?: number;
3523
3599
  };
@@ -3625,7 +3701,7 @@ export declare function useColorSchemaSetup(props: object): {
3625
3701
  };
3626
3702
  };
3627
3703
  icon?: {
3628
- color?: {
3704
+ color?: string | {
3629
3705
  colors: (string | {
3630
3706
  colorType: "container" | "base" | "onBase" | "onContainer";
3631
3707
  toned?: boolean;
@@ -3640,6 +3716,10 @@ export declare function useColorSchemaSetup(props: object): {
3640
3716
  })[];
3641
3717
  acrylic?: boolean;
3642
3718
  opacity?: number;
3719
+ } | {
3720
+ colorType: "container" | "base" | "onBase" | "onContainer";
3721
+ toned?: boolean;
3722
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3643
3723
  };
3644
3724
  size?: number;
3645
3725
  };
@@ -3826,7 +3906,7 @@ export declare function useColorSchemaSetup(props: object): {
3826
3906
  };
3827
3907
  };
3828
3908
  icon?: {
3829
- color?: {
3909
+ color?: string | {
3830
3910
  colors: (string | {
3831
3911
  colorType: "container" | "base" | "onBase" | "onContainer";
3832
3912
  toned?: boolean;
@@ -3841,6 +3921,10 @@ export declare function useColorSchemaSetup(props: object): {
3841
3921
  })[];
3842
3922
  acrylic?: boolean;
3843
3923
  opacity?: number;
3924
+ } | {
3925
+ colorType: "container" | "base" | "onBase" | "onContainer";
3926
+ toned?: boolean;
3927
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3844
3928
  };
3845
3929
  size?: number;
3846
3930
  };
@@ -3948,7 +4032,7 @@ export declare function useColorSchemaSetup(props: object): {
3948
4032
  };
3949
4033
  };
3950
4034
  icon?: {
3951
- color?: {
4035
+ color?: string | {
3952
4036
  colors: (string | {
3953
4037
  colorType: "container" | "base" | "onBase" | "onContainer";
3954
4038
  toned?: boolean;
@@ -3963,6 +4047,10 @@ export declare function useColorSchemaSetup(props: object): {
3963
4047
  })[];
3964
4048
  acrylic?: boolean;
3965
4049
  opacity?: number;
4050
+ } | {
4051
+ colorType: "container" | "base" | "onBase" | "onContainer";
4052
+ toned?: boolean;
4053
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3966
4054
  };
3967
4055
  size?: number;
3968
4056
  };
@@ -4149,7 +4237,7 @@ export declare function useColorSchemaSetup(props: object): {
4149
4237
  };
4150
4238
  };
4151
4239
  icon?: {
4152
- color?: {
4240
+ color?: string | {
4153
4241
  colors: (string | {
4154
4242
  colorType: "container" | "base" | "onBase" | "onContainer";
4155
4243
  toned?: boolean;
@@ -4164,6 +4252,10 @@ export declare function useColorSchemaSetup(props: object): {
4164
4252
  })[];
4165
4253
  acrylic?: boolean;
4166
4254
  opacity?: number;
4255
+ } | {
4256
+ colorType: "container" | "base" | "onBase" | "onContainer";
4257
+ toned?: boolean;
4258
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4167
4259
  };
4168
4260
  size?: number;
4169
4261
  };
@@ -4271,7 +4363,7 @@ export declare function useColorSchemaSetup(props: object): {
4271
4363
  };
4272
4364
  };
4273
4365
  icon?: {
4274
- color?: {
4366
+ color?: string | {
4275
4367
  colors: (string | {
4276
4368
  colorType: "container" | "base" | "onBase" | "onContainer";
4277
4369
  toned?: boolean;
@@ -4286,6 +4378,10 @@ export declare function useColorSchemaSetup(props: object): {
4286
4378
  })[];
4287
4379
  acrylic?: boolean;
4288
4380
  opacity?: number;
4381
+ } | {
4382
+ colorType: "container" | "base" | "onBase" | "onContainer";
4383
+ toned?: boolean;
4384
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4289
4385
  };
4290
4386
  size?: number;
4291
4387
  };
@@ -4472,7 +4568,7 @@ export declare function useColorSchemaSetup(props: object): {
4472
4568
  };
4473
4569
  };
4474
4570
  icon?: {
4475
- color?: {
4571
+ color?: string | {
4476
4572
  colors: (string | {
4477
4573
  colorType: "container" | "base" | "onBase" | "onContainer";
4478
4574
  toned?: boolean;
@@ -4487,6 +4583,10 @@ export declare function useColorSchemaSetup(props: object): {
4487
4583
  })[];
4488
4584
  acrylic?: boolean;
4489
4585
  opacity?: number;
4586
+ } | {
4587
+ colorType: "container" | "base" | "onBase" | "onContainer";
4588
+ toned?: boolean;
4589
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4490
4590
  };
4491
4591
  size?: number;
4492
4592
  };
@@ -4594,7 +4694,7 @@ export declare function useColorSchemaSetup(props: object): {
4594
4694
  };
4595
4695
  };
4596
4696
  icon?: {
4597
- color?: {
4697
+ color?: string | {
4598
4698
  colors: (string | {
4599
4699
  colorType: "container" | "base" | "onBase" | "onContainer";
4600
4700
  toned?: boolean;
@@ -4609,6 +4709,10 @@ export declare function useColorSchemaSetup(props: object): {
4609
4709
  })[];
4610
4710
  acrylic?: boolean;
4611
4711
  opacity?: number;
4712
+ } | {
4713
+ colorType: "container" | "base" | "onBase" | "onContainer";
4714
+ toned?: boolean;
4715
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4612
4716
  };
4613
4717
  size?: number;
4614
4718
  };
@@ -5546,7 +5650,7 @@ export declare function useColorSchemaSetup(props: object): {
5546
5650
  };
5547
5651
  icons?: {
5548
5652
  xs?: {
5549
- color?: {
5653
+ color?: string | {
5550
5654
  colors: (string | {
5551
5655
  colorType: "container" | "base" | "onBase" | "onContainer";
5552
5656
  toned?: boolean;
@@ -5561,11 +5665,15 @@ export declare function useColorSchemaSetup(props: object): {
5561
5665
  })[];
5562
5666
  acrylic?: boolean;
5563
5667
  opacity?: number;
5668
+ } | {
5669
+ colorType: "container" | "base" | "onBase" | "onContainer";
5670
+ toned?: boolean;
5671
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5564
5672
  };
5565
5673
  size?: number;
5566
5674
  };
5567
5675
  s?: {
5568
- color?: {
5676
+ color?: string | {
5569
5677
  colors: (string | {
5570
5678
  colorType: "container" | "base" | "onBase" | "onContainer";
5571
5679
  toned?: boolean;
@@ -5580,11 +5688,15 @@ export declare function useColorSchemaSetup(props: object): {
5580
5688
  })[];
5581
5689
  acrylic?: boolean;
5582
5690
  opacity?: number;
5691
+ } | {
5692
+ colorType: "container" | "base" | "onBase" | "onContainer";
5693
+ toned?: boolean;
5694
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5583
5695
  };
5584
5696
  size?: number;
5585
5697
  };
5586
5698
  m?: {
5587
- color?: {
5699
+ color?: string | {
5588
5700
  colors: (string | {
5589
5701
  colorType: "container" | "base" | "onBase" | "onContainer";
5590
5702
  toned?: boolean;
@@ -5599,11 +5711,15 @@ export declare function useColorSchemaSetup(props: object): {
5599
5711
  })[];
5600
5712
  acrylic?: boolean;
5601
5713
  opacity?: number;
5714
+ } | {
5715
+ colorType: "container" | "base" | "onBase" | "onContainer";
5716
+ toned?: boolean;
5717
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5602
5718
  };
5603
5719
  size?: number;
5604
5720
  };
5605
5721
  l?: {
5606
- color?: {
5722
+ color?: string | {
5607
5723
  colors: (string | {
5608
5724
  colorType: "container" | "base" | "onBase" | "onContainer";
5609
5725
  toned?: boolean;
@@ -5618,11 +5734,15 @@ export declare function useColorSchemaSetup(props: object): {
5618
5734
  })[];
5619
5735
  acrylic?: boolean;
5620
5736
  opacity?: number;
5737
+ } | {
5738
+ colorType: "container" | "base" | "onBase" | "onContainer";
5739
+ toned?: boolean;
5740
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5621
5741
  };
5622
5742
  size?: number;
5623
5743
  };
5624
5744
  xl?: {
5625
- color?: {
5745
+ color?: string | {
5626
5746
  colors: (string | {
5627
5747
  colorType: "container" | "base" | "onBase" | "onContainer";
5628
5748
  toned?: boolean;
@@ -5637,6 +5757,10 @@ export declare function useColorSchemaSetup(props: object): {
5637
5757
  })[];
5638
5758
  acrylic?: boolean;
5639
5759
  opacity?: number;
5760
+ } | {
5761
+ colorType: "container" | "base" | "onBase" | "onContainer";
5762
+ toned?: boolean;
5763
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5640
5764
  };
5641
5765
  size?: number;
5642
5766
  };
@@ -1,6 +1,4 @@
1
- import { useColorSchemaStore } from "@omnia/fx/ux";
2
1
  export declare const VelcronContentEditorStyles: {
3
- itemWrapper: (colors: ReturnType<typeof useColorSchemaStore>) => string;
2
+ itemWrapper: string;
4
3
  socialToolbarwrapper: string;
5
- toolbarWrapper: string;
6
4
  };