@omnia/fx 8.0.156-dev → 8.0.158-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/OmniaSearchUserService.d.ts +7 -0
  3. package/internal-do-not-import-from-here/services/index.d.ts +37 -36
  4. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +152 -0
  5. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +152 -0
  6. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +152 -0
  7. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +17 -39
  8. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +26 -38
  9. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +23 -29
  11. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +8 -11
  13. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +35 -1
  16. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -1
  17. package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +2 -1
  18. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBirthdayRegistration.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBooleanRegistration.d.ts +1 -0
  20. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateRegistration.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateTimeRegistration.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedEmailRegistration.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedHtmlRegistration.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIdentityRegistration.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIntegerRegistration.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedLinkRegistration.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilineTextRegistration.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilingualTextRegistration.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedPhoneNumberRegistration.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedTextRegistration.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +4 -1
  32. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +22 -1
  34. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +3 -2
  35. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +22 -1
  36. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +152 -0
  37. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +304 -0
  38. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +389 -10
  39. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +18 -49
  40. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +304 -0
  41. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +21 -0
  42. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +0 -2
  43. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -53
  44. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +152 -0
  45. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -10
  46. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +3 -3
  47. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/DefinitionRegistrations.d.ts +1 -0
  48. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +6 -0
  49. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +875 -0
  50. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +2 -0
  51. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +3 -0
  52. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +2 -0
  53. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +2 -0
  54. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +4 -0
  55. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +2 -0
  56. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +2 -0
  57. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +3 -0
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +3 -0
  59. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +2 -0
  60. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +2 -0
  61. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +4 -0
  62. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +9 -0
  63. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +15 -0
  64. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +2 -0
  65. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +162 -0
  66. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -1
  67. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +12 -16
  68. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -1
  69. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +1 -10
  70. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/IconEditor.d.ts +406 -0
  71. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +98 -102
  72. package/internal-do-not-import-from-here/wctypings.d.ts +31 -1
  73. package/package.json +2 -2
