@omnia/fx 8.0.155-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.
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
@@ -1071,6 +1071,10 @@ export declare const useSpacingBlueprintStore: () => {
1071
1071
  };
1072
1072
  };
1073
1073
  elevation?: number;
1074
+ media?: {
1075
+ type: "image" | "video";
1076
+ src: string;
1077
+ };
1074
1078
  };
1075
1079
  alterCase?: boolean;
1076
1080
  text?: {
@@ -1191,6 +1195,10 @@ export declare const useSpacingBlueprintStore: () => {
1191
1195
  };
1192
1196
  };
1193
1197
  elevation?: number;
1198
+ media?: {
1199
+ type: "image" | "video";
1200
+ src: string;
1201
+ };
1194
1202
  };
1195
1203
  alterCase?: boolean;
1196
1204
  text?: {
@@ -1311,6 +1319,10 @@ export declare const useSpacingBlueprintStore: () => {
1311
1319
  };
1312
1320
  };
1313
1321
  elevation?: number;
1322
+ media?: {
1323
+ type: "image" | "video";
1324
+ src: string;
1325
+ };
1314
1326
  };
1315
1327
  alterCase?: boolean;
1316
1328
  text?: {
@@ -1431,6 +1443,10 @@ export declare const useSpacingBlueprintStore: () => {
1431
1443
  };
1432
1444
  };
1433
1445
  elevation?: number;
1446
+ media?: {
1447
+ type: "image" | "video";
1448
+ src: string;
1449
+ };
1434
1450
  };
1435
1451
  alterCase?: boolean;
1436
1452
  text?: {
@@ -1551,6 +1567,10 @@ export declare const useSpacingBlueprintStore: () => {
1551
1567
  };
1552
1568
  };
1553
1569
  elevation?: number;
1570
+ media?: {
1571
+ type: "image" | "video";
1572
+ src: string;
1573
+ };
1554
1574
  };
1555
1575
  alterCase?: boolean;
1556
1576
  text?: {
@@ -1671,6 +1691,10 @@ export declare const useSpacingBlueprintStore: () => {
1671
1691
  };
1672
1692
  };
1673
1693
  elevation?: number;
1694
+ media?: {
1695
+ type: "image" | "video";
1696
+ src: string;
1697
+ };
1674
1698
  };
1675
1699
  alterCase?: boolean;
1676
1700
  text?: {
@@ -1791,6 +1815,10 @@ export declare const useSpacingBlueprintStore: () => {
1791
1815
  };
1792
1816
  };
1793
1817
  elevation?: number;
1818
+ media?: {
1819
+ type: "image" | "video";
1820
+ src: string;
1821
+ };
1794
1822
  };
1795
1823
  alterCase?: boolean;
1796
1824
  text?: {
@@ -1911,6 +1939,10 @@ export declare const useSpacingBlueprintStore: () => {
1911
1939
  };
1912
1940
  };
1913
1941
  elevation?: number;
1942
+ media?: {
1943
+ type: "image" | "video";
1944
+ src: string;
1945
+ };
1914
1946
  };
1915
1947
  alterCase?: boolean;
1916
1948
  text?: {
@@ -2031,6 +2063,10 @@ export declare const useSpacingBlueprintStore: () => {
2031
2063
  };
2032
2064
  };
2033
2065
  elevation?: number;
2066
+ media?: {
2067
+ type: "image" | "video";
2068
+ src: string;
2069
+ };
2034
2070
  };
2035
2071
  alterCase?: boolean;
2036
2072
  text?: {
@@ -2153,6 +2189,10 @@ export declare const useSpacingBlueprintStore: () => {
2153
2189
  };
2154
2190
  };
2155
2191
  elevation?: number;
2192
+ media?: {
2193
+ type: "image" | "video";
2194
+ src: string;
2195
+ };
2156
2196
  };
2157
2197
  alterCase?: boolean;
2158
2198
  text?: {
@@ -2273,6 +2313,10 @@ export declare const useSpacingBlueprintStore: () => {
2273
2313
  };
2274
2314
  };
2275
2315
  elevation?: number;
2316
+ media?: {
2317
+ type: "image" | "video";
2318
+ src: string;
2319
+ };
2276
2320
  };
2277
2321
  alterCase?: boolean;
2278
2322
  text?: {
@@ -2393,6 +2437,10 @@ export declare const useSpacingBlueprintStore: () => {
2393
2437
  };
2394
2438
  };
2395
2439
  elevation?: number;
2440
+ media?: {
2441
+ type: "image" | "video";
2442
+ src: string;
2443
+ };
2396
2444
  };
2397
2445
  alterCase?: boolean;
2398
2446
  text?: {
@@ -2513,6 +2561,10 @@ export declare const useSpacingBlueprintStore: () => {
2513
2561
  };
2514
2562
  };
2515
2563
  elevation?: number;
2564
+ media?: {
2565
+ type: "image" | "video";
2566
+ src: string;
2567
+ };
2516
2568
  };
