@helpdice/ui 1.6.7 → 1.6.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.
@@ -1,4 +1,4 @@
1
- import { CSSProperties } from 'react';
1
+ import React, { CSSProperties } from 'react';
2
2
  type CompactButtonProps = {
3
3
  children?: React.ReactNode;
4
4
  iconRight?: React.ReactNode;
@@ -11,5 +11,5 @@ type CompactButtonProps = {
11
11
  target?: string;
12
12
  onClick?: () => void;
13
13
  };
14
- declare const _default: import("react").NamedExoticComponent<CompactButtonProps>;
14
+ declare const _default: React.NamedExoticComponent<CompactButtonProps>;
15
15
  export default _default;
@@ -1,4 +1,4 @@
1
- import { memo } from 'react';
1
+ import React, { memo } from 'react';
2
2
  import Button from './button';
3
3
  var CompactButton = function CompactButton(_ref) {
4
4
  var _ref$to = _ref.to,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helpdice/ui",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "main": "dist/index.js",
5
5
  "types": "esm/index.d.ts",
6
6
  "unpkg": "dist/index.min.js",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "prettier": "@helpdice/prettier-config",
38
38
  "keywords": [
39
- "hui",
39
+ "iux",
40
40
  "helpdice ui",
41
41
  "components",
42
42
  "react components",