@omnia/fx 8.0.155-dev → 8.0.157-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +152 -0
  2. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +152 -0
  3. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +152 -0
  4. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +17 -39
  5. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +26 -38
  6. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +23 -29
  8. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +8 -11
  10. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +22 -1
  14. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +3 -2
  15. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +22 -1
  16. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +152 -0
  17. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +304 -0
  18. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +389 -10
  19. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +18 -49
  20. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +304 -0
  21. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +21 -0
  22. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +0 -2
  23. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -53
  24. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +152 -0
  25. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -10
  26. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +3 -3
  27. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/DefinitionRegistrations.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +6 -0
  29. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +875 -0
  30. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +2 -0
  31. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +3 -0
  32. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +2 -0
  33. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +2 -0
  34. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +4 -0
  35. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +2 -0
  36. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +2 -0
  37. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +3 -0
  38. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +3 -0
  39. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +2 -0
  40. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +2 -0
  41. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +4 -0
  42. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +9 -0
  43. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +15 -0
  44. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +2 -0
  45. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +162 -0
  46. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -1
  47. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +12 -16
  48. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -1
  49. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +1 -10
  50. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/IconEditor.d.ts +406 -0
  51. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +98 -102
  52. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -0
  53. package/internal-do-not-import-from-here/wctypings.d.ts +14 -1
  54. package/package.json +2 -2
@@ -22,6 +22,11 @@ declare const _default: {
22
22
  } & {
23
23
  type: import("vue").PropType<TabIconModel>;
24
24
  };
25
+ eager: {
26
+ type: import("vue").PropType<boolean>;
27
+ } & {
28
+ type: import("vue").PropType<boolean>;
29
+ };
25
30
  "notification-count": {
26
31
  type: import("vue").PropType<number>;
27
32
  };
@@ -72,6 +77,11 @@ declare const _default: {
72
77
  } & {
73
78
  type: import("vue").PropType<TabIconModel>;
74
79
  };
80
+ eager: {
81
+ type: import("vue").PropType<boolean>;
82
+ } & {
83
+ type: import("vue").PropType<boolean>;
84
+ };
75
85
  "notification-count": {
76
86
  type: import("vue").PropType<number>;
77
87
  };
@@ -133,6 +143,11 @@ declare const _default: {
133
143
  } & {
134
144
  type: import("vue").PropType<TabIconModel>;
135
145
  };
146
+ eager: {
147
+ type: import("vue").PropType<boolean>;
148
+ } & {
149
+ type: import("vue").PropType<boolean>;
150
+ };
136
151
  "notification-count": {
137
152
  type: import("vue").PropType<number>;
138
153
  };
@@ -191,6 +206,11 @@ declare const _default: {
191
206
  } & {
192
207
  type: import("vue").PropType<TabIconModel>;
193
208
  };
209
+ eager: {
210
+ type: import("vue").PropType<boolean>;
211
+ } & {
212
+ type: import("vue").PropType<boolean>;
213
+ };
194
214
  "notification-count": {
195
215
  type: import("vue").PropType<number>;
196
216
  };
