@selfeesas/shared-components 0.4.5 → 0.4.6
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.
|
@@ -33560,7 +33560,8 @@ const yf = /* @__PURE__ */ bf(vf), wf = async (u) => {
|
|
|
33560
33560
|
label: "Identifiant",
|
|
33561
33561
|
outlined: "",
|
|
33562
33562
|
dark: "",
|
|
33563
|
-
rules: [(r) => !!r || "Identifiant requis"]
|
|
33563
|
+
rules: [(r) => !!r || "Identifiant requis"],
|
|
33564
|
+
"data-cy": "username"
|
|
33564
33565
|
}, {
|
|
33565
33566
|
prepend: it(() => [
|
|
33566
33567
|
dt(Dt, {
|
|
@@ -33579,7 +33580,8 @@ const yf = /* @__PURE__ */ bf(vf), wf = async (u) => {
|
|
|
33579
33580
|
label: "Mot de passe",
|
|
33580
33581
|
outlined: "",
|
|
33581
33582
|
dark: "",
|
|
33582
|
-
rules: [(r) => !!r || "Mot de passe requis"]
|
|
33583
|
+
rules: [(r) => !!r || "Mot de passe requis"],
|
|
33584
|
+
"data-cy": "password"
|
|
33583
33585
|
}, {
|
|
33584
33586
|
prepend: it(() => [
|
|
33585
33587
|
dt(Dt, {
|
|
@@ -33596,7 +33598,8 @@ const yf = /* @__PURE__ */ bf(vf), wf = async (u) => {
|
|
|
33596
33598
|
class: "login-button full-width",
|
|
33597
33599
|
color: "energy-green",
|
|
33598
33600
|
"text-color": "'white'",
|
|
33599
|
-
loading: v.value
|
|
33601
|
+
loading: v.value,
|
|
33602
|
+
"data-cy": "login-button"
|
|
33600
33603
|
}, null, 8, ["loading"])
|
|
33601
33604
|
]),
|
|
33602
33605
|
_: 1
|