@sysvale/cuida 3.44.0 → 3.45.0

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.
@@ -34823,6 +34823,10 @@ const Qle = {
34823
34823
  visible: {
34824
34824
  type: Boolean,
34825
34825
  default: !1
34826
+ },
34827
+ mobile: {
34828
+ type: Boolean,
34829
+ default: !1
34826
34830
  }
34827
34831
  },
34828
34832
  data() {
@@ -34832,14 +34836,18 @@ const Qle = {
34832
34836
  },
34833
34837
  computed: {
34834
34838
  computedClass() {
34839
+ let t = "";
34835
34840
  switch (this.state) {
34836
34841
  case "valid":
34837
- return "pin-input--valid";
34842
+ t = "pin-input--valid";
34843
+ break;
34838
34844
  case "invalid":
34839
- return "pin-input--invalid";
34845
+ t = "pin-input--invalid";
34846
+ break;
34840
34847
  default:
34841
- return "pin-input";
34848
+ t = "pin-input";
34842
34849
  }
34850
+ return this.mobile ? `${t} pin-input--mobile` : t;
34843
34851
  }
34844
34852
  },
34845
34853
  watch: {
@@ -34893,7 +34901,7 @@ function nce(t, e, n, i, s, r) {
34893
34901
  ])), 128))
34894
34902
  ]);
34895
34903
  }
34896
- const ice = /* @__PURE__ */ me(Qle, [["render", nce], ["__scopeId", "data-v-5ecb36db"]]);
34904
+ const ice = /* @__PURE__ */ me(Qle, [["render", nce], ["__scopeId", "data-v-4e202c49"]]);
34897
34905
  const qp = {
34898
34906
  props: {
34899
34907
  variant: {