@saasmakers/ui 2.0.6 → 2.0.7

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.
@@ -37,12 +37,19 @@ function onClose(event: KeyboardEvent | MouseEvent) {
37
37
  @keydown.enter="onClose"
38
38
  @keydown.space.prevent="onClose"
39
39
  >
40
- <BaseIcon
41
- class="pointer-events-none flex-initial"
42
- size="lg"
43
- :status="status"
44
- :text="text"
45
- />
40
+ <div class="pointer-events-none flex items-center flex-initial">
41
+ <BaseIcon
42
+ size="lg"
43
+ :status="status"
44
+ />
45
+
46
+ <BaseText
47
+ class="ml-2"
48
+ no-wrap
49
+ size="base"
50
+ :text="text"
51
+ />
52
+ </div>
46
53
 
47
54
  <button
48
55
  v-if="action"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/ui",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "private": false,
5
5
  "description": "Reusable Nuxt UI components for SaaS Makers projects",
6
6
  "license": "MIT",