@omnia/fx 8.0.156-dev → 8.0.157-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) 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/wctypings.d.ts +14 -1
  53. package/package.json +2 -2
@@ -1198,6 +1198,10 @@ declare const _default: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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: <T extends unknown>(props: {
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;
@@ -7158,6 +7310,10 @@ declare const _default: <T extends unknown>(props: {
7158
7310
  };
7159
7311
  };
7160
7312
  elevation?: number;
7313
+ media?: {
7314
+ type: "image" | "video";
7315
+ src: string;
7316
+ };
7161
7317
  };
7162
7318
  alterCase?: boolean;
7163
7319
  text?: {
@@ -7278,6 +7434,10 @@ declare const _default: <T extends unknown>(props: {
7278
7434
  };
7279
7435
  };
7280
7436
  elevation?: number;
7437
+ media?: {
7438
+ type: "image" | "video";
7439
+ src: string;
7440
+ };
7281
7441
  };
7282
7442
  alterCase?: boolean;
7283
7443
  text?: {
@@ -7398,6 +7558,10 @@ declare const _default: <T extends unknown>(props: {
7398
7558
  };
7399
7559
  };
7400
7560
  elevation?: number;
7561
+ media?: {
7562
+ type: "image" | "video";
7563
+ src: string;
7564
+ };
7401
7565
  };
7402
7566
  alterCase?: boolean;
7403
7567
  text?: {
@@ -7518,6 +7682,10 @@ declare const _default: <T extends unknown>(props: {
7518
7682
  };
7519
7683
  };
7520
7684
  elevation?: number;
7685
+ media?: {
7686
+ type: "image" | "video";
7687
+ src: string;
7688
+ };
7521
7689
  };
7522
7690
  alterCase?: boolean;
7523
7691
  text?: {
@@ -7638,6 +7806,10 @@ declare const _default: <T extends unknown>(props: {
7638
7806
  };
7639
7807
  };
7640
7808
  elevation?: number;
7809
+ media?: {
7810
+ type: "image" | "video";
7811
+ src: string;
7812
+ };
7641
7813
  };
7642
7814
  alterCase?: boolean;
7643
7815
  text?: {
@@ -7758,6 +7930,10 @@ declare const _default: <T extends unknown>(props: {
7758
7930
  };
7759
7931
  };
7760
7932
  elevation?: number;
7933
+ media?: {
7934
+ type: "image" | "video";
7935
+ src: string;
7936
+ };
7761
7937
  };
7762
7938
  alterCase?: boolean;
7763
7939
  text?: {
@@ -7878,6 +8054,10 @@ declare const _default: <T extends unknown>(props: {
7878
8054
  };
7879
8055
  };
7880
8056
  elevation?: number;
8057
+ media?: {
8058
+ type: "image" | "video";
8059
+ src: string;
8060
+ };
7881
8061
  };
7882
8062
  alterCase?: boolean;
7883
8063
  text?: {
@@ -7998,6 +8178,10 @@ declare const _default: <T extends unknown>(props: {
7998
8178
  };
7999
8179
  };
8000
8180
  elevation?: number;
8181
+ media?: {
8182
+ type: "image" | "video";
8183
+ src: string;
8184
+ };
8001
8185
  };
8002
8186
  alterCase?: boolean;
8003
8187
  text?: {
@@ -8118,6 +8302,10 @@ declare const _default: <T extends unknown>(props: {
8118
8302
  };
8119
8303
  };
8120
8304
  elevation?: number;
8305
+ media?: {
8306
+ type: "image" | "video";
8307
+ src: string;
8308
+ };
8121
8309
  };
8122
8310
  alterCase?: boolean;
8123
8311
  text?: {
@@ -8240,6 +8428,10 @@ declare const _default: <T extends unknown>(props: {
8240
8428
  };
8241
8429
  };
8242
8430
  elevation?: number;
8431
+ media?: {
8432
+ type: "image" | "video";
8433
+ src: string;
8434
+ };
8243
8435
  };
8244
8436
  alterCase?: boolean;
8245
8437
  text?: {
@@ -8360,6 +8552,10 @@ declare const _default: <T extends unknown>(props: {
8360
8552
  };
8361
8553
  };
8362
8554
  elevation?: number;
8555
+ media?: {
8556
+ type: "image" | "video";
8557
+ src: string;
8558
+ };
8363
8559
  };
8364
8560
  alterCase?: boolean;
8365
8561
  text?: {
@@ -8480,6 +8676,10 @@ declare const _default: <T extends unknown>(props: {
8480
8676
  };
8481
8677
  };
8482
8678
  elevation?: number;
8679
+ media?: {
8680
+ type: "image" | "video";
8681
+ src: string;
8682
+ };
8483
8683
  };
8484
8684
  alterCase?: boolean;
8485
8685
  text?: {
@@ -8600,6 +8800,10 @@ declare const _default: <T extends unknown>(props: {
8600
8800
  };
8601
8801
  };
8602
8802
  elevation?: number;
8803
+ media?: {
8804
+ type: "image" | "video";
8805
+ src: string;
8806
+ };
8603
8807
  };
8604
8808
  alterCase?: boolean;
8605
8809
  text?: {
@@ -8720,6 +8924,10 @@ declare const _default: <T extends unknown>(props: {
8720
8924
  };
8721
8925
  };
8722
8926
  elevation?: number;
8927
+ media?: {
8928
+ type: "image" | "video";
8929
+ src: string;
8930
+ };
8723
8931
  };
8724
8932
  alterCase?: boolean;
8725
8933
  text?: {
@@ -8840,6 +9048,10 @@ declare const _default: <T extends unknown>(props: {
8840
9048
  };
8841
9049
  };
8842
9050
  elevation?: number;
9051
+ media?: {
9052
+ type: "image" | "video";
9053
+ src: string;
9054
+ };
8843
9055
  };
8844
9056
  alterCase?: boolean;
8845
9057
  text?: {
@@ -8960,6 +9172,10 @@ declare const _default: <T extends unknown>(props: {
8960
9172
  };
8961
9173
  };
8962
9174
  elevation?: number;
9175
+ media?: {
9176
+ type: "image" | "video";
9177
+ src: string;
9178
+ };
8963
9179
  };
8964
9180
  alterCase?: boolean;
8965
9181
  text?: {
@@ -9080,6 +9296,10 @@ declare const _default: <T extends unknown>(props: {
9080
9296
  };
9081
9297
  };
9082
9298
  elevation?: number;
9299
+ media?: {
9300
+ type: "image" | "video";
9301
+ src: string;
9302
+ };
9083
9303
  };
9084
9304
  alterCase?: boolean;
9085
9305
  text?: {
@@ -9200,6 +9420,10 @@ declare const _default: <T extends unknown>(props: {
9200
9420
  };
9201
9421
  };
9202
9422
  elevation?: number;
9423
+ media?: {
9424
+ type: "image" | "video";
9425
+ src: string;
9426
+ };
9203
9427
  };
9204
9428
  alterCase?: boolean;
9205
9429
  text?: {
@@ -9322,6 +9546,10 @@ declare const _default: <T extends unknown>(props: {
9322
9546
  };
9323
9547
  };
9324
9548
  elevation?: number;
9549
+ media?: {
9550
+ type: "image" | "video";
9551
+ src: string;
9552
+ };
9325
9553
  };
9326
9554
  padding?: {
9327
9555
  top?: import("@omnia/fx-models").SpacingValue;
@@ -9464,6 +9692,10 @@ declare const _default: <T extends unknown>(props: {
9464
9692
  };
9465
9693
  };
9466
9694
  elevation?: number;
9695
+ media?: {
9696
+ type: "image" | "video";
9697
+ src: string;
9698
+ };
9467
9699
  };
9468
9700
  text?: {
9469
9701
  color?: string | {
@@ -9577,6 +9809,10 @@ declare const _default: <T extends unknown>(props: {
9577
9809
  };
9578
9810
  };
9579
9811
  elevation?: number;
9812
+ media?: {
9813
+ type: "image" | "video";
9814
+ src: string;
9815
+ };
9580
9816
  };
9581
9817
  };
9582
9818
  };
