vueless 1.3.7-beta.5 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "1.3.7-beta.5",
3
+ "version": "1.3.7-beta.6",
4
4
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
5
5
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
6
6
  "homepage": "https://vueless.com",
@@ -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 select-none overflow-x-hidden",
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",
@@ -15,7 +15,7 @@ export default /*tw*/ {
15
15
  },
16
16
  },
17
17
  clearIcon: "{>inputIcon}",
18
- searchIcon: "{>inputIcon}",
18
+ searchIcon: "{>inputIcon} -mr-1",
19
19
  searchButton: {
20
20
  base: "{UButton} rounded-l-none ml-2",
21
21
  defaults: {