@omnia/fx 8.0.137-dev → 8.0.139-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/ux/UxModels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +52 -18
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +111 -74
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/PreviewJourney.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/ThemeDesigner.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +94 -28
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +263 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.d.ts +118 -92
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +111 -74
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
- package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +60 -12
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -100,6 +100,7 @@ export declare const useColorSchemaStore: () => {
|
|
100
100
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
101
101
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
102
102
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
103
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
103
104
|
};
|
104
105
|
deactivated(): void;
|
105
106
|
};
|
@@ -195,6 +196,7 @@ export declare const useColorSchemaStore: () => {
|
|
195
196
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
196
197
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
197
198
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
199
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
198
200
|
};
|
199
201
|
deactivated(): void;
|
200
202
|
};
|
@@ -290,6 +292,7 @@ export declare const useColorSchemaStore: () => {
|
|
290
292
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
291
293
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
292
294
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
295
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
293
296
|
};
|
294
297
|
deactivated(): void;
|
295
298
|
};
|
@@ -1005,7 +1008,6 @@ export declare const useColorSchemaStore: () => {
|
|
1005
1008
|
type: "title" | "text" | "navigation";
|
1006
1009
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1007
1010
|
};
|
1008
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1009
1011
|
};
|
1010
1012
|
icon?: {
|
1011
1013
|
color?: {
|
@@ -1025,9 +1027,7 @@ export declare const useColorSchemaStore: () => {
|
|
1025
1027
|
opacity?: number;
|
1026
1028
|
};
|
1027
1029
|
size?: number;
|
1028
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1029
1030
|
};
|
1030
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1031
1031
|
};
|
1032
1032
|
basic?: {
|
1033
1033
|
padding?: {
|
@@ -1120,7 +1120,6 @@ export declare const useColorSchemaStore: () => {
|
|
1120
1120
|
type: "title" | "text" | "navigation";
|
1121
1121
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1122
1122
|
};
|
1123
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1124
1123
|
};
|
1125
1124
|
icon?: {
|
1126
1125
|
color?: {
|
@@ -1140,9 +1139,7 @@ export declare const useColorSchemaStore: () => {
|
|
1140
1139
|
opacity?: number;
|
1141
1140
|
};
|
1142
1141
|
size?: number;
|
1143
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1144
1142
|
};
|
1145
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1146
1143
|
};
|
1147
1144
|
accent1?: {
|
1148
1145
|
padding?: {
|
@@ -1235,7 +1232,6 @@ export declare const useColorSchemaStore: () => {
|
|
1235
1232
|
type: "title" | "text" | "navigation";
|
1236
1233
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1237
1234
|
};
|
1238
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1239
1235
|
};
|
1240
1236
|
icon?: {
|
1241
1237
|
color?: {
|
@@ -1255,9 +1251,7 @@ export declare const useColorSchemaStore: () => {
|
|
1255
1251
|
opacity?: number;
|
1256
1252
|
};
|
1257
1253
|
size?: number;
|
1258
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1259
1254
|
};
|
1260
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1261
1255
|
};
|
1262
1256
|
warn?: {
|
1263
1257
|
padding?: {
|
@@ -1350,7 +1344,6 @@ export declare const useColorSchemaStore: () => {
|
|
1350
1344
|
type: "title" | "text" | "navigation";
|
1351
1345
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1352
1346
|
};
|
1353
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1354
1347
|
};
|
1355
1348
|
icon?: {
|
1356
1349
|
color?: {
|
@@ -1370,9 +1363,7 @@ export declare const useColorSchemaStore: () => {
|
|
1370
1363
|
opacity?: number;
|
1371
1364
|
};
|
1372
1365
|
size?: number;
|
1373
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1374
1366
|
};
|
1375
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1376
1367
|
};
|
1377
1368
|
link?: {
|
1378
1369
|
padding?: {
|
@@ -1465,7 +1456,6 @@ export declare const useColorSchemaStore: () => {
|
|
1465
1456
|
type: "title" | "text" | "navigation";
|
1466
1457
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1467
1458
|
};
|
1468
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1469
1459
|
};
|
1470
1460
|
icon?: {
|
1471
1461
|
color?: {
|
@@ -1485,9 +1475,7 @@ export declare const useColorSchemaStore: () => {
|
|
1485
1475
|
opacity?: number;
|
1486
1476
|
};
|
1487
1477
|
size?: number;
|
1488
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1489
1478
|
};
|
1490
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1491
1479
|
};
|
1492
1480
|
variant1?: {
|
1493
1481
|
padding?: {
|
@@ -1580,7 +1568,6 @@ export declare const useColorSchemaStore: () => {
|
|
1580
1568
|
type: "title" | "text" | "navigation";
|
1581
1569
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1582
1570
|
};
|
1583
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1584
1571
|
};
|
1585
1572
|
icon?: {
|
1586
1573
|
color?: {
|
@@ -1600,9 +1587,7 @@ export declare const useColorSchemaStore: () => {
|
|
1600
1587
|
opacity?: number;
|
1601
1588
|
};
|
1602
1589
|
size?: number;
|
1603
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1604
1590
|
};
|
1605
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1606
1591
|
};
|
1607
1592
|
variant2?: {
|
1608
1593
|
padding?: {
|
@@ -1695,7 +1680,6 @@ export declare const useColorSchemaStore: () => {
|
|
1695
1680
|
type: "title" | "text" | "navigation";
|
1696
1681
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1697
1682
|
};
|
1698
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1699
1683
|
};
|
1700
1684
|
icon?: {
|
1701
1685
|
color?: {
|
@@ -1715,9 +1699,7 @@ export declare const useColorSchemaStore: () => {
|
|
1715
1699
|
opacity?: number;
|
1716
1700
|
};
|
1717
1701
|
size?: number;
|
1718
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1719
1702
|
};
|
1720
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1721
1703
|
};
|
1722
1704
|
variant3?: {
|
1723
1705
|
padding?: {
|
@@ -1810,7 +1792,6 @@ export declare const useColorSchemaStore: () => {
|
|
1810
1792
|
type: "title" | "text" | "navigation";
|
1811
1793
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1812
1794
|
};
|
1813
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1814
1795
|
};
|
1815
1796
|
icon?: {
|
1816
1797
|
color?: {
|
@@ -1830,9 +1811,7 @@ export declare const useColorSchemaStore: () => {
|
|
1830
1811
|
opacity?: number;
|
1831
1812
|
};
|
1832
1813
|
size?: number;
|
1833
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1834
1814
|
};
|
1835
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1836
1815
|
};
|
1837
1816
|
variant4?: {
|
1838
1817
|
padding?: {
|
@@ -1925,7 +1904,6 @@ export declare const useColorSchemaStore: () => {
|
|
1925
1904
|
type: "title" | "text" | "navigation";
|
1926
1905
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1927
1906
|
};
|
1928
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1929
1907
|
};
|
1930
1908
|
icon?: {
|
1931
1909
|
color?: {
|
@@ -1945,9 +1923,7 @@ export declare const useColorSchemaStore: () => {
|
|
1945
1923
|
opacity?: number;
|
1946
1924
|
};
|
1947
1925
|
size?: number;
|
1948
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1949
1926
|
};
|
1950
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1951
1927
|
};
|
1952
1928
|
};
|
1953
1929
|
icon: {
|
@@ -2042,7 +2018,6 @@ export declare const useColorSchemaStore: () => {
|
|
2042
2018
|
type: "title" | "text" | "navigation";
|
2043
2019
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2044
2020
|
};
|
2045
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2046
2021
|
};
|
2047
2022
|
icon?: {
|
2048
2023
|
color?: {
|
@@ -2062,9 +2037,7 @@ export declare const useColorSchemaStore: () => {
|
|
2062
2037
|
opacity?: number;
|
2063
2038
|
};
|
2064
2039
|
size?: number;
|
2065
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2066
2040
|
};
|
2067
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2068
2041
|
};
|
2069
2042
|
basic?: {
|
2070
2043
|
padding?: {
|
@@ -2157,7 +2130,6 @@ export declare const useColorSchemaStore: () => {
|
|
2157
2130
|
type: "title" | "text" | "navigation";
|
2158
2131
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2159
2132
|
};
|
2160
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2161
2133
|
};
|
2162
2134
|
icon?: {
|
2163
2135
|
color?: {
|
@@ -2177,9 +2149,7 @@ export declare const useColorSchemaStore: () => {
|
|
2177
2149
|
opacity?: number;
|
2178
2150
|
};
|
2179
2151
|
size?: number;
|
2180
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2181
2152
|
};
|
2182
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2183
2153
|
};
|
2184
2154
|
accent1?: {
|
2185
2155
|
padding?: {
|
@@ -2272,7 +2242,6 @@ export declare const useColorSchemaStore: () => {
|
|
2272
2242
|
type: "title" | "text" | "navigation";
|
2273
2243
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2274
2244
|
};
|
2275
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2276
2245
|
};
|
2277
2246
|
icon?: {
|
2278
2247
|
color?: {
|
@@ -2292,9 +2261,7 @@ export declare const useColorSchemaStore: () => {
|
|
2292
2261
|
opacity?: number;
|
2293
2262
|
};
|
2294
2263
|
size?: number;
|
2295
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2296
2264
|
};
|
2297
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2298
2265
|
};
|
2299
2266
|
warn?: {
|
2300
2267
|
padding?: {
|
@@ -2387,7 +2354,6 @@ export declare const useColorSchemaStore: () => {
|
|
2387
2354
|
type: "title" | "text" | "navigation";
|
2388
2355
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2389
2356
|
};
|
2390
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2391
2357
|
};
|
2392
2358
|
icon?: {
|
2393
2359
|
color?: {
|
@@ -2407,9 +2373,7 @@ export declare const useColorSchemaStore: () => {
|
|
2407
2373
|
opacity?: number;
|
2408
2374
|
};
|
2409
2375
|
size?: number;
|
2410
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2411
2376
|
};
|
2412
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2413
2377
|
};
|
2414
2378
|
link?: {
|
2415
2379
|
padding?: {
|
@@ -2502,7 +2466,6 @@ export declare const useColorSchemaStore: () => {
|
|
2502
2466
|
type: "title" | "text" | "navigation";
|
2503
2467
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2504
2468
|
};
|
2505
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2506
2469
|
};
|
2507
2470
|
icon?: {
|
2508
2471
|
color?: {
|
@@ -2522,9 +2485,7 @@ export declare const useColorSchemaStore: () => {
|
|
2522
2485
|
opacity?: number;
|
2523
2486
|
};
|
2524
2487
|
size?: number;
|
2525
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2526
2488
|
};
|
2527
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2528
2489
|
};
|
2529
2490
|
variant1?: {
|
2530
2491
|
padding?: {
|
@@ -2617,7 +2578,6 @@ export declare const useColorSchemaStore: () => {
|
|
2617
2578
|
type: "title" | "text" | "navigation";
|
2618
2579
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2619
2580
|
};
|
2620
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2621
2581
|
};
|
2622
2582
|
icon?: {
|
2623
2583
|
color?: {
|
@@ -2637,9 +2597,7 @@ export declare const useColorSchemaStore: () => {
|
|
2637
2597
|
opacity?: number;
|
2638
2598
|
};
|
2639
2599
|
size?: number;
|
2640
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2641
2600
|
};
|
2642
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2643
2601
|
};
|
2644
2602
|
variant2?: {
|
2645
2603
|
padding?: {
|
@@ -2732,7 +2690,6 @@ export declare const useColorSchemaStore: () => {
|
|
2732
2690
|
type: "title" | "text" | "navigation";
|
2733
2691
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2734
2692
|
};
|
2735
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2736
2693
|
};
|
2737
2694
|
icon?: {
|
2738
2695
|
color?: {
|
@@ -2752,9 +2709,7 @@ export declare const useColorSchemaStore: () => {
|
|
2752
2709
|
opacity?: number;
|
2753
2710
|
};
|
2754
2711
|
size?: number;
|
2755
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2756
2712
|
};
|
2757
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2758
2713
|
};
|
2759
2714
|
variant3?: {
|
2760
2715
|
padding?: {
|
@@ -2847,7 +2802,6 @@ export declare const useColorSchemaStore: () => {
|
|
2847
2802
|
type: "title" | "text" | "navigation";
|
2848
2803
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2849
2804
|
};
|
2850
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2851
2805
|
};
|
2852
2806
|
icon?: {
|
2853
2807
|
color?: {
|
@@ -2867,9 +2821,7 @@ export declare const useColorSchemaStore: () => {
|
|
2867
2821
|
opacity?: number;
|
2868
2822
|
};
|
2869
2823
|
size?: number;
|
2870
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2871
2824
|
};
|
2872
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2873
2825
|
};
|
2874
2826
|
variant4?: {
|
2875
2827
|
padding?: {
|
@@ -2962,7 +2914,6 @@ export declare const useColorSchemaStore: () => {
|
|
2962
2914
|
type: "title" | "text" | "navigation";
|
2963
2915
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2964
2916
|
};
|
2965
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2966
2917
|
};
|
2967
2918
|
icon?: {
|
2968
2919
|
color?: {
|
@@ -2982,9 +2933,7 @@ export declare const useColorSchemaStore: () => {
|
|
2982
2933
|
opacity?: number;
|
2983
2934
|
};
|
2984
2935
|
size?: number;
|
2985
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2986
2936
|
};
|
2987
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2988
2937
|
};
|
2989
2938
|
};
|
2990
2939
|
name?: string;
|
@@ -3102,7 +3051,6 @@ export declare const useColorSchemaStore: () => {
|
|
3102
3051
|
type: "title" | "text" | "navigation";
|
3103
3052
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3104
3053
|
};
|
3105
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3106
3054
|
};
|
3107
3055
|
icon?: {
|
3108
3056
|
color?: {
|
@@ -3122,7 +3070,6 @@ export declare const useColorSchemaStore: () => {
|
|
3122
3070
|
opacity?: number;
|
3123
3071
|
};
|
3124
3072
|
size?: number;
|
3125
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3126
3073
|
};
|
3127
3074
|
active?: {
|
3128
3075
|
padding?: {
|
@@ -3214,7 +3161,6 @@ export declare const useColorSchemaStore: () => {
|
|
3214
3161
|
type: "title" | "text" | "navigation";
|
3215
3162
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3216
3163
|
};
|
3217
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3218
3164
|
};
|
3219
3165
|
icon?: {
|
3220
3166
|
color?: {
|
@@ -3234,7 +3180,6 @@ export declare const useColorSchemaStore: () => {
|
|
3234
3180
|
opacity?: number;
|
3235
3181
|
};
|
3236
3182
|
size?: number;
|
3237
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3238
3183
|
};
|
3239
3184
|
};
|
3240
3185
|
inactive?: {
|
@@ -3284,7 +3229,6 @@ export declare const useColorSchemaStore: () => {
|
|
3284
3229
|
elevation?: number;
|
3285
3230
|
};
|
3286
3231
|
};
|
3287
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3288
3232
|
};
|
3289
3233
|
variant1?: {
|
3290
3234
|
background?: {
|
@@ -3398,7 +3342,6 @@ export declare const useColorSchemaStore: () => {
|
|
3398
3342
|
type: "title" | "text" | "navigation";
|
3399
3343
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3400
3344
|
};
|
3401
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3402
3345
|
};
|
3403
3346
|
icon?: {
|
3404
3347
|
color?: {
|
@@ -3418,7 +3361,6 @@ export declare const useColorSchemaStore: () => {
|
|
3418
3361
|
opacity?: number;
|
3419
3362
|
};
|
3420
3363
|
size?: number;
|
3421
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3422
3364
|
};
|
3423
3365
|
active?: {
|
3424
3366
|
padding?: {
|
@@ -3510,7 +3452,6 @@ export declare const useColorSchemaStore: () => {
|
|
3510
3452
|
type: "title" | "text" | "navigation";
|
3511
3453
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3512
3454
|
};
|
3513
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3514
3455
|
};
|
3515
3456
|
icon?: {
|
3516
3457
|
color?: {
|
@@ -3530,7 +3471,6 @@ export declare const useColorSchemaStore: () => {
|
|
3530
3471
|
opacity?: number;
|
3531
3472
|
};
|
3532
3473
|
size?: number;
|
3533
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3534
3474
|
};
|
3535
3475
|
};
|
3536
3476
|
inactive?: {
|
@@ -3580,7 +3520,6 @@ export declare const useColorSchemaStore: () => {
|
|
3580
3520
|
elevation?: number;
|
3581
3521
|
};
|
3582
3522
|
};
|
3583
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3584
3523
|
};
|
3585
3524
|
variant2?: {
|
3586
3525
|
background?: {
|
@@ -3694,7 +3633,6 @@ export declare const useColorSchemaStore: () => {
|
|
3694
3633
|
type: "title" | "text" | "navigation";
|
3695
3634
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3696
3635
|
};
|
3697
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3698
3636
|
};
|
3699
3637
|
icon?: {
|
3700
3638
|
color?: {
|
@@ -3714,7 +3652,6 @@ export declare const useColorSchemaStore: () => {
|
|
3714
3652
|
opacity?: number;
|
3715
3653
|
};
|
3716
3654
|
size?: number;
|
3717
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3718
3655
|
};
|
3719
3656
|
active?: {
|
3720
3657
|
padding?: {
|
@@ -3806,7 +3743,6 @@ export declare const useColorSchemaStore: () => {
|
|
3806
3743
|
type: "title" | "text" | "navigation";
|
3807
3744
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3808
3745
|
};
|
3809
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3810
3746
|
};
|
3811
3747
|
icon?: {
|
3812
3748
|
color?: {
|
@@ -3826,7 +3762,6 @@ export declare const useColorSchemaStore: () => {
|
|
3826
3762
|
opacity?: number;
|
3827
3763
|
};
|
3828
3764
|
size?: number;
|
3829
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3830
3765
|
};
|
3831
3766
|
};
|
3832
3767
|
inactive?: {
|
@@ -3876,7 +3811,6 @@ export declare const useColorSchemaStore: () => {
|
|
3876
3811
|
elevation?: number;
|
3877
3812
|
};
|
3878
3813
|
};
|
3879
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3880
3814
|
};
|
3881
3815
|
variant3?: {
|
3882
3816
|
background?: {
|
@@ -3990,7 +3924,6 @@ export declare const useColorSchemaStore: () => {
|
|
3990
3924
|
type: "title" | "text" | "navigation";
|
3991
3925
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3992
3926
|
};
|
3993
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3994
3927
|
};
|
3995
3928
|
icon?: {
|
3996
3929
|
color?: {
|
@@ -4010,7 +3943,6 @@ export declare const useColorSchemaStore: () => {
|
|
4010
3943
|
opacity?: number;
|
4011
3944
|
};
|
4012
3945
|
size?: number;
|
4013
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4014
3946
|
};
|
4015
3947
|
active?: {
|
4016
3948
|
padding?: {
|
@@ -4102,7 +4034,6 @@ export declare const useColorSchemaStore: () => {
|
|
4102
4034
|
type: "title" | "text" | "navigation";
|
4103
4035
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4104
4036
|
};
|
4105
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4106
4037
|
};
|
4107
4038
|
icon?: {
|
4108
4039
|
color?: {
|
@@ -4122,7 +4053,6 @@ export declare const useColorSchemaStore: () => {
|
|
4122
4053
|
opacity?: number;
|
4123
4054
|
};
|
4124
4055
|
size?: number;
|
4125
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4126
4056
|
};
|
4127
4057
|
};
|
4128
4058
|
inactive?: {
|
@@ -4172,7 +4102,6 @@ export declare const useColorSchemaStore: () => {
|
|
4172
4102
|
elevation?: number;
|
4173
4103
|
};
|
4174
4104
|
};
|
4175
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4176
4105
|
};
|
4177
4106
|
name?: string;
|
4178
4107
|
};
|
@@ -4230,6 +4159,8 @@ export declare const useColorSchemaStore: () => {
|
|
4230
4159
|
onLoaded?: string[];
|
4231
4160
|
onEditMode?: string[];
|
4232
4161
|
onSaving?: string[];
|
4162
|
+
onPersistState?: string[];
|
4163
|
+
onRestoreState?: string[];
|
4233
4164
|
};
|
4234
4165
|
actions?: {
|
4235
4166
|
[name: string]: string[];
|
@@ -4431,6 +4362,8 @@ export declare const useColorSchemaStore: () => {
|
|
4431
4362
|
onLoaded?: string[];
|
4432
4363
|
onEditMode?: string[];
|
4433
4364
|
onSaving?: string[];
|
4365
|
+
onPersistState?: string[];
|
4366
|
+
onRestoreState?: string[];
|
4434
4367
|
};
|
4435
4368
|
actions?: {
|
4436
4369
|
[name: string]: string[];
|
@@ -4632,6 +4565,8 @@ export declare const useColorSchemaStore: () => {
|
|
4632
4565
|
onLoaded?: string[];
|
4633
4566
|
onEditMode?: string[];
|
4634
4567
|
onSaving?: string[];
|
4568
|
+
onPersistState?: string[];
|
4569
|
+
onRestoreState?: string[];
|
4635
4570
|
};
|
4636
4571
|
actions?: {
|
4637
4572
|
[name: string]: string[];
|
@@ -4833,6 +4768,8 @@ export declare const useColorSchemaStore: () => {
|
|
4833
4768
|
onLoaded?: string[];
|
4834
4769
|
onEditMode?: string[];
|
4835
4770
|
onSaving?: string[];
|
4771
|
+
onPersistState?: string[];
|
4772
|
+
onRestoreState?: string[];
|
4836
4773
|
};
|
4837
4774
|
actions?: {
|
4838
4775
|
[name: string]: string[];
|
@@ -4989,6 +4926,104 @@ export declare const useColorSchemaStore: () => {
|
|
4989
4926
|
};
|
4990
4927
|
};
|
4991
4928
|
};
|
4929
|
+
icons?: {
|
4930
|
+
xs?: {
|
4931
|
+
color?: {
|
4932
|
+
colors: (string | {
|
4933
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4934
|
+
toned?: boolean;
|
4935
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4936
|
+
} | {
|
4937
|
+
color: string | {
|
4938
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4939
|
+
toned?: boolean;
|
4940
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4941
|
+
};
|
4942
|
+
stop?: number;
|
4943
|
+
})[];
|
4944
|
+
acrylic?: boolean;
|
4945
|
+
opacity?: number;
|
4946
|
+
};
|
4947
|
+
size?: number;
|
4948
|
+
};
|
4949
|
+
s?: {
|
4950
|
+
color?: {
|
4951
|
+
colors: (string | {
|
4952
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4953
|
+
toned?: boolean;
|
4954
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4955
|
+
} | {
|
4956
|
+
color: string | {
|
4957
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4958
|
+
toned?: boolean;
|
4959
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4960
|
+
};
|
4961
|
+
stop?: number;
|
4962
|
+
})[];
|
4963
|
+
acrylic?: boolean;
|
4964
|
+
opacity?: number;
|
4965
|
+
};
|
4966
|
+
size?: number;
|
4967
|
+
};
|
4968
|
+
m?: {
|
4969
|
+
color?: {
|
4970
|
+
colors: (string | {
|
4971
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4972
|
+
toned?: boolean;
|
4973
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4974
|
+
} | {
|
4975
|
+
color: string | {
|
4976
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4977
|
+
toned?: boolean;
|
4978
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4979
|
+
};
|
4980
|
+
stop?: number;
|
4981
|
+
})[];
|
4982
|
+
acrylic?: boolean;
|
4983
|
+
opacity?: number;
|
4984
|
+
};
|
4985
|
+
size?: number;
|
4986
|
+
};
|
4987
|
+
l?: {
|
4988
|
+
color?: {
|
4989
|
+
colors: (string | {
|
4990
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4991
|
+
toned?: boolean;
|
4992
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4993
|
+
} | {
|
4994
|
+
color: string | {
|
4995
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4996
|
+
toned?: boolean;
|
4997
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4998
|
+
};
|
4999
|
+
stop?: number;
|
5000
|
+
})[];
|
5001
|
+
acrylic?: boolean;
|
5002
|
+
opacity?: number;
|
5003
|
+
};
|
5004
|
+
size?: number;
|
5005
|
+
};
|
5006
|
+
xl?: {
|
5007
|
+
color?: {
|
5008
|
+
colors: (string | {
|
5009
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5010
|
+
toned?: boolean;
|
5011
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5012
|
+
} | {
|
5013
|
+
color: string | {
|
5014
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
5015
|
+
toned?: boolean;
|
5016
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5017
|
+
};
|
5018
|
+
stop?: number;
|
5019
|
+
})[];
|
5020
|
+
acrylic?: boolean;
|
5021
|
+
opacity?: number;
|
5022
|
+
};
|
5023
|
+
size?: number;
|
5024
|
+
};
|
5025
|
+
name?: string;
|
5026
|
+
};
|
4992
5027
|
name?: string;
|
4993
5028
|
id: {
|
4994
5029
|
toString: () => string;
|
@@ -5074,6 +5109,7 @@ export declare const useColorSchemaStore: () => {
|
|
5074
5109
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5075
5110
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5076
5111
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5112
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5077
5113
|
};
|
5078
5114
|
deactivated(): void;
|
5079
5115
|
};
|