@onereach/ui-components 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",
3
- "version": "20.0.4",
3
+ "version": "20.0.5",
4
4
  "description": "Vue components library for v3",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -46,8 +46,8 @@
46
46
  "@codemirror/view": "^6",
47
47
  "@floating-ui/dom": "1.5.3",
48
48
  "@lezer/highlight": "*",
49
- "@onereach/styles": "^20.0.4",
50
- "@onereach/ui-components-common": "^20.0.4",
49
+ "@onereach/styles": "^20.0.5",
50
+ "@onereach/ui-components-common": "^20.0.5",
51
51
  "@splidejs/splide": "4.0.6",
52
52
  "@tiptap/core": "2.0.3",
53
53
  "@tiptap/extension-blockquote": "2.0.3",
@@ -108,5 +108,5 @@
108
108
  "access": "public"
109
109
  },
110
110
  "npmUnpacked": "4.15.2",
111
- "gitHead": "6cac0d2c90f7076aab90edec433ce53d68ae81d0"
111
+ "gitHead": "45b9bb386846e4012a8fbaa0a8952468124a3ded"
112
112
  }