@onereach/ui-components-vue2 20.1.0 → 20.1.1

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.
@@ -22,7 +22,6 @@ import 'lodash/isElement';
22
22
  import '../../constants-873d04a2.js';
23
23
  import '../or-icon-v3/index.js';
24
24
  import '../or-tooltip-v3/index.js';
25
- import '../../style-inject.es-87955792.js';
26
25
  import '@floating-ui/core';
27
26
  import '@floating-ui/utils';
28
27
  import '@floating-ui/utils/dom';
@@ -30,6 +29,7 @@ import '../or-bottom-sheet-v3/index.js';
30
29
  import '../or-overlay-v3/index.js';
31
30
  import '../or-teleport-v3/index.js';
32
31
  import 'portal-vue';
32
+ import '../../style-inject.es-87955792.js';
33
33
  import '../or-tag-v3/index.js';
34
34
  import '../or-button-v3/index.js';
35
35
  import '../../props-bba3dca8.js';
@@ -133,7 +133,7 @@ const ModalHeader = [
133
133
  // Layout
134
134
  'layout-row',
135
135
  // Spacing
136
- 'px-md md:px-lg',
136
+ 'px-md md:px-lg pb-sm md:pb-none',
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.0",
3
+ "version": "20.1.1",
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.0",
45
- "@onereach/ui-components-common": "^20.1.0",
44
+ "@onereach/styles": "^20.1.1",
45
+ "@onereach/ui-components-common": "^20.1.1",
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": "67e75b46249d07a66c5448062fd4f628e2fda20d"
110
+ "gitHead": "6a52b19eca7124d3f90464615f051c4e4bd9b316"
111
111
  }