@onereach/ui-components 21.5.1 → 21.5.2
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.
|
@@ -146,7 +146,7 @@ const Modal = [
|
|
|
146
146
|
// Layout
|
|
147
147
|
'layout-column',
|
|
148
148
|
// Box
|
|
149
|
-
'w-full', 'h-full md:h-auto md:max-h-[min(calc(100%-(2*theme(spacing.3xl))),772px)]',
|
|
149
|
+
'sm:w-full', 'sm:h-full md:h-auto md:max-h-[min(calc(100%-(2*theme(spacing.3xl))),772px)]',
|
|
150
150
|
// Spacing
|
|
151
151
|
'py-md md:py-lg', 'gap-md md:gap-lg',
|
|
152
152
|
// Shape
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "21.5.
|
|
3
|
+
"version": "21.5.2",
|
|
4
4
|
"description": "Vue components library for v3",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"@codemirror/view": "^6",
|
|
46
46
|
"@floating-ui/dom": "1.5.3",
|
|
47
47
|
"@lezer/highlight": "*",
|
|
48
|
-
"@onereach/styles": "^21.5.
|
|
49
|
-
"@onereach/ui-components-common": "^21.5.
|
|
48
|
+
"@onereach/styles": "^21.5.2",
|
|
49
|
+
"@onereach/ui-components-common": "^21.5.2",
|
|
50
50
|
"@splidejs/splide": "4.0.6",
|
|
51
51
|
"@tiptap/core": "2.0.3",
|
|
52
52
|
"@tiptap/extension-blockquote": "2.0.3",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"access": "public"
|
|
104
104
|
},
|
|
105
105
|
"npmUnpacked": "4.15.2",
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "13fdf07a7d669cb6998d43e7d973486b0f1d2c4b"
|
|
107
107
|
}
|