@datawheel/bespoke 0.3.17 → 0.3.18
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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3792,7 +3792,7 @@ function InnerTooltip(props) {
|
|
|
3792
3792
|
styles: { root: { boxShadow: "none" } },
|
|
3793
3793
|
children: content
|
|
3794
3794
|
}
|
|
3795
|
-
) }, "tooltip-notification") : /* @__PURE__ */ jsx("div", { className: "bespoke-inner-tooltip", style, children: /* @__PURE__ */ jsx(Tooltip, { label: content, withArrow: true, withinPortal: true, children: /* @__PURE__ */ jsx(ActionIcon, { size: "1.5rem", children: /* @__PURE__ */ jsx(IconInfoCircle, {}) }) }) }, "tooltip");
|
|
3795
|
+
) }, "tooltip-notification") : /* @__PURE__ */ jsx("div", { className: "bespoke-inner-tooltip", style, children: /* @__PURE__ */ jsx(Tooltip, { label: content, withArrow: true, withinPortal: true, multiline: true, maw: 220, children: /* @__PURE__ */ jsx(ActionIcon, { size: "1.5rem", children: /* @__PURE__ */ jsx(IconInfoCircle, {}) }) }) }, "tooltip");
|
|
3796
3796
|
return /* @__PURE__ */ jsx(Fragment, { children: element });
|
|
3797
3797
|
}
|
|
3798
3798
|
var init_InnerTooltip = __esm({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datawheel/bespoke",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.18",
|
|
4
4
|
"description": "Content management system for creating automated data reports",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -130,4 +130,4 @@
|
|
|
130
130
|
"peerDependencies": {
|
|
131
131
|
"next": "^13.4.0"
|
|
132
132
|
}
|
|
133
|
-
}
|
|
133
|
+
}
|