@@ -9633,6 +9869,10 @@ declare const _default: <T extends unknown>(props: {
9633
9869
  };
9634
9870
  };
9635
9871
  elevation?: number;
9872
+ media?: {
9873
+ type: "image" | "video";
9874
+ src: string;
9875
+ };
9636
9876
  };
9637
9877
  padding?: {
9638
9878
  top?: import("@omnia/fx-models").SpacingValue;
@@ -9775,6 +10015,10 @@ declare const _default: <T extends unknown>(props: {
9775
10015
  };
9776
10016
  };
9777
10017
  elevation?: number;
10018
+ media?: {
10019
+ type: "image" | "video";
10020
+ src: string;
10021
+ };
9778
10022
  };
9779
10023
  text?: {
9780
10024
  color?: string | {
@@ -9888,6 +10132,10 @@ declare const _default: <T extends unknown>(props: {
9888
10132
  };
9889
10133
  };
9890
10134
  elevation?: number;
10135
+ media?: {
10136
+ type: "image" | "video";
10137
+ src: string;
10138
+ };
9891
10139
  };
9892
10140
  };
9893
10141
  };
@@ -9944,6 +10192,10 @@ declare const _default: <T extends unknown>(props: {
9944
10192
  };
9945
10193
  };
9946
10194
  elevation?: number;
10195
+ media?: {
10196
+ type: "image" | "video";
10197
+ src: string;
10198
+ };
9947
10199
  };
