@saasmakers/ui 0.1.95 → 0.1.96

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.
@@ -63,7 +63,7 @@ function onFieldBlur(event: FocusEvent) {
63
63
  <input
64
64
  :id="`${id}`"
65
65
  v-model="modelValue"
66
- class="text-sm outline-none [&::-webkit-calendar-picker-indicator]:hidden"
66
+ class="cursor-pointer text-sm outline-none [&::-webkit-calendar-picker-indicator]:hidden"
67
67
  :class="{
68
68
  'bg-gray-100 dark:bg-gray-900': background === 'gray',
69
69
  'bg-white dark:bg-gray-900': background === 'white',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saasmakers/ui",
3
3
  "type": "module",
4
- "version": "0.1.95",
4
+ "version": "0.1.96",
5
5
  "private": false,
6
6
  "description": "Reusable Nuxt UI components for SaaS Makers projects",
7
7
  "license": "MIT",