@saasmakers/ui 1.4.8 → 1.4.10

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.
@@ -60,7 +60,7 @@ function onClose(event: KeyboardEvent | MouseEvent) {
60
60
  bold
61
61
  class="pointer-events-none"
62
62
  no-wrap
63
- size="xs"
63
+ size="sm"
64
64
  :text="action.label"
65
65
  uppercase
66
66
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/ui",
3
- "version": "1.4.8",
3
+ "version": "1.4.10",
4
4
  "private": false,
5
5
  "description": "Reusable Nuxt UI components for SaaS Makers projects",
6
6
  "license": "MIT",