@protonradio/proton-ui 0.7.7 → 0.7.8
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -11464,15 +11464,15 @@ function c4(t) {
|
|
|
11464
11464
|
] });
|
|
11465
11465
|
}
|
|
11466
11466
|
function Kh({ children: t, arrow: e, ...n }) {
|
|
11467
|
-
const { style: r } = Ae();
|
|
11467
|
+
const { style: r, className: l } = Ae();
|
|
11468
11468
|
return /* @__PURE__ */ b.jsxs(
|
|
11469
11469
|
Eh,
|
|
11470
11470
|
{
|
|
11471
11471
|
...n,
|
|
11472
|
-
className: "proton__Tooltip proton-Dialog",
|
|
11472
|
+
className: W("proton__Tooltip", "proton-Dialog", l),
|
|
11473
11473
|
style: r,
|
|
11474
11474
|
children: [
|
|
11475
|
-
e && /* @__PURE__ */ b.jsx(ch, { className: "proton__TooltipArrow", children: /* @__PURE__ */ b.jsx("svg", { width: 8, height: 8, viewBox: "0 0 8 8", children: /* @__PURE__ */ b.jsx("path", { d: "M0 0 L4 4 L8 0" }) }) }),
|
|
11475
|
+
e && /* @__PURE__ */ b.jsx(ch, { className: W("proton__TooltipArrow", l), children: /* @__PURE__ */ b.jsx("svg", { width: 8, height: 8, viewBox: "0 0 8 8", children: /* @__PURE__ */ b.jsx("path", { d: "M0 0 L4 4 L8 0" }) }) }),
|
|
11476
11476
|
t
|
|
11477
11477
|
]
|
|
11478
11478
|
}
|