@nmorph/nmorph-ui-kit 0.2.25 → 0.2.26

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
@@ -2856,13 +2856,13 @@ const Cf = /* @__PURE__ */ T({
2856
2856
  emits: ["on-scroll", "update:modelValue", "on-scroll-end"],
2857
2857
  setup(e, { expose: t, emit: a }) {
2858
2858
  I((k) => ({
2859
- "0d132a35": g.value,
2860
- "36f3b12c": B.value,
2861
- "77434c6c": h.value,
2862
- "563359db": d.value,
2863
- "25a72756": i.value,
2864
- "25a72754": r.value,
2865
- b8b18040: $.value
2859
+ b0004d9a: g.value,
2860
+ "494beda8": B.value,
2861
+ "122ffb6a": h.value,
2862
+ "18dc8a9d": d.value,
2863
+ "37ff63d2": i.value,
2864
+ "37ff63d0": r.value,
2865
+ "3624275e": $.value
2866
2866
  }));
2867
2867
  const l = e, r = _(() => l.scrollYProp), i = _(() => l.scrollXProp), h = _(() => l.scrollYProp !== "hidden" ? "--scrollbar-width" : "0"), d = _(() => l.scrollXProp !== "hidden" ? "--scrollbar-height" : "0");
2868
2868
  let u;
@@ -2901,7 +2901,7 @@ const Cf = /* @__PURE__ */ T({
2901
2901
  { deep: !0, immediate: !0 }
2902
2902
  );
2903
2903
  const $ = _(() => l.cssScrollBehavior), g = _(() => l.height), B = _(() => l.maxHeight);
2904
- return t({ scrollDOMContainer: w, scrollTo: m }), (k, S) => (o(), s("div", {
2904
+ return t({ scrollDOMContainer: w, moveTo: m }), (k, S) => (o(), s("div", {
2905
2905
  ref_key: "scrollDOMContainer",
2906
2906
  ref: w,
2907
2907
  class: z(V.value),
@@ -4431,7 +4431,7 @@ const Fe = (e) => {
4431
4431
  };
4432
4432
  return { placement: h, placementCoords: d };
4433
4433
  }, qx = () => {
4434
- }, Jg = "@nmorph/nmorph-ui-kit", Qg = "module", Zg = "0.2.25", Ng = "MIT", Ig = {
4434
+ }, Jg = "@nmorph/nmorph-ui-kit", Qg = "module", Zg = "0.2.26", Ng = "MIT", Ig = {
4435
4435
  node: "18.13.0",
4436
4436
  npm: "8.19.3"
4437
4437
  }, ew = "./dist/index.d.ts", tw = "./dist/index.umd.js", nw = "./dist/index.es.js", ow = "./dist/style.css", aw = [
@@ -4795,7 +4795,7 @@ const Vw = {
4795
4795
  disabled: { type: Boolean, default: !1 },
4796
4796
  modelValue: { type: Boolean, default: !1 },
4797
4797
  label: { default: "" },
4798
- styleType: { default: "checkbox" }
4798
+ style: { default: "checkbox" }
4799
4799
  },
4800
4800
  emits: ["inputDOMRef", "update:modelValue"],
4801
4801
  setup(e, { emit: t }) {
@@ -4819,13 +4819,13 @@ const Vw = {
4819
4819
  }
4820
4820
  }, y = _(
4821
4821
  () => D({
4822
- "nmorph-checkbox": [`${u.value && "checked"}`, `${r.disabled && "disabled"}`, r.styleType]
4822
+ "nmorph-checkbox": [`${u.value && "checked"}`, `${r.disabled && "disabled"}`, r.style]
4823
4823
  })
4824
4824
  );
4825
4825
  return (M, V) => (o(), s("label", {
4826
4826
  class: z(y.value)
4827
4827
  }, [
4828
- r.styleType === "checkbox" ? (o(), s("div", Vw, [
4828
+ r.style === "checkbox" ? (o(), s("div", Vw, [
4829
4829
  n("div", Hw, [
4830
4830
  n("input", {
4831
4831
  ref_key: "inputDOMRef",
@@ -4845,7 +4845,7 @@ const Vw = {
4845
4845
  A(M.$slots, "default")
4846
4846
  ]))
4847
4847
  ])) : O("", !0),
4848
- r.styleType === "button" ? (o(), s("div", Dw, [
4848
+ r.style === "button" ? (o(), s("div", Dw, [
4849
4849
  n("input", {
4850
4850
  ref_key: "inputDOMRef",
4851
4851
  ref: i,