@onereach/ui-components-vue2 20.0.4 → 20.0.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.
@@ -14,7 +14,7 @@ const Switch = [
14
14
  // Layout
15
15
  'layout-row',
16
16
  // Spacing
17
- 'gap-sm+ md:gap-sm'];
17
+ 'gap-sm'];
18
18
  const SwitchControl = [
19
19
  // Layout
20
20
  'layout-inline-row justify-start checked:justify-end',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "20.0.4",
3
+ "version": "20.0.5",
4
4
  "description": "Vue components library for v2",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -41,8 +41,8 @@
41
41
  "@codemirror/view": "^6",
42
42
  "@floating-ui/dom": "1.5.3",
43
43
  "@lezer/highlight": "*",
44
- "@onereach/styles": "^20.0.4",
45
- "@onereach/ui-components-common": "^20.0.4",
44
+ "@onereach/styles": "^20.0.5",
45
+ "@onereach/ui-components-common": "^20.0.5",
46
46
  "@splidejs/splide": "4.0.6",
47
47
  "@tiptap/core": "2.0.3",
48
48
  "@tiptap/extension-blockquote": "2.0.3",
@@ -107,5 +107,5 @@
107
107
  "access": "public"
108
108
  },
109
109
  "npmUnpacked": "4.15.2",
110
- "gitHead": "6cac0d2c90f7076aab90edec433ce53d68ae81d0"
110
+ "gitHead": "45b9bb386846e4012a8fbaa0a8952468124a3ded"
111
111
  }