@pega/cosmos-react-core 9.7.0 → 9.8.0
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.
- package/lib/components/AppShell/AppHeader.styles.js +2 -2
- package/lib/components/AppShell/AppHeader.styles.js.map +1 -1
- package/lib/components/AppShell/AppShell.styles.js +14 -14
- package/lib/components/AppShell/AppShell.styles.js.map +1 -1
- package/lib/components/AppShell/AppShellList.styles.js +2 -2
- package/lib/components/AppShell/AppShellList.styles.js.map +1 -1
- package/lib/components/AppShell/AppShellSearch.styles.js +1 -1
- package/lib/components/AppShell/AppShellSearch.styles.js.map +1 -1
- package/lib/components/AppShell/Drawer.styles.js +1 -1
- package/lib/components/AppShell/Drawer.styles.js.map +1 -1
- package/lib/components/Button/Button.js +2 -2
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/components/Card/Card.js +2 -2
- package/lib/components/Card/Card.js.map +1 -1
- package/lib/components/DateTime/Picker/TimePicker.js +2 -2
- package/lib/components/DateTime/Picker/TimePicker.js.map +1 -1
- package/lib/components/File/FileInput.styles.js +2 -2
- package/lib/components/File/FileInput.styles.js.map +1 -1
- package/lib/components/File/FileVisual.js +1 -1
- package/lib/components/File/FileVisual.js.map +1 -1
- package/lib/components/FormControl/FormControl.js +1 -1
- package/lib/components/FormControl/FormControl.js.map +1 -1
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/Link.js.map +1 -1
- package/lib/components/Location/LocationView.styles.js +2 -2
- package/lib/components/Location/LocationView.styles.js.map +1 -1
- package/lib/components/Menu/Menu.styles.js +2 -2
- package/lib/components/Menu/Menu.styles.js.map +1 -1
- package/lib/components/Modal/MinimizedModal.js +1 -1
- package/lib/components/Modal/MinimizedModal.js.map +1 -1
- package/lib/components/MultiStepForm/FormProgress.styles.js +1 -1
- package/lib/components/MultiStepForm/FormProgress.styles.js.map +1 -1
- package/lib/components/PageTemplates/GridLayout/EditorBackground.js +1 -1
- package/lib/components/PageTemplates/GridLayout/EditorBackground.js.map +1 -1
- package/lib/components/Preview/PreviewPanel.js +1 -1
- package/lib/components/Preview/PreviewPanel.js.map +1 -1
- package/lib/components/SearchInput/SearchInput.styles.js +3 -3
- package/lib/components/SearchInput/SearchInput.styles.js.map +1 -1
- package/lib/components/SelectionCard/SelectionCard.styles.js +3 -3
- package/lib/components/SelectionCard/SelectionCard.styles.js.map +1 -1
- package/lib/components/Text/Text.d.ts.map +1 -1
- package/lib/components/Text/Text.js +2 -0
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/components/Toaster/Toaster.js +2 -2
- package/lib/components/Toaster/Toaster.js.map +1 -1
- package/lib/theme/theme.d.ts +132 -0
- package/lib/theme/theme.d.ts.map +1 -1
- package/lib/theme/themeDefinition.json +84 -0
- package/lib/theme/themeOverrides.schema.json +72 -0
- package/package.json +1 -1
package/lib/theme/theme.d.ts
CHANGED
|
@@ -1542,6 +1542,18 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
1542
1542
|
};
|
|
1543
1543
|
};
|
|
1544
1544
|
};
|
|
1545
|
+
shortcuts: {
|
|
1546
|
+
icon: {
|
|
1547
|
+
background: {
|
|
1548
|
+
$type: string;
|
|
1549
|
+
$value: string;
|
|
1550
|
+
};
|
|
1551
|
+
foreground: {
|
|
1552
|
+
$type: string;
|
|
1553
|
+
$value: string;
|
|
1554
|
+
};
|
|
1555
|
+
};
|
|
1556
|
+
};
|
|
1545
1557
|
switch: {
|
|
1546
1558
|
height: {
|
|
1547
1559
|
$type: string;
|
|
@@ -1792,6 +1804,14 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
1792
1804
|
$type: string;
|
|
1793
1805
|
$value: string;
|
|
1794
1806
|
};
|
|
1807
|
+
"text-transform": {
|
|
1808
|
+
$type: string;
|
|
1809
|
+
$value: string;
|
|
1810
|
+
};
|
|
1811
|
+
"letter-spacing": {
|
|
1812
|
+
$type: string;
|
|
1813
|
+
$value: string;
|
|
1814
|
+
};
|
|
1795
1815
|
};
|
|
1796
1816
|
secondary: {
|
|
1797
1817
|
"font-size": {
|
|
@@ -1806,6 +1826,14 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
1806
1826
|
$type: string;
|
|
1807
1827
|
$value: string;
|
|
1808
1828
|
};
|
|
1829
|
+
"text-transform": {
|
|
1830
|
+
$type: string;
|
|
1831
|
+
$value: string;
|
|
1832
|
+
};
|
|
1833
|
+
"letter-spacing": {
|
|
1834
|
+
$type: string;
|
|
1835
|
+
$value: string;
|
|
1836
|
+
};
|
|
1809
1837
|
};
|
|
1810
1838
|
h1: {
|
|
1811
1839
|
"font-size": {
|
|
@@ -1820,6 +1848,14 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
1820
1848
|
$type: string;
|
|
1821
1849
|
$value: string;
|
|
1822
1850
|
};
|
|
1851
|
+
"text-transform": {
|
|
1852
|
+
$type: string;
|
|
1853
|
+
$value: string;
|
|
1854
|
+
};
|
|
1855
|
+
"letter-spacing": {
|
|
1856
|
+
$type: string;
|
|
1857
|
+
$value: string;
|
|
1858
|
+
};
|
|
1823
1859
|
};
|
|
1824
1860
|
h2: {
|
|
1825
1861
|
"font-size": {
|
|
@@ -1834,6 +1870,14 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
1834
1870
|
$type: string;
|
|
1835
1871
|
$value: string;
|
|
1836
1872
|
};
|
|
1873
|
+
"text-transform": {
|
|
1874
|
+
$type: string;
|
|
1875
|
+
$value: string;
|
|
1876
|
+
};
|
|
1877
|
+
"letter-spacing": {
|
|
1878
|
+
$type: string;
|
|
1879
|
+
$value: string;
|
|
1880
|
+
};
|
|
1837
1881
|
};
|
|
1838
1882
|
h3: {
|
|
1839
1883
|
"font-size": {
|
|
@@ -1848,6 +1892,14 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
1848
1892
|
$type: string;
|
|
1849
1893
|
$value: string;
|
|
1850
1894
|
};
|
|
1895
|
+
"text-transform": {
|
|
1896
|
+
$type: string;
|
|
1897
|
+
$value: string;
|
|
1898
|
+
};
|
|
1899
|
+
"letter-spacing": {
|
|
1900
|
+
$type: string;
|
|
1901
|
+
$value: string;
|
|
1902
|
+
};
|
|
1851
1903
|
};
|
|
1852
1904
|
h4: {
|
|
1853
1905
|
"font-size": {
|
|
@@ -1862,6 +1914,14 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
1862
1914
|
$type: string;
|
|
1863
1915
|
$value: string;
|
|
1864
1916
|
};
|
|
1917
|
+
"text-transform": {
|
|
1918
|
+
$type: string;
|
|
1919
|
+
$value: string;
|
|
1920
|
+
};
|
|
1921
|
+
"letter-spacing": {
|
|
1922
|
+
$type: string;
|
|
1923
|
+
$value: string;
|
|
1924
|
+
};
|
|
1865
1925
|
};
|
|
1866
1926
|
h5: {
|
|
1867
1927
|
"font-size": {
|
|
@@ -1876,6 +1936,14 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
1876
1936
|
$type: string;
|
|
1877
1937
|
$value: string;
|
|
1878
1938
|
};
|
|
1939
|
+
"text-transform": {
|
|
1940
|
+
$type: string;
|
|
1941
|
+
$value: string;
|
|
1942
|
+
};
|
|
1943
|
+
"letter-spacing": {
|
|
1944
|
+
$type: string;
|
|
1945
|
+
$value: string;
|
|
1946
|
+
};
|
|
1879
1947
|
};
|
|
1880
1948
|
h6: {
|
|
1881
1949
|
"font-size": {
|
|
@@ -1890,6 +1958,14 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
1890
1958
|
$type: string;
|
|
1891
1959
|
$value: string;
|
|
1892
1960
|
};
|
|
1961
|
+
"text-transform": {
|
|
1962
|
+
$type: string;
|
|
1963
|
+
$value: string;
|
|
1964
|
+
};
|
|
1965
|
+
"letter-spacing": {
|
|
1966
|
+
$type: string;
|
|
1967
|
+
$value: string;
|
|
1968
|
+
};
|
|
1893
1969
|
};
|
|
1894
1970
|
"brand-primary": {
|
|
1895
1971
|
"font-family": {
|
|
@@ -1904,6 +1980,14 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
1904
1980
|
$type: string;
|
|
1905
1981
|
$value: string;
|
|
1906
1982
|
};
|
|
1983
|
+
"text-transform": {
|
|
1984
|
+
$type: string;
|
|
1985
|
+
$value: string;
|
|
1986
|
+
};
|
|
1987
|
+
"letter-spacing": {
|
|
1988
|
+
$type: string;
|
|
1989
|
+
$value: string;
|
|
1990
|
+
};
|
|
1907
1991
|
};
|
|
1908
1992
|
};
|
|
1909
1993
|
"text-area": {
|
|
@@ -2497,6 +2581,12 @@ export declare const WorkTheme: {
|
|
|
2497
2581
|
readonly color: string;
|
|
2498
2582
|
};
|
|
2499
2583
|
};
|
|
2584
|
+
readonly shortcuts: {
|
|
2585
|
+
readonly icon: {
|
|
2586
|
+
readonly background: string;
|
|
2587
|
+
readonly foreground: string;
|
|
2588
|
+
};
|
|
2589
|
+
};
|
|
2500
2590
|
readonly switch: {
|
|
2501
2591
|
readonly height: string;
|
|
2502
2592
|
readonly width: string;
|
|
@@ -2591,46 +2681,64 @@ export declare const WorkTheme: {
|
|
|
2591
2681
|
readonly "font-size": string;
|
|
2592
2682
|
readonly "font-weight": string;
|
|
2593
2683
|
readonly "font-family": string;
|
|
2684
|
+
readonly "text-transform": string;
|
|
2685
|
+
readonly "letter-spacing": string;
|
|
2594
2686
|
};
|
|
2595
2687
|
readonly secondary: {
|
|
2596
2688
|
readonly "font-size": string;
|
|
2597
2689
|
readonly "font-weight": string;
|
|
2598
2690
|
readonly "font-family": string;
|
|
2691
|
+
readonly "text-transform": string;
|
|
2692
|
+
readonly "letter-spacing": string;
|
|
2599
2693
|
};
|
|
2600
2694
|
readonly h1: {
|
|
2601
2695
|
readonly "font-size": string;
|
|
2602
2696
|
readonly "font-weight": string;
|
|
2603
2697
|
readonly "font-family": string;
|
|
2698
|
+
readonly "text-transform": string;
|
|
2699
|
+
readonly "letter-spacing": string;
|
|
2604
2700
|
};
|
|
2605
2701
|
readonly h2: {
|
|
2606
2702
|
readonly "font-size": string;
|
|
2607
2703
|
readonly "font-weight": string;
|
|
2608
2704
|
readonly "font-family": string;
|
|
2705
|
+
readonly "text-transform": string;
|
|
2706
|
+
readonly "letter-spacing": string;
|
|
2609
2707
|
};
|
|
2610
2708
|
readonly h3: {
|
|
2611
2709
|
readonly "font-size": string;
|
|
2612
2710
|
readonly "font-weight": string;
|
|
2613
2711
|
readonly "font-family": string;
|
|
2712
|
+
readonly "text-transform": string;
|
|
2713
|
+
readonly "letter-spacing": string;
|
|
2614
2714
|
};
|
|
2615
2715
|
readonly h4: {
|
|
2616
2716
|
readonly "font-size": string;
|
|
2617
2717
|
readonly "font-weight": string;
|
|
2618
2718
|
readonly "font-family": string;
|
|
2719
|
+
readonly "text-transform": string;
|
|
2720
|
+
readonly "letter-spacing": string;
|
|
2619
2721
|
};
|
|
2620
2722
|
readonly h5: {
|
|
2621
2723
|
readonly "font-size": string;
|
|
2622
2724
|
readonly "font-weight": string;
|
|
2623
2725
|
readonly "font-family": string;
|
|
2726
|
+
readonly "text-transform": string;
|
|
2727
|
+
readonly "letter-spacing": string;
|
|
2624
2728
|
};
|
|
2625
2729
|
readonly h6: {
|
|
2626
2730
|
readonly "font-size": string;
|
|
2627
2731
|
readonly "font-weight": string;
|
|
2628
2732
|
readonly "font-family": string;
|
|
2733
|
+
readonly "text-transform": string;
|
|
2734
|
+
readonly "letter-spacing": string;
|
|
2629
2735
|
};
|
|
2630
2736
|
readonly "brand-primary": {
|
|
2631
2737
|
readonly "font-family": string;
|
|
2632
2738
|
readonly "font-size": string;
|
|
2633
2739
|
readonly "font-weight": string;
|
|
2740
|
+
readonly "text-transform": string;
|
|
2741
|
+
readonly "letter-spacing": string;
|
|
2634
2742
|
};
|
|
2635
2743
|
};
|
|
2636
2744
|
readonly "text-area": {
|
|
@@ -3214,6 +3322,12 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
3214
3322
|
readonly color: string;
|
|
3215
3323
|
};
|
|
3216
3324
|
};
|
|
3325
|
+
readonly shortcuts: {
|
|
3326
|
+
readonly icon: {
|
|
3327
|
+
readonly background: string;
|
|
3328
|
+
readonly foreground: string;
|
|
3329
|
+
};
|
|
3330
|
+
};
|
|
3217
3331
|
readonly switch: {
|
|
3218
3332
|
readonly height: string;
|
|
3219
3333
|
readonly width: string;
|
|
@@ -3308,46 +3422,64 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
3308
3422
|
readonly "font-size": string;
|
|
3309
3423
|
readonly "font-weight": string;
|
|
3310
3424
|
readonly "font-family": string;
|
|
3425
|
+
readonly "text-transform": string;
|
|
3426
|
+
readonly "letter-spacing": string;
|
|
3311
3427
|
};
|
|
3312
3428
|
readonly secondary: {
|
|
3313
3429
|
readonly "font-size": string;
|
|
3314
3430
|
readonly "font-weight": string;
|
|
3315
3431
|
readonly "font-family": string;
|
|
3432
|
+
readonly "text-transform": string;
|
|
3433
|
+
readonly "letter-spacing": string;
|
|
3316
3434
|
};
|
|
3317
3435
|
readonly h1: {
|
|
3318
3436
|
readonly "font-size": string;
|
|
3319
3437
|
readonly "font-weight": string;
|
|
3320
3438
|
readonly "font-family": string;
|
|
3439
|
+
readonly "text-transform": string;
|
|
3440
|
+
readonly "letter-spacing": string;
|
|
3321
3441
|
};
|
|
3322
3442
|
readonly h2: {
|
|
3323
3443
|
readonly "font-size": string;
|
|
3324
3444
|
readonly "font-weight": string;
|
|
3325
3445
|
readonly "font-family": string;
|
|
3446
|
+
readonly "text-transform": string;
|
|
3447
|
+
readonly "letter-spacing": string;
|
|
3326
3448
|
};
|
|
3327
3449
|
readonly h3: {
|
|
3328
3450
|
readonly "font-size": string;
|
|
3329
3451
|
readonly "font-weight": string;
|
|
3330
3452
|
readonly "font-family": string;
|
|
3453
|
+
readonly "text-transform": string;
|
|
3454
|
+
readonly "letter-spacing": string;
|
|
3331
3455
|
};
|
|
3332
3456
|
readonly h4: {
|
|
3333
3457
|
readonly "font-size": string;
|
|
3334
3458
|
readonly "font-weight": string;
|
|
3335
3459
|
readonly "font-family": string;
|
|
3460
|
+
readonly "text-transform": string;
|
|
3461
|
+
readonly "letter-spacing": string;
|
|
3336
3462
|
};
|
|
3337
3463
|
readonly h5: {
|
|
3338
3464
|
readonly "font-size": string;
|
|
3339
3465
|
readonly "font-weight": string;
|
|
3340
3466
|
readonly "font-family": string;
|
|
3467
|
+
readonly "text-transform": string;
|
|
3468
|
+
readonly "letter-spacing": string;
|
|
3341
3469
|
};
|
|
3342
3470
|
readonly h6: {
|
|
3343
3471
|
readonly "font-size": string;
|
|
3344
3472
|
readonly "font-weight": string;
|
|
3345
3473
|
readonly "font-family": string;
|
|
3474
|
+
readonly "text-transform": string;
|
|
3475
|
+
readonly "letter-spacing": string;
|
|
3346
3476
|
};
|
|
3347
3477
|
readonly "brand-primary": {
|
|
3348
3478
|
readonly "font-family": string;
|
|
3349
3479
|
readonly "font-size": string;
|
|
3350
3480
|
readonly "font-weight": string;
|
|
3481
|
+
readonly "text-transform": string;
|
|
3482
|
+
readonly "letter-spacing": string;
|
|
3351
3483
|
};
|
|
3352
3484
|
};
|
|
3353
3485
|
readonly "text-area": {
|
package/lib/theme/theme.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/theme/theme.ts"],"names":[],"mappings":"AAAA,OAAO,YAAgC,MAAM,gBAAgB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,sBAAsB,MAAM,wBAAwB,CAAC;AAE5D,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC;AAEnE,OAAO,EAAE,sBAAsB,IAAI,eAAe,EAAE,CAAC;AAErD,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/theme/theme.ts"],"names":[],"mappings":"AAAA,OAAO,YAAgC,MAAM,gBAAgB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,sBAAsB,MAAM,wBAAwB,CAAC;AAE5D,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC;AAEnE,OAAO,EAAE,sBAAsB,IAAI,eAAe,EAAE,CAAC;AAErD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2D,CAAC;AAEzF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC;AAYhD,eAAO,MAAM,UAAU,EAAE,oBAAgD,CAAC;AAE1E,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsC,CAAC;AAEpE,MAAM,MAAM,oBAAoB,GAAG,aAAa,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAGhF,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,YAAa,SAAQ,YAAY,CAAC,OAAO,sBAAsB,CAAC;KAAG;CACrF"}
|
|
@@ -1537,6 +1537,18 @@
|
|
|
1537
1537
|
}
|
|
1538
1538
|
}
|
|
1539
1539
|
},
|
|
1540
|
+
"shortcuts": {
|
|
1541
|
+
"icon": {
|
|
1542
|
+
"background": {
|
|
1543
|
+
"$type": "inherited",
|
|
1544
|
+
"$value": "base.palette.brand-accent"
|
|
1545
|
+
},
|
|
1546
|
+
"foreground": {
|
|
1547
|
+
"$type": "literal",
|
|
1548
|
+
"$value": "auto"
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
},
|
|
1540
1552
|
"switch": {
|
|
1541
1553
|
"height": {
|
|
1542
1554
|
"$type": "literal",
|
|
@@ -1786,6 +1798,14 @@
|
|
|
1786
1798
|
"font-family": {
|
|
1787
1799
|
"$type": "inherited",
|
|
1788
1800
|
"$value": "base.font-family"
|
|
1801
|
+
},
|
|
1802
|
+
"text-transform": {
|
|
1803
|
+
"$type": "literal",
|
|
1804
|
+
"$value": "none"
|
|
1805
|
+
},
|
|
1806
|
+
"letter-spacing": {
|
|
1807
|
+
"$type": "inherited",
|
|
1808
|
+
"$value": "base.letter-spacing"
|
|
1789
1809
|
}
|
|
1790
1810
|
},
|
|
1791
1811
|
"secondary": {
|
|
@@ -1800,6 +1820,14 @@
|
|
|
1800
1820
|
"font-family": {
|
|
1801
1821
|
"$type": "inherited",
|
|
1802
1822
|
"$value": "base.font-family"
|
|
1823
|
+
},
|
|
1824
|
+
"text-transform": {
|
|
1825
|
+
"$type": "literal",
|
|
1826
|
+
"$value": "none"
|
|
1827
|
+
},
|
|
1828
|
+
"letter-spacing": {
|
|
1829
|
+
"$type": "inherited",
|
|
1830
|
+
"$value": "base.letter-spacing"
|
|
1803
1831
|
}
|
|
1804
1832
|
},
|
|
1805
1833
|
"h1": {
|
|
@@ -1814,6 +1842,14 @@
|
|
|
1814
1842
|
"font-family": {
|
|
1815
1843
|
"$type": "inherited",
|
|
1816
1844
|
"$value": "base.font-family"
|
|
1845
|
+
},
|
|
1846
|
+
"text-transform": {
|
|
1847
|
+
"$type": "literal",
|
|
1848
|
+
"$value": "none"
|
|
1849
|
+
},
|
|
1850
|
+
"letter-spacing": {
|
|
1851
|
+
"$type": "inherited",
|
|
1852
|
+
"$value": "base.letter-spacing"
|
|
1817
1853
|
}
|
|
1818
1854
|
},
|
|
1819
1855
|
"h2": {
|
|
@@ -1828,6 +1864,14 @@
|
|
|
1828
1864
|
"font-family": {
|
|
1829
1865
|
"$type": "inherited",
|
|
1830
1866
|
"$value": "base.font-family"
|
|
1867
|
+
},
|
|
1868
|
+
"text-transform": {
|
|
1869
|
+
"$type": "literal",
|
|
1870
|
+
"$value": "none"
|
|
1871
|
+
},
|
|
1872
|
+
"letter-spacing": {
|
|
1873
|
+
"$type": "inherited",
|
|
1874
|
+
"$value": "base.letter-spacing"
|
|
1831
1875
|
}
|
|
1832
1876
|
},
|
|
1833
1877
|
"h3": {
|
|
@@ -1842,6 +1886,14 @@
|
|
|
1842
1886
|
"font-family": {
|
|
1843
1887
|
"$type": "inherited",
|
|
1844
1888
|
"$value": "base.font-family"
|
|
1889
|
+
},
|
|
1890
|
+
"text-transform": {
|
|
1891
|
+
"$type": "literal",
|
|
1892
|
+
"$value": "none"
|
|
1893
|
+
},
|
|
1894
|
+
"letter-spacing": {
|
|
1895
|
+
"$type": "inherited",
|
|
1896
|
+
"$value": "base.letter-spacing"
|
|
1845
1897
|
}
|
|
1846
1898
|
},
|
|
1847
1899
|
"h4": {
|
|
@@ -1856,6 +1908,14 @@
|
|
|
1856
1908
|
"font-family": {
|
|
1857
1909
|
"$type": "inherited",
|
|
1858
1910
|
"$value": "base.font-family"
|
|
1911
|
+
},
|
|
1912
|
+
"text-transform": {
|
|
1913
|
+
"$type": "literal",
|
|
1914
|
+
"$value": "none"
|
|
1915
|
+
},
|
|
1916
|
+
"letter-spacing": {
|
|
1917
|
+
"$type": "inherited",
|
|
1918
|
+
"$value": "base.letter-spacing"
|
|
1859
1919
|
}
|
|
1860
1920
|
},
|
|
1861
1921
|
"h5": {
|
|
@@ -1870,6 +1930,14 @@
|
|
|
1870
1930
|
"font-family": {
|
|
1871
1931
|
"$type": "inherited",
|
|
1872
1932
|
"$value": "base.font-family"
|
|
1933
|
+
},
|
|
1934
|
+
"text-transform": {
|
|
1935
|
+
"$type": "literal",
|
|
1936
|
+
"$value": "none"
|
|
1937
|
+
},
|
|
1938
|
+
"letter-spacing": {
|
|
1939
|
+
"$type": "inherited",
|
|
1940
|
+
"$value": "base.letter-spacing"
|
|
1873
1941
|
}
|
|
1874
1942
|
},
|
|
1875
1943
|
"h6": {
|
|
@@ -1884,6 +1952,14 @@
|
|
|
1884
1952
|
"font-family": {
|
|
1885
1953
|
"$type": "inherited",
|
|
1886
1954
|
"$value": "base.font-family"
|
|
1955
|
+
},
|
|
1956
|
+
"text-transform": {
|
|
1957
|
+
"$type": "literal",
|
|
1958
|
+
"$value": "none"
|
|
1959
|
+
},
|
|
1960
|
+
"letter-spacing": {
|
|
1961
|
+
"$type": "inherited",
|
|
1962
|
+
"$value": "base.letter-spacing"
|
|
1887
1963
|
}
|
|
1888
1964
|
},
|
|
1889
1965
|
"brand-primary": {
|
|
@@ -1898,6 +1974,14 @@
|
|
|
1898
1974
|
"font-weight": {
|
|
1899
1975
|
"$type": "inherited",
|
|
1900
1976
|
"$value": "base.font-weight.semi-bold"
|
|
1977
|
+
},
|
|
1978
|
+
"text-transform": {
|
|
1979
|
+
"$type": "literal",
|
|
1980
|
+
"$value": "none"
|
|
1981
|
+
},
|
|
1982
|
+
"letter-spacing": {
|
|
1983
|
+
"$type": "inherited",
|
|
1984
|
+
"$value": "base.letter-spacing"
|
|
1901
1985
|
}
|
|
1902
1986
|
}
|
|
1903
1987
|
},
|
|
@@ -1413,6 +1413,24 @@
|
|
|
1413
1413
|
},
|
|
1414
1414
|
"additionalProperties": false
|
|
1415
1415
|
},
|
|
1416
|
+
"shortcuts": {
|
|
1417
|
+
"type": "object",
|
|
1418
|
+
"properties": {
|
|
1419
|
+
"icon": {
|
|
1420
|
+
"type": "object",
|
|
1421
|
+
"properties": {
|
|
1422
|
+
"background": {
|
|
1423
|
+
"type": "string"
|
|
1424
|
+
},
|
|
1425
|
+
"foreground": {
|
|
1426
|
+
"type": "string"
|
|
1427
|
+
}
|
|
1428
|
+
},
|
|
1429
|
+
"additionalProperties": false
|
|
1430
|
+
}
|
|
1431
|
+
},
|
|
1432
|
+
"additionalProperties": false
|
|
1433
|
+
},
|
|
1416
1434
|
"radio-check": {
|
|
1417
1435
|
"type": "object",
|
|
1418
1436
|
"properties": {
|
|
@@ -1634,6 +1652,12 @@
|
|
|
1634
1652
|
},
|
|
1635
1653
|
"font-family": {
|
|
1636
1654
|
"type": "string"
|
|
1655
|
+
},
|
|
1656
|
+
"text-transform": {
|
|
1657
|
+
"type": "string"
|
|
1658
|
+
},
|
|
1659
|
+
"letter-spacing": {
|
|
1660
|
+
"type": "string"
|
|
1637
1661
|
}
|
|
1638
1662
|
},
|
|
1639
1663
|
"additionalProperties": false
|
|
@@ -1649,6 +1673,12 @@
|
|
|
1649
1673
|
},
|
|
1650
1674
|
"font-family": {
|
|
1651
1675
|
"type": "string"
|
|
1676
|
+
},
|
|
1677
|
+
"text-transform": {
|
|
1678
|
+
"type": "string"
|
|
1679
|
+
},
|
|
1680
|
+
"letter-spacing": {
|
|
1681
|
+
"type": "string"
|
|
1652
1682
|
}
|
|
1653
1683
|
},
|
|
1654
1684
|
"additionalProperties": false
|
|
@@ -1664,6 +1694,12 @@
|
|
|
1664
1694
|
},
|
|
1665
1695
|
"font-family": {
|
|
1666
1696
|
"type": "string"
|
|
1697
|
+
},
|
|
1698
|
+
"text-transform": {
|
|
1699
|
+
"type": "string"
|
|
1700
|
+
},
|
|
1701
|
+
"letter-spacing": {
|
|
1702
|
+
"type": "string"
|
|
1667
1703
|
}
|
|
1668
1704
|
},
|
|
1669
1705
|
"additionalProperties": false
|
|
@@ -1679,6 +1715,12 @@
|
|
|
1679
1715
|
},
|
|
1680
1716
|
"font-family": {
|
|
1681
1717
|
"type": "string"
|
|
1718
|
+
},
|
|
1719
|
+
"text-transform": {
|
|
1720
|
+
"type": "string"
|
|
1721
|
+
},
|
|
1722
|
+
"letter-spacing": {
|
|
1723
|
+
"type": "string"
|
|
1682
1724
|
}
|
|
1683
1725
|
},
|
|
1684
1726
|
"additionalProperties": false
|
|
@@ -1694,6 +1736,12 @@
|
|
|
1694
1736
|
},
|
|
1695
1737
|
"font-family": {
|
|
1696
1738
|
"type": "string"
|
|
1739
|
+
},
|
|
1740
|
+
"text-transform": {
|
|
1741
|
+
"type": "string"
|
|
1742
|
+
},
|
|
1743
|
+
"letter-spacing": {
|
|
1744
|
+
"type": "string"
|
|
1697
1745
|
}
|
|
1698
1746
|
},
|
|
1699
1747
|
"additionalProperties": false
|
|
@@ -1709,6 +1757,12 @@
|
|
|
1709
1757
|
},
|
|
1710
1758
|
"font-family": {
|
|
1711
1759
|
"type": "string"
|
|
1760
|
+
},
|
|
1761
|
+
"text-transform": {
|
|
1762
|
+
"type": "string"
|
|
1763
|
+
},
|
|
1764
|
+
"letter-spacing": {
|
|
1765
|
+
"type": "string"
|
|
1712
1766
|
}
|
|
1713
1767
|
},
|
|
1714
1768
|
"additionalProperties": false
|
|
@@ -1724,6 +1778,12 @@
|
|
|
1724
1778
|
},
|
|
1725
1779
|
"font-family": {
|
|
1726
1780
|
"type": "string"
|
|
1781
|
+
},
|
|
1782
|
+
"text-transform": {
|
|
1783
|
+
"type": "string"
|
|
1784
|
+
},
|
|
1785
|
+
"letter-spacing": {
|
|
1786
|
+
"type": "string"
|
|
1727
1787
|
}
|
|
1728
1788
|
},
|
|
1729
1789
|
"additionalProperties": false
|
|
@@ -1739,6 +1799,12 @@
|
|
|
1739
1799
|
},
|
|
1740
1800
|
"font-family": {
|
|
1741
1801
|
"type": "string"
|
|
1802
|
+
},
|
|
1803
|
+
"text-transform": {
|
|
1804
|
+
"type": "string"
|
|
1805
|
+
},
|
|
1806
|
+
"letter-spacing": {
|
|
1807
|
+
"type": "string"
|
|
1742
1808
|
}
|
|
1743
1809
|
},
|
|
1744
1810
|
"additionalProperties": false
|
|
@@ -1754,6 +1820,12 @@
|
|
|
1754
1820
|
},
|
|
1755
1821
|
"font-weight": {
|
|
1756
1822
|
"type": ["integer", "string"]
|
|
1823
|
+
},
|
|
1824
|
+
"text-transform": {
|
|
1825
|
+
"type": "string"
|
|
1826
|
+
},
|
|
1827
|
+
"letter-spacing": {
|
|
1828
|
+
"type": "string"
|
|
1757
1829
|
}
|
|
1758
1830
|
},
|
|
1759
1831
|
"additionalProperties": false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/cosmos-react-core",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.8.0",
|
|
4
4
|
"description": "Cosmos is a visual design system and UI component collection. Its goal is to empower application developers in their pursuit to create engaging and rewarding user experiences.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Pegasystems",
|