@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
@@ -1101,6 +1101,10 @@ export declare const useColorSchemaStore: () => {
1101
1101
  };
1102
1102
  };
1103
1103
  elevation?: number;
1104
+ media?: {
1105
+ type: "image" | "video";
1106
+ src: string;
1107
+ };
1104
1108
  };
1105
1109
  alterCase?: boolean;
1106
1110
  text?: {
@@ -1221,6 +1225,10 @@ export declare const useColorSchemaStore: () => {
1221
1225
  };
1222
1226
  };
1223
1227
  elevation?: number;
1228
+ media?: {
1229
+ type: "image" | "video";
1230
+ src: string;
1231
+ };
1224
1232
  };
1225
1233
  alterCase?: boolean;
1226
1234
  text?: {
@@ -1341,6 +1349,10 @@ export declare const useColorSchemaStore: () => {
1341
1349
  };
1342
1350
  };
1343
1351
  elevation?: number;
1352
+ media?: {
1353
+ type: "image" | "video";
1354
+ src: string;
1355
+ };
1344
1356
  };
1345
1357
  alterCase?: boolean;
1346
1358
  text?: {
@@ -1461,6 +1473,10 @@ export declare const useColorSchemaStore: () => {
1461
1473
  };
1462
1474
  };
1463
1475
  elevation?: number;
1476
+ media?: {
1477
+ type: "image" | "video";
1478
+ src: string;
1479
+ };
1464
1480
  };
1465
1481
  alterCase?: boolean;
1466
1482
  text?: {
@@ -1581,6 +1597,10 @@ export declare const useColorSchemaStore: () => {
1581
1597
  };
1582
1598
  };
1583
1599
  elevation?: number;
1600
+ media?: {
1601
+ type: "image" | "video";
1602
+ src: string;
1603
+ };
1584
1604
  };
1585
1605
  alterCase?: boolean;
1586
1606
  text?: {
@@ -1701,6 +1721,10 @@ export declare const useColorSchemaStore: () => {
1701
1721
  };
1702
1722
  };
1703
1723
  elevation?: number;
1724
+ media?: {
1725
+ type: "image" | "video";
1726
+ src: string;
1727
+ };
1704
1728
  };
1705
1729
  alterCase?: boolean;
1706
1730
  text?: {
@@ -1821,6 +1845,10 @@ export declare const useColorSchemaStore: () => {
1821
1845
  };
1822
1846
  };
1823
1847
  elevation?: number;
1848
+ media?: {
1849
+ type: "image" | "video";
1850
+ src: string;
1851
+ };
1824
1852
  };
1825
1853
  alterCase?: boolean;
1826
1854
  text?: {
@@ -1941,6 +1969,10 @@ export declare const useColorSchemaStore: () => {
1941
1969
  };
1942
1970
  };
1943
1971
  elevation?: number;
1972
+ media?: {
1973
+ type: "image" | "video";
1974
+ src: string;
1975
+ };
1944
1976
  };
1945
1977
  alterCase?: boolean;
1946
1978
  text?: {
@@ -2061,6 +2093,10 @@ export declare const useColorSchemaStore: () => {
2061
2093
  };
2062
2094
  };
2063
2095
  elevation?: number;
2096
+ media?: {
2097
+ type: "image" | "video";
2098
+ src: string;
2099
+ };
2064
2100
  };
2065
2101
  alterCase?: boolean;
2066
2102
  text?: {
@@ -2183,6 +2219,10 @@ export declare const useColorSchemaStore: () => {
2183
2219
  };
2184
2220
  };
2185
2221
  elevation?: number;
2222
+ media?: {
2223
+ type: "image" | "video";
2224
+ src: string;
2225
+ };
2186
2226
  };
2187
2227
  alterCase?: boolean;
2188
2228
  text?: {
@@ -2303,6 +2343,10 @@ export declare const useColorSchemaStore: () => {
2303
2343
  };
2304
2344
  };
2305
2345
  elevation?: number;
2346
+ media?: {
2347
+ type: "image" | "video";
2348
+ src: string;
2349
+ };
2306
2350
  };
2307
2351
  alterCase?: boolean;
2308
2352
  text?: {
@@ -2423,6 +2467,10 @@ export declare const useColorSchemaStore: () => {
2423
2467
  };
2424
2468
  };
2425
2469
  elevation?: number;
2470
+ media?: {
2471
+ type: "image" | "video";
2472
+ src: string;
2473
+ };
2426
2474
  };
2427
2475
  alterCase?: boolean;
2428
2476
  text?: {
@@ -2543,6 +2591,10 @@ export declare const useColorSchemaStore: () => {
2543
2591
  };
2544
2592
  };
2545
2593
  elevation?: number;
2594
+ media?: {
2595
+ type: "image" | "video";
2596
+ src: string;
2597
+ };
2546
2598
  };
