@onereach/ui-components-vue2 20.1.2 → 20.2.0-beta.5160.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.
@@ -133,7 +133,7 @@ const ModalHeader = [
133
133
  // Layout
134
134
  'layout-row',
135
135
  // Spacing
136
- 'px-md md:px-lg pb-sm md:pb-none',
136
+ 'px-md md:px-lg',
137
137
  // Typography
138
138
  'typography-headline-2'];
139
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "20.1.2",
3
+ "version": "20.2.0-beta.5160.0",
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.1.2",
45
- "@onereach/ui-components-common": "^20.1.2",
44
+ "@onereach/styles": "^20.1.0",
45
+ "@onereach/ui-components-common": "^20.2.0-beta.5160.0",
46
46
  "@splidejs/splide": "4.0.6",
47
47
  "@tiptap/core": "2.0.3",
48
48
  "@tiptap/extension-blockquote": "2.0.3",
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "devDependencies": {
85
85
  "@babel/preset-env": "7.18.10",
86
- "@onereach/rollup-vue-lib-config": "4.0.0",
86
+ "@onereach/rollup-vue-lib-config": "3.1.1-typescriptupdate156.0",
87
87
  "@rollup/plugin-url": "^8.0.1",
88
88
  "@vue/composition-api": "^1.7.2",
89
89
  "csstype": "2.6.21",
@@ -105,6 +105,5 @@
105
105
  "publishConfig": {
106
106
  "access": "public"
107
107
  },
108
- "npmUnpacked": "4.15.2",
109
- "gitHead": "f679403e6994342e28a63f2db95909d8c92091e5"
108
+ "npmUnpacked": "4.15.2"
110
109
  }