@nmorph/nmorph-ui-kit 0.2.137 → 0.2.139

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
@@ -4621,7 +4621,7 @@ const Je = (t) => {
4621
4621
  };
4622
4622
  return { placement: u, placementCoords: d };
4623
4623
  }, H9 = () => {
4624
- }, jc = "@nmorph/nmorph-ui-kit", Wc = "module", Lc = "0.2.137", Uc = "MIT", Gc = {
4624
+ }, jc = "@nmorph/nmorph-ui-kit", Wc = "module", Lc = "0.2.139", Uc = "MIT", Gc = {
4625
4625
  node: "18.13.0",
4626
4626
  npm: "8.19.3"
4627
4627
  }, Qc = "./dist/index.d.ts", Yc = "./dist/index.umd.js", Kc = "./dist/index.es.js", Zc = "./dist/style.css", Xc = [
@@ -6015,7 +6015,7 @@ const M5 = { class: "nmorph-slider__content" }, z5 = { class: "nmorph-slider__in
6015
6015
  emits: ["update:model-value"],
6016
6016
  setup(t, { emit: e }) {
6017
6017
  X((M) => ({
6018
- "00bc3171": s
6018
+ "1f84a261": s
6019
6019
  }));
6020
6020
  const o = t, r = h(
6021
6021
  () => A({
@@ -6390,6 +6390,7 @@ const Pe = (t) => {
6390
6390
  __name: "NmorphRadio",
6391
6391
  props: {
6392
6392
  styleType: { default: "button" },
6393
+ checked: { type: Boolean, default: !1 },
6393
6394
  disabled: { type: Boolean, default: !1 },
6394
6395
  label: { default: "" },
6395
6396
  value: {}
@@ -6400,7 +6401,7 @@ const Pe = (t) => {
6400
6401
  void 0
6401
6402
  ), s = t, c = () => {
6402
6403
  r && !s.disabled && r(s.value);
6403
- }, u = h(() => o?.value === s.value), d = h(
6404
+ }, u = h(() => o?.value === s.value || s.checked), d = h(
6404
6405
  () => A({
6405
6406
  "nmorph-radio": [`${s.disabled && "disabled"}`, `${u.value && "checked"}`, s.styleType]
6406
6407
  })
@@ -6445,7 +6446,7 @@ const Pe = (t) => {
6445
6446
  ], 2));
6446
6447
  }
6447
6448
  });
6448
- const A2 = /* @__PURE__ */ we(K5, [["__scopeId", "data-v-7ff79dcc"]]), Z5 = { class: "nmorph-radio-group__wrapper" }, X5 = { class: "nmorph-radio-group__content" }, T2 = /* @__PURE__ */ D({
6449
+ const A2 = /* @__PURE__ */ we(K5, [["__scopeId", "data-v-75c7feb5"]]), Z5 = { class: "nmorph-radio-group__wrapper" }, X5 = { class: "nmorph-radio-group__content" }, T2 = /* @__PURE__ */ D({
6449
6450
  __name: "NmorphRadioGroup",
6450
6451
  props: {
6451
6452
  modelValue: { default: "" },