vueless 1.3.7-beta.4 → 1.3.7-beta.6
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.
package/package.json
CHANGED
|
@@ -81,7 +81,7 @@ export default /*tw*/ {
|
|
|
81
81
|
footerLeft: "flex flex-col md:flex-row gap-4 w-full",
|
|
82
82
|
footerRight: "flex flex-col md:flex-row gap-4 w-full justify-end",
|
|
83
83
|
drawerWrapper: {
|
|
84
|
-
base: "flex border absolute
|
|
84
|
+
base: "flex border absolute overflow-x-hidden",
|
|
85
85
|
variants: {
|
|
86
86
|
variant: {
|
|
87
87
|
solid: "bg-default border-transparent",
|
|
@@ -103,7 +103,7 @@ export default /*tw*/ {
|
|
|
103
103
|
},
|
|
104
104
|
drawer: "overflow-y-auto",
|
|
105
105
|
handleWrapper: {
|
|
106
|
-
base: "flex items-center justify-center bg-inherit cursor-grab active:cursor-grabbing",
|
|
106
|
+
base: "flex items-center justify-center bg-inherit cursor-grab active:cursor-grabbing select-none",
|
|
107
107
|
variants: {
|
|
108
108
|
position: {
|
|
109
109
|
top: "w-full h-11",
|