2547
2599
  alterCase?: boolean;
2548
2600
  text?: {
@@ -2663,6 +2715,10 @@ export declare const useColorSchemaStore: () => {
2663
2715
  };
2664
2716
  };
2665
2717
  elevation?: number;
2718
+ media?: {
2719
+ type: "image" | "video";
2720
+ src: string;
2721
+ };
2666
2722
  };
2667
2723
  alterCase?: boolean;
2668
2724
  text?: {
@@ -2783,6 +2839,10 @@ export declare const useColorSchemaStore: () => {
2783
2839
  };
2784
2840
  };
2785
2841
  elevation?: number;
2842
+ media?: {
2843
+ type: "image" | "video";
2844
+ src: string;
2845
+ };
2786
2846
  };
2787
2847
  alterCase?: boolean;
2788
2848
  text?: {
@@ -2903,6 +2963,10 @@ export declare const useColorSchemaStore: () => {
2903
2963
  };
2904
2964
  };
2905
2965
  elevation?: number;
2966
+ media?: {
2967
+ type: "image" | "video";
2968
+ src: string;
2969
+ };
2906
2970
  };
2907
2971
  alterCase?: boolean;
2908
2972
  text?: {
@@ -3023,6 +3087,10 @@ export declare const useColorSchemaStore: () => {
3023
3087
  };
3024
3088
  };
3025
3089
  elevation?: number;
3090
+ media?: {
3091
+ type: "image" | "video";
3092
+ src: string;
3093
+ };
3026
3094
  };
3027
3095
  alterCase?: boolean;
3028
3096
  text?: {
@@ -3143,6 +3211,10 @@ export declare const useColorSchemaStore: () => {
3143
3211
  };
3144
3212
  };
3145
3213
  elevation?: number;
3214
+ media?: {
3215
+ type: "image" | "video";
3216
+ src: string;
3217
+ };
3146
3218
  };
3147
3219
  alterCase?: boolean;
3148
3220
  text?: {
@@ -3265,6 +3337,10 @@ export declare const useColorSchemaStore: () => {
3265
3337
  };
3266
3338
  };
3267
3339
  elevation?: number;
3340
+ media?: {
3341
+ type: "image" | "video";
3342
+ src: string;
3343
+ };
3268
3344
  };
3269
3345
  padding?: {
3270
3346
  top?: import("@omnia/fx-models").SpacingValue;
@@ -3407,6 +3483,10 @@ export declare const useColorSchemaStore: () => {
3407
3483
  };
3408
3484
  };
3409
3485
  elevation?: number;
3486
+ media?: {
3487
+ type: "image" | "video";
3488
+ src: string;
3489
+ };
3410
3490
  };
3411
3491
  text?: {
3412
3492
  color?: string | {
@@ -3520,6 +3600,10 @@ export declare const useColorSchemaStore: () => {
3520
3600
  };
3521
3601
  };
3522
3602
  elevation?: number;
3603
+ media?: {
3604
+ type: "image" | "video";
3605
+ src: string;
3606
+ };
3523
3607
  };
3524
3608
  };
3525
3609
  };
@@ -3576,6 +3660,10 @@ export declare const useColorSchemaStore: () => {
3576
3660
  };
3577
3661
  };
3578
3662
  elevation?: number;
3663
+ media?: {
3664
+ type: "image" | "video";
3665
+ src: string;
3666
+ };
3579
3667
  };
3580
3668
  padding?: {
3581
3669
  top?: import("@omnia/fx-models").SpacingValue;
@@ -3718,6 +3806,10 @@ export declare const useColorSchemaStore: () => {
3718
3806
  };
3719
3807
  };
3720
3808
  elevation?: number;
3809
+ media?: {
3810
+ type: "image" | "video";
3811
+ src: string;
3812
+ };
3721
3813
  };
3722
3814
  text?: {
3723
3815
  color?: string | {
@@ -3831,6 +3923,10 @@ export declare const useColorSchemaStore: () => {
3831
3923
  };
3832
3924
  };
3833
3925
  elevation?: number;
3926
+ media?: {
3927
+ type: "image" | "video";
3928
+ src: string;
3929
+ };
3834
3930
  };
3835
3931
  };
3836
3932
  };
@@ -3887,6 +3983,10 @@ export declare const useColorSchemaStore: () => {
3887
3983
  };
3888
3984
  };
3889
3985
  elevation?: number;
3986
+ media?: {
3987
+ type: "image" | "video";
3988
+ src: string;
3989
+ };
3890
3990
  };
3891
3991
  padding?: {
3892
3992
  top?: import("@omnia/fx-models").SpacingValue;
@@ -4029,6 +4129,10 @@ export declare const useColorSchemaStore: () => {
4029
4129
  };
4030
4130
  };
