zartui 3.2.3 → 3.2.4

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/lib/zartui.cjs.js CHANGED
@@ -18414,6 +18414,9 @@ var stdin_default$e = vue.defineComponent({
18414
18414
  fontSize: addUnit(size),
18415
18415
  backgroundColor: checked ? activeColor : inactiveColor
18416
18416
  };
18417
+ const nodeStyle = {
18418
+ fontSize: addUnit(size)
18419
+ };
18417
18420
  return vue.createVNode("div", {
18418
18421
  "role": "switch",
18419
18422
  "class": bem$7({
@@ -18426,7 +18429,8 @@ var stdin_default$e = vue.defineComponent({
18426
18429
  "aria-checked": checked,
18427
18430
  "onClick": onClick
18428
18431
  }, [vue.createVNode("div", {
18429
- "class": bem$7("node")
18432
+ "class": bem$7("node"),
18433
+ "style": nodeStyle
18430
18434
  }, [renderLoading()]), (_a = slots.background) == null ? void 0 : _a.call(slots)]);
18431
18435
  };
18432
18436
  }
@@ -20985,7 +20989,7 @@ const Lazyload = {
20985
20989
  });
20986
20990
  }
20987
20991
  };
20988
- const version = "3.2.3";
20992
+ const version = "3.2.4";
20989
20993
  function install(app) {
20990
20994
  const components = [
20991
20995
  ActionSheet,
package/lib/zartui.es.js CHANGED
@@ -18412,6 +18412,9 @@ var stdin_default$e = defineComponent({
18412
18412
  fontSize: addUnit(size),
18413
18413
  backgroundColor: checked ? activeColor : inactiveColor
18414
18414
  };
18415
+ const nodeStyle = {
18416
+ fontSize: addUnit(size)
18417
+ };
18415
18418
  return createVNode("div", {
18416
18419
  "role": "switch",
18417
18420
  "class": bem$7({
@@ -18424,7 +18427,8 @@ var stdin_default$e = defineComponent({
18424
18427
  "aria-checked": checked,
18425
18428
  "onClick": onClick
18426
18429
  }, [createVNode("div", {
18427
- "class": bem$7("node")
18430
+ "class": bem$7("node"),
18431
+ "style": nodeStyle
18428
18432
  }, [renderLoading()]), (_a = slots.background) == null ? void 0 : _a.call(slots)]);
18429
18433
  };
18430
18434
  }
@@ -20983,7 +20987,7 @@ const Lazyload = {
20983
20987
  });
20984
20988
  }
20985
20989
  };
20986
- const version = "3.2.3";
20990
+ const version = "3.2.4";
20987
20991
  function install(app) {
20988
20992
  const components = [
20989
20993
  ActionSheet,
package/lib/zartui.js CHANGED
@@ -22511,6 +22511,9 @@
22511
22511
  fontSize: addUnit(size),
22512
22512
  backgroundColor: checked ? activeColor : inactiveColor
22513
22513
  };
22514
+ const nodeStyle = {
22515
+ fontSize: addUnit(size)
22516
+ };
22514
22517
  return vue.createVNode("div", {
22515
22518
  "role": "switch",
22516
22519
  "class": bem$7({
@@ -22523,7 +22526,8 @@
22523
22526
  "aria-checked": checked,
22524
22527
  "onClick": onClick
22525
22528
  }, [vue.createVNode("div", {
22526
- "class": bem$7("node")
22529
+ "class": bem$7("node"),
22530
+ "style": nodeStyle
22527
22531
  }, [renderLoading()]), (_a = slots.background) == null ? void 0 : _a.call(slots)]);
22528
22532
  };
22529
22533
  }
@@ -25062,7 +25066,7 @@
25062
25066
  });
25063
25067
  }
25064
25068
  };
25065
- const version = "3.2.3";
25069
+ const version = "3.2.4";
25066
25070
  function install(app) {
25067
25071
  const components = [
25068
25072
  ActionSheet,