@nubisco/ui 1.56.1 → 1.57.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.
- package/dist/components/Message.d.ts +1 -0
- package/dist/components/Message.vue.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13096,7 +13096,7 @@ var JGt = {
|
|
|
13096
13096
|
], 10, oKt));
|
|
13097
13097
|
}
|
|
13098
13098
|
}), [["__scopeId", "data-v-836b13c6"]]), q6 = /* @__PURE__ */ function(e) {
|
|
13099
|
-
return e.Error = "error", e.Warning = "warning", e.Helper = "helper", e;
|
|
13099
|
+
return e.Error = "error", e.Warning = "warning", e.Success = "success", e.Helper = "helper", e;
|
|
13100
13100
|
}(q6 || {}), cKt = ["aria-live"], lKt = {
|
|
13101
13101
|
key: 0,
|
|
13102
13102
|
class: "nb-message__text"
|
|
@@ -13117,6 +13117,7 @@ var JGt = {
|
|
|
13117
13117
|
let t = e, n = {
|
|
13118
13118
|
error: "warning-circle",
|
|
13119
13119
|
warning: "warning",
|
|
13120
|
+
success: "check-circle",
|
|
13120
13121
|
helper: "info"
|
|
13121
13122
|
};
|
|
13122
13123
|
return (e, r) => {
|
|
@@ -13140,7 +13141,7 @@ var JGt = {
|
|
|
13140
13141
|
], 10, cKt);
|
|
13141
13142
|
};
|
|
13142
13143
|
}
|
|
13143
|
-
}), [["__scopeId", "data-v-
|
|
13144
|
+
}), [["__scopeId", "data-v-807c75bb"]]), Y6 = /* @__PURE__ */ m({
|
|
13144
13145
|
__name: "Grid",
|
|
13145
13146
|
props: {
|
|
13146
13147
|
id: {
|