@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.0.200",
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.200",
17
+ "@breadstone/mosaik-elements": "^0.0.202",
18
18
  "chroma-js": "^3.2.0",
19
19
  "tslib": "^2.8.1"
20
20
  },
@@ -3386,7 +3386,7 @@ $error-props: (
3386
3386
  'font-text-transform': unset,
3387
3387
  'font-weight': unset,
3388
3388
  'foreground-color': unset,
3389
- 'gap': unset,
3389
+ 'gap': 4px,
3390
3390
  'padding-bottom': unset,
3391
3391
  'padding-left': unset,
3392
3392
  'padding-right': unset,
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': unset,
4033
+ 'gap': 4px,
4034
4034
  'padding-bottom': unset,
4035
4035
  'padding-left': unset,
4036
4036
  'padding-right': unset,
@@ -3861,7 +3861,7 @@ $error-props: (
3861
3861
  'font-text-transform': unset,
3862
3862
  'font-weight': unset,
3863
3863
  'foreground-color': unset,
3864
- 'gap': unset,
3864
+ 'gap': 4px,
3865
3865
  'padding-bottom': unset,
3866
3866
  'padding-left': unset,
3867
3867
  'padding-right': unset,