@starasia/admin 6.6.1 → 6.6.2
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 +4 -4
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4000,7 +4000,7 @@ const Ii = (t) => {
|
|
|
4000
4000
|
cursor: "pointer"
|
|
4001
4001
|
},
|
|
4002
4002
|
children: [
|
|
4003
|
-
/* @__PURE__ */ d(_, { direction: "row", align: "center", gap: "sm", children: [
|
|
4003
|
+
/* @__PURE__ */ d(_, { direction: "row", align: "center", gap: "sm", style: { flex: 1, minWidth: 0 }, children: [
|
|
4004
4004
|
/* @__PURE__ */ e(
|
|
4005
4005
|
D,
|
|
4006
4006
|
{
|
|
@@ -4009,17 +4009,17 @@ const Ii = (t) => {
|
|
|
4009
4009
|
style: {
|
|
4010
4010
|
color: "var(--sa-icon-brand)",
|
|
4011
4011
|
width: 30,
|
|
4012
|
-
height: 30
|
|
4012
|
+
height: 30,
|
|
4013
|
+
flexShrink: 0
|
|
4013
4014
|
}
|
|
4014
4015
|
}
|
|
4015
4016
|
),
|
|
4016
|
-
/* @__PURE__ */ d(_, { direction: "column", children: [
|
|
4017
|
+
/* @__PURE__ */ d(_, { direction: "column", style: { minWidth: 0, flex: 1 }, children: [
|
|
4017
4018
|
/* @__PURE__ */ e(
|
|
4018
4019
|
x,
|
|
4019
4020
|
{
|
|
4020
4021
|
fontWeight: "bold",
|
|
4021
4022
|
style: {
|
|
4022
|
-
maxWidth: "200px",
|
|
4023
4023
|
textOverflow: "ellipsis",
|
|
4024
4024
|
whiteSpace: "nowrap",
|
|
4025
4025
|
overflow: "hidden"
|