@breadstone/mosaik-themes 0.0.47 → 0.0.48

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.
@@ -1785,7 +1785,7 @@ $cell-group-props: (
1785
1785
  'font-weight': var(--cosmopolitan-typography-content-font-weight),
1786
1786
  'gap': unset,
1787
1787
  'inline-end': 0,
1788
- 'inline-start': calc(var(--joy-layout-space)*2),
1788
+ 'inline-start': calc(var(--cosmopolitan-layout-space)*2),
1789
1789
  'padding-bottom': unset,
1790
1790
  'padding-left': unset,
1791
1791
  'padding-right': unset,
@@ -1979,7 +1979,7 @@ $check-box-group-props: (
1979
1979
  'font-text-transform': unset,
1980
1980
  'font-weight': unset,
1981
1981
  'foreground-color': unset,
1982
- 'gap': var(--retro-layout-space),
1982
+ 'gap': var(--cosmopolitan-layout-space),
1983
1983
  'padding-bottom': unset,
1984
1984
  'padding-left': unset,
1985
1985
  'padding-right': unset,
package/Themes/joy.scss CHANGED
@@ -2619,7 +2619,7 @@ $check-box-group-props: (
2619
2619
  'font-text-transform': unset,
2620
2620
  'font-weight': unset,
2621
2621
  'foreground-color': unset,
2622
- 'gap': var(--retro-layout-space),
2622
+ 'gap': var(--joy-layout-space),
2623
2623
  'padding-bottom': unset,
2624
2624
  'padding-left': unset,
2625
2625
  'padding-right': unset,
@@ -4161,7 +4161,7 @@ $footer-props: (
4161
4161
  'border-color': var(--joy-scheme-background),
4162
4162
  'border-radius': 0,
4163
4163
  'border-style': none,
4164
- 'border-width': var(--retro-layout-thickness),
4164
+ 'border-width': var(--joy-layout-thickness),
4165
4165
  'font-family': unset,
4166
4166
  'font-letter-spacing': unset,
4167
4167
  'font-line-height': unset,
@@ -4973,7 +4973,7 @@ $page-menu-props: (
4973
4973
  'font-text-transform': unset,
4974
4974
  'font-weight': normal,
4975
4975
  'foreground-color': var(--joy-scheme-foreground),
4976
- 'gap': calc(var(--retro-layout-space) * 2),
4976
+ 'gap': calc(var(--joy-layout-space) * 2),
4977
4977
  'height': 64px,
4978
4978
  'line-height': 28px,
4979
4979
  'padding-bottom': 8px,
@@ -6704,10 +6704,10 @@ $toolbar-props: (
6704
6704
  'gap': 16px,
6705
6705
  'height': 64px,
6706
6706
  'line-height': 28px,
6707
- 'padding-bottom': var(--retro-layout-space),
6708
- 'padding-left': calc(var(--retro-layout-space) * 2),
6709
- 'padding-right': calc(var(--retro-layout-space) * 2),
6710
- 'padding-top': var(--retro-layout-space),
6707
+ 'padding-bottom': var(--joy-layout-space),
6708
+ 'padding-left': calc(var(--joy-layout-space) * 2),
6709
+ 'padding-right': calc(var(--joy-layout-space) * 2),
6710
+ 'padding-top': var(--joy-layout-space),
6711
6711
  'shadow-blur': unset,
6712
6712
  'shadow-color': unset,
6713
6713
  'shadow-offset-x': unset,
package/Themes/retro.scss CHANGED
@@ -2199,7 +2199,7 @@ $cell-group-props: (
2199
2199
  'font-weight': var(--retro-typography-overline-font-weight),
2200
2200
  'gap': unset,
2201
2201
  'inline-end': 0,
2202
- 'inline-start': calc(var(--joy-layout-space)*2),
2202
+ 'inline-start': calc(var(--retro-layout-space)*2),
2203
2203
  'padding-bottom': unset,
2204
2204
  'padding-left': unset,
2205
2205
  'padding-right': unset,
@@ -6434,7 +6434,7 @@ $toggle-switch-props: (
6434
6434
  'font-text-decoration': unset,
6435
6435
  'font-text-transform': unset,
6436
6436
  'font-weight': unset,
6437
- 'gap': var(--joy-layout-space),
6437
+ 'gap': var(--retro-layout-space),
6438
6438
  'padding-bottom': unset,
6439
6439
  'padding-left': unset,
6440
6440
  'padding-right': unset,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "Mosaik elements various themes.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -15,7 +15,7 @@
15
15
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
16
16
  },
17
17
  "dependencies": {
18
- "@breadstone/mosaik-elements": "^0.0.47",
18
+ "@breadstone/mosaik-elements": "^0.0.48",
19
19
  "@ctrl/tinycolor": "^4.1.0",
20
20
  "tslib": "^2.8.1"
21
21
  },