@omnia/fx 8.0.136-dev → 8.0.138-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/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
- 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/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
- 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 -0
- package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
- 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/appbar/Appbar.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +43 -9
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +145 -142
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +290 -284
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +290 -284
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
- 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/blueprints/typography/store/TypographyEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +101 -35
- 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/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +34 -32
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +12 -10
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +144 -142
- 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 +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +15 -5
- 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/ThemingService.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +144 -142
- package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +8 -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 +145 -142
- 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 +77 -12
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -28,6 +28,12 @@ export declare const useComponentsEditorStore: () => {
|
|
28
28
|
updateEditingTabsBlueprints: {
|
29
29
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
30
|
};
|
31
|
+
updateEditingIconBlueprints: {
|
32
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
+
};
|
34
|
+
resetEditingIconBlueprints: {
|
35
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
+
};
|
31
37
|
save: {
|
32
38
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
39
|
};
|
@@ -54,6 +60,12 @@ export declare const useComponentsEditorStore: () => {
|
|
54
60
|
updateEditingTabsBlueprints: {
|
55
61
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
62
|
};
|
63
|
+
updateEditingIconBlueprints: {
|
64
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
|
+
};
|
66
|
+
resetEditingIconBlueprints: {
|
67
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
|
+
};
|
57
69
|
save: {
|
58
70
|
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
71
|
};
|
@@ -80,6 +92,12 @@ export declare const useComponentsEditorStore: () => {
|
|
80
92
|
updateEditingTabsBlueprints: {
|
81
93
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
94
|
};
|
95
|
+
updateEditingIconBlueprints: {
|
96
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
97
|
+
};
|
98
|
+
resetEditingIconBlueprints: {
|
99
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
100
|
+
};
|
83
101
|
save: {
|
84
102
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
85
103
|
};
|
@@ -94,6 +112,8 @@ export declare const useComponentsEditorStore: () => {
|
|
94
112
|
updateEditingBlocksBlueprints(): void;
|
95
113
|
updateEditingButtonsBlueprints(): void;
|
96
114
|
updateEditingTabsBlueprints(): void;
|
115
|
+
updateEditingIconBlueprints(): void;
|
116
|
+
resetEditingIconBlueprints(): void;
|
97
117
|
save(): Promise<boolean>;
|
98
118
|
delete(): Promise<boolean>;
|
99
119
|
};
|
@@ -292,6 +312,57 @@ export declare const useComponentsEditorStore: () => {
|
|
292
312
|
applyChanges(): void;
|
293
313
|
};
|
294
314
|
};
|
315
|
+
iconsEditorStore: {
|
316
|
+
state: {
|
317
|
+
blueprints: import("@omnia/fx-models").IconBlueprints;
|
318
|
+
editingBlueprint: import("@omnia/fx-models").IconBlueprint;
|
319
|
+
editingiconSize: "small" | "default" | "large" | "x-large" | "x-small";
|
320
|
+
};
|
321
|
+
events: {
|
322
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").IconBlueprints>;
|
323
|
+
onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").IconBlueprint>;
|
324
|
+
onMutatedEditingiconSize: import("@omnia/fx").MessageBusExposeOnlySubscription<"small" | "default" | "large" | "x-large" | "x-small">;
|
325
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
326
|
+
actions: {
|
327
|
+
onDispatching: {
|
328
|
+
setEditingBlueprints: {
|
329
|
+
subscribe(fn: (blueprints: import("@omnia/fx-models").IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
330
|
+
};
|
331
|
+
setEditingBlueprint: {
|
332
|
+
subscribe(fn: (size: "small" | "default" | "large" | "x-large" | "x-small") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
333
|
+
};
|
334
|
+
applyChanges: {
|
335
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
336
|
+
};
|
337
|
+
};
|
338
|
+
onDispatched: {
|
339
|
+
setEditingBlueprints: {
|
340
|
+
subscribe(fn: (result: void, blueprints: import("@omnia/fx-models").IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
341
|
+
};
|
342
|
+
setEditingBlueprint: {
|
343
|
+
subscribe(fn: (result: void, size: "small" | "default" | "large" | "x-large" | "x-small") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
344
|
+
};
|
345
|
+
applyChanges: {
|
346
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
347
|
+
};
|
348
|
+
};
|
349
|
+
onFailure: {
|
350
|
+
setEditingBlueprints: {
|
351
|
+
subscribe(fn: (failureReason: any, blueprints: import("@omnia/fx-models").IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
352
|
+
};
|
353
|
+
setEditingBlueprint: {
|
354
|
+
subscribe(fn: (failureReason: any, size: "small" | "default" | "large" | "x-large" | "x-small") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
355
|
+
};
|
356
|
+
applyChanges: {
|
357
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
358
|
+
};
|
359
|
+
};
|
360
|
+
} & {
|
361
|
+
setEditingBlueprints(blueprints: import("@omnia/fx-models").IconBlueprints): void;
|
362
|
+
setEditingBlueprint(size: "small" | "default" | "large" | "x-large" | "x-small"): void;
|
363
|
+
applyChanges(): void;
|
364
|
+
};
|
365
|
+
};
|
295
366
|
};
|
296
367
|
bladeId: {
|
297
368
|
previewBlade: Guid;
|
@@ -299,6 +370,8 @@ export declare const useComponentsEditorStore: () => {
|
|
299
370
|
editComponentBlade: Guid;
|
300
371
|
buttonsBlade: Guid;
|
301
372
|
buttonsBladeEdit: Guid;
|
373
|
+
iconsBladeEdit: Guid;
|
374
|
+
iconsBlade: Guid;
|
302
375
|
tabBlade: Guid;
|
303
376
|
tabBladeEdit: Guid;
|
304
377
|
componentsBlade: Guid;
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { IconBlueprint, IconBlueprints, OIconSizes } from "@omnia/fx-models";
|
2
|
+
export declare const useIconsEditorStore: () => {
|
3
|
+
state: {
|
4
|
+
blueprints: IconBlueprints;
|
5
|
+
editingBlueprint: IconBlueprint;
|
6
|
+
editingiconSize: "small" | "default" | "large" | "x-large" | "x-small";
|
7
|
+
};
|
8
|
+
events: {
|
9
|
+
onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<IconBlueprints>;
|
10
|
+
onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<IconBlueprint>;
|
11
|
+
onMutatedEditingiconSize: import("@omnia/fx").MessageBusExposeOnlySubscription<"small" | "default" | "large" | "x-large" | "x-small">;
|
12
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
13
|
+
actions: {
|
14
|
+
onDispatching: {
|
15
|
+
setEditingBlueprints: {
|
16
|
+
subscribe(fn: (blueprints: IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
17
|
+
};
|
18
|
+
setEditingBlueprint: {
|
19
|
+
subscribe(fn: (size: "small" | "default" | "large" | "x-large" | "x-small") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
20
|
+
};
|
21
|
+
applyChanges: {
|
22
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
+
};
|
24
|
+
};
|
25
|
+
onDispatched: {
|
26
|
+
setEditingBlueprints: {
|
27
|
+
subscribe(fn: (result: void, blueprints: IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
+
};
|
29
|
+
setEditingBlueprint: {
|
30
|
+
subscribe(fn: (result: void, size: "small" | "default" | "large" | "x-large" | "x-small") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
+
};
|
32
|
+
applyChanges: {
|
33
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
+
};
|
35
|
+
};
|
36
|
+
onFailure: {
|
37
|
+
setEditingBlueprints: {
|
38
|
+
subscribe(fn: (failureReason: any, blueprints: IconBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
+
};
|
40
|
+
setEditingBlueprint: {
|
41
|
+
subscribe(fn: (failureReason: any, size: "small" | "default" | "large" | "x-large" | "x-small") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
+
};
|
43
|
+
applyChanges: {
|
44
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
+
};
|
46
|
+
};
|
47
|
+
} & {
|
48
|
+
setEditingBlueprints(blueprints: IconBlueprints): void;
|
49
|
+
setEditingBlueprint(size: OIconSizes): void;
|
50
|
+
applyChanges(): void;
|
51
|
+
};
|
52
|
+
};
|
@@ -73,7 +73,7 @@ export declare const useTypographyEditorStore: () => {
|
|
73
73
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
74
|
};
|
75
75
|
save: {
|
76
|
-
subscribe(fn: (result:
|
76
|
+
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
77
|
};
|
78
78
|
delete: {
|
79
79
|
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -118,7 +118,7 @@ export declare const useTypographyEditorStore: () => {
|
|
118
118
|
family: string;
|
119
119
|
cdn?: string;
|
120
120
|
}): void;
|
121
|
-
save(): Promise<
|
121
|
+
save(): Promise<boolean>;
|
122
122
|
delete(): Promise<boolean>;
|
123
123
|
};
|
124
124
|
get: {
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import { BackgroundDefinition, ChromeBlueprint, FillDefinition,
|
1
|
+
import { BackgroundDefinition, ChromeBlueprint, FillDefinition, Spacing } from "@omnia/fx-models";
|
2
2
|
export declare class FilledChrome implements ChromeBlueprint {
|
3
3
|
name: string;
|
4
4
|
header: {
|
5
|
-
definitionId:
|
5
|
+
definitionId: string;
|
6
6
|
};
|
7
7
|
styles: {
|
8
8
|
background: {
|
@@ -14,7 +14,7 @@ export declare class FilledChrome implements ChromeBlueprint {
|
|
14
14
|
export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
|
15
15
|
name: string;
|
16
16
|
header: {
|
17
|
-
definitionId:
|
17
|
+
definitionId: string;
|
18
18
|
};
|
19
19
|
styles: {
|
20
20
|
background: BackgroundDefinition;
|
@@ -24,7 +24,7 @@ export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
|
|
24
24
|
export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
|
25
25
|
name: string;
|
26
26
|
header: {
|
27
|
-
definitionId:
|
27
|
+
definitionId: string;
|
28
28
|
};
|
29
29
|
styles: {
|
30
30
|
background: BackgroundDefinition;
|
@@ -34,7 +34,7 @@ export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
|
|
34
34
|
export declare class OutlinedChrome implements ChromeBlueprint {
|
35
35
|
name: string;
|
36
36
|
header: {
|
37
|
-
definitionId:
|
37
|
+
definitionId: string;
|
38
38
|
};
|
39
39
|
styles: {
|
40
40
|
background: BackgroundDefinition;
|
@@ -44,7 +44,7 @@ export declare class OutlinedChrome implements ChromeBlueprint {
|
|
44
44
|
export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
|
45
45
|
name: string;
|
46
46
|
header: {
|
47
|
-
definitionId:
|
47
|
+
definitionId: string;
|
48
48
|
};
|
49
49
|
styles: {
|
50
50
|
background: BackgroundDefinition;
|
@@ -54,7 +54,7 @@ export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
|
|
54
54
|
export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
|
55
55
|
name: string;
|
56
56
|
header: {
|
57
|
-
definitionId:
|
57
|
+
definitionId: string;
|
58
58
|
};
|
59
59
|
styles: {
|
60
60
|
background: BackgroundDefinition;
|
@@ -64,7 +64,7 @@ export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
|
|
64
64
|
export declare class ElevatedChrome implements ChromeBlueprint {
|
65
65
|
name: string;
|
66
66
|
header: {
|
67
|
-
definitionId:
|
67
|
+
definitionId: string;
|
68
68
|
};
|
69
69
|
styles: {
|
70
70
|
elevation: number;
|
@@ -77,7 +77,7 @@ export declare class ElevatedChrome implements ChromeBlueprint {
|
|
77
77
|
export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
|
78
78
|
name: string;
|
79
79
|
header: {
|
80
|
-
definitionId:
|
80
|
+
definitionId: string;
|
81
81
|
};
|
82
82
|
styles: {
|
83
83
|
background: BackgroundDefinition;
|
@@ -87,7 +87,7 @@ export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
|
|
87
87
|
export declare class ElevatedLargeRoundingChrome implements ChromeBlueprint {
|
88
88
|
name: string;
|
89
89
|
header: {
|
90
|
-
definitionId:
|
90
|
+
definitionId: string;
|
91
91
|
};
|
92
92
|
styles: {
|
93
93
|
background: BackgroundDefinition;
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import {
|
1
|
+
import { TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultDocTypographyBlueprints implements TypographyBlueprints {
|
3
|
-
id:
|
3
|
+
id: string;
|
4
4
|
name: string;
|
5
5
|
primary: DocumentationTypography;
|
6
6
|
constructor();
|
7
7
|
}
|
8
8
|
export declare class DocumentationTypography implements TypographyBlueprint {
|
9
9
|
name: string;
|
10
|
-
id:
|
10
|
+
id: string;
|
11
11
|
title: {
|
12
12
|
xl: {
|
13
13
|
lg: {
|
@@ -1,15 +1,15 @@
|
|
1
|
-
import {
|
1
|
+
import { TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultEditorTypographyBlueprints implements TypographyBlueprints {
|
3
|
-
id:
|
3
|
+
id: string;
|
4
4
|
name: string;
|
5
5
|
primary: EditorTypography;
|
6
6
|
constructor();
|
7
7
|
}
|
8
8
|
export declare class EditorTypography implements TypographyBlueprint {
|
9
9
|
name: string;
|
10
|
-
id:
|
10
|
+
id: string;
|
11
11
|
font: {
|
12
|
-
id:
|
12
|
+
id: string;
|
13
13
|
family: string;
|
14
14
|
cdn: string;
|
15
15
|
};
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts
CHANGED
@@ -1,16 +1,40 @@
|
|
1
|
-
import { ChromeBlueprints, ComponentBlueprints,
|
1
|
+
import { ChromeBlueprints, ComponentBlueprints, GuidValue, IconBlueprint, IconBlueprints, SpacingBlueprints, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
|
3
3
|
import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
|
4
|
-
declare class
|
5
|
-
name:
|
6
|
-
id:
|
4
|
+
declare class SquareChromeBlueprintsTemplate implements ChromeBlueprints {
|
5
|
+
name: string;
|
6
|
+
id: string;
|
7
|
+
primary: any;
|
8
|
+
variant1: any;
|
9
|
+
variant2: any;
|
10
|
+
variant3: any;
|
11
|
+
}
|
12
|
+
declare class DefaultIconsBlueprintsTemplate implements IconBlueprints {
|
13
|
+
name: string;
|
14
|
+
xs: IconBlueprint;
|
15
|
+
s: IconBlueprint;
|
16
|
+
m: IconBlueprint;
|
17
|
+
l: IconBlueprint;
|
18
|
+
xl: IconBlueprint;
|
19
|
+
}
|
20
|
+
declare class LargeIconsTemplate implements IconBlueprints {
|
21
|
+
name: string;
|
22
|
+
xs: IconBlueprint;
|
23
|
+
s: IconBlueprint;
|
24
|
+
m: IconBlueprint;
|
25
|
+
l: IconBlueprint;
|
26
|
+
xl: IconBlueprint;
|
27
|
+
}
|
28
|
+
declare class RoundChromeBlueprintsTemplate implements ChromeBlueprints {
|
29
|
+
name: string;
|
30
|
+
id: string;
|
7
31
|
primary: any;
|
8
32
|
variant1: any;
|
9
33
|
variant2: any;
|
10
34
|
variant3: any;
|
11
35
|
}
|
12
36
|
export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprints {
|
13
|
-
id:
|
37
|
+
id: string;
|
14
38
|
name: string;
|
15
39
|
primary: {
|
16
40
|
layout: DefaultLayoutSpacing;
|
@@ -20,38 +44,38 @@ export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprint
|
|
20
44
|
}
|
21
45
|
export declare class PreviewSpacingBlueprintTemplate implements SpacingBlueprints {
|
22
46
|
name: string;
|
23
|
-
id:
|
47
|
+
id: string;
|
24
48
|
primary: {
|
25
49
|
layout: PreviewInnerSpacing;
|
26
50
|
inner: PreviewInnerSpacing;
|
27
51
|
};
|
28
52
|
constructor();
|
29
53
|
}
|
30
|
-
declare class
|
54
|
+
declare class SquareBlueprintsTemplate implements ComponentBlueprints {
|
31
55
|
id: any;
|
32
56
|
name: any;
|
33
57
|
buttons: {
|
34
58
|
text: {
|
35
|
-
primary:
|
36
|
-
basic:
|
37
|
-
accent1:
|
38
|
-
warn:
|
39
|
-
link:
|
40
|
-
variant1:
|
41
|
-
variant2:
|
42
|
-
variant3:
|
43
|
-
variant4:
|
59
|
+
primary: import("@omnia/fx-models").ButtonBlueprint;
|
60
|
+
basic: import("@omnia/fx-models").ButtonBlueprint;
|
61
|
+
accent1: import("@omnia/fx-models").ButtonBlueprint;
|
62
|
+
warn: import("@omnia/fx-models").ButtonBlueprint;
|
63
|
+
link: import("@omnia/fx-models").ButtonBlueprint;
|
64
|
+
variant1: import("@omnia/fx-models").ButtonBlueprint;
|
65
|
+
variant2: import("@omnia/fx-models").ButtonBlueprint;
|
66
|
+
variant3: import("@omnia/fx-models").ButtonBlueprint;
|
67
|
+
variant4: import("@omnia/fx-models").ButtonBlueprint;
|
44
68
|
};
|
45
69
|
icon: {
|
46
|
-
primary:
|
47
|
-
basic:
|
48
|
-
accent1:
|
49
|
-
warn:
|
50
|
-
link:
|
51
|
-
variant1:
|
52
|
-
variant2:
|
53
|
-
variant3:
|
54
|
-
variant4:
|
70
|
+
primary: import("@omnia/fx-models").ButtonBlueprint;
|
71
|
+
basic: import("@omnia/fx-models").ButtonBlueprint;
|
72
|
+
accent1: import("@omnia/fx-models").ButtonBlueprint;
|
73
|
+
warn: import("@omnia/fx-models").ButtonBlueprint;
|
74
|
+
link: import("@omnia/fx-models").ButtonBlueprint;
|
75
|
+
variant1: import("@omnia/fx-models").ButtonBlueprint;
|
76
|
+
variant2: import("@omnia/fx-models").ButtonBlueprint;
|
77
|
+
variant3: import("@omnia/fx-models").ButtonBlueprint;
|
78
|
+
variant4: import("@omnia/fx-models").ButtonBlueprint;
|
55
79
|
};
|
56
80
|
};
|
57
81
|
tabs: {
|
@@ -60,17 +84,55 @@ declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
|
|
60
84
|
variant2: any;
|
61
85
|
variant3: any;
|
62
86
|
};
|
63
|
-
blocks:
|
64
|
-
|
87
|
+
blocks: SquareChromeBlueprintsTemplate;
|
88
|
+
icons?: DefaultIconsBlueprintsTemplate;
|
89
|
+
constructor(id: GuidValue, name: string);
|
90
|
+
}
|
91
|
+
declare class RoundBlueprintsTemplate implements ComponentBlueprints {
|
92
|
+
id: any;
|
93
|
+
name: any;
|
94
|
+
buttons: {
|
95
|
+
text: {
|
96
|
+
primary: import("@omnia/fx-models").ButtonBlueprint;
|
97
|
+
basic: import("@omnia/fx-models").ButtonBlueprint;
|
98
|
+
accent1: import("@omnia/fx-models").ButtonBlueprint;
|
99
|
+
warn: import("@omnia/fx-models").ButtonBlueprint;
|
100
|
+
link: import("@omnia/fx-models").ButtonBlueprint;
|
101
|
+
variant1: import("@omnia/fx-models").ButtonBlueprint;
|
102
|
+
variant2: import("@omnia/fx-models").ButtonBlueprint;
|
103
|
+
variant3: import("@omnia/fx-models").ButtonBlueprint;
|
104
|
+
variant4: import("@omnia/fx-models").ButtonBlueprint;
|
105
|
+
};
|
106
|
+
icon: {
|
107
|
+
primary: import("@omnia/fx-models").ButtonBlueprint;
|
108
|
+
basic: import("@omnia/fx-models").ButtonBlueprint;
|
109
|
+
accent1: import("@omnia/fx-models").ButtonBlueprint;
|
110
|
+
warn: import("@omnia/fx-models").ButtonBlueprint;
|
111
|
+
link: import("@omnia/fx-models").ButtonBlueprint;
|
112
|
+
variant1: import("@omnia/fx-models").ButtonBlueprint;
|
113
|
+
variant2: import("@omnia/fx-models").ButtonBlueprint;
|
114
|
+
variant3: import("@omnia/fx-models").ButtonBlueprint;
|
115
|
+
variant4: import("@omnia/fx-models").ButtonBlueprint;
|
116
|
+
};
|
117
|
+
};
|
118
|
+
tabs: {
|
119
|
+
primary: any;
|
120
|
+
variant1: any;
|
121
|
+
variant2: any;
|
122
|
+
variant3: any;
|
123
|
+
};
|
124
|
+
blocks: RoundChromeBlueprintsTemplate;
|
125
|
+
icons?: DefaultIconsBlueprintsTemplate;
|
126
|
+
constructor(id: GuidValue, name: string);
|
65
127
|
}
|
66
128
|
export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
|
67
|
-
id:
|
129
|
+
id: string;
|
68
130
|
name: string;
|
69
131
|
primary: DefaultTypography;
|
70
132
|
constructor();
|
71
133
|
}
|
72
134
|
export declare class FunkyTypographyBlueprint implements TypographyBlueprints {
|
73
|
-
id:
|
135
|
+
id: string;
|
74
136
|
name: string;
|
75
137
|
primary: FunkyTypography;
|
76
138
|
constructor();
|
@@ -79,22 +141,22 @@ export declare class PreviewTypographyBlueprint implements TypographyBlueprints
|
|
79
141
|
name: string;
|
80
142
|
primary: PreviewTypography;
|
81
143
|
constructor();
|
82
|
-
id:
|
144
|
+
id: string;
|
83
145
|
}
|
84
146
|
export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprints {
|
85
147
|
name: string;
|
86
148
|
primary: PreviewMiniTypography;
|
87
149
|
constructor();
|
88
|
-
id:
|
150
|
+
id: string;
|
89
151
|
}
|
90
152
|
export declare const BlueprintsTemplates: {
|
91
153
|
chrome: {
|
92
|
-
|
154
|
+
rounded: () => RoundChromeBlueprintsTemplate;
|
155
|
+
square: () => SquareChromeBlueprintsTemplate;
|
93
156
|
};
|
94
157
|
component: {
|
95
|
-
|
96
|
-
|
97
|
-
variant3: () => ComponentBlueprintsTemplate;
|
158
|
+
rounded: () => RoundBlueprintsTemplate;
|
159
|
+
square: () => SquareBlueprintsTemplate;
|
98
160
|
};
|
99
161
|
spacing: {
|
100
162
|
default: () => DefaultSpacingBlueprintTemplate;
|
@@ -106,5 +168,9 @@ export declare const BlueprintsTemplates: {
|
|
106
168
|
preview: () => PreviewTypographyBlueprint;
|
107
169
|
previewMini: () => PreviewMiniTypographyBlueprint;
|
108
170
|
};
|
171
|
+
icons: {
|
172
|
+
default: () => DefaultIconsBlueprintsTemplate;
|
173
|
+
large: () => LargeIconsTemplate;
|
174
|
+
};
|
109
175
|
};
|
110
176
|
export {};
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts
CHANGED
@@ -1,7 +1,19 @@
|
|
1
|
+
import { ButtonBlueprint } from "@omnia/fx-models";
|
1
2
|
export declare const ButtonBlueprintTemplates: {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
3
|
+
square: {
|
4
|
+
primary: ButtonBlueprint;
|
5
|
+
primaryGradient: ButtonBlueprint;
|
6
|
+
basic: ButtonBlueprint;
|
7
|
+
outlined: ButtonBlueprint;
|
8
|
+
basicIcon: ButtonBlueprint;
|
9
|
+
outlinedIcon: ButtonBlueprint;
|
10
|
+
};
|
11
|
+
round: {
|
12
|
+
primary: ButtonBlueprint;
|
13
|
+
primaryGradient: ButtonBlueprint;
|
14
|
+
basic: ButtonBlueprint;
|
15
|
+
outlined: ButtonBlueprint;
|
16
|
+
basicIcon: ButtonBlueprint;
|
17
|
+
outlinedIcon: ButtonBlueprint;
|
18
|
+
};
|
7
19
|
};
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
export declare const ChromeBlueprintTemplates: {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
2
|
+
square: {
|
3
|
+
default: any;
|
4
|
+
background: any;
|
5
|
+
backgroundGradient: any;
|
6
|
+
border: any;
|
7
|
+
borderGradient: any;
|
8
|
+
};
|
9
|
+
round: {
|
10
|
+
default: any;
|
11
|
+
background: any;
|
12
|
+
backgroundGradient: any;
|
13
|
+
border: any;
|
14
|
+
borderGradient: any;
|
15
|
+
};
|
6
16
|
};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { ColorSchema, ColorSchemas, ComponentBlueprints, Guid, SpacingBlueprints, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
|
1
|
+
import { ColorSchema, ColorSchemas, ComponentBlueprints, Guid, GuidValue, SpacingBlueprints, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
3
|
-
id:
|
3
|
+
id: GuidValue;
|
4
4
|
colors: ColorSchemas;
|
5
5
|
dark: boolean;
|
6
6
|
name: string;
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { TypographyBlueprint } from "@omnia/fx-models";
|
2
2
|
export declare class FunkyTypography implements TypographyBlueprint {
|
3
3
|
name: string;
|
4
4
|
font: {
|
5
|
-
id:
|
5
|
+
id: string;
|
6
6
|
family: string;
|
7
7
|
cdn: string;
|
8
8
|
};
|
@@ -103,7 +103,7 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
103
103
|
export declare class DefaultTypography implements TypographyBlueprint {
|
104
104
|
name: string;
|
105
105
|
font: {
|
106
|
-
id:
|
106
|
+
id: string;
|
107
107
|
family: string;
|
108
108
|
};
|
109
109
|
title: {
|
@@ -201,7 +201,7 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
201
201
|
};
|
202
202
|
}
|
203
203
|
export declare class PreviewTypography implements TypographyBlueprint {
|
204
|
-
id:
|
204
|
+
id: string;
|
205
205
|
name: string;
|
206
206
|
title: {
|
207
207
|
xl: {
|
@@ -301,7 +301,7 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
301
301
|
}
|
302
302
|
export declare class PreviewMiniTypography implements TypographyBlueprint {
|
303
303
|
name: string;
|
304
|
-
id:
|
304
|
+
id: string;
|
305
305
|
title: {
|
306
306
|
xl: {
|
307
307
|
lg: {
|