@ikatec/nebula-react 1.9.0-beta.1 → 1.9.0-beta.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.
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -8824,7 +8824,7 @@ var Tooltip = React25__namespace.forwardRef(
|
|
|
8824
8824
|
),
|
|
8825
8825
|
...props,
|
|
8826
8826
|
children: [
|
|
8827
|
-
content2,
|
|
8827
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "nebula-ds [&_[class*='text-typography-']]:!text-inherit", children: content2 }),
|
|
8828
8828
|
/* @__PURE__ */ jsxRuntime.jsx(TooltipPrimitive__namespace.Arrow, { className: "nebula-ds fill-tooltip-background" })
|
|
8829
8829
|
]
|
|
8830
8830
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -8781,7 +8781,7 @@ var Tooltip = React25.forwardRef(
|
|
|
8781
8781
|
),
|
|
8782
8782
|
...props,
|
|
8783
8783
|
children: [
|
|
8784
|
-
content2,
|
|
8784
|
+
/* @__PURE__ */ jsx("div", { className: "nebula-ds [&_[class*='text-typography-']]:!text-inherit", children: content2 }),
|
|
8785
8785
|
/* @__PURE__ */ jsx(TooltipPrimitive.Arrow, { className: "nebula-ds fill-tooltip-background" })
|
|
8786
8786
|
]
|
|
8787
8787
|
}
|
package/package.json
CHANGED
|
Binary file
|