@protonradio/proton-ui 0.6.18-beta.14 → 0.6.18-beta.15
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 +1 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3745,9 +3745,8 @@ function zi({ children: t, arrow: e, ...n }) {
|
|
|
3745
3745
|
return console.log(n), /* @__PURE__ */ s.jsxs(
|
|
3746
3746
|
Di,
|
|
3747
3747
|
{
|
|
3748
|
-
...n,
|
|
3749
3748
|
className: `proton__Tooltip proton-Dialog ${r}`,
|
|
3750
|
-
|
|
3749
|
+
...n,
|
|
3751
3750
|
children: [
|
|
3752
3751
|
e && /* @__PURE__ */ s.jsx(Si, { className: "proton__TooltipArrow", children: /* @__PURE__ */ s.jsx("svg", { width: 8, height: 8, viewBox: "0 0 8 8", children: /* @__PURE__ */ s.jsx("path", { d: "M0 0 L4 4 L8 0" }) }) }),
|
|
3753
3752
|
t
|