@breadstone/mosaik-themes 0.1.45 → 0.1.47

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.1.45",
3
+ "version": "0.1.47",
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.1.45",
17
+ "@breadstone/mosaik-elements": "0.1.47",
18
18
  "tslib": "2.8.1"
19
19
  },
20
20
  "peerDependencies": {
@@ -8038,6 +8038,7 @@ $list-props: (
8038
8038
  'font-weight': unset,
8039
8039
  'foreground-color': unset,
8040
8040
  'gap': unset,
8041
+ 'line-thickness': unset,
8041
8042
  'padding-bottom': unset,
8042
8043
  'padding-left': unset,
8043
8044
  'padding-right': unset,
package/themes/joy.scss CHANGED
@@ -6156,7 +6156,7 @@ $dropdown-props: (
6156
6156
  'transition-duration': unset,
6157
6157
  'transition-mode': unset,
6158
6158
  'transition-property': unset,
6159
- 'translate': unset
6159
+ 'translate': none
6160
6160
  );
6161
6161
  /**
6162
6162
  * ------------------------------------------------------------------------------
@@ -8242,10 +8242,11 @@ $list-props: (
8242
8242
  'font-weight': var(--joy-typography-body1-font-weight),
8243
8243
  'foreground-color': var(--joy-scheme-foreground),
8244
8244
  'gap': var(--joy-layout-space),
8245
- 'padding-bottom': var(--joy-layout-spacing),
8246
- 'padding-left': calc(var(--joy-layout-spacing) * 2),
8247
- 'padding-right': calc(var(--joy-layout-spacing) * 2),
8248
- 'padding-top': var(--joy-layout-spacing),
8245
+ 'line-thickness': var(--joy-layout-thickness),
8246
+ 'padding-bottom': calc(var(--joy-layout-space) * 2),
8247
+ 'padding-left': calc(var(--joy-layout-space) * 2),
8248
+ 'padding-right': calc(var(--joy-layout-space) * 2),
8249
+ 'padding-top': calc(var(--joy-layout-space) * 2),
8249
8250
  'shadow': unset unset unset unset unset,
8250
8251
  'shadow-blur': unset,
8251
8252
  'shadow-color': unset,
@@ -8611,10 +8612,10 @@ $menu-props: (
8611
8612
  'font-weight': var(--joy-typography-body1-font-weight),
8612
8613
  'foreground-color': var(--joy-scheme-foreground),
8613
8614
  'gap': unset,
8614
- 'padding-bottom': var(--joy-layout-spacing),
8615
- 'padding-left': calc(var(--joy-layout-spacing) * 2),
8616
- 'padding-right': calc(var(--joy-layout-spacing) * 2),
8617
- 'padding-top': var(--joy-layout-spacing),
8615
+ 'padding-bottom': var(--joy-layout-space),
8616
+ 'padding-left': calc(var(--joy-layout-space) * 2),
8617
+ 'padding-right': calc(var(--joy-layout-space) * 2),
8618
+ 'padding-top': var(--joy-layout-space),
8618
8619
  'shadow': unset unset unset unset unset,
8619
8620
  'shadow-blur': unset,
8620
8621
  'shadow-color': unset,
@@ -12431,10 +12432,10 @@ $table-props: (
12431
12432
  'foreground-color': var(--joy-scheme-foreground),
12432
12433
  'gap': var(--joy-layout-space),
12433
12434
  'line-thickness': var(--joy-layout-thickness),
12434
- 'padding-bottom': var(--joy-layout-space),
12435
+ 'padding-bottom': calc(var(--joy-layout-space) * 2),
12435
12436
  'padding-left': calc(var(--joy-layout-space) * 2),
12436
12437
  'padding-right': calc(var(--joy-layout-space) * 2),
12437
- 'padding-top': var(--joy-layout-space),
12438
+ 'padding-top': calc(var(--joy-layout-space) * 2),
12438
12439
  'row-border-color': var(--joy-scheme-highlight),
12439
12440
  'row-border-radius': unset,
12440
12441
  'row-border-style': solid,
@@ -8164,6 +8164,7 @@ $list-props: (
8164
8164
  'font-weight': unset,
8165
8165
  'foreground-color': unset,
8166
8166
  'gap': unset,
8167
+ 'line-thickness': unset,
8167
8168
  'padding-bottom': unset,
8168
8169
  'padding-left': unset,
8169
8170
  'padding-right': unset,