@omnia/fx 8.0.127-dev → 8.0.128-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/services/identities/GroupService.d.ts +3 -1
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -6
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +6 -4
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -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/avatar/Avatar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3661 -10
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7322 -20
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7325 -23
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +32 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +99 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +159 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3668 -16
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3661 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3667 -15
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3666 -14
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3670 -18
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36610 -100
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3661 -10
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +23 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsSpacing.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -14,7 +14,7 @@ export declare const useVelcronColorSchemaStore: (newStateWithName?: string) =>
|
|
14
14
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
15
15
|
};
|
16
16
|
get: {
|
17
|
-
componentBlueprints: (
|
17
|
+
componentBlueprints: () => void;
|
18
18
|
colorSchema: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => ColorSchema;
|
19
19
|
spacing: () => import("@omnia/fx-models").SpacingDefinition;
|
20
20
|
typography: (typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes) => any;
|
@@ -1,12 +1,12 @@
|
|
1
|
-
import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes,
|
1
|
+
import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "..";
|
2
2
|
export declare const useVelcronThemingStore: (newStateWithName?: string) => {
|
3
3
|
state: {
|
4
4
|
currentTheme: ThemeDefinitionV2;
|
5
5
|
};
|
6
6
|
get: {
|
7
|
-
componentBlueprints: (
|
7
|
+
componentBlueprints: () => void;
|
8
8
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("..").ColorSchema;
|
9
|
-
spacing: () => SpacingDefinition;
|
9
|
+
spacing: () => import("..").SpacingDefinition;
|
10
10
|
typography: (typographyType: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => any;
|
11
11
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
12
12
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("..").ColorDefinition;
|
package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts
CHANGED
@@ -35,8 +35,8 @@ declare const _default: {
|
|
35
35
|
component: import("vue").Prop<JSX.Element, JSX.Element>;
|
36
36
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
37
37
|
propsDefinition: Omit<Readonly<{} & {
|
38
|
-
component?: JSX.Element;
|
39
38
|
definition?: VelcronDefinition;
|
39
|
+
component?: JSX.Element;
|
40
40
|
renderContext?: VelcronRenderContext;
|
41
41
|
}>, never>;
|
42
42
|
};
|
@@ -161,6 +161,7 @@ import wc44e2dd896269442f800da69000d4c2f1 from './ux/blueprintpickers/chromepick
|
|
161
161
|
import wcb059e461e6c048fe830c6d32722e5cdc from './ux/blueprintpickers/chromepicker/ChromeViewer';
|
162
162
|
import wc4d52057f17b94cfeb504176f24ac5ab5 from './ux/blueprintpickers/chromepicker/ChromeEditor';
|
163
163
|
import wce0656baa027f49c495e4e00310a78760 from './ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer';
|
164
|
+
import wc21b90a7556c8450ead8de25357de90d3 from './ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker';
|
164
165
|
import wc73b0b5416b9348849ecb9a1cd8358e70 from './ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer';
|
165
166
|
import wc5542a25df57c464897a59a336eee0e56 from './ux/blueprintpickers/iconstylepicker/IconStylePicker';
|
166
167
|
import wc564bced7081c496483e8df717f600ff3 from './ux/blueprintpickers/spacingpicker/SpacingPicker3';
|
@@ -276,7 +277,8 @@ import wc0e7c178722cb41108b4740dbc788b4e5 from './ux/social/templates/CommentLik
|
|
276
277
|
import wc0e7c178722cb41108b4740dbc788b4ee from './ux/social/templates/LikeListingTemplate';
|
277
278
|
import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDefinitionEditor';
|
278
279
|
import wc97cad1f254694fb2ab76b333cf8fe84c from './ux/theming-v2/admin/DesignJourney';
|
279
|
-
import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/
|
280
|
+
import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themepicker/ThemePicker';
|
281
|
+
import wcb89e133162f54c1fb2cd6d03cc2e4fe2 from './ux/theming-v2/themepicker/ThemeEditor';
|
280
282
|
import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/theming-v2/themeprovider/ThemeProvider';
|
281
283
|
import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
|
282
284
|
import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
|
@@ -907,6 +909,9 @@ declare global {
|
|
907
909
|
"omfx-chrome-blueprints-viewer": typeof wce0656baa027f49c495e4e00310a78760 extends {
|
908
910
|
propsDefinition: infer TProp;
|
909
911
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce0656baa027f49c495e4e00310a78760 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce0656baa027f49c495e4e00310a78760>, "propsDefinition">> : never;
|
912
|
+
"omfx-chrome-blueprints-picker": typeof wc21b90a7556c8450ead8de25357de90d3 extends {
|
913
|
+
propsDefinition: infer TProp;
|
914
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc21b90a7556c8450ead8de25357de90d3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc21b90a7556c8450ead8de25357de90d3>, "propsDefinition">> : never;
|
910
915
|
"omfx-component-blueprints-viewer": typeof wc73b0b5416b9348849ecb9a1cd8358e70 extends {
|
911
916
|
propsDefinition: infer TProp;
|
912
917
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc73b0b5416b9348849ecb9a1cd8358e70 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc73b0b5416b9348849ecb9a1cd8358e70>, "propsDefinition">> : never;
|
@@ -1255,6 +1260,9 @@ declare global {
|
|
1255
1260
|
"omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4 extends {
|
1256
1261
|
propsDefinition: infer TProp;
|
1257
1262
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc252ece0016594978b3ddfafdd59adda4 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc252ece0016594978b3ddfafdd59adda4>, "propsDefinition">> : never;
|
1263
|
+
"omfx-theme-definition-editor": typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2 extends {
|
1264
|
+
propsDefinition: infer TProp;
|
1265
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2>, "propsDefinition">> : never;
|
1258
1266
|
"omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1 extends {
|
1259
1267
|
propsDefinition: infer TProp;
|
1260
1268
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc008c41f92c8847eea45f09ebc0535fc1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc008c41f92c8847eea45f09ebc0535fc1>, "propsDefinition">> : never;
|
@@ -1829,6 +1837,13 @@ declare global {
|
|
1829
1837
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1830
1838
|
};
|
1831
1839
|
} : typeof wce0656baa027f49c495e4e00310a78760;
|
1840
|
+
"picker": typeof wc21b90a7556c8450ead8de25357de90d3 extends {
|
1841
|
+
propsDefinition: infer TProp;
|
1842
|
+
} ? {
|
1843
|
+
new (...args: any[]): {
|
1844
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1845
|
+
};
|
1846
|
+
} : typeof wc21b90a7556c8450ead8de25357de90d3;
|
1832
1847
|
};
|
1833
1848
|
};
|
1834
1849
|
"color": {
|
@@ -3981,6 +3996,13 @@ declare global {
|
|
3981
3996
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3982
3997
|
};
|
3983
3998
|
} : typeof wc252ece0016594978b3ddfafdd59adda4;
|
3999
|
+
"editor": typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2 extends {
|
4000
|
+
propsDefinition: infer TProp;
|
4001
|
+
} ? {
|
4002
|
+
new (...args: any[]): {
|
4003
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4004
|
+
};
|
4005
|
+
} : typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2;
|
3984
4006
|
};
|
3985
4007
|
"provider": typeof wc008c41f92c8847eea45f09ebc0535fc1 extends {
|
3986
4008
|
propsDefinition: infer TProp;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.128-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.128-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { ChromeBlueprint, ChromeBlueprints } from "@omnia/fx-models";
|
2
|
-
import { ElevatedSmallRoundingChrome, FilledChrome, FilledSmallRoundingChrome, OutlinedSmallRoundingChrome } from "../../core";
|
3
|
-
export declare class DefaultChromeBlueprints implements ChromeBlueprints {
|
4
|
-
type: "chrome";
|
5
|
-
name: string;
|
6
|
-
primary: FilledChrome;
|
7
|
-
variant1: FilledSmallRoundingChrome;
|
8
|
-
variant2: OutlinedSmallRoundingChrome;
|
9
|
-
variant3: ElevatedSmallRoundingChrome;
|
10
|
-
constructor();
|
11
|
-
secondary: ChromeBlueprint;
|
12
|
-
}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import { Blueprint, ComponentBlueprints, Guid } from "@omnia/fx-models";
|
2
|
-
export declare class MD1Blueprint implements ComponentBlueprints {
|
3
|
-
id: Guid;
|
4
|
-
name: string;
|
5
|
-
type: "component";
|
6
|
-
default: Array<Blueprint>;
|
7
|
-
constructor(preview?: boolean);
|
8
|
-
}
|
9
|
-
export declare class MD2Blueprint implements ComponentBlueprints {
|
10
|
-
id: Guid;
|
11
|
-
name: string;
|
12
|
-
type: "component";
|
13
|
-
default: Array<Blueprint>;
|
14
|
-
constructor(preview?: boolean);
|
15
|
-
}
|
16
|
-
export declare class MD3Blueprint implements ComponentBlueprints {
|
17
|
-
type: "component";
|
18
|
-
id: Guid;
|
19
|
-
name: string;
|
20
|
-
default: Array<Blueprint>;
|
21
|
-
constructor(preview?: boolean);
|
22
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { SpacingBlueprints } from "@omnia/fx-models";
|
2
|
-
import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./DefinitionsSpacing";
|
3
|
-
export declare class DefaultSpacingBlueprint implements SpacingBlueprints {
|
4
|
-
type: "spacing";
|
5
|
-
name: string;
|
6
|
-
primary: {
|
7
|
-
layout: DefaultLayoutSpacing;
|
8
|
-
inner: DefaultInnerSpacing;
|
9
|
-
};
|
10
|
-
constructor();
|
11
|
-
}
|
12
|
-
export declare class PreviewSPacingBlueprint implements SpacingBlueprints {
|
13
|
-
type: "spacing";
|
14
|
-
name: string;
|
15
|
-
primary: {
|
16
|
-
layout: PreviewInnerSpacing;
|
17
|
-
inner: PreviewInnerSpacing;
|
18
|
-
};
|
19
|
-
constructor();
|
20
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
import { TypographyBlueprints, TypographyBlueprint } from "@omnia/fx-models";
|
2
|
-
import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./DefinitionsTypography";
|
3
|
-
export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
|
4
|
-
type: "typography";
|
5
|
-
name: string;
|
6
|
-
primary: DefaultTypography;
|
7
|
-
constructor();
|
8
|
-
}
|
9
|
-
export declare class FunkyTypographyBlueprint implements TypographyBlueprints {
|
10
|
-
type: "typography";
|
11
|
-
name: string;
|
12
|
-
primary: FunkyTypography;
|
13
|
-
constructor();
|
14
|
-
}
|
15
|
-
export declare class PreviewTypographyBlueprint implements TypographyBlueprints {
|
16
|
-
type: "typography";
|
17
|
-
name: string;
|
18
|
-
primary: PreviewTypography;
|
19
|
-
constructor();
|
20
|
-
}
|
21
|
-
export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprints {
|
22
|
-
type: "typography";
|
23
|
-
variant1?: TypographyBlueprint;
|
24
|
-
name: string;
|
25
|
-
primary: PreviewMiniTypography;
|
26
|
-
constructor();
|
27
|
-
}
|
File without changes
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import { Guid, SpacingDefinition } from "@omnia/fx-models";
|
2
|
-
export declare class DefaultLayoutSpacing implements SpacingDefinition {
|
3
|
-
name: string;
|
4
|
-
id: Guid;
|
5
|
-
xs: number;
|
6
|
-
s: number;
|
7
|
-
m: number;
|
8
|
-
l: number;
|
9
|
-
xl: number;
|
10
|
-
}
|
11
|
-
export declare class DefaultInnerSpacing implements SpacingDefinition {
|
12
|
-
name: string;
|
13
|
-
id: Guid;
|
14
|
-
xs: number;
|
15
|
-
s: number;
|
16
|
-
m: number;
|
17
|
-
l: number;
|
18
|
-
xl: number;
|
19
|
-
}
|
20
|
-
export declare class PreviewInnerSpacing implements SpacingDefinition {
|
21
|
-
name: string;
|
22
|
-
id: Guid;
|
23
|
-
xs: number;
|
24
|
-
s: number;
|
25
|
-
m: number;
|
26
|
-
l: number;
|
27
|
-
xl: number;
|
28
|
-
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { SpacingBlueprints } from "@omnia/fx-models";
|
2
|
-
import { DefaultInnerSpacing, DefaultLayoutSpacing } from "./DefinitionsSpacing";
|
3
|
-
export declare class DefaultSpacingBlueprint implements SpacingBlueprints {
|
4
|
-
type: "spacing";
|
5
|
-
name: string;
|
6
|
-
primary: {
|
7
|
-
layout: DefaultLayoutSpacing;
|
8
|
-
inner: DefaultInnerSpacing;
|
9
|
-
};
|
10
|
-
constructor();
|
11
|
-
}
|
File without changes
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import { Guid, SpacingDefinition } from "@omnia/fx-models";
|
2
|
-
export declare class DefaultLayoutSpacing implements SpacingDefinition {
|
3
|
-
name: string;
|
4
|
-
id: Guid;
|
5
|
-
xs: number;
|
6
|
-
s: number;
|
7
|
-
m: number;
|
8
|
-
l: number;
|
9
|
-
xl: number;
|
10
|
-
}
|
11
|
-
export declare class DefaultInnerSpacing implements SpacingDefinition {
|
12
|
-
name: string;
|
13
|
-
id: Guid;
|
14
|
-
xs: number;
|
15
|
-
s: number;
|
16
|
-
m: number;
|
17
|
-
l: number;
|
18
|
-
xl: number;
|
19
|
-
}
|
@@ -1,98 +0,0 @@
|
|
1
|
-
import { Guid, TypographyBlueprint } from "@omnia/fx-models";
|
2
|
-
export declare class DocumentationTypography implements TypographyBlueprint {
|
3
|
-
name: string;
|
4
|
-
id: Guid;
|
5
|
-
title: {
|
6
|
-
xl: {
|
7
|
-
lg: {
|
8
|
-
size: number;
|
9
|
-
lineHeight: number;
|
10
|
-
weight: number;
|
11
|
-
};
|
12
|
-
};
|
13
|
-
l: {
|
14
|
-
lg: {
|
15
|
-
size: number;
|
16
|
-
lineHeight: number;
|
17
|
-
weight: number;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
m: {
|
21
|
-
lg: {
|
22
|
-
size: number;
|
23
|
-
lineHeight: number;
|
24
|
-
weight: number;
|
25
|
-
};
|
26
|
-
};
|
27
|
-
s: {
|
28
|
-
lg: {
|
29
|
-
size: number;
|
30
|
-
lineHeight: number;
|
31
|
-
weight: number;
|
32
|
-
};
|
33
|
-
};
|
34
|
-
xs: {
|
35
|
-
lg: {
|
36
|
-
size: number;
|
37
|
-
lineHeight: number;
|
38
|
-
weight: number;
|
39
|
-
};
|
40
|
-
};
|
41
|
-
};
|
42
|
-
text: {
|
43
|
-
l: {
|
44
|
-
lg: {
|
45
|
-
size: number;
|
46
|
-
lineHeight: number;
|
47
|
-
weight: number;
|
48
|
-
};
|
49
|
-
};
|
50
|
-
m: {
|
51
|
-
lg: {
|
52
|
-
size: number;
|
53
|
-
lineHeight: number;
|
54
|
-
weight: number;
|
55
|
-
};
|
56
|
-
};
|
57
|
-
s: {
|
58
|
-
lg: {
|
59
|
-
size: number;
|
60
|
-
lineHeight: number;
|
61
|
-
weight: number;
|
62
|
-
};
|
63
|
-
};
|
64
|
-
xs: {
|
65
|
-
lg: {
|
66
|
-
size: number;
|
67
|
-
lineHeight: number;
|
68
|
-
weight: number;
|
69
|
-
};
|
70
|
-
};
|
71
|
-
};
|
72
|
-
navigation: {
|
73
|
-
l: {
|
74
|
-
lg: {
|
75
|
-
size: number;
|
76
|
-
lineHeight: number;
|
77
|
-
weight: number;
|
78
|
-
};
|
79
|
-
};
|
80
|
-
m: {
|
81
|
-
lg: {
|
82
|
-
size: number;
|
83
|
-
lineHeight: number;
|
84
|
-
weight: number;
|
85
|
-
};
|
86
|
-
};
|
87
|
-
};
|
88
|
-
link: {
|
89
|
-
m: {
|
90
|
-
decoration: string;
|
91
|
-
lg: {
|
92
|
-
size: number;
|
93
|
-
lineHeight: number;
|
94
|
-
weight: number;
|
95
|
-
};
|
96
|
-
};
|
97
|
-
};
|
98
|
-
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { ChromeBlueprints } from "@omnia/fx-models";
|
2
|
-
import { ElevatedSmallRoundingChrome, FilledChrome, FilledSmallRoundingChrome, OutlinedSmallRoundingChrome } from "../../core";
|
3
|
-
export declare class DefaultChromeBlueprint implements ChromeBlueprints {
|
4
|
-
type: "chrome";
|
5
|
-
name: string;
|
6
|
-
primary: FilledChrome;
|
7
|
-
variant1: FilledSmallRoundingChrome;
|
8
|
-
variant2: OutlinedSmallRoundingChrome;
|
9
|
-
variant3: ElevatedSmallRoundingChrome;
|
10
|
-
constructor();
|
11
|
-
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { SpacingBlueprints } from "@omnia/fx-models";
|
2
|
-
import { DefaultInnerSpacing, DefaultLayoutSpacing } from "./DefinitionsSpacing";
|
3
|
-
export declare class DefaultSpacingBlueprint implements SpacingBlueprints {
|
4
|
-
type: "spacing";
|
5
|
-
name: string;
|
6
|
-
primary: {
|
7
|
-
layout: DefaultLayoutSpacing;
|
8
|
-
inner: DefaultInnerSpacing;
|
9
|
-
};
|
10
|
-
constructor();
|
11
|
-
}
|
File without changes
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import { Guid, SpacingDefinition } from "@omnia/fx-models";
|
2
|
-
export declare class DefaultLayoutSpacing implements SpacingDefinition {
|
3
|
-
name: string;
|
4
|
-
id: Guid;
|
5
|
-
xs: number;
|
6
|
-
s: number;
|
7
|
-
m: number;
|
8
|
-
l: number;
|
9
|
-
xl: number;
|
10
|
-
}
|
11
|
-
export declare class DefaultInnerSpacing implements SpacingDefinition {
|
12
|
-
name: string;
|
13
|
-
id: Guid;
|
14
|
-
xs: number;
|
15
|
-
s: number;
|
16
|
-
m: number;
|
17
|
-
l: number;
|
18
|
-
xl: number;
|
19
|
-
}
|
@@ -1,158 +0,0 @@
|
|
1
|
-
import { Guid, TypographyBlueprint } from "@omnia/fx-models";
|
2
|
-
export declare class EditorTypography implements TypographyBlueprint {
|
3
|
-
name: "Davids editor typooos";
|
4
|
-
font: {
|
5
|
-
id: Guid;
|
6
|
-
family: string;
|
7
|
-
cdn: string;
|
8
|
-
};
|
9
|
-
title: {
|
10
|
-
xl: {
|
11
|
-
lg: {
|
12
|
-
size: number;
|
13
|
-
lineHeight: number;
|
14
|
-
weight: number;
|
15
|
-
};
|
16
|
-
};
|
17
|
-
l: {
|
18
|
-
lg: {
|
19
|
-
size: number;
|
20
|
-
lineHeight: number;
|
21
|
-
weight: number;
|
22
|
-
};
|
23
|
-
};
|
24
|
-
m: {
|
25
|
-
lg: {
|
26
|
-
size: number;
|
27
|
-
lineHeight: number;
|
28
|
-
weight: number;
|
29
|
-
};
|
30
|
-
};
|
31
|
-
s: {
|
32
|
-
lg: {
|
33
|
-
size: number;
|
34
|
-
lineHeight: number;
|
35
|
-
weight: number;
|
36
|
-
};
|
37
|
-
};
|
38
|
-
xs: {
|
39
|
-
lg: {
|
40
|
-
size: number;
|
41
|
-
lineHeight: number;
|
42
|
-
weight: number;
|
43
|
-
};
|
44
|
-
};
|
45
|
-
};
|
46
|
-
text: {
|
47
|
-
xl: {
|
48
|
-
lg: {
|
49
|
-
size: number;
|
50
|
-
lineHeight: number;
|
51
|
-
weight: number;
|
52
|
-
};
|
53
|
-
};
|
54
|
-
l: {
|
55
|
-
lg: {
|
56
|
-
size: number;
|
57
|
-
lineHeight: number;
|
58
|
-
weight: number;
|
59
|
-
};
|
60
|
-
};
|
61
|
-
m: {
|
62
|
-
lg: {
|
63
|
-
size: number;
|
64
|
-
lineHeight: number;
|
65
|
-
weight: number;
|
66
|
-
};
|
67
|
-
};
|
68
|
-
s: {
|
69
|
-
lg: {
|
70
|
-
size: number;
|
71
|
-
lineHeight: number;
|
72
|
-
weight: number;
|
73
|
-
};
|
74
|
-
};
|
75
|
-
xs: {
|
76
|
-
lg: {
|
77
|
-
size: number;
|
78
|
-
lineHeight: number;
|
79
|
-
weight: number;
|
80
|
-
};
|
81
|
-
};
|
82
|
-
};
|
83
|
-
navigation: {
|
84
|
-
xl: {
|
85
|
-
lg: {
|
86
|
-
size: number;
|
87
|
-
lineHeight: number;
|
88
|
-
weight: number;
|
89
|
-
};
|
90
|
-
};
|
91
|
-
l: {
|
92
|
-
lg: {
|
93
|
-
size: number;
|
94
|
-
lineHeight: number;
|
95
|
-
weight: number;
|
96
|
-
};
|
97
|
-
};
|
98
|
-
m: {
|
99
|
-
lg: {
|
100
|
-
size: number;
|
101
|
-
lineHeight: number;
|
102
|
-
weight: number;
|
103
|
-
};
|
104
|
-
};
|
105
|
-
s: {
|
106
|
-
lg: {
|
107
|
-
size: number;
|
108
|
-
lineHeight: number;
|
109
|
-
weight: number;
|
110
|
-
};
|
111
|
-
};
|
112
|
-
xs: {
|
113
|
-
lg: {
|
114
|
-
size: number;
|
115
|
-
lineHeight: number;
|
116
|
-
weight: number;
|
117
|
-
};
|
118
|
-
};
|
119
|
-
};
|
120
|
-
link: {
|
121
|
-
xl: {
|
122
|
-
lg: {
|
123
|
-
size: number;
|
124
|
-
lineHeight: number;
|
125
|
-
weight: number;
|
126
|
-
};
|
127
|
-
};
|
128
|
-
l: {
|
129
|
-
lg: {
|
130
|
-
size: number;
|
131
|
-
lineHeight: number;
|
132
|
-
weight: number;
|
133
|
-
};
|
134
|
-
};
|
135
|
-
m: {
|
136
|
-
decoration: string;
|
137
|
-
lg: {
|
138
|
-
size: number;
|
139
|
-
lineHeight: number;
|
140
|
-
weight: number;
|
141
|
-
};
|
142
|
-
};
|
143
|
-
s: {
|
144
|
-
lg: {
|
145
|
-
size: number;
|
146
|
-
lineHeight: number;
|
147
|
-
weight: number;
|
148
|
-
};
|
149
|
-
};
|
150
|
-
xs: {
|
151
|
-
lg: {
|
152
|
-
size: number;
|
153
|
-
lineHeight: number;
|
154
|
-
weight: number;
|
155
|
-
};
|
156
|
-
};
|
157
|
-
};
|
158
|
-
}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
import { TypographyBlueprint } from "@omnia/fx-models";
|
2
|
-
export declare const useTypographyDefinitionStore: () => {
|
3
|
-
state: {
|
4
|
-
typographyDefinitions: TypographyBlueprint[];
|
5
|
-
};
|
6
|
-
events: {
|
7
|
-
onMutatedTypographyDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<TypographyBlueprint[]>;
|
8
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
9
|
-
actions: {
|
10
|
-
onDispatching: {
|
11
|
-
addTypography: {
|
12
|
-
subscribe(fn: (typography: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
-
};
|
14
|
-
};
|
15
|
-
onDispatched: {
|
16
|
-
addTypography: {
|
17
|
-
subscribe(fn: (result: void, typography: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
onFailure: {
|
21
|
-
addTypography: {
|
22
|
-
subscribe(fn: (failureReason: any, typography: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
};
|
25
|
-
} & {
|
26
|
-
addTypography(typography: TypographyBlueprint): void;
|
27
|
-
};
|
28
|
-
get: {};
|
29
|
-
};
|
File without changes
|
File without changes
|
@@ -440,11 +440,11 @@ declare const _default: {
|
|
440
440
|
}>;
|
441
441
|
};
|
442
442
|
class?: String | String[];
|
443
|
+
toned?: string;
|
443
444
|
"v-model"?: Guid;
|
444
445
|
"onUpdate:modelValue"?: (value: Guid) => any;
|
445
446
|
modelValue?: Guid;
|
446
447
|
variant?: ThemePickerVariant;
|
447
|
-
toned?: string;
|
448
448
|
}>, "onUpdate:modelValue"> & {
|
449
449
|
"onUpdate:modelValue"?: (themeId: ThemeDefinitionV2) => any;
|
450
450
|
};
|