@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.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikatec/nebula-react",
3
- "version": "1.9.0-beta.1",
3
+ "version": "1.9.0-beta.2",
4
4
  "description": "React components for Nebula Design System",
5
5
  "publishConfig": {
6
6
  "access": "public"