@breadstone/mosaik-themes 0.0.211 → 0.0.212
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 +11 -0
- package/index.cjs.map +1 -1
- package/index.d.mts +31 -0
- package/index.d.ts +31 -0
- package/index.js +11 -0
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/themes/cosmopolitan.scss +42 -0
- package/themes/joy.scss +42 -0
- package/themes/memphis.scss +42 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.212",
|
|
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.212",
|
|
18
18
|
"chroma-js": "^3.2.0",
|
|
19
19
|
"tslib": "^2.8.1"
|
|
20
20
|
},
|
package/themes/cosmopolitan.scss
CHANGED
|
@@ -3334,6 +3334,24 @@ $drawer-props: (
|
|
|
3334
3334
|
'translate': unset,
|
|
3335
3335
|
'width': unset
|
|
3336
3336
|
);
|
|
3337
|
+
$drawer-actions-props: (
|
|
3338
|
+
'font-family': unset,
|
|
3339
|
+
'font-letter-spacing': unset,
|
|
3340
|
+
'font-line-height': unset,
|
|
3341
|
+
'font-size': unset,
|
|
3342
|
+
'font-text-decoration': unset,
|
|
3343
|
+
'font-text-transform': unset,
|
|
3344
|
+
'font-weight': unset,
|
|
3345
|
+
'gap': unset,
|
|
3346
|
+
'padding-bottom': unset,
|
|
3347
|
+
'padding-left': unset,
|
|
3348
|
+
'padding-right': unset,
|
|
3349
|
+
'padding-top': unset,
|
|
3350
|
+
'transition-duration': unset,
|
|
3351
|
+
'transition-mode': unset,
|
|
3352
|
+
'transition-property': unset,
|
|
3353
|
+
'translate': unset
|
|
3354
|
+
);
|
|
3337
3355
|
$drawer-container-props: (
|
|
3338
3356
|
'font-family': unset,
|
|
3339
3357
|
'font-letter-spacing': unset,
|
|
@@ -5464,6 +5482,30 @@ $resize-adorner-props: (
|
|
|
5464
5482
|
'transition-property': unset,
|
|
5465
5483
|
'translate': unset
|
|
5466
5484
|
);
|
|
5485
|
+
$resize-thumb-props: (
|
|
5486
|
+
'border-color': var(--cosmopolitan-scheme-highlight),
|
|
5487
|
+
'border-radius': var(--cosmopolitan-layout-radius),
|
|
5488
|
+
'border-style': dashed,
|
|
5489
|
+
'border-width': var(--cosmopolitan-layout-thickness),
|
|
5490
|
+
'font-family': unset,
|
|
5491
|
+
'font-letter-spacing': unset,
|
|
5492
|
+
'font-line-height': unset,
|
|
5493
|
+
'font-size': unset,
|
|
5494
|
+
'font-text-decoration': unset,
|
|
5495
|
+
'font-text-transform': unset,
|
|
5496
|
+
'font-weight': unset,
|
|
5497
|
+
'gap': unset,
|
|
5498
|
+
'padding-bottom': unset,
|
|
5499
|
+
'padding-left': unset,
|
|
5500
|
+
'padding-right': unset,
|
|
5501
|
+
'padding-top': unset,
|
|
5502
|
+
'thumb-background-color': var(--cosmopolitan-scheme-highlight),
|
|
5503
|
+
'thumb-border-radius': var(--cosmopolitan-layout-thickness),
|
|
5504
|
+
'transition-duration': unset,
|
|
5505
|
+
'transition-mode': unset,
|
|
5506
|
+
'transition-property': unset,
|
|
5507
|
+
'translate': unset
|
|
5508
|
+
);
|
|
5467
5509
|
$ribbon-props: (
|
|
5468
5510
|
'background-color': unset,
|
|
5469
5511
|
'border-color': unset,
|
package/themes/joy.scss
CHANGED
|
@@ -3683,6 +3683,24 @@ $drawer-props: (
|
|
|
3683
3683
|
'translate': unset,
|
|
3684
3684
|
'width': 320px
|
|
3685
3685
|
);
|
|
3686
|
+
$drawer-actions-props: (
|
|
3687
|
+
'font-family': unset,
|
|
3688
|
+
'font-letter-spacing': unset,
|
|
3689
|
+
'font-line-height': unset,
|
|
3690
|
+
'font-size': unset,
|
|
3691
|
+
'font-text-decoration': unset,
|
|
3692
|
+
'font-text-transform': unset,
|
|
3693
|
+
'font-weight': unset,
|
|
3694
|
+
'gap': var(--joy-layout-space),
|
|
3695
|
+
'padding-bottom': calc(var(--joy-layout-space) * 2),
|
|
3696
|
+
'padding-left': calc(var(--joy-layout-space) * 2),
|
|
3697
|
+
'padding-right': calc(var(--joy-layout-space) * 2),
|
|
3698
|
+
'padding-top': calc(var(--joy-layout-space) * 2),
|
|
3699
|
+
'transition-duration': unset,
|
|
3700
|
+
'transition-mode': unset,
|
|
3701
|
+
'transition-property': unset,
|
|
3702
|
+
'translate': unset
|
|
3703
|
+
);
|
|
3686
3704
|
$drawer-container-props: (
|
|
3687
3705
|
'font-family': unset,
|
|
3688
3706
|
'font-letter-spacing': unset,
|
|
@@ -5808,6 +5826,30 @@ $resize-adorner-props: (
|
|
|
5808
5826
|
'transition-property': unset,
|
|
5809
5827
|
'translate': unset
|
|
5810
5828
|
);
|
|
5829
|
+
$resize-thumb-props: (
|
|
5830
|
+
'border-color': var(--joy-scheme-highlight),
|
|
5831
|
+
'border-radius': var(--joy-layout-radius),
|
|
5832
|
+
'border-style': dashed,
|
|
5833
|
+
'border-width': var(--joy-layout-thickness),
|
|
5834
|
+
'font-family': unset,
|
|
5835
|
+
'font-letter-spacing': unset,
|
|
5836
|
+
'font-line-height': unset,
|
|
5837
|
+
'font-size': unset,
|
|
5838
|
+
'font-text-decoration': unset,
|
|
5839
|
+
'font-text-transform': unset,
|
|
5840
|
+
'font-weight': unset,
|
|
5841
|
+
'gap': unset,
|
|
5842
|
+
'padding-bottom': unset,
|
|
5843
|
+
'padding-left': unset,
|
|
5844
|
+
'padding-right': unset,
|
|
5845
|
+
'padding-top': unset,
|
|
5846
|
+
'thumb-background-color': var(--joy-scheme-highlight),
|
|
5847
|
+
'thumb-border-radius': var(--joy-layout-thickness),
|
|
5848
|
+
'transition-duration': unset,
|
|
5849
|
+
'transition-mode': unset,
|
|
5850
|
+
'transition-property': unset,
|
|
5851
|
+
'translate': unset
|
|
5852
|
+
);
|
|
5811
5853
|
$ribbon-props: (
|
|
5812
5854
|
'background-color': var(--joy-scheme-background),
|
|
5813
5855
|
'border-color': var(--joy-scheme-highlight),
|
package/themes/memphis.scss
CHANGED
|
@@ -3557,6 +3557,24 @@ $drawer-props: (
|
|
|
3557
3557
|
'translate': unset,
|
|
3558
3558
|
'width': 320px
|
|
3559
3559
|
);
|
|
3560
|
+
$drawer-actions-props: (
|
|
3561
|
+
'font-family': unset,
|
|
3562
|
+
'font-letter-spacing': unset,
|
|
3563
|
+
'font-line-height': unset,
|
|
3564
|
+
'font-size': unset,
|
|
3565
|
+
'font-text-decoration': unset,
|
|
3566
|
+
'font-text-transform': unset,
|
|
3567
|
+
'font-weight': unset,
|
|
3568
|
+
'gap': var(--memphis-layout-space),
|
|
3569
|
+
'padding-bottom': calc(var(--memphis-layout-space) * 2),
|
|
3570
|
+
'padding-left': calc(var(--memphis-layout-space) * 2),
|
|
3571
|
+
'padding-right': calc(var(--memphis-layout-space) * 2),
|
|
3572
|
+
'padding-top': calc(var(--memphis-layout-space) * 2),
|
|
3573
|
+
'transition-duration': unset,
|
|
3574
|
+
'transition-mode': unset,
|
|
3575
|
+
'transition-property': unset,
|
|
3576
|
+
'translate': unset
|
|
3577
|
+
);
|
|
3560
3578
|
$drawer-container-props: (
|
|
3561
3579
|
'font-family': unset,
|
|
3562
3580
|
'font-letter-spacing': unset,
|
|
@@ -5726,6 +5744,30 @@ $resize-adorner-props: (
|
|
|
5726
5744
|
'transition-property': unset,
|
|
5727
5745
|
'translate': unset
|
|
5728
5746
|
);
|
|
5747
|
+
$resize-thumb-props: (
|
|
5748
|
+
'border-color': var(--memphis-scheme-highlight),
|
|
5749
|
+
'border-radius': var(--memphis-layout-radius),
|
|
5750
|
+
'border-style': dashed,
|
|
5751
|
+
'border-width': var(--memphis-layout-thickness),
|
|
5752
|
+
'font-family': unset,
|
|
5753
|
+
'font-letter-spacing': unset,
|
|
5754
|
+
'font-line-height': unset,
|
|
5755
|
+
'font-size': unset,
|
|
5756
|
+
'font-text-decoration': unset,
|
|
5757
|
+
'font-text-transform': unset,
|
|
5758
|
+
'font-weight': unset,
|
|
5759
|
+
'gap': unset,
|
|
5760
|
+
'padding-bottom': unset,
|
|
5761
|
+
'padding-left': unset,
|
|
5762
|
+
'padding-right': unset,
|
|
5763
|
+
'padding-top': unset,
|
|
5764
|
+
'thumb-background-color': var(--memphis-scheme-highlight),
|
|
5765
|
+
'thumb-border-radius': var(--memphis-layout-thickness),
|
|
5766
|
+
'transition-duration': unset,
|
|
5767
|
+
'transition-mode': unset,
|
|
5768
|
+
'transition-property': unset,
|
|
5769
|
+
'translate': unset
|
|
5770
|
+
);
|
|
5729
5771
|
$ribbon-props: (
|
|
5730
5772
|
'background-color': unset,
|
|
5731
5773
|
'border-color': unset,
|