@r2digisolutions/ui 0.27.2 → 0.27.3

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.
@@ -82,7 +82,7 @@
82
82
  >
83
83
  <div
84
84
  class={[
85
- 'flex flex-col overflow-hidden',
85
+ 'flex flex-col overflow-hidden max-h-full',
86
86
  STYLES.SHELL_TRANSPARENT,
87
87
  paddings[effectivePadding],
88
88
  sizes[effectiveSize],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@r2digisolutions/ui",
3
- "version": "0.27.2",
3
+ "version": "0.27.3",
4
4
  "private": false,
5
5
  "packageManager": "bun@1.3.3",
6
6
  "publishConfig": {
@@ -47,7 +47,7 @@
47
47
  "svelte": "5.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@changesets/cli": "2.29.7",
50
+ "@changesets/cli": "2.29.8",
51
51
  "@chromatic-com/storybook": "4.1.3",
52
52
  "@eslint/compat": "2.0.0",
53
53
  "@playwright/test": "1.57.0",