@helpdice/ui 2.6.0-beta.9 → 2.6.0

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
@@ -6,7 +6,6 @@ var jsxRuntime = require('react/jsx-runtime');
6
6
  var icons = require('@helpdice/icons');
7
7
  var framerMotion = require('framer-motion');
8
8
  var reactDom = require('react-dom');
9
- var Button$1 = require('components/button');
10
9
  var reactDom$1 = require('@floating-ui/react-dom');
11
10
  var pro = require('@helpdice/pro');
12
11
  var reactSyntaxHighlighter = require('react-syntax-highlighter');
@@ -13477,7 +13476,7 @@ var Expandable = function Expandable(_ref) {
13477
13476
  }), /*#__PURE__*/jsxRuntime.jsx("div", {
13478
13477
  style: fadeStyle
13479
13478
  })]
13480
- }), isOverflowing && /*#__PURE__*/jsxRuntime.jsx(Button$1, {
13479
+ }), isOverflowing && /*#__PURE__*/jsxRuntime.jsx(Button, {
13481
13480
  "aria-expanded": expanded,
13482
13481
  onKeyDown: handleKey,
13483
13482
  margin: 0,
@@ -1,5 +1,5 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
2
- import Button from "components/button";
2
+ import Button from "../button";
3
3
  import React, { useEffect, useRef, useState } from "react";
4
4
  var Expandable = function Expandable(_ref) {
5
5
  var children = _ref.children,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helpdice/ui",
3
- "version": "2.6.0-beta.9",
3
+ "version": "2.6.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "esm/index.d.ts",
6
6
  "unpkg": "dist/index.min.js",