@choosemycompany/ui 0.11.0 → 0.11.1
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/dist/assets/index.css +1 -1
- package/dist/index.js +2 -2
- package/dist/index.umd.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1408,7 +1408,7 @@ const no = {
|
|
|
1408
1408
|
id: n.id,
|
|
1409
1409
|
type: n.type,
|
|
1410
1410
|
placeholder: n.placeholder,
|
|
1411
|
-
required:
|
|
1411
|
+
required: n.required,
|
|
1412
1412
|
disabled: n.disabled,
|
|
1413
1413
|
"aria-invalid": r.value
|
|
1414
1414
|
}, null, 8, Lo), [
|
|
@@ -1419,7 +1419,7 @@ const no = {
|
|
|
1419
1419
|
o.value ? (C(), L("div", vo, E(n.errorMessage), 1)) : P("", !0)
|
|
1420
1420
|
], 2));
|
|
1421
1421
|
}
|
|
1422
|
-
}), bt = /* @__PURE__ */ $(_o, [["__scopeId", "data-v-
|
|
1422
|
+
}), bt = /* @__PURE__ */ $(_o, [["__scopeId", "data-v-eb8bfe63"]]), ue = {
|
|
1423
1423
|
outlined: "outlined",
|
|
1424
1424
|
filled: "filled",
|
|
1425
1425
|
underline: "underline"
|