@kaio-xyz/design-system 1.1.87 → 1.1.88

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 CHANGED
@@ -593,8 +593,8 @@ var style$e = {"root":"list-item-module__root__-fOHc","label":"list-item-module_
593
593
  var style$d = {"trigger":"tooltip-module__trigger__8Eylk","content":"tooltip-module__content__9x6LA","title":"tooltip-module__title__Vkj38","icon":"tooltip-module__icon__4oV3Q","body":"tooltip-module__body__TQO-V","description":"tooltip-module__description__WSiRK","arrow":"tooltip-module__arrow__7pf9p"};
594
594
 
595
595
  var Tooltip = function (_a) {
596
- var children = _a.children, title = _a.title, description = _a.description;
597
- return (jsxRuntime.jsx(RTooltip__namespace.Provider, { children: jsxRuntime.jsxs(RTooltip__namespace.Root, { children: [jsxRuntime.jsx(RTooltip__namespace.Trigger, { className: style$d.trigger, asChild: true, children: children }), jsxRuntime.jsx(RTooltip__namespace.Portal, { children: jsxRuntime.jsxs(RTooltip__namespace.Content, { className: style$d.content, sideOffset: 2, children: [jsxRuntime.jsx(SvgInfo, { className: style$d.icon, width: 20, height: 20 }), jsxRuntime.jsxs("div", { className: style$d.body, children: [jsxRuntime.jsx("span", { className: style$d.title, children: title }), description && jsxRuntime.jsx("span", { className: style$d.description, children: description })] }), jsxRuntime.jsx(RTooltip__namespace.Arrow, { className: style$d.arrow })] }) })] }) }));
596
+ var children = _a.children, title = _a.title, description = _a.description, rest = __rest(_a, ["children", "title", "description"]);
597
+ return (jsxRuntime.jsx(RTooltip__namespace.Provider, { children: jsxRuntime.jsxs(RTooltip__namespace.Root, __assign({}, rest, { children: [jsxRuntime.jsx(RTooltip__namespace.Trigger, { className: style$d.trigger, asChild: true, children: children }), jsxRuntime.jsx(RTooltip__namespace.Portal, { children: jsxRuntime.jsxs(RTooltip__namespace.Content, { className: style$d.content, sideOffset: 2, children: [jsxRuntime.jsx(SvgInfo, { className: style$d.icon, width: 20, height: 20 }), jsxRuntime.jsxs("div", { className: style$d.body, children: [jsxRuntime.jsx("span", { className: style$d.title, children: title }), description && jsxRuntime.jsx("span", { className: style$d.description, children: description })] }), jsxRuntime.jsx(RTooltip__namespace.Arrow, { className: style$d.arrow })] }) })] })) }));
598
598
  };
599
599
 
600
600
  var ListItem = function (_a) {