@saasmakers/ui 0.1.43 → 0.1.44

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.
@@ -52,7 +52,7 @@ function onClick(event: MouseEvent) {
52
52
  <template>
53
53
  <component
54
54
  :is="to ? NuxtLinkLocale : 'button'"
55
- class="relative inline-block select-none appearance-none border rounded-md focus:outline-none"
55
+ class="relative inline-block select-none appearance-none border focus:outline-none"
56
56
  :class="{
57
57
  'inline-block': !circular,
58
58
  'flex items-center justify-center': circular,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saasmakers/ui",
3
3
  "type": "module",
4
- "version": "0.1.43",
4
+ "version": "0.1.44",
5
5
  "private": false,
6
6
  "description": "Reusable Nuxt UI components for SaaS Makers projects",
7
7
  "license": "MIT",