@novie/ui 0.1.30 → 0.1.31
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/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5065,7 +5065,7 @@ function hi({ className: e, inputSize: t = "sm", clearable: n = !0, onClear: r,
|
|
|
5065
5065
|
value: _,
|
|
5066
5066
|
onChange: v,
|
|
5067
5067
|
placeholder: f,
|
|
5068
|
-
className: C("h-full border-0 bg-transparent px-0 text-[18px] leading-7 shadow-none ring-0 ring-offset-0", "focus-visible:ring-0 focus-visible:ring-offset-0", "placeholder:text-muted-foreground", "text-foreground", "[&::-webkit-search-cancel-button]:hidden [&::-webkit-search-decoration]:hidden"),
|
|
5068
|
+
className: C("h-full border-0 bg-transparent px-0 text-[18px] leading-7 shadow-none ring-0 ring-offset-0", "focus-visible:shadow-none focus-visible:ring-0 focus-visible:ring-offset-0", "placeholder:text-muted-foreground", "text-foreground", "[&::-webkit-search-cancel-button]:hidden [&::-webkit-search-decoration]:hidden"),
|
|
5069
5069
|
...p
|
|
5070
5070
|
}),
|
|
5071
5071
|
S && /* @__PURE__ */ i("span", {
|