@saasmakers/ui 1.4.15 → 1.4.16

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.
@@ -39,7 +39,7 @@ function onClose(event: KeyboardEvent | MouseEvent) {
39
39
  @keydown.space.prevent="onClose"
40
40
  >
41
41
  <BaseIcon
42
- class="pointer-events-none flex-initial"
42
+ class="pointer-events-none text-lg flex-initial"
43
43
  :status="status"
44
44
  :text="text"
45
45
  />
@@ -70,7 +70,7 @@ function onClose(event: KeyboardEvent | MouseEvent) {
70
70
  <div class="ml-2 mr-1.5 h-5 border-l border-gray-200 flex-initial dark:border-gray-700" />
71
71
 
72
72
  <BaseIcon
73
- class="text-gray-400 transition-colors flex-initial dark:text-gray-500"
73
+ class="text-lg text-gray-400 transition-colors flex-initial dark:text-gray-500"
74
74
  :class="{
75
75
  'group-hover:text-red-600 dark:group-hover:text-red-400': status === 'error',
76
76
  'group-hover:text-indigo-600 dark:group-hover:text-indigo-400': status === 'info',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/ui",
3
- "version": "1.4.15",
3
+ "version": "1.4.16",
4
4
  "private": false,
5
5
  "description": "Reusable Nuxt UI components for SaaS Makers projects",
6
6
  "license": "MIT",