@nextui-org/theme
Advanced tools
Comparing version 0.0.0-canary-20241015072106 to 0.0.0-canary-20241019033949
@@ -250,3 +250,3 @@ "use strict"; | ||
true: { | ||
input: "peer pe-6", | ||
input: "peer pe-6 input-search-cancel-button-none", | ||
clearButton: "peer-data-[filled=true]:opacity-70 peer-data-[filled=true]:block" | ||
@@ -253,0 +253,0 @@ } |
@@ -496,2 +496,7 @@ "use strict"; | ||
"-webkit-tap-highlight-color": "transparent" | ||
}, | ||
".input-search-cancel-button-none": { | ||
"&::-webkit-search-cancel-button": { | ||
"-webkit-appearance": "none" | ||
} | ||
} | ||
@@ -498,0 +503,0 @@ }; |
@@ -20,4 +20,9 @@ declare const _default: { | ||
}; | ||
".input-search-cancel-button-none": { | ||
"&::-webkit-search-cancel-button": { | ||
"-webkit-appearance": string; | ||
}; | ||
}; | ||
}; | ||
export { _default as default }; |
@@ -41,2 +41,7 @@ "use strict"; | ||
"-webkit-tap-highlight-color": "transparent" | ||
}, | ||
".input-search-cancel-button-none": { | ||
"&::-webkit-search-cancel-button": { | ||
"-webkit-appearance": "none" | ||
} | ||
} | ||
@@ -43,0 +48,0 @@ }; |
@@ -81,4 +81,9 @@ declare const utilities: { | ||
}; | ||
".input-search-cancel-button-none": { | ||
"&::-webkit-search-cancel-button": { | ||
"-webkit-appearance": string; | ||
}; | ||
}; | ||
}; | ||
export { utilities }; |
@@ -98,2 +98,7 @@ "use strict"; | ||
"-webkit-tap-highlight-color": "transparent" | ||
}, | ||
".input-search-cancel-button-none": { | ||
"&::-webkit-search-cancel-button": { | ||
"-webkit-appearance": "none" | ||
} | ||
} | ||
@@ -100,0 +105,0 @@ }; |
{ | ||
"name": "@nextui-org/theme", | ||
"version": "0.0.0-canary-20241015072106", | ||
"version": "0.0.0-canary-20241019033949", | ||
"description": "The default theme for NextUI components", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1581489
65055