@onereach/ui-components-vue2 21.5.1 → 21.5.2

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.
@@ -217,7 +217,7 @@ const Modal = [
217
217
  // Layout
218
218
  'layout-column',
219
219
  // Box
220
- 'w-full', 'h-full md:h-auto md:max-h-[min(calc(100%-(2*theme(spacing.3xl))),772px)]',
220
+ 'sm:w-full', 'sm:h-full md:h-auto md:max-h-[min(calc(100%-(2*theme(spacing.3xl))),772px)]',
221
221
  // Spacing
222
222
  'py-md md:py-lg', 'gap-md md:gap-lg',
223
223
  // Shape
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "21.5.1",
3
+ "version": "21.5.2",
4
4
  "description": "Vue components library for v2",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -40,8 +40,8 @@
40
40
  "@codemirror/view": "^6",
41
41
  "@floating-ui/dom": "1.5.3",
42
42
  "@lezer/highlight": "*",
43
- "@onereach/styles": "^21.5.1",
44
- "@onereach/ui-components-common": "^21.5.1",
43
+ "@onereach/styles": "^21.5.2",
44
+ "@onereach/ui-components-common": "^21.5.2",
45
45
  "@splidejs/splide": "4.0.6",
46
46
  "@tiptap/core": "2.0.3",
47
47
  "@tiptap/extension-blockquote": "2.0.3",
@@ -105,5 +105,5 @@
105
105
  "access": "public"
106
106
  },
107
107
  "npmUnpacked": "4.15.2",
108
- "gitHead": "0ce2ad7cf46d1390fbcfd5486b049b847bd2e27f"
108
+ "gitHead": "13fdf07a7d669cb6998d43e7d973486b0f1d2c4b"
109
109
  }