@omnia/fx 8.0.158-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 (34) hide show
  1. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +155 -31
  2. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +155 -31
  3. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +155 -31
  4. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +8 -6
  5. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +155 -31
  6. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +310 -62
  7. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +310 -62
  8. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +0 -1
  9. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +155 -31
  10. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -3
  11. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +105 -55
  12. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +3 -0
  13. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +60 -0
  14. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +60 -0
  15. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +4 -0
  16. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.d.ts +2 -0
  17. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +10 -0
  18. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +21 -11
  19. package/internal-do-not-import-from-here/wctypings.d.ts +1 -1
  20. package/package.json +3 -3
  21. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/AlignmentEditor.d.ts +0 -0
  22. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorEditor.d.ts +0 -0
  23. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorSchemaEditor.d.ts +0 -0
  24. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ContainerEditor.d.ts +0 -0
  25. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/IconEditor.d.ts +0 -0
  26. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ImageEditor.d.ts +0 -0
  27. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/MarkdownEditor.d.ts +0 -0
  28. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/PropertyEditorCreator.d.ts +0 -0
  29. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ReferenceEditor.d.ts +0 -0
  30. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SliderEditor.d.ts +0 -0
  31. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SpacingEditor.d.ts +0 -0
  32. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SwitchEditor.d.ts +0 -0
  33. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TextEditor.d.ts +0 -0
  34. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TypographyEditor.d.ts +0 -0
@@ -1151,7 +1151,7 @@ export declare const useColorSchemaStore: () => {
1151
1151
  };
1152
1152
  };