2517
2569
  alterCase?: boolean;
2518
2570
  text?: {
@@ -2633,6 +2685,10 @@ export declare const useSpacingBlueprintStore: () => {
2633
2685
  };
2634
2686
  };
2635
2687
  elevation?: number;
2688
+ media?: {
2689
+ type: "image" | "video";
2690
+ src: string;
2691
+ };
2636
2692
  };
2637
2693
  alterCase?: boolean;
2638
2694
  text?: {
@@ -2753,6 +2809,10 @@ export declare const useSpacingBlueprintStore: () => {
2753
2809
  };
2754
2810
  };
2755
2811
  elevation?: number;
2812
+ media?: {
2813
+ type: "image" | "video";
2814
+ src: string;
2815
+ };
2756
2816
  };
2757
2817
  alterCase?: boolean;
2758
2818
  text?: {
@@ -2873,6 +2933,10 @@ export declare const useSpacingBlueprintStore: () => {
2873
2933
  };
2874
2934
  };
2875
2935
  elevation?: number;
2936
+ media?: {
2937
+ type: "image" | "video";
2938
+ src: string;
2939
+ };
2876
2940
  };
2877
2941
  alterCase?: boolean;
2878
2942
  text?: {
@@ -2993,6 +3057,10 @@ export declare const useSpacingBlueprintStore: () => {
2993
3057
  };
2994
3058
  };
2995
3059
  elevation?: number;
3060
+ media?: {
3061
+ type: "image" | "video";
3062
+ src: string;
3063
+ };
2996
3064
  };
2997
3065
  alterCase?: boolean;
2998
3066
  text?: {
@@ -3113,6 +3181,10 @@ export declare const useSpacingBlueprintStore: () => {
3113
3181
  };
3114
3182
  };
3115
3183
  elevation?: number;
3184
+ media?: {
3185
+ type: "image" | "video";
3186
+ src: string;
3187
+ };
3116
3188
  };
3117
3189
  alterCase?: boolean;
3118
3190
  text?: {
@@ -3235,6 +3307,10 @@ export declare const useSpacingBlueprintStore: () => {
3235
3307
  };
3236
3308
  };
3237
3309
  elevation?: number;
3310
+ media?: {
3311
+ type: "image" | "video";
3312
+ src: string;
3313
+ };
3238
3314
  };
3239
3315
  padding?: {
3240
3316
  top?: import("@omnia/fx-models").SpacingValue;
@@ -3377,6 +3453,10 @@ export declare const useSpacingBlueprintStore: () => {
3377
3453
  };
3378
3454
  };
3379
3455
  elevation?: number;
3456
+ media?: {
3457
+ type: "image" | "video";
3458
+ src: string;
3459
+ };
3380
3460
  };
3381
3461
  text?: {
3382
3462
  color?: string | {
@@ -3490,6 +3570,10 @@ export declare const useSpacingBlueprintStore: () => {
3490
3570
  };
3491
3571
  };
3492
3572
  elevation?: number;
3573
+ media?: {
3574
+ type: "image" | "video";
3575
+ src: string;
3576
+ };
3493
3577
  };
3494
3578
  };
3495
3579
  };
@@ -3546,6 +3630,10 @@ export declare const useSpacingBlueprintStore: () => {
3546
3630
  };
3547
3631
  };
3548
3632
  elevation?: number;
3633
+ media?: {
3634
+ type: "image" | "video";
3635
+ src: string;
3636
+ };
3549
3637
  };
3550
3638
  padding?: {
3551
3639
  top?: import("@omnia/fx-models").SpacingValue;
@@ -3688,6 +3776,10 @@ export declare const useSpacingBlueprintStore: () => {
3688
3776
  };
3689
3777
  };
3690
3778
  elevation?: number;
3779
+ media?: {
3780
+ type: "image" | "video";
3781
+ src: string;
3782
+ };
3691
3783
  };
3692
3784
  text?: {
3693
3785
  color?: string | {
@@ -3801,6 +3893,10 @@ export declare const useSpacingBlueprintStore: () => {
3801
3893
  };
3802
3894
  };
3803
3895
  elevation?: number;
3896
+ media?: {
3897
+ type: "image" | "video";
3898
+ src: string;
3899
+ };
3804
3900
  };
3805
3901
  };
3806
3902
  };
@@ -3857,6 +3953,10 @@ export declare const useSpacingBlueprintStore: () => {
3857
3953
  };
3858
3954
  };
3859
3955
  elevation?: number;
3956
+ media?: {
3957
+ type: "image" | "video";
3958
+ src: string;
3959
+ };
3860
3960
  };
3861
3961
  padding?: {
3862
3962
  top?: import("@omnia/fx-models").SpacingValue;
@@ -3999,6 +4099,10 @@ export declare const useSpacingBlueprintStore: () => {
3999
4099
  };
4000
4100
  };
