@keenthemes/ktui 1.0.17 → 1.0.18

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/styles.css CHANGED
@@ -4410,7 +4410,7 @@
4410
4410
  line-height: var(--tw-leading, var(--text-sm--line-height));
4411
4411
  }
4412
4412
  }
4413
- .kt-input-search-emtpy {
4413
+ .kt-select-search-empty {
4414
4414
  padding-inline: calc(var(--spacing) * 3.5);
4415
4415
  padding-block: calc(var(--spacing) * 1);
4416
4416
  font-size: var(--text-sm);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keenthemes/ktui",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Free & Open-Source Tailwind UI Components by Keenthemes",
5
5
  "homepage": "https://ktui.io",
6
6
  "repository": {
@@ -60,7 +60,7 @@
60
60
  }
61
61
  }
62
62
 
63
- .kt-input-search-emtpy {
63
+ .kt-select-search-empty {
64
64
  @apply px-3.5 py-1 text-sm text-muted-foreground;
65
65
  }
66
66