@@ -239,6 +259,7 @@ declare const _default: {
239
259
  icon?: TabIconModel;
240
260
  class?: String | String[];
241
261
  disabled?: boolean;
262
+ eager?: boolean;
242
263
  "v-model"?: boolean;
243
264
  "onUpdate:modelValue"?: (value: boolean) => any;
244
265
  modelValue?: boolean;
@@ -1,9 +1,7 @@
1
1
  /**
2
2
  * Styles for the CommandPalette component
3
3
  */
4
- import { ColorGradientValue } from "@omnia/fx-models";
5
4
  export declare const TextStyles: {
6
5
  general: string;
7
6
  truncateText: (lines: number) => string;
8
- gredientColor: (gradients: ColorGradientValue[], gradientTilt: number) => string;
9
7
  };
@@ -1,4 +1,4 @@
1
- import { ColorGradientValue, ColorTypes, TextBlueprint, TypographySizes, TypographyTypes } from "@omnia/fx/models";
1
+ import { ColorTypes, 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
4
  blueprint: {
@@ -6,24 +6,18 @@ declare const _default: {
6
6
  } & {
7
7
  type: import("vue").PropType<TextBlueprint>;
8
8
  };
9
- "gradient-tilt": {
10
- type: import("vue").PropType<number>;
11
- };
12
- gradientTilt: {
13
- type: import("vue").PropType<number>;
14
- };
15
- "gradient-colors": {
16
- type: import("vue").PropType<ColorGradientValue[]>;
17
- };
18
- gradientColors: {
19
- type: import("vue").PropType<ColorGradientValue[]>;
20
- };
21
9
  "truncate-lines": {
22
10
  type: import("vue").PropType<number>;
23
11
  };
24
12
  truncateLines: {
25
13
  type: import("vue").PropType<number>;
26
14
  };
15
+ "word-break": {
16
+ type: import("vue").PropType<"none">;
17
+ };
18
+ wordBreak: {
19
+ type: import("vue").PropType<"none">;
20
+ };
27
21
  toned: {
28
22
  type: import("vue").PropType<boolean>;
29
23
  } & {
@@ -58,24 +52,18 @@ declare const _default: {
58
52
  } & {
59
53
  type: import("vue").PropType<TextBlueprint>;
60
54
  };
61
- "gradient-tilt": {
62
- type: import("vue").PropType<number>;
63
- };
64
- gradientTilt: {
65
- type: import("vue").PropType<number>;
66
- };
67
- "gradient-colors": {
68
- type: import("vue").PropType<ColorGradientValue[]>;
69
- };
70
- gradientColors: {
71
- type: import("vue").PropType<ColorGradientValue[]>;
72
- };
73
55
  "truncate-lines": {
74
56
  type: import("vue").PropType<number>;
75
57
  };
76
58
  truncateLines: {
77
59
  type: import("vue").PropType<number>;
78
60
  };
61
+ "word-break": {
62
+ type: import("vue").PropType<"none">;
63
+ };
64
+ wordBreak: {
65
+ type: import("vue").PropType<"none">;
66
+ };
79
67
  toned: {
80
68
  type: import("vue").PropType<boolean>;
81
69
  } & {
@@ -121,24 +109,18 @@ declare const _default: {
121
109
  } & {
122
110
  type: import("vue").PropType<TextBlueprint>;
123
111
  };
124
- "gradient-tilt": {
125
- type: import("vue").PropType<number>;
126
- };
127
- gradientTilt: {
128
- type: import("vue").PropType<number>;
129
- };
130
- "gradient-colors": {
131
- type: import("vue").PropType<ColorGradientValue[]>;
132
- };
133
- gradientColors: {
134
- type: import("vue").PropType<ColorGradientValue[]>;
135
- };
136
112
  "truncate-lines": {
137
113
  type: import("vue").PropType<number>;
138
114
  };
139
115
  truncateLines: {
140
116
  type: import("vue").PropType<number>;
141
117
  };
118
+ "word-break": {
119
+ type: import("vue").PropType<"none">;
120
+ };
121
+ wordBreak: {
122
+ type: import("vue").PropType<"none">;
123
+ };
142
124
  toned: {
143
125
  type: import("vue").PropType<boolean>;
144
126
  } & {
@@ -181,24 +163,18 @@ declare const _default: {
181
163
  } & {
182
164
  type: import("vue").PropType<TextBlueprint>;
183
165
  };
184
- "gradient-tilt": {
185
- type: import("vue").PropType<number>;
186
- };
187
- gradientTilt: {
188
- type: import("vue").PropType<number>;
189
- };
190
- "gradient-colors": {
191
- type: import("vue").PropType<ColorGradientValue[]>;
192
- };
193
- gradientColors: {
194
- type: import("vue").PropType<ColorGradientValue[]>;
195
- };
196
166
  "truncate-lines": {
197
167
  type: import("vue").PropType<number>;
198
168
  };
199
169
  truncateLines: {
200
170
  type: import("vue").PropType<number>;
201
171
  };
172
+ "word-break": {
173
+ type: import("vue").PropType<"none">;
174
+ };
175
+ wordBreak: {
176
+ type: import("vue").PropType<"none">;
177
+ };
202
178
  toned: {
203
179
  type: import("vue").PropType<boolean>;
204
180
  } & {
@@ -240,16 +216,14 @@ declare const _default: {
240
216
  typography?: "title" | "text" | "navigation" | TypographyTypes;
241
217
  class?: String | String[];
242
218
  size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
219
+ wordBreak?: "none";
243
220
  blueprint?: TextBlueprint;
244
221
  colorType?: "container" | "base" | "onBase" | "onContainer" | ColorTypes;
245
222
  toned?: boolean;
246
223
  "color-type"?: "container" | "base" | "onBase" | "onContainer" | ColorTypes;
224
+ "word-break"?: "none";
247
225
  truncateLines?: number;
248
226
  "truncate-lines"?: number;
249
- gradientColors?: ColorGradientValue[];
250
- "gradient-colors"?: ColorGradientValue[];
251
- gradientTilt?: number;
252
- "gradient-tilt"?: number;
253
227
  }>, never>;
254
228
  };
255
229
  export default _default;
@@ -1194,6 +1194,10 @@ export declare function useColorSchemaSetup(props: object): {
1194
1194
  };
1195
1195
  };
1196
1196
  elevation?: number;
1197
+ media?: {
1198
+ type: "image" | "video";
1199
+ src: string;
1200
+ };
1197
1201
  };
1198
1202
  alterCase?: boolean;
1199
1203
  text?: {
@@ -1314,6 +1318,10 @@ export declare function useColorSchemaSetup(props: object): {
1314
1318
  };
1315
1319
  };
1316
1320
  elevation?: number;
1321
+ media?: {
1322
+ type: "image" | "video";
1323
+ src: string;
1324
+ };
1317
1325
  };
1318
1326
  alterCase?: boolean;
1319
1327
  text?: {
@@ -1434,6 +1442,10 @@ export declare function useColorSchemaSetup(props: object): {
1434
1442
  };
1435
1443
  };
1436
1444
  elevation?: number;
1445
+ media?: {
1446
+ type: "image" | "video";
1447
+ src: string;
1448
+ };
1437
1449
  };
1438
1450
  alterCase?: boolean;
1439
1451
  text?: {
@@ -1554,6 +1566,10 @@ export declare function useColorSchemaSetup(props: object): {
1554
1566
  };
1555
1567
  };
1556
1568
  elevation?: number;
1569
+ media?: {
1570
+ type: "image" | "video";
1571
+ src: string;
1572
+ };
1557
1573
  };
1558
1574
  alterCase?: boolean;
1559
1575
  text?: {
@@ -1674,6 +1690,10 @@ export declare function useColorSchemaSetup(props: object): {
1674
1690
  };
1675
1691
  };
1676
1692
  elevation?: number;
1693
+ media?: {
1694
+ type: "image" | "video";
1695
+ src: string;
1696
+ };
1677
1697
  };
