@maizzle/framework 6.0.13 → 6.0.14

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.
@@ -203,7 +203,7 @@ const MsoIconGap = () => createStaticVNode(
203
203
  <MsoSpacerLeft v-if="outlookFallback" />
204
204
  <template v-if="icon && iconPosition === 'left'">
205
205
  <span :style="textSpanStyle">
206
- <img :src="icon" :width="parsedIconWidth" :alt="iconAlt" style="vertical-align: baseline; max-width: 100%;" :class="iconClass">
206
+ <img :src="icon" :width="parsedIconWidth" :alt="iconAlt" :class="twMerge('max-w-full align-baseline', iconClass)">
207
207
  </span>
208
208
  <MsoIconGap v-if="outlookFallback" />
209
209
  </template>
@@ -211,7 +211,7 @@ const MsoIconGap = () => createStaticVNode(
211
211
  <template v-if="icon && iconPosition === 'right'">
212
212
  <MsoIconGap v-if="outlookFallback" />
213
213
  <span :style="textSpanStyle">
214
- <img :src="icon" :width="parsedIconWidth" :alt="iconAlt" style="vertical-align: baseline; max-width: 100%;" :class="iconClass">
214
+ <img :src="icon" :width="parsedIconWidth" :alt="iconAlt" :class="twMerge('max-w-full align-baseline', iconClass)">
215
215
  </span>
216
216
  </template>
217
217
  <MsoSpacerRight v-if="outlookFallback" />
@@ -1,67 +1,67 @@
1
1
  {
2
- "hash": "da0a6e25",
3
- "configHash": "b212ebf5",
2
+ "hash": "23747cad",
3
+ "configHash": "0b6de85b",
4
4
  "lockfileHash": "e3b0c442",
5
- "browserHash": "301a5498",
5
+ "browserHash": "8b48d1b3",
6
6
  "optimized": {
7
7
  "@lucide/vue": {
8
8
  "src": "../../../../../node_modules/@lucide/vue/dist/esm/lucide-vue.mjs",
9
9
  "file": "@lucide_vue.js",
10
- "fileHash": "678a9764",
10
+ "fileHash": "50377f8c",
11
11
  "needsInterop": false
12
12
  },
13
13
  "@vueuse/core": {
14
14
  "src": "../../../../../node_modules/@vueuse/core/dist/index.js",
15
15
  "file": "@vueuse_core.js",
16
- "fileHash": "8ce516c5",
16
+ "fileHash": "d92a36c7",
17
17
  "needsInterop": false
18
18
  },
19
19
  "@vueuse/shared": {
20
20
  "src": "../../../../../node_modules/@vueuse/shared/dist/index.js",
21
21
  "file": "@vueuse_shared.js",
22
- "fileHash": "794dbf7a",
22
+ "fileHash": "aecbfdf5",
23
23
  "needsInterop": false
24
24
  },
25
25
  "class-variance-authority": {
26
26
  "src": "../../../../../node_modules/class-variance-authority/dist/index.mjs",
27
27
  "file": "class-variance-authority.js",
28
- "fileHash": "d2ce50b9",
28
+ "fileHash": "f5f51e55",
29
29
  "needsInterop": false
30
30
  },
31
31
  "clsx": {
32
32
  "src": "../../../../../node_modules/clsx/dist/clsx.mjs",
33
33
  "file": "clsx.js",
34
- "fileHash": "7c01443d",
34
+ "fileHash": "51424891",
35
35
  "needsInterop": false
36
36
  },
37
37
  "culori": {
38
38
  "src": "../../../../../node_modules/culori/src/index.js",
39
39
  "file": "culori.js",
40
- "fileHash": "c77a9983",
40
+ "fileHash": "701d4061",
41
41
  "needsInterop": false
42
42
  },
43
43
  "reka-ui": {
44
44
  "src": "../../../../../node_modules/reka-ui/dist/index.js",
45
45
  "file": "reka-ui.js",
46
- "fileHash": "1032cd9a",
46
+ "fileHash": "13c97ce1",
47
47
  "needsInterop": false
48
48
  },
49
49
  "tailwind-merge": {
50
50
  "src": "../../../../../node_modules/tailwind-merge/dist/bundle-cjs.js",
51
51
  "file": "tailwind-merge.js",
52
- "fileHash": "04e043e4",
52
+ "fileHash": "2480ed27",
53
53
  "needsInterop": true
54
54
  },
55
55
  "vue-router": {
56
56
  "src": "../../../../../node_modules/vue-router/dist/vue-router.js",
57
57
  "file": "vue-router.js",
58
- "fileHash": "5dd654c7",
58
+ "fileHash": "ae39d1fb",
59
59
  "needsInterop": false
60
60
  },
61
61
  "vue": {
62
62
  "src": "../../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
63
63
  "file": "vue.js",
64
- "fileHash": "4ea85af4",
64
+ "fileHash": "f2da2c76",
65
65
  "needsInterop": false
66
66
  }
67
67
  },