@gisce/react-ooui 2.97.0-alpha.1 → 2.97.0-alpha.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/react-ooui.es.js
CHANGED
|
@@ -18359,7 +18359,7 @@ function Ib(t, e) {
|
|
|
18359
18359
|
}
|
|
18360
18360
|
const Aw = $t(Ib), { useToken: Ab } = rt;
|
|
18361
18361
|
function Rb(t) {
|
|
18362
|
-
const { label: e, onClose: n, tabKey: r, isActive: o, onSelected: i } = t, { token: a } = Ab(), c = o ? a.colorBgContainer : a.colorPrimaryBg;
|
|
18362
|
+
const { label: e, onClose: n, tabKey: r, isActive: o, onSelected: i } = t, { token: a } = Ab(), c = o ? a.colorBgContainer : a.colorPrimaryBg, l = a.colorPrimaryActive;
|
|
18363
18363
|
return /* @__PURE__ */ L(
|
|
18364
18364
|
"div",
|
|
18365
18365
|
{
|
|
@@ -18384,11 +18384,11 @@ function Rb(t) {
|
|
|
18384
18384
|
minWidth: "fit-content",
|
|
18385
18385
|
flexShrink: 0,
|
|
18386
18386
|
whiteSpace: "nowrap",
|
|
18387
|
-
borderBottom: `2px solid ${
|
|
18387
|
+
borderBottom: `2px solid ${l}`,
|
|
18388
18388
|
...o && {
|
|
18389
|
-
borderLeft: `2px solid ${
|
|
18390
|
-
borderTop: `2px solid ${
|
|
18391
|
-
borderRight: `2px solid ${
|
|
18389
|
+
borderLeft: `2px solid ${l}`,
|
|
18390
|
+
borderTop: `2px solid ${l}`,
|
|
18391
|
+
borderRight: `2px solid ${l}`,
|
|
18392
18392
|
borderBottom: "none",
|
|
18393
18393
|
zIndex: 1,
|
|
18394
18394
|
position: "relative"
|
|
@@ -18408,7 +18408,7 @@ function Rb(t) {
|
|
|
18408
18408
|
paddingLeft: 5,
|
|
18409
18409
|
paddingRight: 5,
|
|
18410
18410
|
marginBottom: 2,
|
|
18411
|
-
fontWeight: o ?
|
|
18411
|
+
fontWeight: o ? "bold" : "normal"
|
|
18412
18412
|
},
|
|
18413
18413
|
children: e || ""
|
|
18414
18414
|
}
|
|
@@ -18429,8 +18429,8 @@ function Rb(t) {
|
|
|
18429
18429
|
style: {
|
|
18430
18430
|
color: a.colorPrimaryActive
|
|
18431
18431
|
},
|
|
18432
|
-
onClick: (
|
|
18433
|
-
|
|
18432
|
+
onClick: (d) => {
|
|
18433
|
+
d.stopPropagation(), n(r);
|
|
18434
18434
|
}
|
|
18435
18435
|
}
|
|
18436
18436
|
)
|