9948
10200
  padding?: {
9949
10201
  top?: import("@omnia/fx-models").SpacingValue;
@@ -10086,6 +10338,10 @@ declare const _default: <T extends unknown>(props: {
10086
10338
  };
10087
10339
  };
10088
10340
  elevation?: number;
10341
+ media?: {
10342
+ type: "image" | "video";
10343
+ src: string;
10344
+ };
10089
10345
  };
10090
10346
  text?: {
10091
10347
  color?: string | {
@@ -10199,6 +10455,10 @@ declare const _default: <T extends unknown>(props: {
10199
10455
  };
10200
10456
  };
10201
10457
  elevation?: number;
10458
+ media?: {
10459
+ type: "image" | "video";
10460
+ src: string;
10461
+ };
10202
10462
  };
10203
10463
  };
10204
10464
  };
@@ -10255,6 +10515,10 @@ declare const _default: <T extends unknown>(props: {
10255
10515
  };
10256
10516
  };
10257
10517
  elevation?: number;
10518
+ media?: {
10519
+ type: "image" | "video";
10520
+ src: string;
10521
+ };
10258
10522
  };
10259
10523
  padding?: {
10260
10524
  top?: import("@omnia/fx-models").SpacingValue;
@@ -10397,6 +10661,10 @@ declare const _default: <T extends unknown>(props: {
10397
10661
  };
10398
10662
  };
10399
10663
  elevation?: number;
10664
+ media?: {
10665
+ type: "image" | "video";
10666
+ src: string;
10667
+ };
10400
10668
  };
10401
10669
  text?: {
10402
10670
  color?: string | {
@@ -10510,6 +10778,10 @@ declare const _default: <T extends unknown>(props: {
10510
10778
  };
10511
10779
  };
10512
10780
  elevation?: number;
10781
+ media?: {
10782
+ type: "image" | "video";
10783
+ src: string;
10784
+ };
10513
10785
  };
10514
10786
  };
10515
10787
  };
@@ -10719,6 +10991,10 @@ declare const _default: <T extends unknown>(props: {
10719
10991
  };
10720
10992
  };
10721
10993
  elevation?: number;
10994
+ media?: {
10995
+ type: "image" | "video";
10996
+ src: string;
10997
+ };
10722
10998
  };
10723
10999
  spacing?: {
10724
11000
  top?: import("@omnia/fx-models").SpacingValue;
@@ -10931,6 +11207,10 @@ declare const _default: <T extends unknown>(props: {
10931
11207
  };
10932
11208
  };
10933
11209
  elevation?: number;
11210
+ media?: {
11211
+ type: "image" | "video";
11212
+ src: string;
11213
+ };
10934
11214
  };
10935
11215
  spacing?: {
10936
11216
  top?: import("@omnia/fx-models").SpacingValue;
@@ -11143,6 +11423,10 @@ declare const _default: <T extends unknown>(props: {
11143
11423
  };
11144
11424
  };
11145
11425
  elevation?: number;
11426
+ media?: {
11427
+ type: "image" | "video";
11428
+ src: string;
11429
+ };
11146
11430
  };
11147
11431
  spacing?: {
11148
11432
  top?: import("@omnia/fx-models").SpacingValue;
@@ -11355,6 +11639,10 @@ declare const _default: <T extends unknown>(props: {
11355
11639
  };
11356
11640
  };
11357
11641
  elevation?: number;
11642
+ media?: {
11643
+ type: "image" | "video";
11644
+ src: string;
11645
+ };
11358
11646
  };
11359
11647
  spacing?: {
11360
11648
  top?: import("@omnia/fx-models").SpacingValue;
@@ -11525,6 +11813,10 @@ declare const _default: <T extends unknown>(props: {
11525
11813
  };
11526
11814
  };
11527
11815
  elevation?: number;
11816
+ media?: {
11817
+ type: "image" | "video";
11818
+ src: string;
11819
+ };
11528
11820
  };
11529
11821
  id: {
11530
11822
  toString: () => string;
@@ -11587,6 +11879,10 @@ declare const _default: <T extends unknown>(props: {
11587
11879
  };
11588
11880
  };
11589
11881
  elevation?: number;
11882
+ media?: {
11883
+ type: "image" | "video";
11884
+ src: string;
11885
+ };
11590
11886
  };
11591
11887
  id: {
11592
11888
  toString: () => string;
@@ -11649,6 +11945,10 @@ declare const _default: <T extends unknown>(props: {
11649
11945
  };
11650
11946
  };
11651
11947
  elevation?: number;
11948
+ media?: {
11949
+ type: "image" | "video";
11950
+ src: string;
11951
+ };
11652
11952
  };
11653
11953
  id: {
11654
11954
  toString: () => string;
@@ -11711,6 +12011,10 @@ declare const _default: <T extends unknown>(props: {
11711
12011
  };
11712
12012
  };
11713
12013
  elevation?: number;
12014
+ media?: {
12015
+ type: "image" | "video";
12016
+ src: string;
12017
+ };
11714
12018
  };
11715
12019
  id: {
11716
12020
  toString: () => string;