@omnia/fx 8.0.156-dev → 8.0.157-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/aurora/store/ColorSchemaStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +17 -39
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +26 -38
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +23 -29
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +8 -11
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +389 -10
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +18 -49
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -53
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +875 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +162 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +12 -16
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/IconEditor.d.ts +406 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +98 -102
- package/internal-do-not-import-from-here/wctypings.d.ts +14 -1
- package/package.json +2 -2
@@ -1,7 +1,3 @@
|
|
1
|
-
export declare const SpacingStyling: {
|
2
|
-
createSpacing: typeof createSpacing;
|
3
|
-
createSpacingx: typeof createSpacingx;
|
4
|
-
};
|
5
1
|
export type SpacingTypes = "padding" | "margin";
|
6
2
|
export interface NumericalSpacing {
|
7
3
|
top?: number;
|
@@ -9,11 +5,12 @@ export interface NumericalSpacing {
|
|
9
5
|
bottom?: number;
|
10
6
|
left?: number;
|
11
7
|
}
|
12
|
-
declare
|
13
|
-
|
14
|
-
|
15
|
-
|
8
|
+
export declare namespace spacingStyling {
|
9
|
+
function createSpacingx(spacing: NumericalSpacing, type: SpacingTypes): Readonly<{
|
10
|
+
className?: string;
|
11
|
+
style?: Readonly<{
|
12
|
+
[$$Key$$: string]: string | number;
|
13
|
+
}>;
|
16
14
|
}>;
|
17
|
-
|
18
|
-
|
19
|
-
export {};
|
15
|
+
function createSpacing(spacing: NumericalSpacing, type: SpacingTypes): string;
|
16
|
+
}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
import { TypographyBlueprint, TypographySize, TypographyTypes, TypographyValue } from "@omnia/fx-models";
|
3
3
|
import { MediaQuery } from "typestyle/lib/types";
|
4
4
|
import { useTypographyBlueprintStore } from "@omnia/fx/ux";
|
5
|
-
export declare const
|
5
|
+
export declare const typographyStyles: {
|
6
6
|
typographyTypeStyling: typeof typographyTypeStyling;
|
7
7
|
typographyStyling: typeof typographyStyling;
|
8
8
|
typographyStylingFromValue: typeof typographyStylingByValue;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
export {
|
1
|
+
export { blueprintStyles as blueprintStyles } from "./Blueprints";
|
2
2
|
export * from "./Colors";
|
3
3
|
export * from "./General";
|
4
|
-
export { TypographyStyles } from "./Typography";
|
4
|
+
export { typographyStyles as TypographyStyles } from "./Typography";
|
5
5
|
export * from "./Spacing";
|
6
6
|
export * from "./Chrome";
|
@@ -8,7 +8,7 @@ type ExtractProps<T> = {
|
|
8
8
|
} ? T["$props"][K] : never;
|
9
9
|
};
|
10
10
|
type BladeElement = new (...args: any[]) => {
|
11
|
-
"$props": Omit<ExtractProps<Pick<InstanceType<JourneyBladeComponentTypings>, "$props">>, "id">;
|
11
|
+
"$props": Omit<ExtractProps<Pick<InstanceType<JourneyBladeComponentTypings>, "$props">>, "id" | "getApi">;
|
12
12
|
};
|
13
13
|
export declare function useBlade<T extends JourneyBladeRouter>(bladeId: GuidValue): {
|
14
14
|
Blade: BladeElement;
|
@@ -1,8 +1,13 @@
|
|
1
1
|
import "@toast-ui/editor/dist/toastui-editor.css";
|
2
2
|
import "@toast-ui/editor/dist/theme/toastui-editor-dark.css";
|
3
|
-
import { TypographySizes, TypographyTypes } from "@omnia/fx-models";
|
3
|
+
import { TextBlueprint, TypographySizes, TypographyTypes } from "@omnia/fx-models";
|
4
4
|
declare const _default: {
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
6
|
+
blueprint: {
|
7
|
+
type: import("vue").PropType<TextBlueprint>;
|
8
|
+
} & {
|
9
|
+
type: import("vue").PropType<TextBlueprint>;
|
10
|
+
};
|
6
11
|
size: {
|
7
12
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
8
13
|
} & {
|
@@ -96,6 +101,11 @@ declare const _default: {
|
|
96
101
|
}>;
|
97
102
|
};
|
98
103
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
104
|
+
blueprint: {
|
105
|
+
type: import("vue").PropType<TextBlueprint>;
|
106
|
+
} & {
|
107
|
+
type: import("vue").PropType<TextBlueprint>;
|
108
|
+
};
|
99
109
|
size: {
|
100
110
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
101
111
|
} & {
|
@@ -196,6 +206,11 @@ declare const _default: {
|
|
196
206
|
M: {};
|
197
207
|
Defaults: {};
|
198
208
|
}, Readonly<import("vue").ExtractPropTypes<{
|
209
|
+
blueprint: {
|
210
|
+
type: import("vue").PropType<TextBlueprint>;
|
211
|
+
} & {
|
212
|
+
type: import("vue").PropType<TextBlueprint>;
|
213
|
+
};
|
199
214
|
size: {
|
200
215
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
201
216
|
} & {
|
@@ -293,6 +308,11 @@ declare const _default: {
|
|
293
308
|
__isTeleport?: never;
|
294
309
|
__isSuspense?: never;
|
295
310
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
311
|
+
blueprint: {
|
312
|
+
type: import("vue").PropType<TextBlueprint>;
|
313
|
+
} & {
|
314
|
+
type: import("vue").PropType<TextBlueprint>;
|
315
|
+
};
|
296
316
|
size: {
|
297
317
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
298
318
|
} & {
|
@@ -451,6 +471,7 @@ declare const _default: {
|
|
451
471
|
typography?: "title" | "text" | "navigation" | TypographyTypes;
|
452
472
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
453
473
|
placeholder?: string;
|
474
|
+
blueprint?: TextBlueprint;
|
454
475
|
toned?: boolean;
|
455
476
|
"v-model"?: string;
|
456
477
|
"onUpdate:modelValue"?: (value: string) => any;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { ColorDefinition,
|
1
|
+
import { ColorDefinition, TextBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
|
2
|
+
import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
|
2
3
|
export declare const MarkdownRendererStyles: {
|
3
|
-
container: (color: ColorDefinition, toned: boolean,
|
4
|
+
container: (color: ColorDefinition, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>, toned: boolean, textBlueprint: TextBlueprint, typography: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => string;
|
4
5
|
};
|
@@ -1,6 +1,11 @@
|
|
1
|
-
import { TypographySizes, TypographyTypes } from "@omnia/fx-models";
|
1
|
+
import { TextBlueprint, TypographySizes, TypographyTypes } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
blueprint: {
|
5
|
+
type: import("vue").PropType<TextBlueprint>;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<TextBlueprint>;
|
8
|
+
};
|
4
9
|
size: {
|
5
10
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
6
11
|
} & {
|
@@ -21,6 +26,11 @@ declare const _default: {
|
|
21
26
|
required: true;
|
22
27
|
};
|
23
28
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
29
|
+
blueprint: {
|
30
|
+
type: import("vue").PropType<TextBlueprint>;
|
31
|
+
} & {
|
32
|
+
type: import("vue").PropType<TextBlueprint>;
|
33
|
+
};
|
24
34
|
size: {
|
25
35
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
26
36
|
} & {
|
@@ -48,6 +58,11 @@ declare const _default: {
|
|
48
58
|
M: {};
|
49
59
|
Defaults: {};
|
50
60
|
}, Readonly<import("vue").ExtractPropTypes<{
|
61
|
+
blueprint: {
|
62
|
+
type: import("vue").PropType<TextBlueprint>;
|
63
|
+
} & {
|
64
|
+
type: import("vue").PropType<TextBlueprint>;
|
65
|
+
};
|
51
66
|
size: {
|
52
67
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
53
68
|
} & {
|
@@ -72,6 +87,11 @@ declare const _default: {
|
|
72
87
|
__isTeleport?: never;
|
73
88
|
__isSuspense?: never;
|
74
89
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
90
|
+
blueprint: {
|
91
|
+
type: import("vue").PropType<TextBlueprint>;
|
92
|
+
} & {
|
93
|
+
type: import("vue").PropType<TextBlueprint>;
|
94
|
+
};
|
75
95
|
size: {
|
76
96
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
77
97
|
} & {
|
@@ -97,6 +117,7 @@ declare const _default: {
|
|
97
117
|
} & {
|
98
118
|
typography?: "title" | "text" | "navigation" | TypographyTypes;
|
99
119
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
120
|
+
blueprint?: TextBlueprint;
|
100
121
|
toned?: boolean;
|
101
122
|
}>, never>;
|
102
123
|
};
|
@@ -1198,6 +1198,10 @@ declare const _default: {
|
|
1198
1198
|
};
|
1199
1199
|
};
|
1200
1200
|
elevation?: number;
|
1201
|
+
media?: {
|
1202
|
+
type: "image" | "video";
|
1203
|
+
src: string;
|
1204
|
+
};
|
1201
1205
|
};
|
1202
1206
|
alterCase?: boolean;
|
1203
1207
|
text?: {
|
@@ -1318,6 +1322,10 @@ declare const _default: {
|
|
1318
1322
|
};
|
1319
1323
|
};
|
1320
1324
|
elevation?: number;
|
1325
|
+
media?: {
|
1326
|
+
type: "image" | "video";
|
1327
|
+
src: string;
|
1328
|
+
};
|
1321
1329
|
};
|
1322
1330
|
alterCase?: boolean;
|
1323
1331
|
text?: {
|
@@ -1438,6 +1446,10 @@ declare const _default: {
|
|
1438
1446
|
};
|
1439
1447
|
};
|
1440
1448
|
elevation?: number;
|
1449
|
+
media?: {
|
1450
|
+
type: "image" | "video";
|
1451
|
+
src: string;
|
1452
|
+
};
|
1441
1453
|
};
|
1442
1454
|
alterCase?: boolean;
|
1443
1455
|
text?: {
|
@@ -1558,6 +1570,10 @@ declare const _default: {
|
|
1558
1570
|
};
|
1559
1571
|
};
|
1560
1572
|
elevation?: number;
|
1573
|
+
media?: {
|
1574
|
+
type: "image" | "video";
|
1575
|
+
src: string;
|
1576
|
+
};
|
1561
1577
|
};
|
1562
1578
|
alterCase?: boolean;
|
1563
1579
|
text?: {
|
@@ -1678,6 +1694,10 @@ declare const _default: {
|
|
1678
1694
|
};
|
1679
1695
|
};
|
1680
1696
|
elevation?: number;
|
1697
|
+
media?: {
|
1698
|
+
type: "image" | "video";
|
1699
|
+
src: string;
|
1700
|
+
};
|
1681
1701
|
};
|
1682
1702
|
alterCase?: boolean;
|
1683
1703
|
text?: {
|
@@ -1798,6 +1818,10 @@ declare const _default: {
|
|
1798
1818
|
};
|
1799
1819
|
};
|
1800
1820
|
elevation?: number;
|
1821
|
+
media?: {
|
1822
|
+
type: "image" | "video";
|
1823
|
+
src: string;
|
1824
|
+
};
|
1801
1825
|
};
|
1802
1826
|
alterCase?: boolean;
|
1803
1827
|
text?: {
|
@@ -1918,6 +1942,10 @@ declare const _default: {
|
|
1918
1942
|
};
|
1919
1943
|
};
|
1920
1944
|
elevation?: number;
|
1945
|
+
media?: {
|
1946
|
+
type: "image" | "video";
|
1947
|
+
src: string;
|
1948
|
+
};
|
1921
1949
|
};
|
1922
1950
|
alterCase?: boolean;
|
1923
1951
|
text?: {
|
@@ -2038,6 +2066,10 @@ declare const _default: {
|
|
2038
2066
|
};
|
2039
2067
|
};
|
2040
2068
|
elevation?: number;
|
2069
|
+
media?: {
|
2070
|
+
type: "image" | "video";
|
2071
|
+
src: string;
|
2072
|
+
};
|
2041
2073
|
};
|
2042
2074
|
alterCase?: boolean;
|
2043
2075
|
text?: {
|
@@ -2158,6 +2190,10 @@ declare const _default: {
|
|
2158
2190
|
};
|
2159
2191
|
};
|
2160
2192
|
elevation?: number;
|
2193
|
+
media?: {
|
2194
|
+
type: "image" | "video";
|
2195
|
+
src: string;
|
2196
|
+
};
|
2161
2197
|
};
|
2162
2198
|
alterCase?: boolean;
|
2163
2199
|
text?: {
|
@@ -2280,6 +2316,10 @@ declare const _default: {
|
|
2280
2316
|
};
|
2281
2317
|
};
|
2282
2318
|
elevation?: number;
|
2319
|
+
media?: {
|
2320
|
+
type: "image" | "video";
|
2321
|
+
src: string;
|
2322
|
+
};
|
2283
2323
|
};
|
2284
2324
|
alterCase?: boolean;
|
2285
2325
|
text?: {
|
@@ -2400,6 +2440,10 @@ declare const _default: {
|
|
2400
2440
|
};
|
2401
2441
|
};
|
2402
2442
|
elevation?: number;
|
2443
|
+
media?: {
|
2444
|
+
type: "image" | "video";
|
2445
|
+
src: string;
|
2446
|
+
};
|
2403
2447
|
};
|
2404
2448
|
alterCase?: boolean;
|
2405
2449
|
text?: {
|
@@ -2520,6 +2564,10 @@ declare const _default: {
|
|
2520
2564
|
};
|
2521
2565
|
};
|
2522
2566
|
elevation?: number;
|
2567
|
+
media?: {
|
2568
|
+
type: "image" | "video";
|
2569
|
+
src: string;
|
2570
|
+
};
|
2523
2571
|
};
|
2524
2572
|
alterCase?: boolean;
|
2525
2573
|
text?: {
|
@@ -2640,6 +2688,10 @@ declare const _default: {
|
|
2640
2688
|
};
|
2641
2689
|
};
|
2642
2690
|
elevation?: number;
|
2691
|
+
media?: {
|
2692
|
+
type: "image" | "video";
|
2693
|
+
src: string;
|
2694
|
+
};
|
2643
2695
|
};
|
2644
2696
|
alterCase?: boolean;
|
2645
2697
|
text?: {
|
@@ -2760,6 +2812,10 @@ declare const _default: {
|
|
2760
2812
|
};
|
2761
2813
|
};
|
2762
2814
|
elevation?: number;
|
2815
|
+
media?: {
|
2816
|
+
type: "image" | "video";
|
2817
|
+
src: string;
|
2818
|
+
};
|
2763
2819
|
};
|
2764
2820
|
alterCase?: boolean;
|
2765
2821
|
text?: {
|
@@ -2880,6 +2936,10 @@ declare const _default: {
|
|
2880
2936
|
};
|
2881
2937
|
};
|
2882
2938
|
elevation?: number;
|
2939
|
+
media?: {
|
2940
|
+
type: "image" | "video";
|
2941
|
+
src: string;
|
2942
|
+
};
|
2883
2943
|
};
|
2884
2944
|
alterCase?: boolean;
|
2885
2945
|
text?: {
|
@@ -3000,6 +3060,10 @@ declare const _default: {
|
|
3000
3060
|
};
|
3001
3061
|
};
|
3002
3062
|
elevation?: number;
|
3063
|
+
media?: {
|
3064
|
+
type: "image" | "video";
|
3065
|
+
src: string;
|
3066
|
+
};
|
3003
3067
|
};
|
3004
3068
|
alterCase?: boolean;
|
3005
3069
|
text?: {
|
@@ -3120,6 +3184,10 @@ declare const _default: {
|
|
3120
3184
|
};
|
3121
3185
|
};
|
3122
3186
|
elevation?: number;
|
3187
|
+
media?: {
|
3188
|
+
type: "image" | "video";
|
3189
|
+
src: string;
|
3190
|
+
};
|
3123
3191
|
};
|
3124
3192
|
alterCase?: boolean;
|
3125
3193
|
text?: {
|
@@ -3240,6 +3308,10 @@ declare const _default: {
|
|
3240
3308
|
};
|
3241
3309
|
};
|
3242
3310
|
elevation?: number;
|
3311
|
+
media?: {
|
3312
|
+
type: "image" | "video";
|
3313
|
+
src: string;
|
3314
|
+
};
|
3243
3315
|
};
|
3244
3316
|
alterCase?: boolean;
|
3245
3317
|
text?: {
|
@@ -3362,6 +3434,10 @@ declare const _default: {
|
|
3362
3434
|
};
|
3363
3435
|
};
|
3364
3436
|
elevation?: number;
|
3437
|
+
media?: {
|
3438
|
+
type: "image" | "video";
|
3439
|
+
src: string;
|
3440
|
+
};
|
3365
3441
|
};
|
3366
3442
|
padding?: {
|
3367
3443
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -3504,6 +3580,10 @@ declare const _default: {
|
|
3504
3580
|
};
|
3505
3581
|
};
|
3506
3582
|
elevation?: number;
|
3583
|
+
media?: {
|
3584
|
+
type: "image" | "video";
|
3585
|
+
src: string;
|
3586
|
+
};
|
3507
3587
|
};
|
3508
3588
|
text?: {
|
3509
3589
|
color?: string | {
|
@@ -3617,6 +3697,10 @@ declare const _default: {
|
|
3617
3697
|
};
|
3618
3698
|
};
|
3619
3699
|
elevation?: number;
|
3700
|
+
media?: {
|
3701
|
+
type: "image" | "video";
|
3702
|
+
src: string;
|
3703
|
+
};
|
3620
3704
|
};
|
3621
3705
|
};
|
3622
3706
|
};
|
@@ -3673,6 +3757,10 @@ declare const _default: {
|
|
3673
3757
|
};
|
3674
3758
|
};
|
3675
3759
|
elevation?: number;
|
3760
|
+
media?: {
|
3761
|
+
type: "image" | "video";
|
3762
|
+
src: string;
|
3763
|
+
};
|
3676
3764
|
};
|
3677
3765
|
padding?: {
|
3678
3766
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -3815,6 +3903,10 @@ declare const _default: {
|
|
3815
3903
|
};
|
3816
3904
|
};
|
3817
3905
|
elevation?: number;
|
3906
|
+
media?: {
|
3907
|
+
type: "image" | "video";
|
3908
|
+
src: string;
|
3909
|
+
};
|
3818
3910
|
};
|
3819
3911
|
text?: {
|
3820
3912
|
color?: string | {
|
@@ -3928,6 +4020,10 @@ declare const _default: {
|
|
3928
4020
|
};
|
3929
4021
|
};
|
3930
4022
|
elevation?: number;
|
4023
|
+
media?: {
|
4024
|
+
type: "image" | "video";
|
4025
|
+
src: string;
|
4026
|
+
};
|
3931
4027
|
};
|
3932
4028
|
};
|
3933
4029
|
};
|
@@ -3984,6 +4080,10 @@ declare const _default: {
|
|
3984
4080
|
};
|
3985
4081
|
};
|
3986
4082
|
elevation?: number;
|
4083
|
+
media?: {
|
4084
|
+
type: "image" | "video";
|
4085
|
+
src: string;
|
4086
|
+
};
|
3987
4087
|
};
|
3988
4088
|
padding?: {
|
3989
4089
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -4126,6 +4226,10 @@ declare const _default: {
|
|
4126
4226
|
};
|
4127
4227
|
};
|
4128
4228
|
elevation?: number;
|
4229
|
+
media?: {
|
4230
|
+
type: "image" | "video";
|
4231
|
+
src: string;
|
4232
|
+
};
|
4129
4233
|
};
|
4130
4234
|
text?: {
|
4131
4235
|
color?: string | {
|
@@ -4239,6 +4343,10 @@ declare const _default: {
|
|
4239
4343
|
};
|
4240
4344
|
};
|
4241
4345
|
elevation?: number;
|
4346
|
+
media?: {
|
4347
|
+
type: "image" | "video";
|
4348
|
+
src: string;
|
4349
|
+
};
|
4242
4350
|
};
|
4243
4351
|
};
|
4244
4352
|
};
|
@@ -4295,6 +4403,10 @@ declare const _default: {
|
|
4295
4403
|
};
|
4296
4404
|
};
|
4297
4405
|
elevation?: number;
|
4406
|
+
media?: {
|
4407
|
+
type: "image" | "video";
|
4408
|
+
src: string;
|
4409
|
+
};
|
4298
4410
|
};
|
4299
4411
|
padding?: {
|
4300
4412
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -4437,6 +4549,10 @@ declare const _default: {
|
|
4437
4549
|
};
|
4438
4550
|
};
|
4439
4551
|
elevation?: number;
|
4552
|
+
media?: {
|
4553
|
+
type: "image" | "video";
|
4554
|
+
src: string;
|
4555
|
+
};
|
4440
4556
|
};
|
4441
4557
|
text?: {
|
4442
4558
|
color?: string | {
|
@@ -4550,6 +4666,10 @@ declare const _default: {
|
|
4550
4666
|
};
|
4551
4667
|
};
|
4552
4668
|
elevation?: number;
|
4669
|
+
media?: {
|
4670
|
+
type: "image" | "video";
|
4671
|
+
src: string;
|
4672
|
+
};
|
4553
4673
|
};
|
4554
4674
|
};
|
4555
4675
|
};
|
@@ -4759,6 +4879,10 @@ declare const _default: {
|
|
4759
4879
|
};
|
4760
4880
|
};
|
4761
4881
|
elevation?: number;
|
4882
|
+
media?: {
|
4883
|
+
type: "image" | "video";
|
4884
|
+
src: string;
|
4885
|
+
};
|
4762
4886
|
};
|
4763
4887
|
spacing?: {
|
4764
4888
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -4971,6 +5095,10 @@ declare const _default: {
|
|
4971
5095
|
};
|
4972
5096
|
};
|
4973
5097
|
elevation?: number;
|
5098
|
+
media?: {
|
5099
|
+
type: "image" | "video";
|
5100
|
+
src: string;
|
5101
|
+
};
|
4974
5102
|
};
|
4975
5103
|
spacing?: {
|
4976
5104
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -5183,6 +5311,10 @@ declare const _default: {
|
|
5183
5311
|
};
|
5184
5312
|
};
|
5185
5313
|
elevation?: number;
|
5314
|
+
media?: {
|
5315
|
+
type: "image" | "video";
|
5316
|
+
src: string;
|
5317
|
+
};
|
5186
5318
|
};
|
5187
5319
|
spacing?: {
|
5188
5320
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -5395,6 +5527,10 @@ declare const _default: {
|
|
5395
5527
|
};
|
5396
5528
|
};
|
5397
5529
|
elevation?: number;
|
5530
|
+
media?: {
|
5531
|
+
type: "image" | "video";
|
5532
|
+
src: string;
|
5533
|
+
};
|
5398
5534
|
};
|
5399
5535
|
spacing?: {
|
5400
5536
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -5565,6 +5701,10 @@ declare const _default: {
|
|
5565
5701
|
};
|
5566
5702
|
};
|
5567
5703
|
elevation?: number;
|
5704
|
+
media?: {
|
5705
|
+
type: "image" | "video";
|
5706
|
+
src: string;
|
5707
|
+
};
|
5568
5708
|
};
|
5569
5709
|
id: {
|
5570
5710
|
toString: () => string;
|
@@ -5627,6 +5767,10 @@ declare const _default: {
|
|
5627
5767
|
};
|
5628
5768
|
};
|
5629
5769
|
elevation?: number;
|
5770
|
+
media?: {
|
5771
|
+
type: "image" | "video";
|
5772
|
+
src: string;
|
5773
|
+
};
|
5630
5774
|
};
|
5631
5775
|
id: {
|
5632
5776
|
toString: () => string;
|
@@ -5689,6 +5833,10 @@ declare const _default: {
|
|
5689
5833
|
};
|
5690
5834
|
};
|
5691
5835
|
elevation?: number;
|
5836
|
+
media?: {
|
5837
|
+
type: "image" | "video";
|
5838
|
+
src: string;
|
5839
|
+
};
|
5692
5840
|
};
|
5693
5841
|
id: {
|
5694
5842
|
toString: () => string;
|
@@ -5751,6 +5899,10 @@ declare const _default: {
|
|
5751
5899
|
};
|
5752
5900
|
};
|
5753
5901
|
elevation?: number;
|
5902
|
+
media?: {
|
5903
|
+
type: "image" | "video";
|
5904
|
+
src: string;
|
5905
|
+
};
|
5754
5906
|
};
|
5755
5907
|
id: {
|
5756
5908
|
toString: () => string;
|