@dao-style/core 1.23.1-beta.1 → 1.24.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/dialog/dialog-header.d.ts +10 -10
- package/dist/components/dialog/dialog-header.vue.d.ts +5 -5
- package/dist/components/dialog/dialog.d.ts +7 -7
- package/dist/components/dialog/dialog.vue.d.ts +3 -3
- package/dist/components/dialog/props.d.ts +3 -2
- package/dist/dao-style.js +1 -1
- package/dist/dao-style.mjs +2 -1
- package/dist/font/DaoCloudIconFont/DaoCloudIconFont.woff2 +0 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dao-style.mjs
CHANGED
|
@@ -7573,7 +7573,8 @@ const PT = /* @__PURE__ */ le(LT, [["render", MT]]), RT = PT, FT = RT, En = "dao
|
|
|
7573
7573
|
info: "icon-sys-info",
|
|
7574
7574
|
warning: "icon-minor",
|
|
7575
7575
|
success: "icon-sys-success",
|
|
7576
|
-
error: "icon-sys-error"
|
|
7576
|
+
error: "icon-sys-error",
|
|
7577
|
+
failed: "icon-sys-warning"
|
|
7577
7578
|
},
|
|
7578
7579
|
onClose: () => t("close")
|
|
7579
7580
|
};
|
|
Binary file
|