@onereach/ui-components-vue2 26.6.5 → 26.6.6-beta.5952.0

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.
@@ -21,7 +21,9 @@ const ModalContent = [
21
21
  // Overflow
22
22
  'overflow-auto',
23
23
  // Spacing
24
- 'px-md md:px-lg'];
24
+ 'px-md md:px-lg',
25
+ // Layout
26
+ 'flex'];
25
27
 
26
28
  var script$3 = defineComponent({
27
29
  name: 'OrModalContent',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "26.6.5",
3
+ "version": "26.6.6-beta.5952.0",
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": "^26.6.5",
44
- "@onereach/ui-components-common": "^26.6.5",
43
+ "@onereach/styles": "^26.6.6-beta.5952.0",
44
+ "@onereach/ui-components-common": "^26.6.6-beta.5952.0",
45
45
  "@splidejs/splide": "4.0.6",
46
46
  "@tiptap/core": "2.27.1",
47
47
  "@tiptap/extension-blockquote": "2.27.1",
@@ -102,6 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "npmUnpacked": "4.15.2",
106
- "gitHead": "50beec0ea15a3cf5df244bcc32c88f42f865f6c8"
105
+ "npmUnpacked": "4.15.2"
107
106
  }