@breadstone/mosaik-themes 0.0.264 → 0.0.265
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/package.json +2 -2
- package/themes/cosmopolitan.scss +41 -0
- package/themes/joy.scss +49 -7
- package/themes/memphis.scss +41 -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.265",
|
|
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.265",
|
|
18
18
|
"chroma-js": "^3.2.0"
|
|
19
19
|
},
|
|
20
20
|
"exports": {
|
package/themes/cosmopolitan.scss
CHANGED
|
@@ -5464,6 +5464,7 @@ $drawer-props: (
|
|
|
5464
5464
|
'transition-mode': unset,
|
|
5465
5465
|
'transition-property': (unset),
|
|
5466
5466
|
'translate': none,
|
|
5467
|
+
'viewport-inset': unset,
|
|
5467
5468
|
'width': unset
|
|
5468
5469
|
);
|
|
5469
5470
|
/**
|
|
@@ -13803,6 +13804,46 @@ $virtualize-props: (
|
|
|
13803
13804
|
'transition-property': unset,
|
|
13804
13805
|
'translate': none
|
|
13805
13806
|
);
|
|
13807
|
+
/**
|
|
13808
|
+
* ------------------------------------------------------------------------------
|
|
13809
|
+
* <auto-generated>
|
|
13810
|
+
* This code was generated by a tool.
|
|
13811
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
13812
|
+
* the code is regenerated.
|
|
13813
|
+
* </auto-generated>
|
|
13814
|
+
* ------------------------------------------------------------------------------
|
|
13815
|
+
*/
|
|
13816
|
+
$wheel-picker-props: (
|
|
13817
|
+
'background-color': unset,
|
|
13818
|
+
'border-color': unset,
|
|
13819
|
+
'border-radius': var(--cosmopolitan-layout-radius),
|
|
13820
|
+
'border-style': none,
|
|
13821
|
+
'border-width': 0px,
|
|
13822
|
+
'font-family': var(--cosmopolitan-font-family),
|
|
13823
|
+
'font-letter-spacing': unset,
|
|
13824
|
+
'font-line-height': unset,
|
|
13825
|
+
'font-size': 14px,
|
|
13826
|
+
'font-text-decoration': unset,
|
|
13827
|
+
'font-text-transform': unset,
|
|
13828
|
+
'font-weight': var(--cosmopolitan-typography-body2-font-weight),
|
|
13829
|
+
'foreground-color': var(--cosmopolitan-scheme-foreground),
|
|
13830
|
+
'gap': 0px,
|
|
13831
|
+
'item-height': 36px,
|
|
13832
|
+
'padding-bottom': 0px,
|
|
13833
|
+
'padding-left': 4px,
|
|
13834
|
+
'padding-right': 4px,
|
|
13835
|
+
'padding-top': 0px,
|
|
13836
|
+
'shadow': unset unset unset unset unset,
|
|
13837
|
+
'shadow-blur': unset,
|
|
13838
|
+
'shadow-color': unset,
|
|
13839
|
+
'shadow-offset-x': unset,
|
|
13840
|
+
'shadow-offset-y': unset,
|
|
13841
|
+
'shadow-spread': unset,
|
|
13842
|
+
'transition-duration': var(--cosmopolitan-duration-short),
|
|
13843
|
+
'transition-mode': ease,
|
|
13844
|
+
'transition-property': (background-color, color),
|
|
13845
|
+
'translate': none
|
|
13846
|
+
);
|
|
13806
13847
|
/**
|
|
13807
13848
|
* ------------------------------------------------------------------------------
|
|
13808
13849
|
* <auto-generated>
|
package/themes/joy.scss
CHANGED
|
@@ -5828,6 +5828,7 @@ $drawer-props: (
|
|
|
5828
5828
|
'transition-mode': ease,
|
|
5829
5829
|
'transition-property': (background-color, color, border-color, opacity, box-shadow, margin, width, max-width, height),
|
|
5830
5830
|
'translate': none,
|
|
5831
|
+
'viewport-inset': calc(var(--joy-layout-space) * 2),
|
|
5831
5832
|
'width': 320px
|
|
5832
5833
|
);
|
|
5833
5834
|
/**
|
|
@@ -13684,13 +13685,14 @@ $toggle-switch-props: (
|
|
|
13684
13685
|
'border-radius': var(--joy-layout-radius),
|
|
13685
13686
|
'border-style': solid,
|
|
13686
13687
|
'border-width': var(--joy-layout-thickness),
|
|
13687
|
-
'font-family':
|
|
13688
|
-
'font-letter-spacing':
|
|
13689
|
-
'font-line-height':
|
|
13690
|
-
'font-size':
|
|
13691
|
-
'font-text-decoration':
|
|
13692
|
-
'font-text-transform':
|
|
13693
|
-
'font-weight':
|
|
13688
|
+
'font-family': var(--joy-font-family),
|
|
13689
|
+
'font-letter-spacing': var(--joy-typography-body1-letter-spacing),
|
|
13690
|
+
'font-line-height': var(--joy-typography-body1-line-height),
|
|
13691
|
+
'font-size': var(--joy-typography-body1-font-size),
|
|
13692
|
+
'font-text-decoration': var(--joy-typography-body1-text-decoration),
|
|
13693
|
+
'font-text-transform': var(--joy-typography-body1-text-transform),
|
|
13694
|
+
'font-weight': var(--joy-typography-body1-font-weight),
|
|
13695
|
+
'foreground-color': var(--joy-scheme-foreground),
|
|
13694
13696
|
'gap': var(--joy-layout-space),
|
|
13695
13697
|
'padding-bottom': unset,
|
|
13696
13698
|
'padding-left': unset,
|
|
@@ -14123,6 +14125,46 @@ $virtualize-props: (
|
|
|
14123
14125
|
'transition-property': unset,
|
|
14124
14126
|
'translate': none
|
|
14125
14127
|
);
|
|
14128
|
+
/**
|
|
14129
|
+
* ------------------------------------------------------------------------------
|
|
14130
|
+
* <auto-generated>
|
|
14131
|
+
* This code was generated by a tool.
|
|
14132
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
14133
|
+
* the code is regenerated.
|
|
14134
|
+
* </auto-generated>
|
|
14135
|
+
* ------------------------------------------------------------------------------
|
|
14136
|
+
*/
|
|
14137
|
+
$wheel-picker-props: (
|
|
14138
|
+
'background-color': var(--joy-scheme-background),
|
|
14139
|
+
'border-color': var(--joy-scheme-highlight),
|
|
14140
|
+
'border-radius': var(--joy-layout-radius),
|
|
14141
|
+
'border-style': none,
|
|
14142
|
+
'border-width': 0px,
|
|
14143
|
+
'font-family': var(--joy-font-family),
|
|
14144
|
+
'font-letter-spacing': unset,
|
|
14145
|
+
'font-line-height': unset,
|
|
14146
|
+
'font-size': 14px,
|
|
14147
|
+
'font-text-decoration': unset,
|
|
14148
|
+
'font-text-transform': unset,
|
|
14149
|
+
'font-weight': var(--joy-typography-body2-font-weight),
|
|
14150
|
+
'foreground-color': var(--joy-scheme-foreground),
|
|
14151
|
+
'gap': 0px,
|
|
14152
|
+
'item-height': 36px,
|
|
14153
|
+
'padding-bottom': 0px,
|
|
14154
|
+
'padding-left': 4px,
|
|
14155
|
+
'padding-right': 4px,
|
|
14156
|
+
'padding-top': 0px,
|
|
14157
|
+
'shadow': unset unset unset unset unset,
|
|
14158
|
+
'shadow-blur': unset,
|
|
14159
|
+
'shadow-color': unset,
|
|
14160
|
+
'shadow-offset-x': unset,
|
|
14161
|
+
'shadow-offset-y': unset,
|
|
14162
|
+
'shadow-spread': unset,
|
|
14163
|
+
'transition-duration': var(--joy-duration-short),
|
|
14164
|
+
'transition-mode': ease,
|
|
14165
|
+
'transition-property': (background-color, color),
|
|
14166
|
+
'translate': none
|
|
14167
|
+
);
|
|
14126
14168
|
/**
|
|
14127
14169
|
* ------------------------------------------------------------------------------
|
|
14128
14170
|
* <auto-generated>
|
package/themes/memphis.scss
CHANGED
|
@@ -5590,6 +5590,7 @@ $drawer-props: (
|
|
|
5590
5590
|
'transition-mode': ease,
|
|
5591
5591
|
'transition-property': (background-color, color, border-color, opacity, box-shadow, margin, width, max-width, height),
|
|
5592
5592
|
'translate': none,
|
|
5593
|
+
'viewport-inset': 16px,
|
|
5593
5594
|
'width': 320px
|
|
5594
5595
|
);
|
|
5595
5596
|
/**
|
|
@@ -13934,6 +13935,46 @@ $virtualize-props: (
|
|
|
13934
13935
|
'transition-property': unset,
|
|
13935
13936
|
'translate': none
|
|
13936
13937
|
);
|
|
13938
|
+
/**
|
|
13939
|
+
* ------------------------------------------------------------------------------
|
|
13940
|
+
* <auto-generated>
|
|
13941
|
+
* This code was generated by a tool.
|
|
13942
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
13943
|
+
* the code is regenerated.
|
|
13944
|
+
* </auto-generated>
|
|
13945
|
+
* ------------------------------------------------------------------------------
|
|
13946
|
+
*/
|
|
13947
|
+
$wheel-picker-props: (
|
|
13948
|
+
'background-color': unset,
|
|
13949
|
+
'border-color': unset,
|
|
13950
|
+
'border-radius': var(--memphis-layout-radius),
|
|
13951
|
+
'border-style': none,
|
|
13952
|
+
'border-width': 0px,
|
|
13953
|
+
'font-family': var(--memphis-font-family),
|
|
13954
|
+
'font-letter-spacing': unset,
|
|
13955
|
+
'font-line-height': unset,
|
|
13956
|
+
'font-size': 14px,
|
|
13957
|
+
'font-text-decoration': unset,
|
|
13958
|
+
'font-text-transform': unset,
|
|
13959
|
+
'font-weight': var(--memphis-typography-body2-font-weight),
|
|
13960
|
+
'foreground-color': var(--memphis-scheme-foreground),
|
|
13961
|
+
'gap': 0px,
|
|
13962
|
+
'item-height': 36px,
|
|
13963
|
+
'padding-bottom': 0px,
|
|
13964
|
+
'padding-left': 4px,
|
|
13965
|
+
'padding-right': 4px,
|
|
13966
|
+
'padding-top': 0px,
|
|
13967
|
+
'shadow': unset unset unset unset unset,
|
|
13968
|
+
'shadow-blur': unset,
|
|
13969
|
+
'shadow-color': unset,
|
|
13970
|
+
'shadow-offset-x': unset,
|
|
13971
|
+
'shadow-offset-y': unset,
|
|
13972
|
+
'shadow-spread': unset,
|
|
13973
|
+
'transition-duration': var(--memphis-duration-short),
|
|
13974
|
+
'transition-mode': ease,
|
|
13975
|
+
'transition-property': (background-color, color),
|
|
13976
|
+
'translate': none
|
|
13977
|
+
);
|
|
13937
13978
|
/**
|
|
13938
13979
|
* ------------------------------------------------------------------------------
|
|
13939
13980
|
* <auto-generated>
|