@novie/ui 1.0.3 → 1.0.4

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": "@novie/ui",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Novie design system component library built on shadcn/ui conventions",
5
5
  "repository": {
6
6
  "type": "git",
package/src/index.css CHANGED
@@ -1254,4 +1254,12 @@
1254
1254
  body {
1255
1255
  @apply bg-background text-foreground;
1256
1256
  }
1257
- }
1257
+ }
1258
+
1259
+ [data-slot="search-input-clear-background"] {
1260
+ opacity: 0;
1261
+ }
1262
+
1263
+ [data-slot="search-input-clear"]:hover [data-slot="search-input-clear-background"] {
1264
+ opacity: 1 !important;
1265
+ }