@@ -1071,6 +1071,10 @@ export declare const useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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 useTypographyBlueprintStore: () => {
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;
@@ -1,45 +1,21 @@
1
1
  import { ChromeBlueprint, SpacingDefinition, Spacing, SpacingValue, setColorOpacity } from "@omnia/fx-models";
2
+ import { blueprintStyles, colorStyling, spacingStyling } from "./styles";
2
3
  import { useColorSchemaStore, useSpacingBlueprintStore } from "@omnia/fx/ux";
3
- import { getBlueprintBackgroundStyling, getBlueprintBorderStyling, getBlueprintFillStyling, getBlueprintTabStyling, getBlueprintTabsStyling, getBlueprintTextStyling, getButtonBlueprintStyling, getIconBlueprintStyling } from "./styles/Blueprints";
4
4
  import { typographyStyling } from "./styles/Typography";
5
5
  export declare function useStyling(): {
6
- spacing: (spacing: import("./styles").NumericalSpacing, type: import("./styles").SpacingTypes) => string;
7
- spacingStylex: (spacing: import("./styles").NumericalSpacing, type: import("./styles").SpacingTypes) => Readonly<{
8
- className?: string;
9
- style?: Readonly<{
10
- [$$Key$$: string]: string | number;
11
- }>;
12
- }>;
6
+ spacing: typeof spacingStyling.createSpacing;
7
+ spacingStylex: typeof spacingStyling.createSpacingx;
13
8
  };
14
9
  export declare function useThemeStyling(): {
15
10
  colors: {
16
- dividingOpacity: (dark: boolean) => "rgba(255,255,255,0.15)" | "rgba(0,0,0,0.15)";
17
- backgroundOpacity: (dark: boolean, opacity?: Number) => string;
11
+ dividingOpacity: typeof colorStyling.dividingOpacity;
12
+ backgroundOpacity: typeof colorStyling.backgroundOpacity;
18
13
  setColorOpacity: typeof setColorOpacity;
19
14
  };
20
15
  styles: {
21
- colorStylex: (color: string, opacity?: number) => {
22
- all: Readonly<{
23
- className?: string;
24
- style?: Readonly<{
25
- [$$Key$$: string]: string | number;
26
- }>;
27
- }>;
28
- background: Readonly<{
29
- className?: string;
30
- style?: Readonly<{
31
- [$$Key$$: string]: string | number;
32
- }>;
33
- }>;
34
- color: Readonly<{
35
- className?: string;
36
- style?: Readonly<{
37
- [$$Key$$: string]: string | number;
38
- }>;
39
- }>;
40
- };
16
+ colorStylex: typeof colorStyling.getColorStylingx;
41
17
  selectedTableRowStyling: typeof import("./styles").getSelectedTableRowStyling;
42
- colorStyling: (color: string, opacity?: number) => import("@omnia/fx-models").ColorStyles;
18
+ colorStyling: typeof colorStyling.getColorStyling;
43
19
  hoverStyling: typeof import("./styles").getHoverStyling;
44
20
  scrollStyling: typeof import("./styles").getScrollStyling;
45
21
  borderDividerStyling: typeof import("./styles").getBorderDividerStyling;
@@ -77,14 +53,16 @@ export declare function useThemeStyling(): {
77
53
  chromeStyling: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition) => any[];
78
54
  };
79
55
  blueprints: {
80
- button: typeof getButtonBlueprintStyling;
81
- icon: typeof getIconBlueprintStyling;
82
- fill: typeof getBlueprintFillStyling;
83
- border: typeof getBlueprintBorderStyling;
84
- background: typeof getBlueprintBackgroundStyling;
85
- text: typeof getBlueprintTextStyling;
86
- tab: typeof getBlueprintTabStyling;
87
- tabs: typeof getBlueprintTabsStyling;
56
+ button: typeof blueprintStyles.getButtonBlueprintStyling;
57
+ icon: typeof blueprintStyles.getIconBlueprintStyling;
58
+ fill: typeof blueprintStyles.getBlueprintFillStyling;
59
+ fillObject: typeof blueprintStyles.getBlueprintFillObject;
60
+ border: typeof blueprintStyles.getBlueprintBorderStyling;
61
+ background: typeof blueprintStyles.getBlueprintBackgroundStyling;
62
+ text: typeof blueprintStyles.getBlueprintTextStyling;
63
+ textObject: typeof blueprintStyles.getBlueprintTextStylingObject;
64
+ tab: typeof blueprintStyles.getBlueprintTabStyling;
65
+ tabs: typeof blueprintStyles.getBlueprintTabsStyling;
88
66
  spacing: {
89
67
  innerPaddingStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<{
90
68
  className?: string;
@@ -1,42 +1,30 @@
1
1
  import { FillDefinitionValue, BorderStylingDefinition, ButtonBlueprint, SpacingBlueprintTypes, Spacing, SpacingValue, BackgroundDefinition, TextBlueprint, IconBlueprint, TabsBlueprint } from "@omnia/fx-models";
2
2
  import { NestedCSSProperties } from "typestyle/lib/types";
3
3
  import { useColorSchemaStore, useSpacingBlueprintStore, useTypographyBlueprintStore } from "../../store";
4
- export declare const BlueprintStyles: {
5
- getBlueprintSpacingValue: typeof getBlueprintSpacingValue;
6
- getBlueprintSpacingStyling: typeof getBlueprintSpacingStyling;
7
- getButtonBlueprintStyling: typeof getButtonBlueprintStyling;
8
- getIconBlueprintStyling: typeof getIconBlueprintStyling;
9
- getBlueprintFillStyling: typeof getBlueprintFillStyling;
10
- getBlueprintBorderStyling: typeof getBlueprintBorderStyling;
11
- getBlueprintBorderObject: typeof getBlueprintBorderObject;
12
- getBlueprintSpacingStylingx: typeof getBlueprintSpacingStylingx;
13
- getBlueprintBackgroundStyling: typeof getBlueprintBackgroundStyling;
14
- getBlueprintBackgroundObject: typeof getBlueprintBackgroundObject;
15
- getBlueprintTextStyling: typeof getBlueprintTextStyling;
16
- getBlueprintTabStyling: typeof getBlueprintTabStyling;
17
- getBlueprintTabsStyling: typeof getBlueprintTabsStyling;
18
- };
19
- /**Border styling */
20
- export declare function getBlueprintBorderObject(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
21
- export declare function getBlueprintBorderStyling(definition: BorderStylingDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
22
- export declare function getBlueprintBackgroundStyling(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
23
- export declare function getBlueprintBackgroundObject(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
24
- export declare function getBlueprintFillStyling(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): string;
25
- /**Spacing styling */
26
- declare function getBlueprintSpacingValue(value: any, type: SpacingBlueprintTypes, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
27
- export declare function getBlueprintSpacingStylingx(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<{
28
- className?: string;
29
- style?: Readonly<{
30
- [$$Key$$: string]: string | number;
4
+ export declare namespace blueprintStyles {
5
+ /**Border styling */
6
+ function getBlueprintBorderObject(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
7
+ function getBlueprintBorderStyling(definition: BorderStylingDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
8
+ function getBlueprintBackgroundStyling(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
9
+ function getBlueprintBackgroundObject(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
10
+ function getBlueprintFillObject(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
11
+ function getBlueprintFillStyling(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): string;
12
+ /**Spacing styling */
13
+ function getBlueprintSpacingValue(value: any, type: SpacingBlueprintTypes, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
14
+ function getBlueprintSpacingStylingx(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<{
15
+ className?: string;
16
+ style?: Readonly<{
17
+ [$$Key$$: string]: string | number;
18
+ }>;
31
19
  }>;
32
- }>;
33
- export declare function getBlueprintSpacingStyling(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
34
- /**Button styling */
35
- export declare function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
36
- /**Tab styling */
37
- export declare function getBlueprintTabStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): string;
38
- export declare function getBlueprintTabsStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
39
- /**Text styling */
40
- export declare function getBlueprintTextStyling(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): string;
41
- export declare function getIconBlueprintStyling(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): string;
42
- export {};
20
+ function getBlueprintSpacingStyling(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
21
+ /**Button styling */
22
+ function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
23
+ /**Tab styling */
24
+ function getBlueprintTabStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): string;
25
+ function getBlueprintTabsStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
26
+ /**Text styling */
27
+ function getBlueprintTextStyling(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): string;
28
+ function getBlueprintTextStylingObject(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): NestedCSSProperties;
29
+ function getIconBlueprintStyling(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): string;
30
+ }
@@ -1,6 +1,6 @@
1
1
  import { ChromeBlueprint, SpacingDefinition } from "@omnia/fx-models";
2
2
  import { useColorSchemaStore } from "../../store";
3
- export declare const ChromeStyles: {
3
+ export declare const chromeStyles: {
4
4
  getChromeStyling: typeof getChromeStyling;
5
5
  getChromeStylingx: typeof getChromeStylingx;
6
6
  };
@@ -1,33 +1,27 @@
1
1
  import { ColorStyles } from "@omnia/fx-models";
2
- export declare const ColorStyling: {
3
- dividingOpacity: typeof dividingOpacity;
4
- backgroundOpacity: typeof backgroundOpacity;
5
- backgroundOpacityOnColor: typeof backgroundOpacityOnColor;
6
- getColorStyling: typeof getColorStyling;
7
- getColorStylingx: typeof getColorStylingx;
8
- };
9
- declare function dividingOpacity(dark: boolean): "rgba(255,255,255,0.15)" | "rgba(0,0,0,0.15)";
10
- declare function backgroundOpacity(dark: boolean, opacity?: Number): string;
11
- declare function backgroundOpacityOnColor(color: string, dark: boolean, opacity?: Number): any;
12
- declare function getColorStylingx(color: string, opacity?: number): {
13
- all: Readonly<{
14
- className?: string;
15
- style?: Readonly<{
16
- [$$Key$$: string]: string | number;
2
+ export declare namespace colorStyling {
3
+ function dividingOpacity(dark: boolean): "rgba(255,255,255,0.15)" | "rgba(0,0,0,0.15)";
4
+ function backgroundOpacity(dark: boolean, opacity?: Number): string;
5
+ function backgroundOpacityOnColor(color: string, dark: boolean, opacity?: Number): any;
6
+ function getColorStylingx(color: string, opacity?: number): {
7
+ all: Readonly<{
8
+ className?: string;
9
+ style?: Readonly<{
10
+ [$$Key$$: string]: string | number;
11
+ }>;
17
12
  }>;
18
- }>;
19
- background: Readonly<{
20
- className?: string;
21
- style?: Readonly<{
22
- [$$Key$$: string]: string | number;
13
+ background: Readonly<{
14
+ className?: string;
15
+ style?: Readonly<{
16
+ [$$Key$$: string]: string | number;
17
+ }>;
23
18
  }>;
24
- }>;
25
- color: Readonly<{
26
- className?: string;
27
- style?: Readonly<{
28
- [$$Key$$: string]: string | number;
19
+ color: Readonly<{
20
+ className?: string;
21
+ style?: Readonly<{
22
+ [$$Key$$: string]: string | number;
23
+ }>;
29
24
  }>;
30
- }>;
31
- };
32
- declare function getColorStyling(color: string, opacity?: number): ColorStyles;
33
- export {};
25
+ };
26
+ function getColorStyling(color: string, opacity?: number): ColorStyles;
27
+ }
@@ -1,6 +1,6 @@
1
1
  import { useColorSchemaStore } from "@omnia/fx/ux";
2
2
  import { OBorderCombination } from "@omnia/fx-models";
3
- export declare const GeneralStyles: {
3
+ export declare const generalStyles: {
4
4
  getSelectedTableRowStyling: typeof getSelectedTableRowStyling;
5
5
  getScrollStyling: typeof getScrollStyling;
6
6
  getHoverStyling: typeof getHoverStyling;