1678
1698
  alterCase?: boolean;
1679
1699
  text?: {
@@ -1794,6 +1814,10 @@ export declare function useColorSchemaSetup(props: object): {
1794
1814
  };
1795
1815
  };
1796
1816
  elevation?: number;
1817
+ media?: {
1818
+ type: "image" | "video";
1819
+ src: string;
1820
+ };
1797
1821
  };
1798
1822
  alterCase?: boolean;
1799
1823
  text?: {
@@ -1914,6 +1938,10 @@ export declare function useColorSchemaSetup(props: object): {
1914
1938
  };
1915
1939
  };
1916
1940
  elevation?: number;
1941
+ media?: {
1942
+ type: "image" | "video";
1943
+ src: string;
1944
+ };
1917
1945
  };
1918
1946
  alterCase?: boolean;
1919
1947
  text?: {
@@ -2034,6 +2062,10 @@ export declare function useColorSchemaSetup(props: object): {
2034
2062
  };
2035
2063
  };
2036
2064
  elevation?: number;
2065
+ media?: {
2066
+ type: "image" | "video";
2067
+ src: string;
2068
+ };
2037
2069
  };
2038
2070
  alterCase?: boolean;
2039
2071
  text?: {
@@ -2154,6 +2186,10 @@ export declare function useColorSchemaSetup(props: object): {
2154
2186
  };
2155
2187
  };
