adverich-kun-ui 0.1.115 → 0.1.116

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.
@@ -116,7 +116,7 @@ const W = { class: "w-full flex flex-col relative" }, X = {
116
116
  disabled: e.disabled || e.readonly
117
117
  }, " × ", 10, Z)) : r("", !0),
118
118
  c(e.$slots, "default"),
119
- e.type === "password" || e.showPasswordToggle ? (o(), s("div", _, [
119
+ e.type === "password" && e.showPasswordToggle ? (o(), s("div", _, [
120
120
  J(R, {
121
121
  icon: O.value,
122
122
  onClick: z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adverich-kun-ui",
3
- "version": "0.1.115",
3
+ "version": "0.1.116",
4
4
  "type": "module",
5
5
  "description": "Una librería de componentes Vue.js con Tailwind CSS",
6
6
  "main": "dist/index.js",