@fastkit/vui 0.7.66 → 0.7.67

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.
package/dist/vui.cjs.js CHANGED
@@ -3165,7 +3165,7 @@ const VWysiwygEditor = vue.defineComponent({
3165
3165
  if (typeof _child === 'function') {
3166
3166
  child = _child();
3167
3167
  } else {
3168
- iconName = child;
3168
+ iconName = _child;
3169
3169
  }
3170
3170
  }
3171
3171
  } else {
@@ -3165,7 +3165,7 @@ const VWysiwygEditor = vue.defineComponent({
3165
3165
  if (typeof _child === 'function') {
3166
3166
  child = _child();
3167
3167
  } else {
3168
- iconName = child;
3168
+ iconName = _child;
3169
3169
  }
3170
3170
  }
3171
3171
  } else {
package/dist/vui.mjs CHANGED
@@ -3159,7 +3159,7 @@ const VWysiwygEditor = defineComponent({
3159
3159
  if (typeof _child === 'function') {
3160
3160
  child = _child();
3161
3161
  } else {
3162
- iconName = child;
3162
+ iconName = _child;
3163
3163
  }
3164
3164
  }
3165
3165
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastkit/vui",
3
- "version": "0.7.66",
3
+ "version": "0.7.67",
4
4
  "description": "@fastkit/vui",
5
5
  "buildOptions": {
6
6
  "name": "Vui",
@@ -32,11 +32,11 @@
32
32
  "vue": "^3.2.26"
33
33
  },
34
34
  "dependencies": {
35
- "@fastkit/color-scheme": "0.7.66",
36
- "@fastkit/icon-font": "0.7.66",
37
- "@fastkit/tiny-logger": "0.7.66",
38
- "@fastkit/vite-kit": "0.7.66",
39
- "@fastkit/vue-kit": "0.7.66",
35
+ "@fastkit/color-scheme": "0.7.67",
36
+ "@fastkit/icon-font": "0.7.67",
37
+ "@fastkit/tiny-logger": "0.7.67",
38
+ "@fastkit/vite-kit": "0.7.67",
39
+ "@fastkit/vue-kit": "0.7.67",
40
40
  "@tiptap/extension-link": "^2.0.0-beta.36",
41
41
  "@tiptap/extension-underline": "^2.0.0-beta.23",
42
42
  "@tiptap/extension-text-style": "^2.0.0-beta.23",
@@ -228,7 +228,7 @@ export const VWysiwygEditor = defineComponent({
228
228
  if (typeof _child === 'function') {
229
229
  child = _child();
230
230
  } else {
231
- iconName = child as any;
231
+ iconName = _child as any;
232
232
  }
233
233
  }
234
234
  } else {