2156
2188
  elevation?: number;
2189
+ media?: {
2190
+ type: "image" | "video";
2191
+ src: string;
2192
+ };
2157
2193
  };
2158
2194
  alterCase?: boolean;
2159
2195
  text?: {
@@ -2276,6 +2312,10 @@ export declare function useColorSchemaSetup(props: object): {
2276
2312
  };
2277
2313
  };
2278
2314
  elevation?: number;
2315
+ media?: {
2316
+ type: "image" | "video";
2317
+ src: string;
2318
+ };
2279
2319
  };
2280
2320
  alterCase?: boolean;
2281
2321
  text?: {
@@ -2396,6 +2436,10 @@ export declare function useColorSchemaSetup(props: object): {
2396
2436
  };
2397
2437
  };
2398
2438
  elevation?: number;
2439
+ media?: {
2440
+ type: "image" | "video";
2441
+ src: string;
2442
+ };
2399
2443
  };
2400
2444
  alterCase?: boolean;
2401
2445
  text?: {
@@ -2516,6 +2560,10 @@ export declare function useColorSchemaSetup(props: object): {
2516
2560
  };
2517
2561
  };
2518
2562
  elevation?: number;
2563
+ media?: {
2564
+ type: "image" | "video";
2565
+ src: string;
2566
+ };
2519
2567
  };
2520
2568
  alterCase?: boolean;
2521
2569
  text?: {
@@ -2636,6 +2684,10 @@ export declare function useColorSchemaSetup(props: object): {
2636
2684
  };
2637
2685
  };
2638
2686
  elevation?: number;
2687
+ media?: {
2688
+ type: "image" | "video";
2689
+ src: string;
2690
+ };
2639
2691
  };
2640
2692
  alterCase?: boolean;
2641
2693
  text?: {
@@ -2756,6 +2808,10 @@ export declare function useColorSchemaSetup(props: object): {
2756
2808
  };
2757
2809
  };
2758
2810
  elevation?: number;
2811
+ media?: {
2812
+ type: "image" | "video";
2813
+ src: string;
2814
+ };
2759
2815
  };
2760
2816
  alterCase?: boolean;
2761
2817
  text?: {
@@ -2876,6 +2932,10 @@ export declare function useColorSchemaSetup(props: object): {
2876
2932
  };
2877
2933
  };
2878
2934
  elevation?: number;
2935
+ media?: {
2936
+ type: "image" | "video";
2937
+ src: string;
2938
+ };
2879
2939
  };
2880
2940
  alterCase?: boolean;
2881
2941
  text?: {
@@ -2996,6 +3056,10 @@ export declare function useColorSchemaSetup(props: object): {
2996
3056
  };
2997
3057
  };
2998
3058
  elevation?: number;
3059
+ media?: {
3060
+ type: "image" | "video";
3061
+ src: string;
3062
+ };
2999
3063
  };
3000
3064
  alterCase?: boolean;
3001
3065
  text?: {
@@ -3116,6 +3180,10 @@ export declare function useColorSchemaSetup(props: object): {
3116
3180
  };
3117
3181
  };
3118
3182
  elevation?: number;
3183
+ media?: {
3184
+ type: "image" | "video";
3185
+ src: string;
3186
+ };
3119
3187
  };
3120
3188
  alterCase?: boolean;
3121
3189
  text?: {
@@ -3236,6 +3304,10 @@ export declare function useColorSchemaSetup(props: object): {
3236
3304
  };
3237
3305
  };
