@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.
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/OmniaSearchUserService.d.ts +7 -0
- package/internal-do-not-import-from-here/services/index.d.ts +37 -36
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +35 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBirthdayRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBooleanRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateTimeRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedEmailRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedHtmlRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIdentityRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIntegerRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedLinkRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilineTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilingualTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedPhoneNumberRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +8 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +310 -62
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +310 -62
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +105 -55
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +21 -11
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -1
- package/package.json +3 -3
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/AlignmentEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorSchemaEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ContainerEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/IconEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ImageEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/MarkdownEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/PropertyEditorCreator.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ReferenceEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SliderEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SpacingEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SwitchEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TextEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TypographyEditor.d.ts +0 -0
@@ -1248,7 +1248,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1248
1248
|
};
|
1249
1249
|
};
|
1250
1250
|
icon?: {
|
1251
|
-
color?: {
|
1251
|
+
color?: string | {
|
1252
1252
|
colors: (string | {
|
1253
1253
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1254
1254
|
toned?: boolean;
|
@@ -1263,6 +1263,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1263
1263
|
})[];
|
1264
1264
|
acrylic?: boolean;
|
1265
1265
|
opacity?: number;
|
1266
|
+
} | {
|
1267
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1268
|
+
toned?: boolean;
|
1269
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1266
1270
|
};
|
1267
1271
|
size?: number;
|
1268
1272
|
};
|
@@ -1372,7 +1376,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1372
1376
|
};
|
1373
1377
|
};
|
1374
1378
|
icon?: {
|
1375
|
-
color?: {
|
1379
|
+
color?: string | {
|
1376
1380
|
colors: (string | {
|
1377
1381
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1378
1382
|
toned?: boolean;
|
@@ -1387,6 +1391,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1387
1391
|
})[];
|
1388
1392
|
acrylic?: boolean;
|
1389
1393
|
opacity?: number;
|
1394
|
+
} | {
|
1395
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1396
|
+
toned?: boolean;
|
1397
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1390
1398
|
};
|
1391
1399
|
size?: number;
|
1392
1400
|
};
|
@@ -1496,7 +1504,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1496
1504
|
};
|
1497
1505
|
};
|
1498
1506
|
icon?: {
|
1499
|
-
color?: {
|
1507
|
+
color?: string | {
|
1500
1508
|
colors: (string | {
|
1501
1509
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1502
1510
|
toned?: boolean;
|
@@ -1511,6 +1519,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1511
1519
|
})[];
|
1512
1520
|
acrylic?: boolean;
|
1513
1521
|
opacity?: number;
|
1522
|
+
} | {
|
1523
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1524
|
+
toned?: boolean;
|
1525
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1514
1526
|
};
|
1515
1527
|
size?: number;
|
1516
1528
|
};
|
@@ -1620,7 +1632,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1620
1632
|
};
|
1621
1633
|
};
|
1622
1634
|
icon?: {
|
1623
|
-
color?: {
|
1635
|
+
color?: string | {
|
1624
1636
|
colors: (string | {
|
1625
1637
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1626
1638
|
toned?: boolean;
|
@@ -1635,6 +1647,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1635
1647
|
})[];
|
1636
1648
|
acrylic?: boolean;
|
1637
1649
|
opacity?: number;
|
1650
|
+
} | {
|
1651
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1652
|
+
toned?: boolean;
|
1653
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1638
1654
|
};
|
1639
1655
|
size?: number;
|
1640
1656
|
};
|
@@ -1744,7 +1760,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1744
1760
|
};
|
1745
1761
|
};
|
1746
1762
|
icon?: {
|
1747
|
-
color?: {
|
1763
|
+
color?: string | {
|
1748
1764
|
colors: (string | {
|
1749
1765
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1750
1766
|
toned?: boolean;
|
@@ -1759,6 +1775,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1759
1775
|
})[];
|
1760
1776
|
acrylic?: boolean;
|
1761
1777
|
opacity?: number;
|
1778
|
+
} | {
|
1779
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1780
|
+
toned?: boolean;
|
1781
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1762
1782
|
};
|
1763
1783
|
size?: number;
|
1764
1784
|
};
|
@@ -1868,7 +1888,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1868
1888
|
};
|
1869
1889
|
};
|
1870
1890
|
icon?: {
|
1871
|
-
color?: {
|
1891
|
+
color?: string | {
|
1872
1892
|
colors: (string | {
|
1873
1893
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1874
1894
|
toned?: boolean;
|
@@ -1883,6 +1903,10 @@ declare const _default: <T extends unknown>(props: {
|
|
1883
1903
|
})[];
|
1884
1904
|
acrylic?: boolean;
|
1885
1905
|
opacity?: number;
|
1906
|
+
} | {
|
1907
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1908
|
+
toned?: boolean;
|
1909
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1886
1910
|
};
|
1887
1911
|
size?: number;
|
1888
1912
|
};
|
@@ -1992,7 +2016,7 @@ declare const _default: <T extends unknown>(props: {
|
|
1992
2016
|
};
|
1993
2017
|
};
|
1994
2018
|
icon?: {
|
1995
|
-
color?: {
|
2019
|
+
color?: string | {
|
1996
2020
|
colors: (string | {
|
1997
2021
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1998
2022
|
toned?: boolean;
|
@@ -2007,6 +2031,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2007
2031
|
})[];
|
2008
2032
|
acrylic?: boolean;
|
2009
2033
|
opacity?: number;
|
2034
|
+
} | {
|
2035
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2036
|
+
toned?: boolean;
|
2037
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2010
2038
|
};
|
2011
2039
|
size?: number;
|
2012
2040
|
};
|
@@ -2116,7 +2144,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2116
2144
|
};
|
2117
2145
|
};
|
2118
2146
|
icon?: {
|
2119
|
-
color?: {
|
2147
|
+
color?: string | {
|
2120
2148
|
colors: (string | {
|
2121
2149
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2122
2150
|
toned?: boolean;
|
@@ -2131,6 +2159,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2131
2159
|
})[];
|
2132
2160
|
acrylic?: boolean;
|
2133
2161
|
opacity?: number;
|
2162
|
+
} | {
|
2163
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2164
|
+
toned?: boolean;
|
2165
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2134
2166
|
};
|
2135
2167
|
size?: number;
|
2136
2168
|
};
|
@@ -2240,7 +2272,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2240
2272
|
};
|
2241
2273
|
};
|
2242
2274
|
icon?: {
|
2243
|
-
color?: {
|
2275
|
+
color?: string | {
|
2244
2276
|
colors: (string | {
|
2245
2277
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2246
2278
|
toned?: boolean;
|
@@ -2255,6 +2287,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2255
2287
|
})[];
|
2256
2288
|
acrylic?: boolean;
|
2257
2289
|
opacity?: number;
|
2290
|
+
} | {
|
2291
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2292
|
+
toned?: boolean;
|
2293
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2258
2294
|
};
|
2259
2295
|
size?: number;
|
2260
2296
|
};
|
@@ -2366,7 +2402,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2366
2402
|
};
|
2367
2403
|
};
|
2368
2404
|
icon?: {
|
2369
|
-
color?: {
|
2405
|
+
color?: string | {
|
2370
2406
|
colors: (string | {
|
2371
2407
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2372
2408
|
toned?: boolean;
|
@@ -2381,6 +2417,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2381
2417
|
})[];
|
2382
2418
|
acrylic?: boolean;
|
2383
2419
|
opacity?: number;
|
2420
|
+
} | {
|
2421
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2422
|
+
toned?: boolean;
|
2423
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2384
2424
|
};
|
2385
2425
|
size?: number;
|
2386
2426
|
};
|
@@ -2490,7 +2530,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2490
2530
|
};
|
2491
2531
|
};
|
2492
2532
|
icon?: {
|
2493
|
-
color?: {
|
2533
|
+
color?: string | {
|
2494
2534
|
colors: (string | {
|
2495
2535
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2496
2536
|
toned?: boolean;
|
@@ -2505,6 +2545,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2505
2545
|
})[];
|
2506
2546
|
acrylic?: boolean;
|
2507
2547
|
opacity?: number;
|
2548
|
+
} | {
|
2549
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2550
|
+
toned?: boolean;
|
2551
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2508
2552
|
};
|
2509
2553
|
size?: number;
|
2510
2554
|
};
|
@@ -2614,7 +2658,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2614
2658
|
};
|
2615
2659
|
};
|
2616
2660
|
icon?: {
|
2617
|
-
color?: {
|
2661
|
+
color?: string | {
|
2618
2662
|
colors: (string | {
|
2619
2663
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2620
2664
|
toned?: boolean;
|
@@ -2629,6 +2673,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2629
2673
|
})[];
|
2630
2674
|
acrylic?: boolean;
|
2631
2675
|
opacity?: number;
|
2676
|
+
} | {
|
2677
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2678
|
+
toned?: boolean;
|
2679
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2632
2680
|
};
|
2633
2681
|
size?: number;
|
2634
2682
|
};
|
@@ -2738,7 +2786,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2738
2786
|
};
|
2739
2787
|
};
|
2740
2788
|
icon?: {
|
2741
|
-
color?: {
|
2789
|
+
color?: string | {
|
2742
2790
|
colors: (string | {
|
2743
2791
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2744
2792
|
toned?: boolean;
|
@@ -2753,6 +2801,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2753
2801
|
})[];
|
2754
2802
|
acrylic?: boolean;
|
2755
2803
|
opacity?: number;
|
2804
|
+
} | {
|
2805
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2806
|
+
toned?: boolean;
|
2807
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2756
2808
|
};
|
2757
2809
|
size?: number;
|
2758
2810
|
};
|
@@ -2862,7 +2914,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2862
2914
|
};
|
2863
2915
|
};
|
2864
2916
|
icon?: {
|
2865
|
-
color?: {
|
2917
|
+
color?: string | {
|
2866
2918
|
colors: (string | {
|
2867
2919
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2868
2920
|
toned?: boolean;
|
@@ -2877,6 +2929,10 @@ declare const _default: <T extends unknown>(props: {
|
|
2877
2929
|
})[];
|
2878
2930
|
acrylic?: boolean;
|
2879
2931
|
opacity?: number;
|
2932
|
+
} | {
|
2933
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2934
|
+
toned?: boolean;
|
2935
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2880
2936
|
};
|
2881
2937
|
size?: number;
|
2882
2938
|
};
|
@@ -2986,7 +3042,7 @@ declare const _default: <T extends unknown>(props: {
|
|
2986
3042
|
};
|
2987
3043
|
};
|
2988
3044
|
icon?: {
|
2989
|
-
color?: {
|
3045
|
+
color?: string | {
|
2990
3046
|
colors: (string | {
|
2991
3047
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2992
3048
|
toned?: boolean;
|
@@ -3001,6 +3057,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3001
3057
|
})[];
|
3002
3058
|
acrylic?: boolean;
|
3003
3059
|
opacity?: number;
|
3060
|
+
} | {
|
3061
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3062
|
+
toned?: boolean;
|
3063
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3004
3064
|
};
|
3005
3065
|
size?: number;
|
3006
3066
|
};
|
@@ -3110,7 +3170,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3110
3170
|
};
|
3111
3171
|
};
|
3112
3172
|
icon?: {
|
3113
|
-
color?: {
|
3173
|
+
color?: string | {
|
3114
3174
|
colors: (string | {
|
3115
3175
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3116
3176
|
toned?: boolean;
|
@@ -3125,6 +3185,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3125
3185
|
})[];
|
3126
3186
|
acrylic?: boolean;
|
3127
3187
|
opacity?: number;
|
3188
|
+
} | {
|
3189
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3190
|
+
toned?: boolean;
|
3191
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3128
3192
|
};
|
3129
3193
|
size?: number;
|
3130
3194
|
};
|
@@ -3234,7 +3298,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3234
3298
|
};
|
3235
3299
|
};
|
3236
3300
|
icon?: {
|
3237
|
-
color?: {
|
3301
|
+
color?: string | {
|
3238
3302
|
colors: (string | {
|
3239
3303
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3240
3304
|
toned?: boolean;
|
@@ -3249,6 +3313,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3249
3313
|
})[];
|
3250
3314
|
acrylic?: boolean;
|
3251
3315
|
opacity?: number;
|
3316
|
+
} | {
|
3317
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3318
|
+
toned?: boolean;
|
3319
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3252
3320
|
};
|
3253
3321
|
size?: number;
|
3254
3322
|
};
|
@@ -3358,7 +3426,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3358
3426
|
};
|
3359
3427
|
};
|
3360
3428
|
icon?: {
|
3361
|
-
color?: {
|
3429
|
+
color?: string | {
|
3362
3430
|
colors: (string | {
|
3363
3431
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3364
3432
|
toned?: boolean;
|
@@ -3373,6 +3441,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3373
3441
|
})[];
|
3374
3442
|
acrylic?: boolean;
|
3375
3443
|
opacity?: number;
|
3444
|
+
} | {
|
3445
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3446
|
+
toned?: boolean;
|
3447
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3376
3448
|
};
|
3377
3449
|
size?: number;
|
3378
3450
|
};
|
@@ -3507,7 +3579,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3507
3579
|
};
|
3508
3580
|
};
|
3509
3581
|
icon?: {
|
3510
|
-
color?: {
|
3582
|
+
color?: string | {
|
3511
3583
|
colors: (string | {
|
3512
3584
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3513
3585
|
toned?: boolean;
|
@@ -3522,6 +3594,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3522
3594
|
})[];
|
3523
3595
|
acrylic?: boolean;
|
3524
3596
|
opacity?: number;
|
3597
|
+
} | {
|
3598
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3599
|
+
toned?: boolean;
|
3600
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3525
3601
|
};
|
3526
3602
|
size?: number;
|
3527
3603
|
};
|
@@ -3629,7 +3705,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3629
3705
|
};
|
3630
3706
|
};
|
3631
3707
|
icon?: {
|
3632
|
-
color?: {
|
3708
|
+
color?: string | {
|
3633
3709
|
colors: (string | {
|
3634
3710
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3635
3711
|
toned?: boolean;
|
@@ -3644,6 +3720,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3644
3720
|
})[];
|
3645
3721
|
acrylic?: boolean;
|
3646
3722
|
opacity?: number;
|
3723
|
+
} | {
|
3724
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3725
|
+
toned?: boolean;
|
3726
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3647
3727
|
};
|
3648
3728
|
size?: number;
|
3649
3729
|
};
|
@@ -3830,7 +3910,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3830
3910
|
};
|
3831
3911
|
};
|
3832
3912
|
icon?: {
|
3833
|
-
color?: {
|
3913
|
+
color?: string | {
|
3834
3914
|
colors: (string | {
|
3835
3915
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3836
3916
|
toned?: boolean;
|
@@ -3845,6 +3925,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3845
3925
|
})[];
|
3846
3926
|
acrylic?: boolean;
|
3847
3927
|
opacity?: number;
|
3928
|
+
} | {
|
3929
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3930
|
+
toned?: boolean;
|
3931
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3848
3932
|
};
|
3849
3933
|
size?: number;
|
3850
3934
|
};
|
@@ -3952,7 +4036,7 @@ declare const _default: <T extends unknown>(props: {
|
|
3952
4036
|
};
|
3953
4037
|
};
|
3954
4038
|
icon?: {
|
3955
|
-
color?: {
|
4039
|
+
color?: string | {
|
3956
4040
|
colors: (string | {
|
3957
4041
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3958
4042
|
toned?: boolean;
|
@@ -3967,6 +4051,10 @@ declare const _default: <T extends unknown>(props: {
|
|
3967
4051
|
})[];
|
3968
4052
|
acrylic?: boolean;
|
3969
4053
|
opacity?: number;
|
4054
|
+
} | {
|
4055
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4056
|
+
toned?: boolean;
|
4057
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3970
4058
|
};
|
3971
4059
|
size?: number;
|
3972
4060
|
};
|
@@ -4153,7 +4241,7 @@ declare const _default: <T extends unknown>(props: {
|
|
4153
4241
|
};
|
4154
4242
|
};
|
4155
4243
|
icon?: {
|
4156
|
-
color?: {
|
4244
|
+
color?: string | {
|
4157
4245
|
colors: (string | {
|
4158
4246
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4159
4247
|
toned?: boolean;
|
@@ -4168,6 +4256,10 @@ declare const _default: <T extends unknown>(props: {
|
|
4168
4256
|
})[];
|
4169
4257
|
acrylic?: boolean;
|
4170
4258
|
opacity?: number;
|
4259
|
+
} | {
|
4260
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4261
|
+
toned?: boolean;
|
4262
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4171
4263
|
};
|
4172
4264
|
size?: number;
|
4173
4265
|
};
|
@@ -4275,7 +4367,7 @@ declare const _default: <T extends unknown>(props: {
|
|
4275
4367
|
};
|
4276
4368
|
};
|
4277
4369
|
icon?: {
|
4278
|
-
color?: {
|
4370
|
+
color?: string | {
|
4279
4371
|
colors: (string | {
|
4280
4372
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4281
4373
|
toned?: boolean;
|
@@ -4290,6 +4382,10 @@ declare const _default: <T extends unknown>(props: {
|
|
4290
4382
|
})[];
|
4291
4383
|
acrylic?: boolean;
|
4292
4384
|
opacity?: number;
|
4385
|
+
} | {
|
4386
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4387
|
+
toned?: boolean;
|
4388
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4293
4389
|
};
|
4294
4390
|
size?: number;
|
4295
4391
|
};
|
@@ -4476,7 +4572,7 @@ declare const _default: <T extends unknown>(props: {
|
|
4476
4572
|
};
|
4477
4573
|
};
|
4478
4574
|
icon?: {
|
4479
|
-
color?: {
|
4575
|
+
color?: string | {
|
4480
4576
|
colors: (string | {
|
4481
4577
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4482
4578
|
toned?: boolean;
|
@@ -4491,6 +4587,10 @@ declare const _default: <T extends unknown>(props: {
|
|
4491
4587
|
})[];
|
4492
4588
|
acrylic?: boolean;
|
4493
4589
|
opacity?: number;
|
4590
|
+
} | {
|
4591
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4592
|
+
toned?: boolean;
|
4593
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4494
4594
|
};
|
4495
4595
|
size?: number;
|
4496
4596
|
};
|
@@ -4598,7 +4698,7 @@ declare const _default: <T extends unknown>(props: {
|
|
4598
4698
|
};
|
4599
4699
|
};
|
4600
4700
|
icon?: {
|
4601
|
-
color?: {
|
4701
|
+
color?: string | {
|
4602
4702
|
colors: (string | {
|
4603
4703
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4604
4704
|
toned?: boolean;
|
@@ -4613,6 +4713,10 @@ declare const _default: <T extends unknown>(props: {
|
|
4613
4713
|
})[];
|
4614
4714
|
acrylic?: boolean;
|
4615
4715
|
opacity?: number;
|
4716
|
+
} | {
|
4717
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4718
|
+
toned?: boolean;
|
4719
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4616
4720
|
};
|
4617
4721
|
size?: number;
|
4618
4722
|
};
|
@@ -5550,7 +5654,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5550
5654
|
};
|
5551
5655
|
icons?: {
|
5552
5656
|
xs?: {
|
5553
|
-
color?: {
|
5657
|
+
color?: string | {
|
5554
5658
|
colors: (string | {
|
5555
5659
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5556
5660
|
toned?: boolean;
|
@@ -5565,11 +5669,15 @@ declare const _default: <T extends unknown>(props: {
|
|
5565
5669
|
})[];
|
5566
5670
|
acrylic?: boolean;
|
5567
5671
|
opacity?: number;
|
5672
|
+
} | {
|
5673
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5674
|
+
toned?: boolean;
|
5675
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5568
5676
|
};
|
5569
5677
|
size?: number;
|
5570
5678
|
};
|
5571
5679
|
s?: {
|
5572
|
-
color?: {
|
5680
|
+
color?: string | {
|
5573
5681
|
colors: (string | {
|
5574
5682
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5575
5683
|
toned?: boolean;
|
@@ -5584,11 +5692,15 @@ declare const _default: <T extends unknown>(props: {
|
|
5584
5692
|
})[];
|
5585
5693
|
acrylic?: boolean;
|
5586
5694
|
opacity?: number;
|
5695
|
+
} | {
|
5696
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5697
|
+
toned?: boolean;
|
5698
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5587
5699
|
};
|
5588
5700
|
size?: number;
|
5589
5701
|
};
|
5590
5702
|
m?: {
|
5591
|
-
color?: {
|
5703
|
+
color?: string | {
|
5592
5704
|
colors: (string | {
|
5593
5705
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5594
5706
|
toned?: boolean;
|
@@ -5603,11 +5715,15 @@ declare const _default: <T extends unknown>(props: {
|
|
5603
5715
|
})[];
|
5604
5716
|
acrylic?: boolean;
|
5605
5717
|
opacity?: number;
|
5718
|
+
} | {
|
5719
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5720
|
+
toned?: boolean;
|
5721
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5606
5722
|
};
|
5607
5723
|
size?: number;
|
5608
5724
|
};
|
5609
5725
|
l?: {
|
5610
|
-
color?: {
|
5726
|
+
color?: string | {
|
5611
5727
|
colors: (string | {
|
5612
5728
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5613
5729
|
toned?: boolean;
|
@@ -5622,11 +5738,15 @@ declare const _default: <T extends unknown>(props: {
|
|
5622
5738
|
})[];
|
5623
5739
|
acrylic?: boolean;
|
5624
5740
|
opacity?: number;
|
5741
|
+
} | {
|
5742
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5743
|
+
toned?: boolean;
|
5744
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5625
5745
|
};
|
5626
5746
|
size?: number;
|
5627
5747
|
};
|
5628
5748
|
xl?: {
|
5629
|
-
color?: {
|
5749
|
+
color?: string | {
|
5630
5750
|
colors: (string | {
|
5631
5751
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5632
5752
|
toned?: boolean;
|
@@ -5641,6 +5761,10 @@ declare const _default: <T extends unknown>(props: {
|
|
5641
5761
|
})[];
|
5642
5762
|
acrylic?: boolean;
|
5643
5763
|
opacity?: number;
|
5764
|
+
} | {
|
5765
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5766
|
+
toned?: boolean;
|
5767
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5644
5768
|
};
|
5645
5769
|
size?: number;
|
5646
5770
|
};
|
@@ -7360,7 +7484,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7360
7484
|
};
|
7361
7485
|
};
|
7362
7486
|
icon?: {
|
7363
|
-
color?: {
|
7487
|
+
color?: string | {
|
7364
7488
|
colors: (string | {
|
7365
7489
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
7366
7490
|
toned?: boolean;
|
@@ -7375,6 +7499,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7375
7499
|
})[];
|
7376
7500
|
acrylic?: boolean;
|
7377
7501
|
opacity?: number;
|
7502
|
+
} | {
|
7503
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
7504
|
+
toned?: boolean;
|
7505
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7378
7506
|
};
|
7379
7507
|
size?: number;
|
7380
7508
|
};
|
@@ -7484,7 +7612,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7484
7612
|
};
|
7485
7613
|
};
|
7486
7614
|
icon?: {
|
7487
|
-
color?: {
|
7615
|
+
color?: string | {
|
7488
7616
|
colors: (string | {
|
7489
7617
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
7490
7618
|
toned?: boolean;
|
@@ -7499,6 +7627,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7499
7627
|
})[];
|
7500
7628
|
acrylic?: boolean;
|
7501
7629
|
opacity?: number;
|
7630
|
+
} | {
|
7631
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
7632
|
+
toned?: boolean;
|
7633
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7502
7634
|
};
|
7503
7635
|
size?: number;
|
7504
7636
|
};
|
@@ -7608,7 +7740,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7608
7740
|
};
|
7609
7741
|
};
|
7610
7742
|
icon?: {
|
7611
|
-
color?: {
|
7743
|
+
color?: string | {
|
7612
7744
|
colors: (string | {
|
7613
7745
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
7614
7746
|
toned?: boolean;
|
@@ -7623,6 +7755,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7623
7755
|
})[];
|
7624
7756
|
acrylic?: boolean;
|
7625
7757
|
opacity?: number;
|
7758
|
+
} | {
|
7759
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
7760
|
+
toned?: boolean;
|
7761
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7626
7762
|
};
|
7627
7763
|
size?: number;
|
7628
7764
|
};
|
@@ -7732,7 +7868,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7732
7868
|
};
|
7733
7869
|
};
|
7734
7870
|
icon?: {
|
7735
|
-
color?: {
|
7871
|
+
color?: string | {
|
7736
7872
|
colors: (string | {
|
7737
7873
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
7738
7874
|
toned?: boolean;
|
@@ -7747,6 +7883,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7747
7883
|
})[];
|
7748
7884
|
acrylic?: boolean;
|
7749
7885
|
opacity?: number;
|
7886
|
+
} | {
|
7887
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
7888
|
+
toned?: boolean;
|
7889
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7750
7890
|
};
|
7751
7891
|
size?: number;
|
7752
7892
|
};
|
@@ -7856,7 +7996,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7856
7996
|
};
|
7857
7997
|
};
|
7858
7998
|
icon?: {
|
7859
|
-
color?: {
|
7999
|
+
color?: string | {
|
7860
8000
|
colors: (string | {
|
7861
8001
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
7862
8002
|
toned?: boolean;
|
@@ -7871,6 +8011,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7871
8011
|
})[];
|
7872
8012
|
acrylic?: boolean;
|
7873
8013
|
opacity?: number;
|
8014
|
+
} | {
|
8015
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
8016
|
+
toned?: boolean;
|
8017
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7874
8018
|
};
|
7875
8019
|
size?: number;
|
7876
8020
|
};
|
@@ -7980,7 +8124,7 @@ declare const _default: <T extends unknown>(props: {
|
|
7980
8124
|
};
|
7981
8125
|
};
|
7982
8126
|
icon?: {
|
7983
|
-
color?: {
|
8127
|
+
color?: string | {
|
7984
8128
|
colors: (string | {
|
7985
8129
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
7986
8130
|
toned?: boolean;
|
@@ -7995,6 +8139,10 @@ declare const _default: <T extends unknown>(props: {
|
|
7995
8139
|
})[];
|
7996
8140
|
acrylic?: boolean;
|
7997
8141
|
opacity?: number;
|
8142
|
+
} | {
|
8143
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
8144
|
+
toned?: boolean;
|
8145
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
7998
8146
|
};
|
7999
8147
|
size?: number;
|
8000
8148
|
};
|
@@ -8104,7 +8252,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8104
8252
|
};
|
8105
8253
|
};
|
8106
8254
|
icon?: {
|
8107
|
-
color?: {
|
8255
|
+
color?: string | {
|
8108
8256
|
colors: (string | {
|
8109
8257
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
8110
8258
|
toned?: boolean;
|
@@ -8119,6 +8267,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8119
8267
|
})[];
|
8120
8268
|
acrylic?: boolean;
|
8121
8269
|
opacity?: number;
|
8270
|
+
} | {
|
8271
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
8272
|
+
toned?: boolean;
|
8273
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8122
8274
|
};
|
8123
8275
|
size?: number;
|
8124
8276
|
};
|
@@ -8228,7 +8380,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8228
8380
|
};
|
8229
8381
|
};
|
8230
8382
|
icon?: {
|
8231
|
-
color?: {
|
8383
|
+
color?: string | {
|
8232
8384
|
colors: (string | {
|
8233
8385
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
8234
8386
|
toned?: boolean;
|
@@ -8243,6 +8395,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8243
8395
|
})[];
|
8244
8396
|
acrylic?: boolean;
|
8245
8397
|
opacity?: number;
|
8398
|
+
} | {
|
8399
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
8400
|
+
toned?: boolean;
|
8401
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8246
8402
|
};
|
8247
8403
|
size?: number;
|
8248
8404
|
};
|
@@ -8352,7 +8508,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8352
8508
|
};
|
8353
8509
|
};
|
8354
8510
|
icon?: {
|
8355
|
-
color?: {
|
8511
|
+
color?: string | {
|
8356
8512
|
colors: (string | {
|
8357
8513
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
8358
8514
|
toned?: boolean;
|
@@ -8367,6 +8523,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8367
8523
|
})[];
|
8368
8524
|
acrylic?: boolean;
|
8369
8525
|
opacity?: number;
|
8526
|
+
} | {
|
8527
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
8528
|
+
toned?: boolean;
|
8529
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8370
8530
|
};
|
8371
8531
|
size?: number;
|
8372
8532
|
};
|
@@ -8478,7 +8638,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8478
8638
|
};
|
8479
8639
|
};
|
8480
8640
|
icon?: {
|
8481
|
-
color?: {
|
8641
|
+
color?: string | {
|
8482
8642
|
colors: (string | {
|
8483
8643
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
8484
8644
|
toned?: boolean;
|
@@ -8493,6 +8653,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8493
8653
|
})[];
|
8494
8654
|
acrylic?: boolean;
|
8495
8655
|
opacity?: number;
|
8656
|
+
} | {
|
8657
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
8658
|
+
toned?: boolean;
|
8659
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8496
8660
|
};
|
8497
8661
|
size?: number;
|
8498
8662
|
};
|
@@ -8602,7 +8766,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8602
8766
|
};
|
8603
8767
|
};
|
8604
8768
|
icon?: {
|
8605
|
-
color?: {
|
8769
|
+
color?: string | {
|
8606
8770
|
colors: (string | {
|
8607
8771
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
8608
8772
|
toned?: boolean;
|
@@ -8617,6 +8781,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8617
8781
|
})[];
|
8618
8782
|
acrylic?: boolean;
|
8619
8783
|
opacity?: number;
|
8784
|
+
} | {
|
8785
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
8786
|
+
toned?: boolean;
|
8787
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8620
8788
|
};
|
8621
8789
|
size?: number;
|
8622
8790
|
};
|
@@ -8726,7 +8894,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8726
8894
|
};
|
8727
8895
|
};
|
8728
8896
|
icon?: {
|
8729
|
-
color?: {
|
8897
|
+
color?: string | {
|
8730
8898
|
colors: (string | {
|
8731
8899
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
8732
8900
|
toned?: boolean;
|
@@ -8741,6 +8909,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8741
8909
|
})[];
|
8742
8910
|
acrylic?: boolean;
|
8743
8911
|
opacity?: number;
|
8912
|
+
} | {
|
8913
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
8914
|
+
toned?: boolean;
|
8915
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8744
8916
|
};
|
8745
8917
|
size?: number;
|
8746
8918
|
};
|
@@ -8850,7 +9022,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8850
9022
|
};
|
8851
9023
|
};
|
8852
9024
|
icon?: {
|
8853
|
-
color?: {
|
9025
|
+
color?: string | {
|
8854
9026
|
colors: (string | {
|
8855
9027
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
8856
9028
|
toned?: boolean;
|
@@ -8865,6 +9037,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8865
9037
|
})[];
|
8866
9038
|
acrylic?: boolean;
|
8867
9039
|
opacity?: number;
|
9040
|
+
} | {
|
9041
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
9042
|
+
toned?: boolean;
|
9043
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8868
9044
|
};
|
8869
9045
|
size?: number;
|
8870
9046
|
};
|
@@ -8974,7 +9150,7 @@ declare const _default: <T extends unknown>(props: {
|
|
8974
9150
|
};
|
8975
9151
|
};
|
8976
9152
|
icon?: {
|
8977
|
-
color?: {
|
9153
|
+
color?: string | {
|
8978
9154
|
colors: (string | {
|
8979
9155
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
8980
9156
|
toned?: boolean;
|
@@ -8989,6 +9165,10 @@ declare const _default: <T extends unknown>(props: {
|
|
8989
9165
|
})[];
|
8990
9166
|
acrylic?: boolean;
|
8991
9167
|
opacity?: number;
|
9168
|
+
} | {
|
9169
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
9170
|
+
toned?: boolean;
|
9171
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
8992
9172
|
};
|
8993
9173
|
size?: number;
|
8994
9174
|
};
|
@@ -9098,7 +9278,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9098
9278
|
};
|
9099
9279
|
};
|
9100
9280
|
icon?: {
|
9101
|
-
color?: {
|
9281
|
+
color?: string | {
|
9102
9282
|
colors: (string | {
|
9103
9283
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
9104
9284
|
toned?: boolean;
|
@@ -9113,6 +9293,10 @@ declare const _default: <T extends unknown>(props: {
|
|
9113
9293
|
})[];
|
9114
9294
|
acrylic?: boolean;
|
9115
9295
|
opacity?: number;
|
9296
|
+
} | {
|
9297
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
9298
|
+
toned?: boolean;
|
9299
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9116
9300
|
};
|
9117
9301
|
size?: number;
|
9118
9302
|
};
|
@@ -9222,7 +9406,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9222
9406
|
};
|
9223
9407
|
};
|
9224
9408
|
icon?: {
|
9225
|
-
color?: {
|
9409
|
+
color?: string | {
|
9226
9410
|
colors: (string | {
|
9227
9411
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
9228
9412
|
toned?: boolean;
|
@@ -9237,6 +9421,10 @@ declare const _default: <T extends unknown>(props: {
|
|
9237
9421
|
})[];
|
9238
9422
|
acrylic?: boolean;
|
9239
9423
|
opacity?: number;
|
9424
|
+
} | {
|
9425
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
9426
|
+
toned?: boolean;
|
9427
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9240
9428
|
};
|
9241
9429
|
size?: number;
|
9242
9430
|
};
|
@@ -9346,7 +9534,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9346
9534
|
};
|
9347
9535
|
};
|
9348
9536
|
icon?: {
|
9349
|
-
color?: {
|
9537
|
+
color?: string | {
|
9350
9538
|
colors: (string | {
|
9351
9539
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
9352
9540
|
toned?: boolean;
|
@@ -9361,6 +9549,10 @@ declare const _default: <T extends unknown>(props: {
|
|
9361
9549
|
})[];
|
9362
9550
|
acrylic?: boolean;
|
9363
9551
|
opacity?: number;
|
9552
|
+
} | {
|
9553
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
9554
|
+
toned?: boolean;
|
9555
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9364
9556
|
};
|
9365
9557
|
size?: number;
|
9366
9558
|
};
|
@@ -9470,7 +9662,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9470
9662
|
};
|
9471
9663
|
};
|
9472
9664
|
icon?: {
|
9473
|
-
color?: {
|
9665
|
+
color?: string | {
|
9474
9666
|
colors: (string | {
|
9475
9667
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
9476
9668
|
toned?: boolean;
|
@@ -9485,6 +9677,10 @@ declare const _default: <T extends unknown>(props: {
|
|
9485
9677
|
})[];
|
9486
9678
|
acrylic?: boolean;
|
9487
9679
|
opacity?: number;
|
9680
|
+
} | {
|
9681
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
9682
|
+
toned?: boolean;
|
9683
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9488
9684
|
};
|
9489
9685
|
size?: number;
|
9490
9686
|
};
|
@@ -9619,7 +9815,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9619
9815
|
};
|
9620
9816
|
};
|
9621
9817
|
icon?: {
|
9622
|
-
color?: {
|
9818
|
+
color?: string | {
|
9623
9819
|
colors: (string | {
|
9624
9820
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
9625
9821
|
toned?: boolean;
|
@@ -9634,6 +9830,10 @@ declare const _default: <T extends unknown>(props: {
|
|
9634
9830
|
})[];
|
9635
9831
|
acrylic?: boolean;
|
9636
9832
|
opacity?: number;
|
9833
|
+
} | {
|
9834
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
9835
|
+
toned?: boolean;
|
9836
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9637
9837
|
};
|
9638
9838
|
size?: number;
|
9639
9839
|
};
|
@@ -9741,7 +9941,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9741
9941
|
};
|
9742
9942
|
};
|
9743
9943
|
icon?: {
|
9744
|
-
color?: {
|
9944
|
+
color?: string | {
|
9745
9945
|
colors: (string | {
|
9746
9946
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
9747
9947
|
toned?: boolean;
|
@@ -9756,6 +9956,10 @@ declare const _default: <T extends unknown>(props: {
|
|
9756
9956
|
})[];
|
9757
9957
|
acrylic?: boolean;
|
9758
9958
|
opacity?: number;
|
9959
|
+
} | {
|
9960
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
9961
|
+
toned?: boolean;
|
9962
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9759
9963
|
};
|
9760
9964
|
size?: number;
|
9761
9965
|
};
|
@@ -9942,7 +10146,7 @@ declare const _default: <T extends unknown>(props: {
|
|
9942
10146
|
};
|
9943
10147
|
};
|
9944
10148
|
icon?: {
|
9945
|
-
color?: {
|
10149
|
+
color?: string | {
|
9946
10150
|
colors: (string | {
|
9947
10151
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
9948
10152
|
toned?: boolean;
|
@@ -9957,6 +10161,10 @@ declare const _default: <T extends unknown>(props: {
|
|
9957
10161
|
})[];
|
9958
10162
|
acrylic?: boolean;
|
9959
10163
|
opacity?: number;
|
10164
|
+
} | {
|
10165
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
10166
|
+
toned?: boolean;
|
10167
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
9960
10168
|
};
|
9961
10169
|
size?: number;
|
9962
10170
|
};
|
@@ -10064,7 +10272,7 @@ declare const _default: <T extends unknown>(props: {
|
|
10064
10272
|
};
|
10065
10273
|
};
|
10066
10274
|
icon?: {
|
10067
|
-
color?: {
|
10275
|
+
color?: string | {
|
10068
10276
|
colors: (string | {
|
10069
10277
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
10070
10278
|
toned?: boolean;
|
@@ -10079,6 +10287,10 @@ declare const _default: <T extends unknown>(props: {
|
|
10079
10287
|
})[];
|
10080
10288
|
acrylic?: boolean;
|
10081
10289
|
opacity?: number;
|
10290
|
+
} | {
|
10291
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
10292
|
+
toned?: boolean;
|
10293
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10082
10294
|
};
|
10083
10295
|
size?: number;
|
10084
10296
|
};
|
@@ -10265,7 +10477,7 @@ declare const _default: <T extends unknown>(props: {
|
|
10265
10477
|
};
|
10266
10478
|
};
|
10267
10479
|
icon?: {
|
10268
|
-
color?: {
|
10480
|
+
color?: string | {
|
10269
10481
|
colors: (string | {
|
10270
10482
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
10271
10483
|
toned?: boolean;
|
@@ -10280,6 +10492,10 @@ declare const _default: <T extends unknown>(props: {
|
|
10280
10492
|
})[];
|
10281
10493
|
acrylic?: boolean;
|
10282
10494
|
opacity?: number;
|
10495
|
+
} | {
|
10496
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
10497
|
+
toned?: boolean;
|
10498
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10283
10499
|
};
|
10284
10500
|
size?: number;
|
10285
10501
|
};
|
@@ -10387,7 +10603,7 @@ declare const _default: <T extends unknown>(props: {
|
|
10387
10603
|
};
|
10388
10604
|
};
|
10389
10605
|
icon?: {
|
10390
|
-
color?: {
|
10606
|
+
color?: string | {
|
10391
10607
|
colors: (string | {
|
10392
10608
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
10393
10609
|
toned?: boolean;
|
@@ -10402,6 +10618,10 @@ declare const _default: <T extends unknown>(props: {
|
|
10402
10618
|
})[];
|
10403
10619
|
acrylic?: boolean;
|
10404
10620
|
opacity?: number;
|
10621
|
+
} | {
|
10622
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
10623
|
+
toned?: boolean;
|
10624
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10405
10625
|
};
|
10406
10626
|
size?: number;
|
10407
10627
|
};
|
@@ -10588,7 +10808,7 @@ declare const _default: <T extends unknown>(props: {
|
|
10588
10808
|
};
|
10589
10809
|
};
|
10590
10810
|
icon?: {
|
10591
|
-
color?: {
|
10811
|
+
color?: string | {
|
10592
10812
|
colors: (string | {
|
10593
10813
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
10594
10814
|
toned?: boolean;
|
@@ -10603,6 +10823,10 @@ declare const _default: <T extends unknown>(props: {
|
|
10603
10823
|
})[];
|
10604
10824
|
acrylic?: boolean;
|
10605
10825
|
opacity?: number;
|
10826
|
+
} | {
|
10827
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
10828
|
+
toned?: boolean;
|
10829
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10606
10830
|
};
|
10607
10831
|
size?: number;
|
10608
10832
|
};
|
@@ -10710,7 +10934,7 @@ declare const _default: <T extends unknown>(props: {
|
|
10710
10934
|
};
|
10711
10935
|
};
|
10712
10936
|
icon?: {
|
10713
|
-
color?: {
|
10937
|
+
color?: string | {
|
10714
10938
|
colors: (string | {
|
10715
10939
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
10716
10940
|
toned?: boolean;
|
@@ -10725,6 +10949,10 @@ declare const _default: <T extends unknown>(props: {
|
|
10725
10949
|
})[];
|
10726
10950
|
acrylic?: boolean;
|
10727
10951
|
opacity?: number;
|
10952
|
+
} | {
|
10953
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
10954
|
+
toned?: boolean;
|
10955
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
10728
10956
|
};
|
10729
10957
|
size?: number;
|
10730
10958
|
};
|
@@ -11662,7 +11890,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11662
11890
|
};
|
11663
11891
|
icons?: {
|
11664
11892
|
xs?: {
|
11665
|
-
color?: {
|
11893
|
+
color?: string | {
|
11666
11894
|
colors: (string | {
|
11667
11895
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
11668
11896
|
toned?: boolean;
|
@@ -11677,11 +11905,15 @@ declare const _default: <T extends unknown>(props: {
|
|
11677
11905
|
})[];
|
11678
11906
|
acrylic?: boolean;
|
11679
11907
|
opacity?: number;
|
11908
|
+
} | {
|
11909
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
11910
|
+
toned?: boolean;
|
11911
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
11680
11912
|
};
|
11681
11913
|
size?: number;
|
11682
11914
|
};
|
11683
11915
|
s?: {
|
11684
|
-
color?: {
|
11916
|
+
color?: string | {
|
11685
11917
|
colors: (string | {
|
11686
11918
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
11687
11919
|
toned?: boolean;
|
@@ -11696,11 +11928,15 @@ declare const _default: <T extends unknown>(props: {
|
|
11696
11928
|
})[];
|
11697
11929
|
acrylic?: boolean;
|
11698
11930
|
opacity?: number;
|
11931
|
+
} | {
|
11932
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
11933
|
+
toned?: boolean;
|
11934
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
11699
11935
|
};
|
11700
11936
|
size?: number;
|
11701
11937
|
};
|
11702
11938
|
m?: {
|
11703
|
-
color?: {
|
11939
|
+
color?: string | {
|
11704
11940
|
colors: (string | {
|
11705
11941
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
11706
11942
|
toned?: boolean;
|
@@ -11715,11 +11951,15 @@ declare const _default: <T extends unknown>(props: {
|
|
11715
11951
|
})[];
|
11716
11952
|
acrylic?: boolean;
|
11717
11953
|
opacity?: number;
|
11954
|
+
} | {
|
11955
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
11956
|
+
toned?: boolean;
|
11957
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
11718
11958
|
};
|
11719
11959
|
size?: number;
|
11720
11960
|
};
|
11721
11961
|
l?: {
|
11722
|
-
color?: {
|
11962
|
+
color?: string | {
|
11723
11963
|
colors: (string | {
|
11724
11964
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
11725
11965
|
toned?: boolean;
|
@@ -11734,11 +11974,15 @@ declare const _default: <T extends unknown>(props: {
|
|
11734
11974
|
})[];
|
11735
11975
|
acrylic?: boolean;
|
11736
11976
|
opacity?: number;
|
11977
|
+
} | {
|
11978
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
11979
|
+
toned?: boolean;
|
11980
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
11737
11981
|
};
|
11738
11982
|
size?: number;
|
11739
11983
|
};
|
11740
11984
|
xl?: {
|
11741
|
-
color?: {
|
11985
|
+
color?: string | {
|
11742
11986
|
colors: (string | {
|
11743
11987
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
11744
11988
|
toned?: boolean;
|
@@ -11753,6 +11997,10 @@ declare const _default: <T extends unknown>(props: {
|
|
11753
11997
|
})[];
|
11754
11998
|
acrylic?: boolean;
|
11755
11999
|
opacity?: number;
|
12000
|
+
} | {
|
12001
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
12002
|
+
toned?: boolean;
|
12003
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
11756
12004
|
};
|
11757
12005
|
size?: number;
|
11758
12006
|
};
|