@breadstone/mosaik-themes 0.0.228 → 0.0.230
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/index.cjs +4 -3
- package/index.cjs.map +1 -1
- package/index.d.mts +1 -1
- package/index.d.ts +1 -1
- package/index.js +4 -3
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/themes/cosmopolitan.scss +244 -24
- package/themes/joy.scss +244 -23
- package/themes/memphis.scss +269 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.230",
|
|
4
4
|
"description": "Mosaik elements various themes.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@breadstone/mosaik-elements": "^0.0.
|
|
17
|
+
"@breadstone/mosaik-elements": "^0.0.230",
|
|
18
18
|
"chroma-js": "^3.2.0",
|
|
19
19
|
"tslib": "^2.8.1"
|
|
20
20
|
},
|
package/themes/cosmopolitan.scss
CHANGED
|
@@ -1495,6 +1495,7 @@ $avatar-props: (
|
|
|
1495
1495
|
'padding-left': unset,
|
|
1496
1496
|
'padding-right': unset,
|
|
1497
1497
|
'padding-top': unset,
|
|
1498
|
+
'shadow': unset unset unset unset unset,
|
|
1498
1499
|
'shadow-blur': unset,
|
|
1499
1500
|
'shadow-color': unset,
|
|
1500
1501
|
'shadow-offset-x': unset,
|
|
@@ -1533,6 +1534,7 @@ $avatar-group-props: (
|
|
|
1533
1534
|
'padding-left': unset,
|
|
1534
1535
|
'padding-right': unset,
|
|
1535
1536
|
'padding-top': unset,
|
|
1537
|
+
'shadow': unset unset unset unset unset,
|
|
1536
1538
|
'shadow-blur': unset,
|
|
1537
1539
|
'shadow-color': unset,
|
|
1538
1540
|
'shadow-offset-x': unset,
|
|
@@ -1628,6 +1630,12 @@ $badge-props: (
|
|
|
1628
1630
|
'padding-left': unset,
|
|
1629
1631
|
'padding-right': unset,
|
|
1630
1632
|
'padding-top': unset,
|
|
1633
|
+
'shadow': unset unset unset unset unset,
|
|
1634
|
+
'shadow-blur': unset,
|
|
1635
|
+
'shadow-color': unset,
|
|
1636
|
+
'shadow-offset-x': unset,
|
|
1637
|
+
'shadow-offset-y': unset,
|
|
1638
|
+
'shadow-spread': unset,
|
|
1631
1639
|
'transition-duration': unset,
|
|
1632
1640
|
'transition-mode': unset,
|
|
1633
1641
|
'transition-property': unset,
|
|
@@ -2238,6 +2246,7 @@ $card-props: (
|
|
|
2238
2246
|
'padding-left': unset,
|
|
2239
2247
|
'padding-right': unset,
|
|
2240
2248
|
'padding-top': unset,
|
|
2249
|
+
'shadow': unset unset unset unset unset,
|
|
2241
2250
|
'shadow-blur': unset,
|
|
2242
2251
|
'shadow-color': unset,
|
|
2243
2252
|
'shadow-offset-x': unset,
|
|
@@ -2426,6 +2435,8 @@ $card-title-props: (
|
|
|
2426
2435
|
* ------------------------------------------------------------------------------
|
|
2427
2436
|
*/
|
|
2428
2437
|
$carousel-props: (
|
|
2438
|
+
'deck-animation-duration': "0.4s",
|
|
2439
|
+
'deck-rotation': "3deg",
|
|
2429
2440
|
'font-family': unset,
|
|
2430
2441
|
'font-letter-spacing': unset,
|
|
2431
2442
|
'font-line-height': unset,
|
|
@@ -2438,7 +2449,7 @@ $carousel-props: (
|
|
|
2438
2449
|
'padding-left': unset,
|
|
2439
2450
|
'padding-right': unset,
|
|
2440
2451
|
'padding-top': unset,
|
|
2441
|
-
'transition-duration':
|
|
2452
|
+
'transition-duration': "0.5s",
|
|
2442
2453
|
'transition-mode': unset,
|
|
2443
2454
|
'transition-property': unset,
|
|
2444
2455
|
'translate': unset
|
|
@@ -2818,6 +2829,11 @@ $chat-message-props: (
|
|
|
2818
2829
|
'padding-right': unset,
|
|
2819
2830
|
'padding-top': unset,
|
|
2820
2831
|
'shadow': unset,
|
|
2832
|
+
'shadow-blur': unset,
|
|
2833
|
+
'shadow-color': unset,
|
|
2834
|
+
'shadow-offset-x': unset,
|
|
2835
|
+
'shadow-offset-y': unset,
|
|
2836
|
+
'shadow-spread': unset,
|
|
2821
2837
|
'transition-duration': unset,
|
|
2822
2838
|
'transition-mode': unset,
|
|
2823
2839
|
'transition-property': unset,
|
|
@@ -2848,6 +2864,7 @@ $chat-message-avatar-props: (
|
|
|
2848
2864
|
'padding-left': unset,
|
|
2849
2865
|
'padding-right': unset,
|
|
2850
2866
|
'padding-top': unset,
|
|
2867
|
+
'shadow': unset unset unset unset unset,
|
|
2851
2868
|
'shadow-blur': unset,
|
|
2852
2869
|
'shadow-color': unset,
|
|
2853
2870
|
'shadow-offset-x': unset,
|
|
@@ -3013,6 +3030,11 @@ $checkmark-props: (
|
|
|
3013
3030
|
'padding-right': unset,
|
|
3014
3031
|
'padding-top': unset,
|
|
3015
3032
|
'shadow': unset,
|
|
3033
|
+
'shadow-blur': unset,
|
|
3034
|
+
'shadow-color': unset,
|
|
3035
|
+
'shadow-offset-x': unset,
|
|
3036
|
+
'shadow-offset-y': unset,
|
|
3037
|
+
'shadow-spread': unset,
|
|
3016
3038
|
'thickness': unset,
|
|
3017
3039
|
'transition-duration': unset,
|
|
3018
3040
|
'transition-mode': unset,
|
|
@@ -3402,6 +3424,11 @@ $color-editor-alpha-slider-props: (
|
|
|
3402
3424
|
'padding-right': unset,
|
|
3403
3425
|
'padding-top': unset,
|
|
3404
3426
|
'shadow': none,
|
|
3427
|
+
'shadow-blur': unset,
|
|
3428
|
+
'shadow-color': unset,
|
|
3429
|
+
'shadow-offset-x': unset,
|
|
3430
|
+
'shadow-offset-y': unset,
|
|
3431
|
+
'shadow-spread': unset,
|
|
3405
3432
|
'thumb-background-color': var(--cosmopolitan-scheme-neutral-container),
|
|
3406
3433
|
'thumb-border-color': transparent,
|
|
3407
3434
|
'thumb-border-radius': 50%,
|
|
@@ -3448,6 +3475,11 @@ $color-editor-area-props: (
|
|
|
3448
3475
|
'padding-right': unset,
|
|
3449
3476
|
'padding-top': unset,
|
|
3450
3477
|
'shadow': none,
|
|
3478
|
+
'shadow-blur': unset,
|
|
3479
|
+
'shadow-color': unset,
|
|
3480
|
+
'shadow-offset-x': unset,
|
|
3481
|
+
'shadow-offset-y': unset,
|
|
3482
|
+
'shadow-spread': unset,
|
|
3451
3483
|
'thumb-border-color': var(--cosmopolitan-scheme-surface),
|
|
3452
3484
|
'thumb-border-radius': 50%,
|
|
3453
3485
|
'thumb-border-width': calc(var(--cosmopolitan-layout-thickness) * 2),
|
|
@@ -3493,6 +3525,11 @@ $color-editor-hue-slider-props: (
|
|
|
3493
3525
|
'padding-right': unset,
|
|
3494
3526
|
'padding-top': unset,
|
|
3495
3527
|
'shadow': none,
|
|
3528
|
+
'shadow-blur': unset,
|
|
3529
|
+
'shadow-color': unset,
|
|
3530
|
+
'shadow-offset-x': unset,
|
|
3531
|
+
'shadow-offset-y': unset,
|
|
3532
|
+
'shadow-spread': unset,
|
|
3496
3533
|
'thumb-background-color': var(--cosmopolitan-scheme-neutral-container),
|
|
3497
3534
|
'thumb-border-color': transparent,
|
|
3498
3535
|
'thumb-border-radius': 50%,
|
|
@@ -3624,6 +3661,11 @@ $color-editor-shade-slider-props: (
|
|
|
3624
3661
|
'padding-right': unset,
|
|
3625
3662
|
'padding-top': unset,
|
|
3626
3663
|
'shadow': none,
|
|
3664
|
+
'shadow-blur': unset,
|
|
3665
|
+
'shadow-color': unset,
|
|
3666
|
+
'shadow-offset-x': unset,
|
|
3667
|
+
'shadow-offset-y': unset,
|
|
3668
|
+
'shadow-spread': unset,
|
|
3627
3669
|
'thumb-background-color': var(--cosmopolitan-scheme-background),
|
|
3628
3670
|
'thumb-border-color': transparent,
|
|
3629
3671
|
'thumb-border-radius': 50%,
|
|
@@ -4198,6 +4240,7 @@ $dialog-props: (
|
|
|
4198
4240
|
'padding-left': unset,
|
|
4199
4241
|
'padding-right': unset,
|
|
4200
4242
|
'padding-top': unset,
|
|
4243
|
+
'shadow': unset unset unset unset unset,
|
|
4201
4244
|
'shadow-blur': unset,
|
|
4202
4245
|
'shadow-color': unset,
|
|
4203
4246
|
'shadow-offset-x': unset,
|
|
@@ -6319,6 +6362,7 @@ $image-props: (
|
|
|
6319
6362
|
'padding-right': unset,
|
|
6320
6363
|
'padding-top': unset,
|
|
6321
6364
|
'shadow': unset,
|
|
6365
|
+
'thumbnail-blur': 20px,
|
|
6322
6366
|
'transition-duration': unset,
|
|
6323
6367
|
'transition-mode': unset,
|
|
6324
6368
|
'transition-property': unset,
|
|
@@ -6512,7 +6556,12 @@ $kbd-props: (
|
|
|
6512
6556
|
'padding-left': unset,
|
|
6513
6557
|
'padding-right': unset,
|
|
6514
6558
|
'padding-top': unset,
|
|
6515
|
-
'shadow': unset,
|
|
6559
|
+
'shadow': unset unset unset unset unset,
|
|
6560
|
+
'shadow-blur': unset,
|
|
6561
|
+
'shadow-color': unset,
|
|
6562
|
+
'shadow-offset-x': unset,
|
|
6563
|
+
'shadow-offset-y': unset,
|
|
6564
|
+
'shadow-spread': unset,
|
|
6516
6565
|
'transition-duration': unset,
|
|
6517
6566
|
'transition-mode': unset,
|
|
6518
6567
|
'transition-property': unset,
|
|
@@ -6680,6 +6729,98 @@ $list-item-group-props: (
|
|
|
6680
6729
|
'transition-property': unset,
|
|
6681
6730
|
'translate': unset
|
|
6682
6731
|
);
|
|
6732
|
+
/**
|
|
6733
|
+
* ------------------------------------------------------------------------------
|
|
6734
|
+
* <auto-generated>
|
|
6735
|
+
* This code was generated by a tool.
|
|
6736
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
6737
|
+
* the code is regenerated.
|
|
6738
|
+
* </auto-generated>
|
|
6739
|
+
* ------------------------------------------------------------------------------
|
|
6740
|
+
*/
|
|
6741
|
+
$listing-props: (
|
|
6742
|
+
'background-color': unset,
|
|
6743
|
+
'font-family': unset,
|
|
6744
|
+
'font-letter-spacing': unset,
|
|
6745
|
+
'font-line-height': unset,
|
|
6746
|
+
'font-size': unset,
|
|
6747
|
+
'font-text-decoration': unset,
|
|
6748
|
+
'font-text-transform': unset,
|
|
6749
|
+
'font-weight': unset,
|
|
6750
|
+
'foreground-color': unset,
|
|
6751
|
+
'gap': unset,
|
|
6752
|
+
'padding-bottom': unset,
|
|
6753
|
+
'padding-left': unset,
|
|
6754
|
+
'padding-right': unset,
|
|
6755
|
+
'padding-top': unset,
|
|
6756
|
+
'transition-duration': unset,
|
|
6757
|
+
'transition-mode': unset,
|
|
6758
|
+
'transition-property': unset,
|
|
6759
|
+
'translate': unset
|
|
6760
|
+
);
|
|
6761
|
+
/**
|
|
6762
|
+
* ------------------------------------------------------------------------------
|
|
6763
|
+
* <auto-generated>
|
|
6764
|
+
* This code was generated by a tool.
|
|
6765
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
6766
|
+
* the code is regenerated.
|
|
6767
|
+
* </auto-generated>
|
|
6768
|
+
* ------------------------------------------------------------------------------
|
|
6769
|
+
*/
|
|
6770
|
+
$listing-item-props: (
|
|
6771
|
+
'background-color': unset,
|
|
6772
|
+
'font-family': unset,
|
|
6773
|
+
'font-letter-spacing': unset,
|
|
6774
|
+
'font-line-height': unset,
|
|
6775
|
+
'font-size': unset,
|
|
6776
|
+
'font-text-decoration': unset,
|
|
6777
|
+
'font-text-transform': unset,
|
|
6778
|
+
'font-weight': unset,
|
|
6779
|
+
'foreground-color': unset,
|
|
6780
|
+
'gap': unset,
|
|
6781
|
+
'padding-bottom': unset,
|
|
6782
|
+
'padding-left': unset,
|
|
6783
|
+
'padding-right': unset,
|
|
6784
|
+
'padding-top': unset,
|
|
6785
|
+
'transition-duration': unset,
|
|
6786
|
+
'transition-mode': unset,
|
|
6787
|
+
'transition-property': unset,
|
|
6788
|
+
'translate': unset
|
|
6789
|
+
);
|
|
6790
|
+
/**
|
|
6791
|
+
* ------------------------------------------------------------------------------
|
|
6792
|
+
* <auto-generated>
|
|
6793
|
+
* This code was generated by a tool.
|
|
6794
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
6795
|
+
* the code is regenerated.
|
|
6796
|
+
* </auto-generated>
|
|
6797
|
+
* ------------------------------------------------------------------------------
|
|
6798
|
+
*/
|
|
6799
|
+
$listing-item-marker-props: (
|
|
6800
|
+
'background-color': unset,
|
|
6801
|
+
'border-color': unset,
|
|
6802
|
+
'border-radius': 50%,
|
|
6803
|
+
'border-style': unset,
|
|
6804
|
+
'border-width': unset,
|
|
6805
|
+
'font-family': unset,
|
|
6806
|
+
'font-letter-spacing': unset,
|
|
6807
|
+
'font-line-height': unset,
|
|
6808
|
+
'font-size': unset,
|
|
6809
|
+
'font-text-decoration': unset,
|
|
6810
|
+
'font-text-transform': unset,
|
|
6811
|
+
'font-weight': unset,
|
|
6812
|
+
'foreground-color': unset,
|
|
6813
|
+
'gap': unset,
|
|
6814
|
+
'height': unset,
|
|
6815
|
+
'padding-bottom': unset,
|
|
6816
|
+
'padding-left': unset,
|
|
6817
|
+
'padding-right': unset,
|
|
6818
|
+
'padding-top': unset,
|
|
6819
|
+
'transition-duration': unset,
|
|
6820
|
+
'transition-mode': unset,
|
|
6821
|
+
'transition-property': unset,
|
|
6822
|
+
'translate': unset
|
|
6823
|
+
);
|
|
6683
6824
|
/**
|
|
6684
6825
|
* ------------------------------------------------------------------------------
|
|
6685
6826
|
* <auto-generated>
|
|
@@ -6707,6 +6848,40 @@ $map-props: (
|
|
|
6707
6848
|
'transition-property': unset,
|
|
6708
6849
|
'translate': unset
|
|
6709
6850
|
);
|
|
6851
|
+
/**
|
|
6852
|
+
* ------------------------------------------------------------------------------
|
|
6853
|
+
* <auto-generated>
|
|
6854
|
+
* This code was generated by a tool.
|
|
6855
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
6856
|
+
* the code is regenerated.
|
|
6857
|
+
* </auto-generated>
|
|
6858
|
+
* ------------------------------------------------------------------------------
|
|
6859
|
+
*/
|
|
6860
|
+
$marker-props: (
|
|
6861
|
+
'background-color': unset,
|
|
6862
|
+
'border-color': unset,
|
|
6863
|
+
'border-radius': 50%,
|
|
6864
|
+
'border-style': unset,
|
|
6865
|
+
'border-width': unset,
|
|
6866
|
+
'font-family': unset,
|
|
6867
|
+
'font-letter-spacing': unset,
|
|
6868
|
+
'font-line-height': unset,
|
|
6869
|
+
'font-size': unset,
|
|
6870
|
+
'font-text-decoration': unset,
|
|
6871
|
+
'font-text-transform': unset,
|
|
6872
|
+
'font-weight': unset,
|
|
6873
|
+
'foreground-color': unset,
|
|
6874
|
+
'gap': unset,
|
|
6875
|
+
'height': unset,
|
|
6876
|
+
'padding-bottom': unset,
|
|
6877
|
+
'padding-left': unset,
|
|
6878
|
+
'padding-right': unset,
|
|
6879
|
+
'padding-top': unset,
|
|
6880
|
+
'transition-duration': unset,
|
|
6881
|
+
'transition-mode': unset,
|
|
6882
|
+
'transition-property': unset,
|
|
6883
|
+
'translate': unset
|
|
6884
|
+
);
|
|
6710
6885
|
/**
|
|
6711
6886
|
* ------------------------------------------------------------------------------
|
|
6712
6887
|
* <auto-generated>
|
|
@@ -7481,6 +7656,40 @@ $pin-box-props: (
|
|
|
7481
7656
|
'transition-property': unset,
|
|
7482
7657
|
'translate': unset
|
|
7483
7658
|
);
|
|
7659
|
+
/**
|
|
7660
|
+
* ------------------------------------------------------------------------------
|
|
7661
|
+
* <auto-generated>
|
|
7662
|
+
* This code was generated by a tool.
|
|
7663
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
7664
|
+
* the code is regenerated.
|
|
7665
|
+
* </auto-generated>
|
|
7666
|
+
* ------------------------------------------------------------------------------
|
|
7667
|
+
*/
|
|
7668
|
+
$pip-props: (
|
|
7669
|
+
'background-color': unset,
|
|
7670
|
+
'border-color': unset,
|
|
7671
|
+
'border-radius': 50%,
|
|
7672
|
+
'border-style': unset,
|
|
7673
|
+
'border-width': unset,
|
|
7674
|
+
'font-family': unset,
|
|
7675
|
+
'font-letter-spacing': unset,
|
|
7676
|
+
'font-line-height': unset,
|
|
7677
|
+
'font-size': unset,
|
|
7678
|
+
'font-text-decoration': unset,
|
|
7679
|
+
'font-text-transform': unset,
|
|
7680
|
+
'font-weight': unset,
|
|
7681
|
+
'foreground-color': unset,
|
|
7682
|
+
'gap': unset,
|
|
7683
|
+
'height': unset,
|
|
7684
|
+
'padding-bottom': unset,
|
|
7685
|
+
'padding-left': unset,
|
|
7686
|
+
'padding-right': unset,
|
|
7687
|
+
'padding-top': unset,
|
|
7688
|
+
'transition-duration': unset,
|
|
7689
|
+
'transition-mode': unset,
|
|
7690
|
+
'transition-property': unset,
|
|
7691
|
+
'translate': unset
|
|
7692
|
+
);
|
|
7484
7693
|
/**
|
|
7485
7694
|
* ------------------------------------------------------------------------------
|
|
7486
7695
|
* <auto-generated>
|
|
@@ -7541,6 +7750,7 @@ $popup-props: (
|
|
|
7541
7750
|
'padding-left': calc(var(--cosmopolitan-layout-space) * 1.25),
|
|
7542
7751
|
'padding-right': calc(var(--cosmopolitan-layout-space) * 1.25),
|
|
7543
7752
|
'padding-top': calc(var(--cosmopolitan-layout-space) * 1),
|
|
7753
|
+
'shadow': var(--cosmopolitan-elevation-regular-offset-x-0) var(--cosmopolitan-elevation-regular-offset-y-0) var(--cosmopolitan-elevation-regular-blur-0) var(--cosmopolitan-elevation-regular-spread-0) var(--cosmopolitan-elevation-regular-color-0),
|
|
7544
7754
|
'shadow-blur': var(--cosmopolitan-elevation-regular-blur-0),
|
|
7545
7755
|
'shadow-color': var(--cosmopolitan-elevation-regular-color-0),
|
|
7546
7756
|
'shadow-offset-x': var(--cosmopolitan-elevation-regular-offset-x-0),
|
|
@@ -7735,28 +7945,28 @@ $qr-code-props: (
|
|
|
7735
7945
|
* ------------------------------------------------------------------------------
|
|
7736
7946
|
*/
|
|
7737
7947
|
$radio-props: (
|
|
7738
|
-
'background-color':
|
|
7739
|
-
'border-color':
|
|
7740
|
-
'border-radius':
|
|
7741
|
-
'border-style':
|
|
7742
|
-
'border-width':
|
|
7743
|
-
'font-family':
|
|
7744
|
-
'font-letter-spacing':
|
|
7745
|
-
'font-line-height':
|
|
7746
|
-
'font-size':
|
|
7747
|
-
'font-text-decoration':
|
|
7748
|
-
'font-text-transform':
|
|
7749
|
-
'font-weight':
|
|
7750
|
-
'foreground-color':
|
|
7751
|
-
'gap':
|
|
7752
|
-
'padding-bottom':
|
|
7753
|
-
'padding-left':
|
|
7754
|
-
'padding-right':
|
|
7755
|
-
'padding-top':
|
|
7756
|
-
'shadow':
|
|
7757
|
-
'transition-duration':
|
|
7758
|
-
'transition-mode':
|
|
7759
|
-
'transition-property':
|
|
7948
|
+
'background-color': var(--cosmopolitan-scheme-transparent),
|
|
7949
|
+
'border-color': var(--cosmopolitan-scheme-highlight),
|
|
7950
|
+
'border-radius': calc(var(--cosmopolitan-layout-radius) / 2),
|
|
7951
|
+
'border-style': solid,
|
|
7952
|
+
'border-width': var(--cosmopolitan-layout-thickness),
|
|
7953
|
+
'font-family': var(--cosmopolitan-font-family),
|
|
7954
|
+
'font-letter-spacing': var(--cosmopolitan-typography-content-letter-spacing),
|
|
7955
|
+
'font-line-height': var(--cosmopolitan-typography-content-line-height),
|
|
7956
|
+
'font-size': var(--cosmopolitan-typography-content-font-size),
|
|
7957
|
+
'font-text-decoration': var(--cosmopolitan-typography-content-text-decoration),
|
|
7958
|
+
'font-text-transform': var(--cosmopolitan-typography-content-text-transform),
|
|
7959
|
+
'font-weight': var(--cosmopolitan-typography-content-font-weight),
|
|
7960
|
+
'foreground-color': var(--cosmopolitan-scheme-foreground),
|
|
7961
|
+
'gap': 12px,
|
|
7962
|
+
'padding-bottom': 8px,
|
|
7963
|
+
'padding-left': 12px,
|
|
7964
|
+
'padding-right': 12px,
|
|
7965
|
+
'padding-top': 8px,
|
|
7966
|
+
'shadow': var(--cosmopolitan-elevation-none),
|
|
7967
|
+
'transition-duration': .2s,
|
|
7968
|
+
'transition-mode': ease,
|
|
7969
|
+
'transition-property': (background-color, color, border-color, opacity, box-shadow),
|
|
7760
7970
|
'translate': unset
|
|
7761
7971
|
);
|
|
7762
7972
|
/**
|
|
@@ -8504,6 +8714,7 @@ $scheduler-event-props: (
|
|
|
8504
8714
|
'padding-top': unset,
|
|
8505
8715
|
'ripple-color': unset,
|
|
8506
8716
|
'ripple-duration': 200ms,
|
|
8717
|
+
'shadow': unset unset unset unset unset,
|
|
8507
8718
|
'shadow-blur': unset,
|
|
8508
8719
|
'shadow-color': unset,
|
|
8509
8720
|
'shadow-offset-x': unset,
|
|
@@ -10242,6 +10453,12 @@ $thumb-props: (
|
|
|
10242
10453
|
'padding-left': unset,
|
|
10243
10454
|
'padding-right': unset,
|
|
10244
10455
|
'padding-top': unset,
|
|
10456
|
+
'shadow': unset unset unset unset unset,
|
|
10457
|
+
'shadow-blur': unset,
|
|
10458
|
+
'shadow-color': unset,
|
|
10459
|
+
'shadow-offset-x': unset,
|
|
10460
|
+
'shadow-offset-y': unset,
|
|
10461
|
+
'shadow-spread': unset,
|
|
10245
10462
|
'transition-duration': var(--cosmopolitan-duration-short),
|
|
10246
10463
|
'transition-mode': ease,
|
|
10247
10464
|
'transition-property': (background-color, color, border-color, opacity, box-shadow, translate),
|
|
@@ -10618,6 +10835,7 @@ $timeline-marker-props: (
|
|
|
10618
10835
|
'padding-left': unset,
|
|
10619
10836
|
'padding-right': unset,
|
|
10620
10837
|
'padding-top': unset,
|
|
10838
|
+
'progress-ring-width': var(--cosmopolitan-layout-thickness),
|
|
10621
10839
|
'transition-duration': unset,
|
|
10622
10840
|
'transition-mode': unset,
|
|
10623
10841
|
'transition-property': unset,
|
|
@@ -10914,6 +11132,7 @@ $toolbar-props: (
|
|
|
10914
11132
|
'padding-left': 12px,
|
|
10915
11133
|
'padding-right': 12px,
|
|
10916
11134
|
'padding-top': 8px,
|
|
11135
|
+
'shadow': unset unset unset unset unset,
|
|
10917
11136
|
'shadow-blur': unset,
|
|
10918
11137
|
'shadow-color': unset,
|
|
10919
11138
|
'shadow-offset-x': unset,
|
|
@@ -11048,6 +11267,7 @@ $tour-step-props: (
|
|
|
11048
11267
|
'padding-left': unset,
|
|
11049
11268
|
'padding-right': unset,
|
|
11050
11269
|
'padding-top': unset,
|
|
11270
|
+
'shadow': unset unset unset unset unset,
|
|
11051
11271
|
'shadow-blur': unset,
|
|
11052
11272
|
'shadow-color': unset,
|
|
11053
11273
|
'shadow-offset-x': unset,
|