@breadstone/mosaik-themes 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/themes/joy.scss +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
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.4",
17
+ "@breadstone/mosaik-elements": "0.1.5",
18
18
  "tslib": "2.8.1"
19
19
  },
20
20
  "peerDependencies": {
package/themes/joy.scss CHANGED
@@ -3698,10 +3698,10 @@ $chat-message-reaction-props: (
3698
3698
  'font-weight': var(--joy-typography-caption-font-weight),
3699
3699
  'foreground-color': var(--joy-scheme-foreground),
3700
3700
  'gap': calc(var(--joy-layout-space) / 2),
3701
- 'padding-bottom': var(--joy-layout-space),
3702
- 'padding-left': var(--joy-layout-space),
3703
- 'padding-right': var(--joy-layout-space),
3704
- 'padding-top': var(--joy-layout-space),
3701
+ 'padding-bottom': unset,
3702
+ 'padding-left': unset,
3703
+ 'padding-right': unset,
3704
+ 'padding-top': unset,
3705
3705
  'shadow': unset unset unset unset unset,
3706
3706
  'shadow-blur': unset,
3707
3707
  'shadow-color': unset,