@nmorph/nmorph-ui-kit 1.0.28 → 1.0.30

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/index.es.js CHANGED
@@ -159,7 +159,7 @@ const k2 = (t) => {
159
159
  });
160
160
  };
161
161
  return { placement: d, placementCoords: i };
162
- }, _e = "@nmorph/nmorph-ui-kit", fe = "module", we = "1.0.28", ge = "MIT", xe = {
162
+ }, _e = "@nmorph/nmorph-ui-kit", fe = "module", we = "1.0.30", ge = "MIT", xe = {
163
163
  node: "18.13.0",
164
164
  npm: "8.19.3"
165
165
  }, $e = "./dist/index.d.ts", ye = "./dist/index.umd.js", be = "./dist/index.es.js", Me = "./dist/style.css", He = [
@@ -563,7 +563,7 @@ const Ge = {
563
563
  `${s.disabled && "disabled"}`,
564
564
  `${s.accentBgOnHover && "accent-bg-on-hover"}`,
565
565
  `${s.ripple && "ripple"}`,
566
- `${l["icon-slot"] && "icon"}`
566
+ `${l.icon && "icon"}`
567
567
  ]
568
568
  })
569
569
  ), c = g(null), d = {
@@ -583,9 +583,9 @@ const Ge = {
583
583
  type: s.type,
584
584
  tabindex: s.tabindex
585
585
  }, [
586
- v(l)["icon-slot"] ? (o(), O(v(F), { key: 0 }, {
586
+ v(l).icon ? (o(), O(v(F), { key: 0 }, {
587
587
  default: D(() => [
588
- B(u.$slots, "icon-slot")
588
+ B(u.$slots, "icon")
589
589
  ]),
590
590
  _: 3
591
591
  })) : (o(), a("div", o0, [
@@ -14,7 +14,7 @@ interface INmorphProps extends INmorphCommonInputProps {
14
14
  tabindex?: number;
15
15
  }
16
16
  declare function __VLS_template(): {
17
- "icon-slot"?(_: {}): any;
17
+ icon?(_: {}): any;
18
18
  default?(_: {}): any;
19
19
  append?(_: {}): any;
20
20
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nmorph/nmorph-ui-kit",
3
3
  "type": "module",
4
4
  "private": false,
5
- "version": "1.0.28",
5
+ "version": "1.0.30",
6
6
  "license": "MIT",
7
7
  "engines": {
8
8
  "node": "18.13.0",