4001
4101
  elevation?: number;
4102
+ media?: {
4103
+ type: "image" | "video";
4104
+ src: string;
4105
+ };
4002
4106
  };
4003
4107
  text?: {
4004
4108
  color?: string | {
@@ -4112,6 +4216,10 @@ export declare const useSpacingBlueprintStore: () => {
4112
4216
  };
4113
4217
  };
4114
4218
  elevation?: number;
4219
+ media?: {
4220
+ type: "image" | "video";
4221
+ src: string;
4222
+ };
4115
4223
  };
4116
4224
  };
4117
4225
  };
@@ -4168,6 +4276,10 @@ export declare const useSpacingBlueprintStore: () => {
4168
4276
  };
4169
4277
  };
4170
4278
  elevation?: number;
4279
+ media?: {
4280
+ type: "image" | "video";
4281
+ src: string;
4282
+ };
4171
4283
  };
4172
4284
  padding?: {
4173
4285
  top?: import("@omnia/fx-models").SpacingValue;
@@ -4310,6 +4422,10 @@ export declare const useSpacingBlueprintStore: () => {
4310
4422
  };
4311
4423
  };
4312
4424
  elevation?: number;
4425
+ media?: {
4426
+ type: "image" | "video";
4427
+ src: string;
4428
+ };
4313
4429
  };
4314
4430
  text?: {
4315
4431
  color?: string | {
@@ -4423,6 +4539,10 @@ export declare const useSpacingBlueprintStore: () => {
4423
4539
  };
4424
4540
  };
4425
4541
  elevation?: number;
4542
+ media?: {
4543
+ type: "image" | "video";
4544
+ src: string;
4545
+ };
4426
4546
  };
4427
4547
  };
4428
4548
  };
@@ -4632,6 +4752,10 @@ export declare const useSpacingBlueprintStore: () => {
4632
4752
  };
4633
4753
  };
4634
4754
  elevation?: number;
4755
+ media?: {
4756
+ type: "image" | "video";
4757
+ src: string;
4758
+ };
4635
4759
  };
4636
4760
  spacing?: {
4637
4761
  top?: import("@omnia/fx-models").SpacingValue;
@@ -4844,6 +4968,10 @@ export declare const useSpacingBlueprintStore: () => {
4844
4968
  };
4845
4969
  };
4846
4970
  elevation?: number;
4971
+ media?: {
4972
+ type: "image" | "video";
4973
+ src: string;
4974
+ };
4847
4975
  };
4848
4976
  spacing?: {
4849
4977
  top?: import("@omnia/fx-models").SpacingValue;
@@ -5056,6 +5184,10 @@ export declare const useSpacingBlueprintStore: () => {
5056
5184
  };
5057
5185
  };
5058
5186
  elevation?: number;
5187
+ media?: {
5188
+ type: "image" | "video";
5189
+ src: string;
5190
+ };
5059
5191
  };
5060
5192
  spacing?: {
5061
5193
  top?: import("@omnia/fx-models").SpacingValue;
@@ -5268,6 +5400,10 @@ export declare const useSpacingBlueprintStore: () => {
5268
5400
  };
5269
5401
  };
5270
5402
  elevation?: number;
5403
+ media?: {
5404
+ type: "image" | "video";
5405
+ src: string;
5406
+ };
5271
5407
  };
5272
5408
  spacing?: {
5273
5409
  top?: import("@omnia/fx-models").SpacingValue;
@@ -5438,6 +5574,10 @@ export declare const useSpacingBlueprintStore: () => {
5438
5574
  };
5439
5575
  };
5440
5576
  elevation?: number;
5577
+ media?: {
5578
+ type: "image" | "video";
5579
+ src: string;
5580
+ };
5441
5581
  };
5442
5582
  id: {
5443
5583
  toString: () => string;
@@ -5500,6 +5640,10 @@ export declare const useSpacingBlueprintStore: () => {
5500
5640
  };
5501
5641
  };
5502
5642
  elevation?: number;
5643
+ media?: {
5644
+ type: "image" | "video";
5645
+ src: string;
5646
+ };
5503
5647
  };
5504
5648
  id: {
5505
5649
  toString: () => string;
@@ -5562,6 +5706,10 @@ export declare const useSpacingBlueprintStore: () => {
5562
5706
  };
5563
5707
  };
5564
5708
  elevation?: number;
5709
+ media?: {
5710
+ type: "image" | "video";
5711
+ src: string;
5712
+ };
5565
5713
  };
5566
5714
  id: {
5567
5715
  toString: () => string;
@@ -5624,6 +5772,10 @@ export declare const useSpacingBlueprintStore: () => {
5624
5772
  };
5625
5773
  };
5626
5774
  elevation?: number;
5775
+ media?: {
5776
+ type: "image" | "video";
5777
+ src: string;
5778
+ };
5627
5779
  };
5628
5780
  id: {
5629
5781
  toString: () => string;