@breadstone/mosaik-themes 0.0.202 → 0.0.203
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 +3 -1
- package/themes/joy.scss +2 -0
- package/themes/memphis.scss +2 -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.203",
|
|
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.203",
|
|
18
18
|
"chroma-js": "^3.2.0",
|
|
19
19
|
"tslib": "^2.8.1"
|
|
20
20
|
},
|
package/themes/cosmopolitan.scss
CHANGED
|
@@ -1660,7 +1660,7 @@ $card-actions-props: (
|
|
|
1660
1660
|
'font-text-decoration': unset,
|
|
1661
1661
|
'font-text-transform': unset,
|
|
1662
1662
|
'font-weight': unset,
|
|
1663
|
-
'gap':
|
|
1663
|
+
'gap': var(--cosmopolitan-layout-space),
|
|
1664
1664
|
'padding-bottom': unset,
|
|
1665
1665
|
'padding-left': unset,
|
|
1666
1666
|
'padding-right': unset,
|
|
@@ -4906,7 +4906,9 @@ $progress-ring-props: (
|
|
|
4906
4906
|
'padding-left': unset,
|
|
4907
4907
|
'padding-right': unset,
|
|
4908
4908
|
'padding-top': unset,
|
|
4909
|
+
'radius': unset,
|
|
4909
4910
|
'shadow': unset,
|
|
4911
|
+
'thickness': unset,
|
|
4910
4912
|
'transition-duration': unset,
|
|
4911
4913
|
'transition-mode': unset,
|
|
4912
4914
|
'transition-property': unset,
|
package/themes/joy.scss
CHANGED
|
@@ -5545,7 +5545,9 @@ $progress-ring-props: (
|
|
|
5545
5545
|
'padding-left': 8px,
|
|
5546
5546
|
'padding-right': 8px,
|
|
5547
5547
|
'padding-top': 4px,
|
|
5548
|
+
'radius': 60px,
|
|
5548
5549
|
'shadow': unset,
|
|
5550
|
+
'thickness': 6px,
|
|
5549
5551
|
'transition-duration': var(--joy-duration-short),
|
|
5550
5552
|
'transition-mode': ease,
|
|
5551
5553
|
'transition-property': (background-color, color, border-color, opacity, box-shadow),
|
package/themes/memphis.scss
CHANGED
|
@@ -5410,7 +5410,9 @@ $progress-ring-props: (
|
|
|
5410
5410
|
'padding-left': 0px,
|
|
5411
5411
|
'padding-right': 0px,
|
|
5412
5412
|
'padding-top': 0px,
|
|
5413
|
+
'radius': 60px,
|
|
5413
5414
|
'shadow': var(--memphis-elevation-none),
|
|
5415
|
+
'thickness': 6px,
|
|
5414
5416
|
'transition-duration': var(--memphis-duration-short),
|
|
5415
5417
|
'transition-mode': ease,
|
|
5416
5418
|
'transition-property': (stroke, stroke-dashoffset, stroke-dasharray, transform),
|