@cobre-npm/ds-v3 0.66.1 → 0.66.3
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/cobre-ds-v3-lib.es.js +4 -1
- package/dist/style.css +1 -1
- package/dist/types/components/molecules/CobreFormOtp/CobreFormOtp.vue.d.ts +16 -16
- package/dist/types/components/molecules/CobreRowTable/CobreRowTable.vue.d.ts +1 -1
- package/dist/types/components/molecules/CobreTextArea/CobreTextArea.vue.d.ts +1 -1
- package/package.json +1 -1
|
@@ -211,6 +211,8 @@ const ff = ["title", "data-bs-original-title"], pf = /* @__PURE__ */ ve({
|
|
|
211
211
|
key: 1,
|
|
212
212
|
src: `${Xs}${`${a.value}`.toUpperCase()}.svg`,
|
|
213
213
|
class: q(s.size === "auto" ? `logo--${s.size}` : ""),
|
|
214
|
+
width: "21",
|
|
215
|
+
height: "auto",
|
|
214
216
|
alt: "logo",
|
|
215
217
|
onError: i
|
|
216
218
|
}, null, 42, gf))
|
|
@@ -220,7 +222,7 @@ const ff = ["title", "data-bs-original-title"], pf = /* @__PURE__ */ ve({
|
|
|
220
222
|
]);
|
|
221
223
|
};
|
|
222
224
|
}
|
|
223
|
-
}), lr = /* @__PURE__ */ Ne(_f, [["__scopeId", "data-v-
|
|
225
|
+
}), lr = /* @__PURE__ */ Ne(_f, [["__scopeId", "data-v-5fa9b631"]]), wf = ve({
|
|
224
226
|
props: {
|
|
225
227
|
theme: {
|
|
226
228
|
type: String,
|
|
@@ -3848,6 +3850,7 @@ const kv = { class: "co-input" }, Cv = {
|
|
|
3848
3850
|
disabled: h.isDisabled,
|
|
3849
3851
|
class: q([[`co-input-v3__field--${h.theme}`, { "co-input-v3__field--error": !d.value && s.value }], "co-input-v3__field form-control"]),
|
|
3850
3852
|
"data-testid": "cobreInput",
|
|
3853
|
+
inputmode: "numeric",
|
|
3851
3854
|
onInput: v,
|
|
3852
3855
|
onBlur: m
|
|
3853
3856
|
}, null, 42, og)
|