@starasia/admin 6.3.3 → 6.3.4
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/index.cjs.js +1 -1
- package/dist/index.es.js +3 -10
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4050,20 +4050,13 @@ const Hi = (t) => {
|
|
|
4050
4050
|
T,
|
|
4051
4051
|
{
|
|
4052
4052
|
size: "xs",
|
|
4053
|
-
|
|
4053
|
+
variant: "tertiary",
|
|
4054
|
+
tone: "error",
|
|
4054
4055
|
type: "button",
|
|
4055
4056
|
onClick: (o) => {
|
|
4056
4057
|
o.stopPropagation(), t.handleOnDeleteFile();
|
|
4057
4058
|
},
|
|
4058
|
-
iconLeft: /* @__PURE__ */ e(
|
|
4059
|
-
w,
|
|
4060
|
-
{
|
|
4061
|
-
name: "Trash1",
|
|
4062
|
-
style: {
|
|
4063
|
-
color: "var(--sa-icon-error-selected)"
|
|
4064
|
-
}
|
|
4065
|
-
}
|
|
4066
|
-
)
|
|
4059
|
+
iconLeft: /* @__PURE__ */ e(w, { name: "Trash1" })
|
|
4067
4060
|
}
|
|
4068
4061
|
)
|
|
4069
4062
|
]
|