@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
@@ -84,6 +84,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
84
84
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
85
85
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
86
86
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
87
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
87
88
|
};
|
88
89
|
deactivated(): void;
|
89
90
|
};
|
@@ -173,6 +174,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
173
174
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
174
175
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
175
176
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
177
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
176
178
|
};
|
177
179
|
deactivated(): void;
|
178
180
|
};
|
@@ -262,6 +264,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
262
264
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
263
265
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
264
266
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
267
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
265
268
|
};
|
266
269
|
deactivated(): void;
|
267
270
|
};
|
@@ -975,7 +978,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
975
978
|
type: "title" | "text" | "navigation";
|
976
979
|
size: "xs" | "s" | "m" | "l" | "xl";
|
977
980
|
};
|
978
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
979
981
|
};
|
980
982
|
icon?: {
|
981
983
|
color?: {
|
@@ -995,9 +997,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
995
997
|
opacity?: number;
|
996
998
|
};
|
997
999
|
size?: number;
|
998
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
999
1000
|
};
|
1000
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1001
1001
|
};
|
1002
1002
|
basic?: {
|
1003
1003
|
padding?: {
|
@@ -1090,7 +1090,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1090
1090
|
type: "title" | "text" | "navigation";
|
1091
1091
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1092
1092
|
};
|
1093
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1094
1093
|
};
|
1095
1094
|
icon?: {
|
1096
1095
|
color?: {
|
@@ -1110,9 +1109,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1110
1109
|
opacity?: number;
|
1111
1110
|
};
|
1112
1111
|
size?: number;
|
1113
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1114
1112
|
};
|
1115
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1116
1113
|
};
|
1117
1114
|
accent1?: {
|
1118
1115
|
padding?: {
|
@@ -1205,7 +1202,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1205
1202
|
type: "title" | "text" | "navigation";
|
1206
1203
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1207
1204
|
};
|
1208
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1209
1205
|
};
|
1210
1206
|
icon?: {
|
1211
1207
|
color?: {
|
@@ -1225,9 +1221,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1225
1221
|
opacity?: number;
|
1226
1222
|
};
|
1227
1223
|
size?: number;
|
1228
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1229
1224
|
};
|
1230
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1231
1225
|
};
|
1232
1226
|
warn?: {
|
1233
1227
|
padding?: {
|
@@ -1320,7 +1314,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1320
1314
|
type: "title" | "text" | "navigation";
|
1321
1315
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1322
1316
|
};
|
1323
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1324
1317
|
};
|
1325
1318
|
icon?: {
|
1326
1319
|
color?: {
|
@@ -1340,9 +1333,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1340
1333
|
opacity?: number;
|
1341
1334
|
};
|
1342
1335
|
size?: number;
|
1343
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1344
1336
|
};
|
1345
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1346
1337
|
};
|
1347
1338
|
link?: {
|
1348
1339
|
padding?: {
|
@@ -1435,7 +1426,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1435
1426
|
type: "title" | "text" | "navigation";
|
1436
1427
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1437
1428
|
};
|
1438
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1439
1429
|
};
|
1440
1430
|
icon?: {
|
1441
1431
|
color?: {
|
@@ -1455,9 +1445,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1455
1445
|
opacity?: number;
|
1456
1446
|
};
|
1457
1447
|
size?: number;
|
1458
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1459
1448
|
};
|
1460
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1461
1449
|
};
|
1462
1450
|
variant1?: {
|
1463
1451
|
padding?: {
|
@@ -1550,7 +1538,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1550
1538
|
type: "title" | "text" | "navigation";
|
1551
1539
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1552
1540
|
};
|
1553
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1554
1541
|
};
|
1555
1542
|
icon?: {
|
1556
1543
|
color?: {
|
@@ -1570,9 +1557,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1570
1557
|
opacity?: number;
|
1571
1558
|
};
|
1572
1559
|
size?: number;
|
1573
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1574
1560
|
};
|
1575
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1576
1561
|
};
|
1577
1562
|
variant2?: {
|
1578
1563
|
padding?: {
|
@@ -1665,7 +1650,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1665
1650
|
type: "title" | "text" | "navigation";
|
1666
1651
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1667
1652
|
};
|
1668
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1669
1653
|
};
|
1670
1654
|
icon?: {
|
1671
1655
|
color?: {
|
@@ -1685,9 +1669,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1685
1669
|
opacity?: number;
|
1686
1670
|
};
|
1687
1671
|
size?: number;
|
1688
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1689
1672
|
};
|
1690
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1691
1673
|
};
|
1692
1674
|
variant3?: {
|
1693
1675
|
padding?: {
|
@@ -1780,7 +1762,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1780
1762
|
type: "title" | "text" | "navigation";
|
1781
1763
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1782
1764
|
};
|
1783
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1784
1765
|
};
|
1785
1766
|
icon?: {
|
1786
1767
|
color?: {
|
@@ -1800,9 +1781,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1800
1781
|
opacity?: number;
|
1801
1782
|
};
|
1802
1783
|
size?: number;
|
1803
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1804
1784
|
};
|
1805
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1806
1785
|
};
|
1807
1786
|
variant4?: {
|
1808
1787
|
padding?: {
|
@@ -1895,7 +1874,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1895
1874
|
type: "title" | "text" | "navigation";
|
1896
1875
|
size: "xs" | "s" | "m" | "l" | "xl";
|
1897
1876
|
};
|
1898
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1899
1877
|
};
|
1900
1878
|
icon?: {
|
1901
1879
|
color?: {
|
@@ -1915,9 +1893,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
1915
1893
|
opacity?: number;
|
1916
1894
|
};
|
1917
1895
|
size?: number;
|
1918
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1919
1896
|
};
|
1920
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
1921
1897
|
};
|
1922
1898
|
};
|
1923
1899
|
icon: {
|
@@ -2012,7 +1988,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2012
1988
|
type: "title" | "text" | "navigation";
|
2013
1989
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2014
1990
|
};
|
2015
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2016
1991
|
};
|
2017
1992
|
icon?: {
|
2018
1993
|
color?: {
|
@@ -2032,9 +2007,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2032
2007
|
opacity?: number;
|
2033
2008
|
};
|
2034
2009
|
size?: number;
|
2035
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2036
2010
|
};
|
2037
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2038
2011
|
};
|
2039
2012
|
basic?: {
|
2040
2013
|
padding?: {
|
@@ -2127,7 +2100,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2127
2100
|
type: "title" | "text" | "navigation";
|
2128
2101
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2129
2102
|
};
|
2130
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2131
2103
|
};
|
2132
2104
|
icon?: {
|
2133
2105
|
color?: {
|
@@ -2147,9 +2119,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2147
2119
|
opacity?: number;
|
2148
2120
|
};
|
2149
2121
|
size?: number;
|
2150
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2151
2122
|
};
|
2152
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2153
2123
|
};
|
2154
2124
|
accent1?: {
|
2155
2125
|
padding?: {
|
@@ -2242,7 +2212,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2242
2212
|
type: "title" | "text" | "navigation";
|
2243
2213
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2244
2214
|
};
|
2245
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2246
2215
|
};
|
2247
2216
|
icon?: {
|
2248
2217
|
color?: {
|
@@ -2262,9 +2231,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2262
2231
|
opacity?: number;
|
2263
2232
|
};
|
2264
2233
|
size?: number;
|
2265
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2266
2234
|
};
|
2267
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2268
2235
|
};
|
2269
2236
|
warn?: {
|
2270
2237
|
padding?: {
|
@@ -2357,7 +2324,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2357
2324
|
type: "title" | "text" | "navigation";
|
2358
2325
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2359
2326
|
};
|
2360
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2361
2327
|
};
|
2362
2328
|
icon?: {
|
2363
2329
|
color?: {
|
@@ -2377,9 +2343,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2377
2343
|
opacity?: number;
|
2378
2344
|
};
|
2379
2345
|
size?: number;
|
2380
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2381
2346
|
};
|
2382
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2383
2347
|
};
|
2384
2348
|
link?: {
|
2385
2349
|
padding?: {
|
@@ -2472,7 +2436,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2472
2436
|
type: "title" | "text" | "navigation";
|
2473
2437
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2474
2438
|
};
|
2475
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2476
2439
|
};
|
2477
2440
|
icon?: {
|
2478
2441
|
color?: {
|
@@ -2492,9 +2455,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2492
2455
|
opacity?: number;
|
2493
2456
|
};
|
2494
2457
|
size?: number;
|
2495
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2496
2458
|
};
|
2497
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2498
2459
|
};
|
2499
2460
|
variant1?: {
|
2500
2461
|
padding?: {
|
@@ -2587,7 +2548,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2587
2548
|
type: "title" | "text" | "navigation";
|
2588
2549
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2589
2550
|
};
|
2590
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2591
2551
|
};
|
2592
2552
|
icon?: {
|
2593
2553
|
color?: {
|
@@ -2607,9 +2567,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2607
2567
|
opacity?: number;
|
2608
2568
|
};
|
2609
2569
|
size?: number;
|
2610
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2611
2570
|
};
|
2612
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2613
2571
|
};
|
2614
2572
|
variant2?: {
|
2615
2573
|
padding?: {
|
@@ -2702,7 +2660,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2702
2660
|
type: "title" | "text" | "navigation";
|
2703
2661
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2704
2662
|
};
|
2705
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2706
2663
|
};
|
2707
2664
|
icon?: {
|
2708
2665
|
color?: {
|
@@ -2722,9 +2679,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2722
2679
|
opacity?: number;
|
2723
2680
|
};
|
2724
2681
|
size?: number;
|
2725
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2726
2682
|
};
|
2727
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2728
2683
|
};
|
2729
2684
|
variant3?: {
|
2730
2685
|
padding?: {
|
@@ -2817,7 +2772,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2817
2772
|
type: "title" | "text" | "navigation";
|
2818
2773
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2819
2774
|
};
|
2820
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2821
2775
|
};
|
2822
2776
|
icon?: {
|
2823
2777
|
color?: {
|
@@ -2837,9 +2791,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2837
2791
|
opacity?: number;
|
2838
2792
|
};
|
2839
2793
|
size?: number;
|
2840
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2841
2794
|
};
|
2842
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2843
2795
|
};
|
2844
2796
|
variant4?: {
|
2845
2797
|
padding?: {
|
@@ -2932,7 +2884,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2932
2884
|
type: "title" | "text" | "navigation";
|
2933
2885
|
size: "xs" | "s" | "m" | "l" | "xl";
|
2934
2886
|
};
|
2935
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2936
2887
|
};
|
2937
2888
|
icon?: {
|
2938
2889
|
color?: {
|
@@ -2952,9 +2903,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
2952
2903
|
opacity?: number;
|
2953
2904
|
};
|
2954
2905
|
size?: number;
|
2955
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2956
2906
|
};
|
2957
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
2958
2907
|
};
|
2959
2908
|
};
|
2960
2909
|
name?: string;
|
@@ -3072,7 +3021,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3072
3021
|
type: "title" | "text" | "navigation";
|
3073
3022
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3074
3023
|
};
|
3075
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3076
3024
|
};
|
3077
3025
|
icon?: {
|
3078
3026
|
color?: {
|
@@ -3092,7 +3040,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3092
3040
|
opacity?: number;
|
3093
3041
|
};
|
3094
3042
|
size?: number;
|
3095
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3096
3043
|
};
|
3097
3044
|
active?: {
|
3098
3045
|
padding?: {
|
@@ -3184,7 +3131,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3184
3131
|
type: "title" | "text" | "navigation";
|
3185
3132
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3186
3133
|
};
|
3187
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3188
3134
|
};
|
3189
3135
|
icon?: {
|
3190
3136
|
color?: {
|
@@ -3204,7 +3150,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3204
3150
|
opacity?: number;
|
3205
3151
|
};
|
3206
3152
|
size?: number;
|
3207
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3208
3153
|
};
|
3209
3154
|
};
|
3210
3155
|
inactive?: {
|
@@ -3254,7 +3199,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3254
3199
|
elevation?: number;
|
3255
3200
|
};
|
3256
3201
|
};
|
3257
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3258
3202
|
};
|
3259
3203
|
variant1?: {
|
3260
3204
|
background?: {
|
@@ -3368,7 +3312,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3368
3312
|
type: "title" | "text" | "navigation";
|
3369
3313
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3370
3314
|
};
|
3371
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3372
3315
|
};
|
3373
3316
|
icon?: {
|
3374
3317
|
color?: {
|
@@ -3388,7 +3331,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3388
3331
|
opacity?: number;
|
3389
3332
|
};
|
3390
3333
|
size?: number;
|
3391
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3392
3334
|
};
|
3393
3335
|
active?: {
|
3394
3336
|
padding?: {
|
@@ -3480,7 +3422,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3480
3422
|
type: "title" | "text" | "navigation";
|
3481
3423
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3482
3424
|
};
|
3483
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3484
3425
|
};
|
3485
3426
|
icon?: {
|
3486
3427
|
color?: {
|
@@ -3500,7 +3441,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3500
3441
|
opacity?: number;
|
3501
3442
|
};
|
3502
3443
|
size?: number;
|
3503
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3504
3444
|
};
|
3505
3445
|
};
|
3506
3446
|
inactive?: {
|
@@ -3550,7 +3490,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3550
3490
|
elevation?: number;
|
3551
3491
|
};
|
3552
3492
|
};
|
3553
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3554
3493
|
};
|
3555
3494
|
variant2?: {
|
3556
3495
|
background?: {
|
@@ -3664,7 +3603,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3664
3603
|
type: "title" | "text" | "navigation";
|
3665
3604
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3666
3605
|
};
|
3667
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3668
3606
|
};
|
3669
3607
|
icon?: {
|
3670
3608
|
color?: {
|
@@ -3684,7 +3622,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3684
3622
|
opacity?: number;
|
3685
3623
|
};
|
3686
3624
|
size?: number;
|
3687
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3688
3625
|
};
|
3689
3626
|
active?: {
|
3690
3627
|
padding?: {
|
@@ -3776,7 +3713,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3776
3713
|
type: "title" | "text" | "navigation";
|
3777
3714
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3778
3715
|
};
|
3779
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3780
3716
|
};
|
3781
3717
|
icon?: {
|
3782
3718
|
color?: {
|
@@ -3796,7 +3732,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3796
3732
|
opacity?: number;
|
3797
3733
|
};
|
3798
3734
|
size?: number;
|
3799
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3800
3735
|
};
|
3801
3736
|
};
|
3802
3737
|
inactive?: {
|
@@ -3846,7 +3781,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3846
3781
|
elevation?: number;
|
3847
3782
|
};
|
3848
3783
|
};
|
3849
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3850
3784
|
};
|
3851
3785
|
variant3?: {
|
3852
3786
|
background?: {
|
@@ -3960,7 +3894,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3960
3894
|
type: "title" | "text" | "navigation";
|
3961
3895
|
size: "xs" | "s" | "m" | "l" | "xl";
|
3962
3896
|
};
|
3963
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3964
3897
|
};
|
3965
3898
|
icon?: {
|
3966
3899
|
color?: {
|
@@ -3980,7 +3913,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
3980
3913
|
opacity?: number;
|
3981
3914
|
};
|
3982
3915
|
size?: number;
|
3983
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
3984
3916
|
};
|
3985
3917
|
active?: {
|
3986
3918
|
padding?: {
|
@@ -4072,7 +4004,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4072
4004
|
type: "title" | "text" | "navigation";
|
4073
4005
|
size: "xs" | "s" | "m" | "l" | "xl";
|
4074
4006
|
};
|
4075
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4076
4007
|
};
|
4077
4008
|
icon?: {
|
4078
4009
|
color?: {
|
@@ -4092,7 +4023,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4092
4023
|
opacity?: number;
|
4093
4024
|
};
|
4094
4025
|
size?: number;
|
4095
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4096
4026
|
};
|
4097
4027
|
};
|
4098
4028
|
inactive?: {
|
@@ -4142,7 +4072,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4142
4072
|
elevation?: number;
|
4143
4073
|
};
|
4144
4074
|
};
|
4145
|
-
type: import("@omnia/fx-models").WebBlueprintItemDefintionType;
|
4146
4075
|
};
|
4147
4076
|
name?: string;
|
4148
4077
|
};
|
@@ -4200,6 +4129,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4200
4129
|
onLoaded?: string[];
|
4201
4130
|
onEditMode?: string[];
|
4202
4131
|
onSaving?: string[];
|
4132
|
+
onPersistState?: string[];
|
4133
|
+
onRestoreState?: string[];
|
4203
4134
|
};
|
4204
4135
|
actions?: {
|
4205
4136
|
[name: string]: string[];
|
@@ -4401,6 +4332,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4401
4332
|
onLoaded?: string[];
|
4402
4333
|
onEditMode?: string[];
|
4403
4334
|
onSaving?: string[];
|
4335
|
+
onPersistState?: string[];
|
4336
|
+
onRestoreState?: string[];
|
4404
4337
|
};
|
4405
4338
|
actions?: {
|
4406
4339
|
[name: string]: string[];
|
@@ -4602,6 +4535,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4602
4535
|
onLoaded?: string[];
|
4603
4536
|
onEditMode?: string[];
|
4604
4537
|
onSaving?: string[];
|
4538
|
+
onPersistState?: string[];
|
4539
|
+
onRestoreState?: string[];
|
4605
4540
|
};
|
4606
4541
|
actions?: {
|
4607
4542
|
[name: string]: string[];
|
@@ -4803,6 +4738,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4803
4738
|
onLoaded?: string[];
|
4804
4739
|
onEditMode?: string[];
|
4805
4740
|
onSaving?: string[];
|
4741
|
+
onPersistState?: string[];
|
4742
|
+
onRestoreState?: string[];
|
4806
4743
|
};
|
4807
4744
|
actions?: {
|
4808
4745
|
[name: string]: string[];
|
@@ -4959,6 +4896,104 @@ export declare const useSpacingBlueprintStore: () => {
|
|
4959
4896
|
};
|
4960
4897
|
};
|
4961
4898
|
};
|
4899
|
+
icons?: {
|
4900
|
+
xs?: {
|
4901
|
+
color?: {
|
4902
|
+
colors: (string | {
|
4903
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4904
|
+
toned?: boolean;
|
4905
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4906
|
+
} | {
|
4907
|
+
color: string | {
|
4908
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4909
|
+
toned?: boolean;
|
4910
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4911
|
+
};
|
4912
|
+
stop?: number;
|
4913
|
+
})[];
|
4914
|
+
acrylic?: boolean;
|
4915
|
+
opacity?: number;
|
4916
|
+
};
|
4917
|
+
size?: number;
|
4918
|
+
};
|
4919
|
+
s?: {
|
4920
|
+
color?: {
|
4921
|
+
colors: (string | {
|
4922
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4923
|
+
toned?: boolean;
|
4924
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4925
|
+
} | {
|
4926
|
+
color: string | {
|
4927
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4928
|
+
toned?: boolean;
|
4929
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4930
|
+
};
|
4931
|
+
stop?: number;
|
4932
|
+
})[];
|
4933
|
+
acrylic?: boolean;
|
4934
|
+
opacity?: number;
|
4935
|
+
};
|
4936
|
+
size?: number;
|
4937
|
+
};
|
4938
|
+
m?: {
|
4939
|
+
color?: {
|
4940
|
+
colors: (string | {
|
4941
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4942
|
+
toned?: boolean;
|
4943
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4944
|
+
} | {
|
4945
|
+
color: string | {
|
4946
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4947
|
+
toned?: boolean;
|
4948
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4949
|
+
};
|
4950
|
+
stop?: number;
|
4951
|
+
})[];
|
4952
|
+
acrylic?: boolean;
|
4953
|
+
opacity?: number;
|
4954
|
+
};
|
4955
|
+
size?: number;
|
4956
|
+
};
|
4957
|
+
l?: {
|
4958
|
+
color?: {
|
4959
|
+
colors: (string | {
|
4960
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4961
|
+
toned?: boolean;
|
4962
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4963
|
+
} | {
|
4964
|
+
color: string | {
|
4965
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4966
|
+
toned?: boolean;
|
4967
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4968
|
+
};
|
4969
|
+
stop?: number;
|
4970
|
+
})[];
|
4971
|
+
acrylic?: boolean;
|
4972
|
+
opacity?: number;
|
4973
|
+
};
|
4974
|
+
size?: number;
|
4975
|
+
};
|
4976
|
+
xl?: {
|
4977
|
+
color?: {
|
4978
|
+
colors: (string | {
|
4979
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4980
|
+
toned?: boolean;
|
4981
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4982
|
+
} | {
|
4983
|
+
color: string | {
|
4984
|
+
colorType: "base" | "onBase" | "container" | "onContainer";
|
4985
|
+
toned?: boolean;
|
4986
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4987
|
+
};
|
4988
|
+
stop?: number;
|
4989
|
+
})[];
|
4990
|
+
acrylic?: boolean;
|
4991
|
+
opacity?: number;
|
4992
|
+
};
|
4993
|
+
size?: number;
|
4994
|
+
};
|
4995
|
+
name?: string;
|
4996
|
+
};
|
4962
4997
|
name?: string;
|
4963
4998
|
id: {
|
4964
4999
|
toString: () => string;
|
@@ -5044,6 +5079,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
5044
5079
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
5045
5080
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
5046
5081
|
buttonBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): import("@omnia/fx-models").ButtonBlueprint;
|
5082
|
+
iconBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): import("@omnia/fx-models").IconBlueprint;
|
5047
5083
|
};
|
5048
5084
|
deactivated(): void;
|
5049
5085
|
};
|