4031
4131
  elevation?: number;
4132
+ media?: {
4133
+ type: "image" | "video";
4134
+ src: string;
4135
+ };
4032
4136
  };
4033
4137
  text?: {
4034
4138
  color?: string | {
@@ -4142,6 +4246,10 @@ export declare const useColorSchemaStore: () => {
4142
4246
  };
4143
4247
  };
4144
4248
  elevation?: number;
4249
+ media?: {
4250
+ type: "image" | "video";
4251
+ src: string;
4252
+ };
4145
4253
  };
4146
4254
  };
4147
4255
  };
@@ -4198,6 +4306,10 @@ export declare const useColorSchemaStore: () => {
4198
4306
  };
4199
4307
  };
4200
4308
  elevation?: number;
4309
+ media?: {
4310
+ type: "image" | "video";
4311
+ src: string;
4312
+ };
4201
4313
  };
4202
4314
  padding?: {
4203
4315
  top?: import("@omnia/fx-models").SpacingValue;
@@ -4340,6 +4452,10 @@ export declare const useColorSchemaStore: () => {
4340
4452
  };
4341
4453
  };
4342
4454
  elevation?: number;
4455
+ media?: {
4456
+ type: "image" | "video";
4457
+ src: string;
4458
+ };
4343
4459
  };
4344
4460
  text?: {
4345
4461
  color?: string | {
@@ -4453,6 +4569,10 @@ export declare const useColorSchemaStore: () => {
4453
4569
  };
4454
4570
  };
4455
4571
  elevation?: number;
4572
+ media?: {
4573
+ type: "image" | "video";
4574
+ src: string;
4575
+ };
4456
4576
  };
4457
4577
  };
4458
4578
  };
@@ -4662,6 +4782,10 @@ export declare const useColorSchemaStore: () => {
4662
4782
  };
4663
4783
  };
4664
4784
  elevation?: number;
4785
+ media?: {
4786
+ type: "image" | "video";
4787
+ src: string;
4788
+ };
4665
4789
  };
4666
4790
  spacing?: {
4667
4791
  top?: import("@omnia/fx-models").SpacingValue;
@@ -4874,6 +4998,10 @@ export declare const useColorSchemaStore: () => {
4874
4998
  };
4875
4999
  };
4876
5000
  elevation?: number;
5001
+ media?: {
5002
+ type: "image" | "video";
5003
+ src: string;
5004
+ };
4877
5005
  };
4878
5006
  spacing?: {
4879
5007
  top?: import("@omnia/fx-models").SpacingValue;
@@ -5086,6 +5214,10 @@ export declare const useColorSchemaStore: () => {
5086
5214
  };
5087
5215
  };
5088
5216
  elevation?: number;
5217
+ media?: {
5218
+ type: "image" | "video";
5219
+ src: string;
5220
+ };
5089
5221
  };
5090
5222
  spacing?: {
5091
5223
  top?: import("@omnia/fx-models").SpacingValue;
@@ -5298,6 +5430,10 @@ export declare const useColorSchemaStore: () => {
5298
5430
  };
5299
5431
  };
5300
5432
  elevation?: number;
5433
+ media?: {
5434
+ type: "image" | "video";
5435
+ src: string;
5436
+ };
5301
5437
  };
5302
5438
  spacing?: {
5303
5439
  top?: import("@omnia/fx-models").SpacingValue;
@@ -5468,6 +5604,10 @@ export declare const useColorSchemaStore: () => {
5468
5604
  };
5469
5605
  };
5470
5606
  elevation?: number;
5607
+ media?: {
5608
+ type: "image" | "video";
5609
+ src: string;
5610
+ };
5471
5611
  };
5472
5612
  id: {
5473
5613
  toString: () => string;
@@ -5530,6 +5670,10 @@ export declare const useColorSchemaStore: () => {
5530
5670
  };
5531
5671
  };
5532
5672
  elevation?: number;
5673
+ media?: {
5674
+ type: "image" | "video";
5675
+ src: string;
5676
+ };
5533
5677
  };
5534
5678
  id: {
5535
5679
  toString: () => string;
@@ -5592,6 +5736,10 @@ export declare const useColorSchemaStore: () => {
5592
5736
  };
5593
5737
  };
5594
5738
  elevation?: number;
5739
+ media?: {
5740
+ type: "image" | "video";
5741
+ src: string;
5742
+ };
5595
5743
  };
5596
5744
  id: {
5597
5745
  toString: () => string;
@@ -5654,6 +5802,10 @@ export declare const useColorSchemaStore: () => {
5654
5802
  };
5655
5803
  };
5656
5804
  elevation?: number;
5805
+ media?: {
5806
+ type: "image" | "video";
5807
+ src: string;
5808
+ };
5657
5809
  };
5658
5810
  id: {
5659
5811
  toString: () => string;