@profitliga/ui 1.1.6 → 1.1.8
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/components/index.js +6 -2
- package/dist/icons/index.js +362 -342
- package/dist/icons/monochrome/Replay2Icon.vue.d.ts +3 -0
- package/dist/icons/monochrome/index.d.ts +2 -1
- package/dist/styles/colors.scss +1 -0
- package/dist/ui.css +1 -1
- package/package.json +1 -1
- package/src/styles/colors.scss +1 -0
package/dist/components/index.js
CHANGED
|
@@ -3331,7 +3331,11 @@ const pr = { class: "input__wrapper" }, fr = ["id", "placeholder", "name", "disa
|
|
|
3331
3331
|
}
|
|
3332
3332
|
},
|
|
3333
3333
|
setup(e) {
|
|
3334
|
-
const l = e, a = P(() => [
|
|
3334
|
+
const l = e, a = P(() => [
|
|
3335
|
+
"message",
|
|
3336
|
+
`message--${l.type}`,
|
|
3337
|
+
{ "message--view-icon": l.viewIcon }
|
|
3338
|
+
]), o = ct({
|
|
3335
3339
|
success: et,
|
|
3336
3340
|
error: on,
|
|
3337
3341
|
warning: Je,
|
|
@@ -3355,7 +3359,7 @@ const pr = { class: "input__wrapper" }, fr = ["id", "placeholder", "name", "disa
|
|
|
3355
3359
|
])
|
|
3356
3360
|
], 2));
|
|
3357
3361
|
}
|
|
3358
|
-
}), Nc = /* @__PURE__ */ y($r, [["__scopeId", "data-v-
|
|
3362
|
+
}), Nc = /* @__PURE__ */ y($r, [["__scopeId", "data-v-05cf6f1e"]]), Br = ["id", "onUpdate:modelValue", "disabled", "readonly", "onInput", "onKeydown", "onPaste", "onFocus", "onBlur"], jc = /* @__PURE__ */ c({
|
|
3359
3363
|
__name: "OTPCode",
|
|
3360
3364
|
props: /* @__PURE__ */ E({
|
|
3361
3365
|
length: { default: 5 },
|