@eclass/ui-kit 1.18.2 → 1.18.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/eclass-ui-kit.es.js
CHANGED
|
@@ -29201,6 +29201,7 @@ const NewTooltip = ({
|
|
|
29201
29201
|
label,
|
|
29202
29202
|
isDisabled: isDisabled2 = false,
|
|
29203
29203
|
m: m2,
|
|
29204
|
+
maxWidth = "200px",
|
|
29204
29205
|
placement = "bottom"
|
|
29205
29206
|
}) => {
|
|
29206
29207
|
return /* @__PURE__ */ jsx(Tooltip, {
|
|
@@ -29210,7 +29211,7 @@ const NewTooltip = ({
|
|
|
29210
29211
|
color: "white !important",
|
|
29211
29212
|
fontSize: "12px",
|
|
29212
29213
|
fontWeight: "400",
|
|
29213
|
-
maxWidth
|
|
29214
|
+
maxWidth,
|
|
29214
29215
|
padding: "8px",
|
|
29215
29216
|
".chakra-tooltip__arrow": {
|
|
29216
29217
|
bg: `${vars("colors-neutral-darkCharcoal")} !important`
|