zartui 3.1.69 → 3.1.70

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
@@ -3956,7 +3956,6 @@ var stdin_default$1D = vue.defineComponent({
3956
3956
  scrollable
3957
3957
  } = props;
3958
3958
  const isCard = type === "card";
3959
- const isCapsule = type === "capsule";
3960
3959
  if (color && isCard) {
3961
3960
  style2.borderColor = color;
3962
3961
  if (!disabled) {
@@ -3967,17 +3966,6 @@ var stdin_default$1D = vue.defineComponent({
3967
3966
  }
3968
3967
  }
3969
3968
  }
3970
- if (isCapsule) {
3971
- if (!disabled) {
3972
- if (isActive) {
3973
- style2.backgroundImage = "linear-gradient(-80deg, #85C0FF 0%, #3388FF 100%)";
3974
- style2.borderRadius = "14px";
3975
- style2.color = "#ffffff";
3976
- } else {
3977
- style2.backgroundColor = "#ffffff";
3978
- }
3979
- }
3980
- }
3981
3969
  const titleColor = isActive ? activeColor : inactiveColor;
3982
3970
  if (titleColor) {
3983
3971
  style2.color = titleColor;
@@ -23420,7 +23408,7 @@ const Lazyload = {
23420
23408
  });
23421
23409
  }
23422
23410
  };
23423
- const version = "3.1.69";
23411
+ const version = "3.1.70";
23424
23412
  function install(app) {
23425
23413
  const components = [
23426
23414
  ActionSheet,
package/lib/zartui.es.js CHANGED
@@ -3954,7 +3954,6 @@ var stdin_default$1D = defineComponent({
3954
3954
  scrollable
3955
3955
  } = props;
3956
3956
  const isCard = type === "card";
3957
- const isCapsule = type === "capsule";
3958
3957
  if (color && isCard) {
3959
3958
  style2.borderColor = color;
3960
3959
  if (!disabled) {
@@ -3965,17 +3964,6 @@ var stdin_default$1D = defineComponent({
3965
3964
  }
3966
3965
  }
3967
3966
  }
3968
- if (isCapsule) {
3969
- if (!disabled) {
3970
- if (isActive) {
3971
- style2.backgroundImage = "linear-gradient(-80deg, #85C0FF 0%, #3388FF 100%)";
3972
- style2.borderRadius = "14px";
3973
- style2.color = "#ffffff";
3974
- } else {
3975
- style2.backgroundColor = "#ffffff";
3976
- }
3977
- }
3978
- }
3979
3967
  const titleColor = isActive ? activeColor : inactiveColor;
3980
3968
  if (titleColor) {
3981
3969
  style2.color = titleColor;
@@ -23418,7 +23406,7 @@ const Lazyload = {
23418
23406
  });
23419
23407
  }
23420
23408
  };
23421
- const version = "3.1.69";
23409
+ const version = "3.1.70";
23422
23410
  function install(app) {
23423
23411
  const components = [
23424
23412
  ActionSheet,
package/lib/zartui.js CHANGED
@@ -4223,7 +4223,6 @@
4223
4223
  scrollable
4224
4224
  } = props;
4225
4225
  const isCard = type === "card";
4226
- const isCapsule = type === "capsule";
4227
4226
  if (color && isCard) {
4228
4227
  style2.borderColor = color;
4229
4228
  if (!disabled) {
@@ -4234,17 +4233,6 @@
4234
4233
  }
4235
4234
  }
4236
4235
  }
4237
- if (isCapsule) {
4238
- if (!disabled) {
4239
- if (isActive) {
4240
- style2.backgroundImage = "linear-gradient(-80deg, #85C0FF 0%, #3388FF 100%)";
4241
- style2.borderRadius = "14px";
4242
- style2.color = "#ffffff";
4243
- } else {
4244
- style2.backgroundColor = "#ffffff";
4245
- }
4246
- }
4247
- }
4248
4236
  const titleColor = isActive ? activeColor : inactiveColor;
4249
4237
  if (titleColor) {
4250
4238
  style2.color = titleColor;
@@ -27480,7 +27468,7 @@
27480
27468
  });
27481
27469
  }
27482
27470
  };
27483
- const version = "3.1.69";
27471
+ const version = "3.1.70";
27484
27472
  function install(app) {
27485
27473
  const components = [
27486
27474
  ActionSheet,