@tracktor/design-system 4.19.0 → 4.19.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/main.cjs +2 -2
- package/dist/main.js +7 -7
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -3799,12 +3799,12 @@ const Y1 = (A, e) => {
|
|
|
3799
3799
|
size: "small",
|
|
3800
3800
|
sx: {
|
|
3801
3801
|
"&:hover": {
|
|
3802
|
-
backgroundColor: sA?.palette?.
|
|
3803
|
-
|
|
3802
|
+
backgroundColor: sA?.palette?.primary?.dark,
|
|
3803
|
+
opacity: sA?.palette?.primary?.dark
|
|
3804
3804
|
},
|
|
3805
|
-
backgroundColor: sA?.palette
|
|
3806
|
-
borderColor: sA?.palette
|
|
3807
|
-
color: sA?.palette?.text?.
|
|
3805
|
+
backgroundColor: sA?.palette.primary.main,
|
|
3806
|
+
borderColor: sA?.palette.primary.main,
|
|
3807
|
+
color: sA?.palette?.text?.contrast,
|
|
3808
3808
|
...A
|
|
3809
3809
|
},
|
|
3810
3810
|
...e
|
|
@@ -6216,11 +6216,11 @@ const tn = ({ fontSize: A, sx: e, color: o = "currentColor" }) => /* @__PURE__ *
|
|
|
6216
6216
|
S && /* @__PURE__ */ r(CA, { onClick: u, edge: "end", color: "inherit", "aria-label": "menu", children: /* @__PURE__ */ r(ht, {}) }),
|
|
6217
6217
|
S || t === null ? null : /* @__PURE__ */ r(U, { sx: k.logoContainer, children: t || /* @__PURE__ */ r(Ko, { mode: "dark", ...c }) }),
|
|
6218
6218
|
/* @__PURE__ */ f(v, { alignItems: "center", direction: "row", justifyContent: s ? "flex-end" : "center", spacing: 1, flex: 1, children: [
|
|
6219
|
-
s && (o === null ? null : o || /* @__PURE__ */ r(Dr, { ...l })),
|
|
6219
|
+
s && (o === null ? null : o || (l ? /* @__PURE__ */ r(Dr, { ...l }) : null)),
|
|
6220
6220
|
e === null ? null : e || /* @__PURE__ */ r(ln, { ...a })
|
|
6221
6221
|
] }),
|
|
6222
6222
|
/* @__PURE__ */ f(v, { direction: "row", alignItems: "center", spacing: 1, children: [
|
|
6223
|
-
!s && (o === null ? null : o || /* @__PURE__ */ r(Dr, { ...l })),
|
|
6223
|
+
!s && (o === null ? null : o || (l ? /* @__PURE__ */ r(Dr, { ...l }) : null)),
|
|
6224
6224
|
A === null ? null : A || /* @__PURE__ */ r(
|
|
6225
6225
|
$1,
|
|
6226
6226
|
{
|