1153
1153
  icon?: {
1154
- color?: {
1154
+ color?: string | {
1155
1155
  colors: (string | {
1156
1156
  colorType: "container" | "base" | "onBase" | "onContainer";
1157
1157
  toned?: boolean;
@@ -1166,6 +1166,10 @@ export declare const useColorSchemaStore: () => {
1166
1166
  })[];
1167
1167
  acrylic?: boolean;
1168
1168
  opacity?: number;
1169
+ } | {
1170
+ colorType: "container" | "base" | "onBase" | "onContainer";
1171
+ toned?: boolean;
1172
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1169
1173
  };
1170
1174
  size?: number;
1171
1175
  };
@@ -1275,7 +1279,7 @@ export declare const useColorSchemaStore: () => {
1275
1279
  };
1276
1280
  };
1277
1281
  icon?: {
1278
- color?: {
1282
+ color?: string | {
1279
1283
  colors: (string | {
1280
1284
  colorType: "container" | "base" | "onBase" | "onContainer";
1281
1285
  toned?: boolean;
@@ -1290,6 +1294,10 @@ export declare const useColorSchemaStore: () => {
1290
1294
  })[];
1291
1295
  acrylic?: boolean;
1292
1296
  opacity?: number;
1297
+ } | {
1298
+ colorType: "container" | "base" | "onBase" | "onContainer";
1299
+ toned?: boolean;
1300
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1293
1301
  };
1294
1302
  size?: number;
1295
1303
  };
@@ -1399,7 +1407,7 @@ export declare const useColorSchemaStore: () => {
1399
1407
  };
1400
1408
  };
1401
1409
  icon?: {
1402
- color?: {
1410
+ color?: string | {
1403
1411
  colors: (string | {
1404
1412
  colorType: "container" | "base" | "onBase" | "onContainer";
1405
1413
  toned?: boolean;
@@ -1414,6 +1422,10 @@ export declare const useColorSchemaStore: () => {
1414
1422
  })[];
1415
1423
  acrylic?: boolean;
1416
1424
  opacity?: number;
1425
+ } | {
1426
+ colorType: "container" | "base" | "onBase" | "onContainer";
1427
+ toned?: boolean;
1428
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1417
1429
  };
1418
1430
  size?: number;
1419
1431
  };
@@ -1523,7 +1535,7 @@ export declare const useColorSchemaStore: () => {
1523
1535
  };
1524
1536
  };
1525
1537
  icon?: {
1526
- color?: {
1538
+ color?: string | {
1527
1539
  colors: (string | {
1528
1540
  colorType: "container" | "base" | "onBase" | "onContainer";
1529
1541
  toned?: boolean;
@@ -1538,6 +1550,10 @@ export declare const useColorSchemaStore: () => {
1538
1550
  })[];
1539
1551
  acrylic?: boolean;
1540
1552
  opacity?: number;
1553
+ } | {
1554
+ colorType: "container" | "base" | "onBase" | "onContainer";
1555
+ toned?: boolean;
1556
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1541
1557
  };
1542
1558
  size?: number;
1543
1559
  };
@@ -1647,7 +1663,7 @@ export declare const useColorSchemaStore: () => {
1647
1663
  };
1648
1664
  };
1649
1665
  icon?: {
1650
- color?: {
1666
+ color?: string | {
1651
1667
  colors: (string | {
1652
1668
  colorType: "container" | "base" | "onBase" | "onContainer";
1653
1669
  toned?: boolean;
@@ -1662,6 +1678,10 @@ export declare const useColorSchemaStore: () => {
1662
1678
  })[];
1663
1679
  acrylic?: boolean;
1664
1680
  opacity?: number;
1681
+ } | {
1682
+ colorType: "container" | "base" | "onBase" | "onContainer";
1683
+ toned?: boolean;
1684
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1665
1685
  };
1666
1686
  size?: number;
1667
1687
  };
@@ -1771,7 +1791,7 @@ export declare const useColorSchemaStore: () => {
1771
1791
  };
1772
1792
  };
1773
1793
  icon?: {
1774
- color?: {
1794
+ color?: string | {
1775
1795
  colors: (string | {
1776
1796
  colorType: "container" | "base" | "onBase" | "onContainer";
1777
1797
  toned?: boolean;
@@ -1786,6 +1806,10 @@ export declare const useColorSchemaStore: () => {
1786
1806
  })[];
1787
1807
  acrylic?: boolean;
1788
1808
  opacity?: number;
1809
+ } | {
1810
+ colorType: "container" | "base" | "onBase" | "onContainer";
1811
+ toned?: boolean;
1812
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1789
1813
  };
1790
1814
  size?: number;
1791
1815
  };
@@ -1895,7 +1919,7 @@ export declare const useColorSchemaStore: () => {
1895
1919
  };
1896
1920
  };
1897
1921
  icon?: {
1898
- color?: {
1922
+ color?: string | {
1899
1923
  colors: (string | {
1900
1924
  colorType: "container" | "base" | "onBase" | "onContainer";
1901
1925
  toned?: boolean;
@@ -1910,6 +1934,10 @@ export declare const useColorSchemaStore: () => {
1910
1934
  })[];
1911
1935
  acrylic?: boolean;
1912
1936
  opacity?: number;
1937
+ } | {
1938
+ colorType: "container" | "base" | "onBase" | "onContainer";
1939
+ toned?: boolean;
1940
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1913
1941
  };
1914
1942
  size?: number;
1915
1943
  };
@@ -2019,7 +2047,7 @@ export declare const useColorSchemaStore: () => {
2019
2047
  };
2020
2048
  };
2021
2049
  icon?: {
2022
- color?: {
2050
+ color?: string | {
2023
2051
  colors: (string | {
2024
2052
  colorType: "container" | "base" | "onBase" | "onContainer";
2025
2053
  toned?: boolean;
@@ -2034,6 +2062,10 @@ export declare const useColorSchemaStore: () => {
2034
2062
  })[];
2035
2063
  acrylic?: boolean;
2036
2064
  opacity?: number;
2065
+ } | {
2066
+ colorType: "container" | "base" | "onBase" | "onContainer";
2067
+ toned?: boolean;
2068
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2037
2069
  };
2038
2070
  size?: number;
2039
2071
  };
@@ -2143,7 +2175,7 @@ export declare const useColorSchemaStore: () => {
2143
2175
  };
2144
2176
  };
2145
2177
  icon?: {
2146
- color?: {
2178
+ color?: string | {
2147
2179
  colors: (string | {
2148
2180
  colorType: "container" | "base" | "onBase" | "onContainer";
2149
2181
  toned?: boolean;
@@ -2158,6 +2190,10 @@ export declare const useColorSchemaStore: () => {
2158
2190
  })[];
2159
2191
  acrylic?: boolean;
2160
2192
  opacity?: number;
2193
+ } | {
2194
+ colorType: "container" | "base" | "onBase" | "onContainer";
2195
+ toned?: boolean;
2196
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2161
2197
  };
2162
2198
  size?: number;
2163
2199
  };
@@ -2269,7 +2305,7 @@ export declare const useColorSchemaStore: () => {
2269
2305
  };
2270
2306
  };
2271
2307
  icon?: {
2272
- color?: {
2308
+ color?: string | {
2273
2309
  colors: (string | {
2274
2310
  colorType: "container" | "base" | "onBase" | "onContainer";
2275
2311
  toned?: boolean;
@@ -2284,6 +2320,10 @@ export declare const useColorSchemaStore: () => {
2284
2320
  })[];
2285
2321
  acrylic?: boolean;
2286
2322
  opacity?: number;
2323
+ } | {
2324
+ colorType: "container" | "base" | "onBase" | "onContainer";
2325
+ toned?: boolean;
2326
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2287
2327
  };
2288
2328
  size?: number;
2289
2329
  };
@@ -2393,7 +2433,7 @@ export declare const useColorSchemaStore: () => {
2393
2433
  };
2394
2434
  };
2395
2435
  icon?: {
2396
- color?: {
2436
+ color?: string | {
2397
2437
  colors: (string | {
2398
2438
  colorType: "container" | "base" | "onBase" | "onContainer";
2399
2439
  toned?: boolean;
@@ -2408,6 +2448,10 @@ export declare const useColorSchemaStore: () => {
2408
2448
  })[];
2409
2449
  acrylic?: boolean;
2410
2450
  opacity?: number;
2451
+ } | {
2452
+ colorType: "container" | "base" | "onBase" | "onContainer";
2453
+ toned?: boolean;
2454
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2411
2455
  };
2412
2456
  size?: number;
2413
2457
  };
@@ -2517,7 +2561,7 @@ export declare const useColorSchemaStore: () => {
2517
2561
  };
2518
2562
  };
2519
2563
  icon?: {
2520
- color?: {
2564
+ color?: string | {
2521
2565
  colors: (string | {
2522
2566
  colorType: "container" | "base" | "onBase" | "onContainer";
2523
2567
  toned?: boolean;
@@ -2532,6 +2576,10 @@ export declare const useColorSchemaStore: () => {
2532
2576
  })[];
2533
2577
  acrylic?: boolean;
2534
2578
  opacity?: number;
2579
+ } | {
2580
+ colorType: "container" | "base" | "onBase" | "onContainer";
2581
+ toned?: boolean;
2582
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2535
2583
  };
2536
2584
  size?: number;
2537
2585
  };
@@ -2641,7 +2689,7 @@ export declare const useColorSchemaStore: () => {
2641
2689
  };
2642
2690
  };
2643
2691
  icon?: {
2644
- color?: {
2692
+ color?: string | {
2645
2693
  colors: (string | {
2646
2694
  colorType: "container" | "base" | "onBase" | "onContainer";
2647
2695
  toned?: boolean;
@@ -2656,6 +2704,10 @@ export declare const useColorSchemaStore: () => {
2656
2704
  })[];
2657
2705
  acrylic?: boolean;
2658
2706
  opacity?: number;
2707
+ } | {
2708
+ colorType: "container" | "base" | "onBase" | "onContainer";
2709
+ toned?: boolean;
2710
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2659
2711
  };
2660
2712
  size?: number;
2661
2713
  };
@@ -2765,7 +2817,7 @@ export declare const useColorSchemaStore: () => {
2765
2817
  };
2766
2818
  };
2767
2819
  icon?: {
2768
- color?: {
2820
+ color?: string | {
2769
2821
  colors: (string | {
2770
2822
  colorType: "container" | "base" | "onBase" | "onContainer";
2771
2823
  toned?: boolean;
@@ -2780,6 +2832,10 @@ export declare const useColorSchemaStore: () => {
2780
2832
  })[];
2781
2833
  acrylic?: boolean;
2782
2834
  opacity?: number;
2835
+ } | {
2836
+ colorType: "container" | "base" | "onBase" | "onContainer";
2837
+ toned?: boolean;
2838
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2783
2839
  };
2784
2840
  size?: number;
2785
2841
  };
@@ -2889,7 +2945,7 @@ export declare const useColorSchemaStore: () => {
2889
2945
  };
2890
2946
  };
2891
2947
  icon?: {
2892
- color?: {
2948
+ color?: string | {
2893
2949
  colors: (string | {
2894
2950
  colorType: "container" | "base" | "onBase" | "onContainer";
2895
2951
  toned?: boolean;
@@ -2904,6 +2960,10 @@ export declare const useColorSchemaStore: () => {
2904
2960
  })[];
2905
2961
  acrylic?: boolean;
2906
2962
  opacity?: number;
2963
+ } | {
2964
+ colorType: "container" | "base" | "onBase" | "onContainer";
2965
+ toned?: boolean;
2966
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2907
2967
  };
2908
2968
  size?: number;
2909
2969
  };
@@ -3013,7 +3073,7 @@ export declare const useColorSchemaStore: () => {
3013
3073
  };
3014
3074
  };
3015
3075
  icon?: {
3016
- color?: {
3076
+ color?: string | {
3017
3077
  colors: (string | {
3018
3078
  colorType: "container" | "base" | "onBase" | "onContainer";
3019
3079
  toned?: boolean;
@@ -3028,6 +3088,10 @@ export declare const useColorSchemaStore: () => {
3028
3088
  })[];
3029
3089
  acrylic?: boolean;
3030
3090
  opacity?: number;
3091
+ } | {
3092
+ colorType: "container" | "base" | "onBase" | "onContainer";
3093
+ toned?: boolean;
3094
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3031
3095
  };
3032
3096
  size?: number;
3033
3097
  };
@@ -3137,7 +3201,7 @@ export declare const useColorSchemaStore: () => {
3137
3201
  };
3138
3202
  };
3139
3203
  icon?: {
3140
- color?: {
3204
+ color?: string | {
3141
3205
  colors: (string | {
3142
3206
  colorType: "container" | "base" | "onBase" | "onContainer";
3143
3207
  toned?: boolean;
@@ -3152,6 +3216,10 @@ export declare const useColorSchemaStore: () => {
3152
3216
  })[];
3153
3217
  acrylic?: boolean;
3154
3218
  opacity?: number;
3219
+ } | {
3220
+ colorType: "container" | "base" | "onBase" | "onContainer";
3221
+ toned?: boolean;
3222
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3155
3223
  };
3156
3224
  size?: number;
3157
3225
  };
@@ -3261,7 +3329,7 @@ export declare const useColorSchemaStore: () => {
3261
3329
  };
3262
3330
  };
3263
3331
  icon?: {
3264
- color?: {
3332
+ color?: string | {
3265
3333
  colors: (string | {
3266
3334
  colorType: "container" | "base" | "onBase" | "onContainer";
3267
3335
  toned?: boolean;
@@ -3276,6 +3344,10 @@ export declare const useColorSchemaStore: () => {
3276
3344
  })[];
3277
3345
  acrylic?: boolean;
3278
3346
  opacity?: number;
3347
+ } | {
3348
+ colorType: "container" | "base" | "onBase" | "onContainer";
3349
+ toned?: boolean;
3350
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3279
3351
  };
3280
3352
  size?: number;
3281
3353
  };
@@ -3410,7 +3482,7 @@ export declare const useColorSchemaStore: () => {
3410
3482
  };
3411
3483
  };
3412
3484
  icon?: {
3413
- color?: {
3485
+ color?: string | {
3414
3486
  colors: (string | {
3415
3487
  colorType: "container" | "base" | "onBase" | "onContainer";
3416
3488
  toned?: boolean;
@@ -3425,6 +3497,10 @@ export declare const useColorSchemaStore: () => {
3425
3497
  })[];
3426
3498
  acrylic?: boolean;
3427
3499
  opacity?: number;
3500
+ } | {
3501
+ colorType: "container" | "base" | "onBase" | "onContainer";
3502
+ toned?: boolean;
3503
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3428
3504
  };
3429
3505
  size?: number;
3430
3506
  };
@@ -3532,7 +3608,7 @@ export declare const useColorSchemaStore: () => {
3532
3608
  };
3533
3609
  };
3534
3610
  icon?: {
3535
- color?: {
3611
+ color?: string | {
3536
3612
  colors: (string | {
3537
3613
  colorType: "container" | "base" | "onBase" | "onContainer";
3538
3614
  toned?: boolean;
@@ -3547,6 +3623,10 @@ export declare const useColorSchemaStore: () => {
3547
3623
  })[];
3548
3624
  acrylic?: boolean;
3549
3625
  opacity?: number;
3626
+ } | {
3627
+ colorType: "container" | "base" | "onBase" | "onContainer";
3628
+ toned?: boolean;
3629
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3550
3630
  };
3551
3631
  size?: number;
3552
3632
  };
@@ -3733,7 +3813,7 @@ export declare const useColorSchemaStore: () => {
3733
3813
  };
3734
3814
  };
3735
3815
  icon?: {
3736
- color?: {
3816
+ color?: string | {
3737
3817
  colors: (string | {
3738
3818
  colorType: "container" | "base" | "onBase" | "onContainer";
3739
3819
  toned?: boolean;
@@ -3748,6 +3828,10 @@ export declare const useColorSchemaStore: () => {
3748
3828
  })[];
3749
3829
  acrylic?: boolean;
3750
3830
  opacity?: number;
3831
+ } | {
3832
+ colorType: "container" | "base" | "onBase" | "onContainer";
3833
+ toned?: boolean;
3834
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3751
3835
  };
3752
3836
  size?: number;
3753
3837
  };
@@ -3855,7 +3939,7 @@ export declare const useColorSchemaStore: () => {
3855
3939
  };
3856
3940
  };
3857
3941
  icon?: {
3858
- color?: {
3942
+ color?: string | {
3859
3943
  colors: (string | {
3860
3944
  colorType: "container" | "base" | "onBase" | "onContainer";
3861
3945
  toned?: boolean;
@@ -3870,6 +3954,10 @@ export declare const useColorSchemaStore: () => {
3870
3954
  })[];
3871
3955
  acrylic?: boolean;
3872
3956
  opacity?: number;
3957
+ } | {
3958
+ colorType: "container" | "base" | "onBase" | "onContainer";
3959
+ toned?: boolean;
3960
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3873
3961
  };
3874
3962
  size?: number;
3875
3963
  };
@@ -4056,7 +4144,7 @@ export declare const useColorSchemaStore: () => {
4056
4144
  };
4057
4145
  };
4058
4146
  icon?: {
4059
- color?: {
4147
+ color?: string | {
4060
4148
  colors: (string | {
4061
4149
  colorType: "container" | "base" | "onBase" | "onContainer";
4062
4150
  toned?: boolean;
@@ -4071,6 +4159,10 @@ export declare const useColorSchemaStore: () => {
4071
4159
  })[];
4072
4160
  acrylic?: boolean;
4073
4161
  opacity?: number;
4162
+ } | {
4163
+ colorType: "container" | "base" | "onBase" | "onContainer";
4164
+ toned?: boolean;
4165
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4074
4166
  };
4075
4167
  size?: number;
4076
4168
  };
@@ -4178,7 +4270,7 @@ export declare const useColorSchemaStore: () => {
4178
4270
  };
4179
4271
  };
4180
4272
  icon?: {
4181
- color?: {
4273
+ color?: string | {
4182
4274
  colors: (string | {
4183
4275
  colorType: "container" | "base" | "onBase" | "onContainer";
4184
4276
  toned?: boolean;
@@ -4193,6 +4285,10 @@ export declare const useColorSchemaStore: () => {
4193
4285
  })[];
4194
4286
  acrylic?: boolean;
4195
4287
  opacity?: number;
4288
+ } | {
4289
+ colorType: "container" | "base" | "onBase" | "onContainer";
4290
+ toned?: boolean;
4291
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4196
4292
  };
4197
4293
  size?: number;
4198
4294
  };
@@ -4379,7 +4475,7 @@ export declare const useColorSchemaStore: () => {
4379
4475
  };
4380
4476
  };
4381
4477
  icon?: {
4382
- color?: {
4478
+ color?: string | {
4383
4479
  colors: (string | {
4384
4480
  colorType: "container" | "base" | "onBase" | "onContainer";
4385
4481
  toned?: boolean;
@@ -4394,6 +4490,10 @@ export declare const useColorSchemaStore: () => {
4394
4490
  })[];
4395
4491
  acrylic?: boolean;
4396
4492
  opacity?: number;
4493
+ } | {
4494
+ colorType: "container" | "base" | "onBase" | "onContainer";
4495
+ toned?: boolean;
4496
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4397
4497
  };
4398
4498
  size?: number;
4399
4499
  };
@@ -4501,7 +4601,7 @@ export declare const useColorSchemaStore: () => {
4501
4601
  };
4502
4602
  };
4503
4603
  icon?: {
4504
- color?: {
4604
+ color?: string | {
4505
4605
  colors: (string | {
4506
4606
  colorType: "container" | "base" | "onBase" | "onContainer";
4507
4607
  toned?: boolean;
@@ -4516,6 +4616,10 @@ export declare const useColorSchemaStore: () => {
4516
4616
  })[];
4517
4617
  acrylic?: boolean;
4518
4618
  opacity?: number;
4619
+ } | {
4620
+ colorType: "container" | "base" | "onBase" | "onContainer";
4621
+ toned?: boolean;
4622
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4519
4623
  };
4520
4624
  size?: number;
4521
4625
  };
@@ -5453,7 +5557,7 @@ export declare const useColorSchemaStore: () => {
5453
5557
  };
5454
5558
  icons?: {
5455
5559
  xs?: {
5456
- color?: {
5560
+ color?: string | {
5457
5561
  colors: (string | {
5458
5562
  colorType: "container" | "base" | "onBase" | "onContainer";
5459
5563
  toned?: boolean;
@@ -5468,11 +5572,15 @@ export declare const useColorSchemaStore: () => {
5468
5572
  })[];
5469
5573
  acrylic?: boolean;
5470
5574
  opacity?: number;
5575
+ } | {
5576
+ colorType: "container" | "base" | "onBase" | "onContainer";
5577
+ toned?: boolean;
5578
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5471
5579
  };
5472
5580
  size?: number;
5473
5581
  };
5474
5582
  s?: {
5475
- color?: {
5583
+ color?: string | {
5476
5584
  colors: (string | {
5477
5585
  colorType: "container" | "base" | "onBase" | "onContainer";
5478
5586
  toned?: boolean;
@@ -5487,11 +5595,15 @@ export declare const useColorSchemaStore: () => {
5487
5595
  })[];
5488
5596
  acrylic?: boolean;
5489
5597
  opacity?: number;
5598
+ } | {
5599
+ colorType: "container" | "base" | "onBase" | "onContainer";
5600
+ toned?: boolean;
5601
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5490
5602
  };
5491
5603
  size?: number;
5492
5604
  };
5493
5605
  m?: {
5494
- color?: {
5606
+ color?: string | {
5495
5607
  colors: (string | {
5496
5608
  colorType: "container" | "base" | "onBase" | "onContainer";
5497
5609
  toned?: boolean;
@@ -5506,11 +5618,15 @@ export declare const useColorSchemaStore: () => {
5506
5618
  })[];
5507
5619
  acrylic?: boolean;
5508
5620
  opacity?: number;
5621
+ } | {
5622
+ colorType: "container" | "base" | "onBase" | "onContainer";
5623
+ toned?: boolean;
5624
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5509
5625
  };
5510
5626
  size?: number;
5511
5627
  };
5512
5628
  l?: {
5513
- color?: {
5629
+ color?: string | {
5514
5630
  colors: (string | {
5515
5631
  colorType: "container" | "base" | "onBase" | "onContainer";
5516
5632
  toned?: boolean;
@@ -5525,11 +5641,15 @@ export declare const useColorSchemaStore: () => {
5525
5641
  })[];
5526
5642
  acrylic?: boolean;
5527
5643
  opacity?: number;
5644
+ } | {
5645
+ colorType: "container" | "base" | "onBase" | "onContainer";
5646
+ toned?: boolean;
5647
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5528
5648
  };
5529
5649
  size?: number;
5530
5650
  };
5531
5651
  xl?: {
5532
- color?: {
5652
+ color?: string | {
5533
5653
  colors: (string | {
5534
5654
  colorType: "container" | "base" | "onBase" | "onContainer";
5535
5655
  toned?: boolean;
@@ -5544,6 +5664,10 @@ export declare const useColorSchemaStore: () => {
5544
5664
  })[];
5545
5665
  acrylic?: boolean;
5546
5666
  opacity?: number;
5667
+ } | {
5668
+ colorType: "container" | "base" | "onBase" | "onContainer";
5669
+ toned?: boolean;
5670
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5547
5671
  };
5548
5672
  size?: number;
5549
5673
  };