@breadstone/mosaik-themes 0.0.200 → 0.0.202
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 +1 -1
- package/themes/joy.scss +1 -1
- package/themes/memphis.scss +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.202",
|
|
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.202",
|
|
18
18
|
"chroma-js": "^3.2.0",
|
|
19
19
|
"tslib": "^2.8.1"
|
|
20
20
|
},
|
package/themes/cosmopolitan.scss
CHANGED
package/themes/joy.scss
CHANGED
|
@@ -4030,7 +4030,7 @@ $error-props: (
|
|
|
4030
4030
|
'font-text-transform': unset,
|
|
4031
4031
|
'font-weight': normal,
|
|
4032
4032
|
'foreground-color': var(--joy-color-danger-500),
|
|
4033
|
-
'gap':
|
|
4033
|
+
'gap': 4px,
|
|
4034
4034
|
'padding-bottom': unset,
|
|
4035
4035
|
'padding-left': unset,
|
|
4036
4036
|
'padding-right': unset,
|
package/themes/memphis.scss
CHANGED