3238
3306
  elevation?: number;
3307
+ media?: {
3308
+ type: "image" | "video";
3309
+ src: string;
3310
+ };
3239
3311
  };
3240
3312
  alterCase?: boolean;
3241
3313
  text?: {
@@ -3358,6 +3430,10 @@ export declare function useColorSchemaSetup(props: object): {
3358
3430
  };
3359
3431
  };
3360
3432
  elevation?: number;
3433
+ media?: {
3434
+ type: "image" | "video";
3435
+ src: string;
3436
+ };
3361
3437
  };
3362
3438
  padding?: {
3363
3439
  top?: import("@omnia/fx-models").SpacingValue;
@@ -3500,6 +3576,10 @@ export declare function useColorSchemaSetup(props: object): {
3500
3576
  };
3501
3577
  };
3502
3578
  elevation?: number;
3579
+ media?: {
3580
+ type: "image" | "video";
3581
+ src: string;
3582
+ };
3503
3583
  };
3504
3584
  text?: {
3505
3585
  color?: string | {
@@ -3613,6 +3693,10 @@ export declare function useColorSchemaSetup(props: object): {
3613
3693
  };
3614
3694
  };
3615
3695
  elevation?: number;
3696
+ media?: {
3697
+ type: "image" | "video";
3698
+ src: string;
3699
+ };
3616
3700
  };
3617
3701
  };
3618
3702
  };
@@ -3669,6 +3753,10 @@ export declare function useColorSchemaSetup(props: object): {
3669
3753
  };
3670
3754
  };
3671
3755
  elevation?: number;
3756
+ media?: {
3757
+ type: "image" | "video";
3758
+ src: string;
3759
+ };
3672
3760
  };
3673
3761
  padding?: {
3674
3762
  top?: import("@omnia/fx-models").SpacingValue;
@@ -3811,6 +3899,10 @@ export declare function useColorSchemaSetup(props: object): {
3811
3899
  };
3812
3900
  };
3813
3901
  elevation?: number;
3902
+ media?: {
3903
+ type: "image" | "video";
3904
+ src: string;
3905
+ };
3814
3906
  };
3815
3907
  text?: {
3816
3908
  color?: string | {
@@ -3924,6 +4016,10 @@ export declare function useColorSchemaSetup(props: object): {
3924
4016
  };
3925
4017
  };
3926
4018
  elevation?: number;
4019
+ media?: {
4020
+ type: "image" | "video";
4021
+ src: string;
4022
+ };
3927
4023
  };
3928
4024
  };
3929
4025
  };
@@ -3980,6 +4076,10 @@ export declare function useColorSchemaSetup(props: object): {
3980
4076
  };
3981
4077
  };
3982
4078
  elevation?: number;
4079
+ media?: {
4080
+ type: "image" | "video";
4081
+ src: string;
4082
+ };
3983
4083
  };
3984
4084
  padding?: {
3985
4085
  top?: import("@omnia/fx-models").SpacingValue;
@@ -4122,6 +4222,10 @@ export declare function useColorSchemaSetup(props: object): {
4122
4222
  };
4123
4223
  };
4124
4224
  elevation?: number;
4225
+ media?: {
4226
+ type: "image" | "video";
4227
+ src: string;
4228
+ };
4125
4229
  };
4126
4230
  text?: {
4127
4231
  color?: string | {
@@ -4235,6 +4339,10 @@ export declare function useColorSchemaSetup(props: object): {
4235
4339
  };
4236
4340
  };
4237
4341
  elevation?: number;
4342
+ media?: {
4343
+ type: "image" | "video";
4344
+ src: string;
4345
+ };
4238
4346
  };
4239
4347
  };
4240
4348
  };
@@ -4291,6 +4399,10 @@ export declare function useColorSchemaSetup(props: object): {
4291
4399
  };
4292
4400
  };
4293
4401
  elevation?: number;
4402
+ media?: {
4403
+ type: "image" | "video";
4404
+ src: string;
4405
+ };
4294
4406
  };
4295
4407
  padding?: {
4296
4408
  top?: import("@omnia/fx-models").SpacingValue;
@@ -4433,6 +4545,10 @@ export declare function useColorSchemaSetup(props: object): {
4433
4545
  };
4434
4546
  };
4435
4547
  elevation?: number;
4548
+ media?: {
4549
+ type: "image" | "video";
4550
+ src: string;
4551
+ };
4436
4552
  };
4437
4553
  text?: {
4438
4554
  color?: string | {
@@ -4546,6 +4662,10 @@ export declare function useColorSchemaSetup(props: object): {
4546
4662
  };
4547
4663
  };
4548
4664
  elevation?: number;
4665
+ media?: {
4666
+ type: "image" | "video";
4667
+ src: string;
4668
+ };
4549
4669
  };
4550
4670
  };
4551
4671
  };
@@ -4755,6 +4875,10 @@ export declare function useColorSchemaSetup(props: object): {
4755
4875
  };
4756
4876
  };
4757
4877
  elevation?: number;
4878
+ media?: {
4879
+ type: "image" | "video";
4880
+ src: string;
4881
+ };
4758
4882
  };
4759
4883
  spacing?: {
4760
4884
  top?: import("@omnia/fx-models").SpacingValue;
@@ -4967,6 +5091,10 @@ export declare function useColorSchemaSetup(props: object): {
4967
5091
  };
4968
5092
  };
4969
5093
  elevation?: number;
5094
+ media?: {
5095
+ type: "image" | "video";
5096
+ src: string;
5097
+ };
4970
5098
  };
4971
5099
  spacing?: {
4972
5100
  top?: import("@omnia/fx-models").SpacingValue;
@@ -5179,6 +5307,10 @@ export declare function useColorSchemaSetup(props: object): {
5179
5307
  };
5180
5308
  };
5181
5309
  elevation?: number;
5310
+ media?: {
5311
+ type: "image" | "video";
5312
+ src: string;
5313
+ };
5182
5314
  };
5183
5315
  spacing?: {
5184
5316
  top?: import("@omnia/fx-models").SpacingValue;
@@ -5391,6 +5523,10 @@ export declare function useColorSchemaSetup(props: object): {
5391
5523
  };
5392
5524
  };
5393
5525
  elevation?: number;
5526
+ media?: {
5527
+ type: "image" | "video";
5528
+ src: string;
5529
+ };
5394
5530
  };
5395
5531
  spacing?: {
5396
5532
  top?: import("@omnia/fx-models").SpacingValue;
@@ -5561,6 +5697,10 @@ export declare function useColorSchemaSetup(props: object): {
5561
5697
  };
5562
5698
  };
5563
5699
  elevation?: number;
5700
+ media?: {
5701
+ type: "image" | "video";
5702
+ src: string;
5703
+ };
5564
5704
  };
5565
5705
  id: {
5566
5706
  toString: () => string;
@@ -5623,6 +5763,10 @@ export declare function useColorSchemaSetup(props: object): {
5623
5763
  };
5624
5764
  };
5625
5765
  elevation?: number;
5766
+ media?: {
5767
+ type: "image" | "video";
5768
+ src: string;
5769
+ };
5626
5770
  };
5627
5771
  id: {
5628
5772
  toString: () => string;
@@ -5685,6 +5829,10 @@ export declare function useColorSchemaSetup(props: object): {
5685
5829
  };
5686
5830
  };
5687
5831
  elevation?: number;
5832
+ media?: {
5833
+ type: "image" | "video";
5834
+ src: string;
5835
+ };
5688
5836
  };
5689
5837
  id: {
5690
5838
  toString: () => string;
@@ -5747,6 +5895,10 @@ export declare function useColorSchemaSetup(props: object): {
5747
5895
  };
5748
5896
  };
5749
5897
  elevation?: number;
5898
+ media?: {
5899
+ type: "image" | "video";
5900
+ src: string;
5901
+ };
5750
5902
  };
5751
5903
  id: {
5752
5904
  toString: () => string;