@deque/cauldron-react 5.7.1 → 5.8.0-canary.20933343

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.
Files changed (155) hide show
  1. package/lib/add-user.js +23 -8
  2. package/lib/arrow-circle.js +23 -8
  3. package/lib/arrow.js +23 -8
  4. package/lib/arrows-alt.js +23 -8
  5. package/lib/bolt.js +23 -8
  6. package/lib/caution.js +23 -8
  7. package/lib/check-circle.js +23 -8
  8. package/lib/check-shield.js +23 -8
  9. package/lib/check-solid.js +23 -8
  10. package/lib/check.js +23 -8
  11. package/lib/checkbox-checked.js +23 -8
  12. package/lib/checkbox-unchecked.js +23 -8
  13. package/lib/chevron-double.js +23 -8
  14. package/lib/chevron.js +23 -8
  15. package/lib/clipboard.js +23 -8
  16. package/lib/clock.js +39 -0
  17. package/lib/close.js +23 -8
  18. package/lib/code.js +23 -8
  19. package/lib/components/Accordion/Accordion.d.ts +4 -4
  20. package/lib/components/Address/index.d.ts +5 -5
  21. package/lib/components/Alert/index.d.ts +3 -3
  22. package/lib/components/Breadcrumb/Breadcrumb.d.ts +1 -1
  23. package/lib/components/Breadcrumb/BreadcrumbItem.d.ts +1 -1
  24. package/lib/components/Card/Card.d.ts +1 -1
  25. package/lib/components/Card/CardContent.d.ts +2 -2
  26. package/lib/components/Card/CardFooter.d.ts +2 -2
  27. package/lib/components/Card/CardHeader.d.ts +2 -2
  28. package/lib/components/Code/index.d.ts +1 -1
  29. package/lib/components/Combobox/Combobox.d.ts +30 -0
  30. package/lib/components/Combobox/ComboboxContext.d.ts +22 -0
  31. package/lib/components/Combobox/ComboboxGroup.d.ts +7 -0
  32. package/lib/components/Combobox/ComboboxOption.d.ts +12 -0
  33. package/lib/components/Combobox/index.d.ts +3 -0
  34. package/lib/components/DescriptionList/index.d.ts +8 -8
  35. package/lib/components/Dialog/index.d.ts +5 -5
  36. package/lib/components/ExpandCollapsePanel/ExpandCollapsePanel.d.ts +3 -3
  37. package/lib/components/ExpandCollapsePanel/PanelTrigger.d.ts +2 -2
  38. package/lib/components/Icon/types.d.ts +1 -1
  39. package/lib/components/IconButton/index.d.ts +1 -1
  40. package/lib/components/IssuePanel/index.d.ts +2 -2
  41. package/lib/components/Layout/index.d.ts +4 -4
  42. package/lib/components/Line/index.d.ts +1 -1
  43. package/lib/components/Link/index.d.ts +3 -3
  44. package/lib/components/Listbox/Listbox.d.ts +16 -0
  45. package/lib/components/Listbox/ListboxContext.d.ts +27 -0
  46. package/lib/components/Listbox/ListboxGroup.d.ts +9 -0
  47. package/lib/components/Listbox/ListboxOption.d.ts +10 -0
  48. package/lib/components/Listbox/index.d.ts +4 -0
  49. package/lib/components/LoaderOverlay/axe-loader.d.ts +2 -1
  50. package/lib/components/Main/index.d.ts +4 -4
  51. package/lib/components/MenuBar/index.d.ts +2 -2
  52. package/lib/components/MenuItem/index.d.ts +4 -4
  53. package/lib/components/Modal/index.d.ts +3 -3
  54. package/lib/components/NavBar/NavBar.d.ts +2 -2
  55. package/lib/components/NavBar/NavItem.d.ts +1 -1
  56. package/lib/components/Offscreen/index.d.ts +2 -2
  57. package/lib/components/OptionsMenu/OptionsMenu.d.ts +5 -5
  58. package/lib/components/OptionsMenu/OptionsMenuList.d.ts +4 -4
  59. package/lib/components/OptionsMenu/OptionsMenuWrapper.d.ts +2 -2
  60. package/lib/components/Pointout/index.d.ts +6 -6
  61. package/lib/components/Popover/index.d.ts +31 -0
  62. package/lib/components/ProgressBar/index.d.ts +1 -1
  63. package/lib/components/RadioCardGroup/index.d.ts +1 -1
  64. package/lib/components/Scrim/index.d.ts +1 -1
  65. package/lib/components/Select/index.d.ts +1 -1
  66. package/lib/components/SideBar/SideBar.d.ts +2 -2
  67. package/lib/components/SkipLink/index.d.ts +1 -1
  68. package/lib/components/Stepper/index.d.ts +4 -4
  69. package/lib/components/Table/Table.d.ts +3 -3
  70. package/lib/components/Table/TableBody.d.ts +3 -3
  71. package/lib/components/Table/TableCell.d.ts +3 -3
  72. package/lib/components/Table/TableFooter.d.ts +3 -3
  73. package/lib/components/Table/TableHead.d.ts +3 -3
  74. package/lib/components/Table/TableHeader.d.ts +4 -4
  75. package/lib/components/Table/TableRow.d.ts +3 -3
  76. package/lib/components/Tabs/Tabs.d.ts +2 -2
  77. package/lib/components/Tag/index.d.ts +4 -4
  78. package/lib/components/TextField/index.d.ts +4 -4
  79. package/lib/components/Toast/index.d.ts +4 -4
  80. package/lib/components/Tooltip/index.d.ts +3 -3
  81. package/lib/components/TooltipTabstop/index.d.ts +2 -2
  82. package/lib/components/TopBar/TopBar.d.ts +1 -1
  83. package/lib/components/TopBar/TopBarMenu.d.ts +2 -2
  84. package/lib/components/TwoColumnPanel/ColumnGroupHeader.d.ts +1 -1
  85. package/lib/components/TwoColumnPanel/ColumnHeader.d.ts +1 -1
  86. package/lib/components/TwoColumnPanel/ColumnLeft.d.ts +1 -1
  87. package/lib/components/TwoColumnPanel/ColumnList.d.ts +1 -1
  88. package/lib/components/TwoColumnPanel/ColumnRight.d.ts +1 -1
  89. package/lib/components/Workspace/index.d.ts +6 -6
  90. package/lib/contexts/theme.d.ts +2 -2
  91. package/lib/copy.js +23 -8
  92. package/lib/download.js +23 -8
  93. package/lib/dropper.js +23 -8
  94. package/lib/exchange.js +23 -8
  95. package/lib/export-solid.js +23 -8
  96. package/lib/external-link.js +23 -8
  97. package/lib/eye.js +23 -8
  98. package/lib/filter-solid.js +23 -8
  99. package/lib/filter.js +23 -8
  100. package/lib/flag.js +23 -8
  101. package/lib/gears.js +23 -7
  102. package/lib/github.js +23 -8
  103. package/lib/grid.js +23 -8
  104. package/lib/hamburger-menu.js +26 -11
  105. package/lib/hashtag.js +23 -8
  106. package/lib/highlight.js +23 -8
  107. package/lib/index.d.ts +3 -0
  108. package/lib/index.js +1624 -6084
  109. package/lib/info-circle-alt.js +23 -8
  110. package/lib/info-circle.js +23 -8
  111. package/lib/info-square.js +23 -8
  112. package/lib/kabob.js +23 -8
  113. package/lib/link.js +23 -8
  114. package/lib/linkedin.js +23 -8
  115. package/lib/list.js +29 -14
  116. package/lib/lock.js +23 -8
  117. package/lib/magnifying-glass.js +23 -8
  118. package/lib/menu.js +23 -8
  119. package/lib/minus.js +23 -8
  120. package/lib/new-releases.js +24 -9
  121. package/lib/new.js +23 -8
  122. package/lib/no.js +23 -8
  123. package/lib/pencil.js +23 -8
  124. package/lib/person-running.js +23 -8
  125. package/lib/play.js +23 -8
  126. package/lib/plus.js +23 -8
  127. package/lib/propTypes.d.ts +1 -1
  128. package/lib/question-circle-alt.js +23 -8
  129. package/lib/question-circle.js +23 -8
  130. package/lib/radio-checked.js +23 -8
  131. package/lib/radio-unchecked.js +23 -8
  132. package/lib/recycle-square.js +23 -8
  133. package/lib/recycle.js +23 -8
  134. package/lib/resend.js +23 -8
  135. package/lib/robot.js +24 -9
  136. package/lib/run-again.js +23 -8
  137. package/lib/save.js +23 -8
  138. package/lib/share-nodes.js +23 -8
  139. package/lib/share.js +23 -8
  140. package/lib/sort-triangle.js +23 -8
  141. package/lib/sort.js +23 -8
  142. package/lib/star.js +23 -8
  143. package/lib/sun.js +23 -8
  144. package/lib/table-sort-ascending.js +24 -9
  145. package/lib/table-sort-descending.js +24 -9
  146. package/lib/tag.js +23 -8
  147. package/lib/target.js +25 -10
  148. package/lib/trash.js +23 -8
  149. package/lib/triangle.js +23 -8
  150. package/lib/twitter.js +23 -8
  151. package/lib/types.d.ts +1 -1
  152. package/lib/upload.js +23 -8
  153. package/lib/utils/polymorphic-type/index.d.ts +4 -4
  154. package/lib/utils/useIntersectionRef.d.ts +12 -0
  155. package/package.json +11 -14
@@ -5,18 +5,18 @@ interface TagProps {
5
5
  className?: string;
6
6
  }
7
7
  export declare const TagLabel: {
8
- ({ children, className, ...other }: TagProps): JSX.Element;
8
+ ({ children, className, ...other }: TagProps): React.JSX.Element;
9
9
  displayName: string;
10
10
  propTypes: {
11
- children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
11
+ children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
12
12
  className: PropTypes.Requireable<string>;
13
13
  };
14
14
  };
15
15
  declare const Tag: {
16
- ({ children, className, ...other }: TagProps): JSX.Element;
16
+ ({ children, className, ...other }: TagProps): React.JSX.Element;
17
17
  displayName: string;
18
18
  propTypes: {
19
- children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
19
+ children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
20
20
  className: PropTypes.Requireable<string>;
21
21
  };
22
22
  };
@@ -24,15 +24,15 @@ export default class TextField extends React.Component<TextFieldProps, TextField
24
24
  multiline: boolean;
25
25
  };
26
26
  static propTypes: {
27
- label: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
27
+ label: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
28
28
  id: PropTypes.Requireable<string>;
29
29
  error: PropTypes.Requireable<PropTypes.ReactNodeLike>;
30
30
  defaultValue: PropTypes.Requireable<string>;
31
31
  value: PropTypes.Requireable<string>;
32
32
  onChange: PropTypes.Requireable<(...args: any[]) => any>;
33
- fieldRef: PropTypes.Requireable<((...args: any[]) => any) | PropTypes.InferProps<{
33
+ fieldRef: PropTypes.Requireable<NonNullable<((...args: any[]) => any) | PropTypes.InferProps<{
34
34
  current: PropTypes.Requireable<any>;
35
- }>>;
35
+ }> | null | undefined>>;
36
36
  required: PropTypes.Requireable<boolean>;
37
37
  requiredText: PropTypes.Requireable<string>;
38
38
  multiline: PropTypes.Requireable<boolean>;
@@ -42,7 +42,7 @@ export default class TextField extends React.Component<TextFieldProps, TextField
42
42
  private errorId;
43
43
  private input;
44
44
  constructor(props: TextFieldProps);
45
- render(): JSX.Element;
45
+ render(): React.JSX.Element;
46
46
  onChange(e: ChangeEvent<HTMLInputElement | HTMLTextAreaElement>): void;
47
47
  }
48
48
  export {};
@@ -28,13 +28,13 @@ export default class Toast extends React.Component<ToastProps, ToastState> {
28
28
  dismissible: boolean;
29
29
  };
30
30
  static propTypes: {
31
- children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
31
+ children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
32
32
  type: PropTypes.Validator<string>;
33
33
  onDismiss: PropTypes.Requireable<(...args: any[]) => any>;
34
34
  dismissText: PropTypes.Requireable<string>;
35
- toastRef: PropTypes.Requireable<((...args: any[]) => any) | PropTypes.InferProps<{
35
+ toastRef: PropTypes.Requireable<NonNullable<((...args: any[]) => any) | PropTypes.InferProps<{
36
36
  current: PropTypes.Requireable<any>;
37
- }>>;
37
+ }> | null | undefined>>;
38
38
  focus: PropTypes.Requireable<boolean>;
39
39
  show: PropTypes.Requireable<boolean>;
40
40
  dismissible: PropTypes.Requireable<boolean>;
@@ -45,7 +45,7 @@ export default class Toast extends React.Component<ToastProps, ToastState> {
45
45
  componentDidMount(): void;
46
46
  componentDidUpdate(prevProps: ToastProps): void;
47
47
  componentWillUnmount(): void;
48
- render(): JSX.Element;
48
+ render(): React.JSX.Element;
49
49
  dismissToast(): void;
50
50
  showToast(): void;
51
51
  }
@@ -15,7 +15,7 @@ declare function Tooltip({ id: propId, placement: initialPlacement, children, po
15
15
  declare namespace Tooltip {
16
16
  var displayName: string;
17
17
  var propTypes: {
18
- children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
18
+ children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
19
19
  target: PropTypes.Validator<any>;
20
20
  association: PropTypes.Requireable<string>;
21
21
  show: PropTypes.Requireable<boolean>;
@@ -26,13 +26,13 @@ declare namespace Tooltip {
26
26
  }
27
27
  export default Tooltip;
28
28
  export declare const TooltipHead: {
29
- ({ className, ...other }: React.HTMLAttributes<HTMLDivElement>): JSX.Element;
29
+ ({ className, ...other }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
30
30
  propTypes: {
31
31
  className: PropTypes.Requireable<string>;
32
32
  };
33
33
  };
34
34
  export declare const TooltipContent: {
35
- ({ className, ...other }: React.HTMLAttributes<HTMLDivElement>): JSX.Element;
35
+ ({ className, ...other }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
36
36
  propTypes: {
37
37
  className: PropTypes.Requireable<string>;
38
38
  };
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { TooltipProps } from '../Tooltip';
3
- declare type TooltipTabstopProps = Omit<TooltipProps, 'target'> & {
3
+ type TooltipTabstopProps = Omit<TooltipProps, 'target'> & {
4
4
  children: React.ReactNode;
5
5
  tooltip: React.ReactNode;
6
6
  } & React.HTMLAttributes<HTMLButtonElement>;
@@ -10,7 +10,7 @@ declare type TooltipTabstopProps = Omit<TooltipProps, 'target'> & {
10
10
  * - Inform AT users that clicking the button does not perform any action
11
11
  * - Is presented as a focusable control to trigger the associated tooltip
12
12
  */
13
- declare function TooltipTabstop({ children, className, tooltip, variant, association, show, placement, portal, hideElementOnHidden, ...buttonProps }: TooltipTabstopProps): JSX.Element;
13
+ declare function TooltipTabstop({ children, className, tooltip, variant, association, show, placement, portal, hideElementOnHidden, ...buttonProps }: TooltipTabstopProps): React.JSX.Element;
14
14
  declare namespace TooltipTabstop {
15
15
  var displayName: string;
16
16
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export interface TopBarProps extends React.HTMLAttributes<HTMLDivElement> {
3
3
  children: React.ReactNode;
4
4
  }
5
- declare const TopBar: (props: TopBarProps) => JSX.Element;
5
+ declare const TopBar: (props: TopBarProps) => React.JSX.Element;
6
6
  export default TopBar;
@@ -14,7 +14,7 @@ export default class TopBarMenu extends React.Component<TopBarMenuProps, TopBarM
14
14
  };
15
15
  static propTypes: {
16
16
  id: PropTypes.Validator<string>;
17
- children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
17
+ children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
18
18
  };
19
19
  state: TopBarMenuState;
20
20
  private optionsMenuRef;
@@ -22,6 +22,6 @@ export default class TopBarMenu extends React.Component<TopBarMenuProps, TopBarM
22
22
  private handleClick;
23
23
  private handleClose;
24
24
  private handleKeyDown;
25
- render(): JSX.Element;
25
+ render(): React.JSX.Element;
26
26
  }
27
27
  export {};
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- declare type ColumnGroupHeaderProps = React.HTMLAttributes<HTMLDivElement>;
2
+ type ColumnGroupHeaderProps = React.HTMLAttributes<HTMLDivElement>;
3
3
  declare const ColumnGroupHeader: React.ForwardRefExoticComponent<ColumnGroupHeaderProps & React.RefAttributes<HTMLDivElement>>;
4
4
  export default ColumnGroupHeader;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- declare type ColumnHeaderProps = React.HTMLAttributes<HTMLDivElement>;
2
+ type ColumnHeaderProps = React.HTMLAttributes<HTMLDivElement>;
3
3
  declare const ColumnHeader: React.ForwardRefExoticComponent<ColumnHeaderProps & React.RefAttributes<HTMLDivElement>>;
4
4
  export default ColumnHeader;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { Cauldron } from '../../types';
3
- declare type ColumnLeftProps = React.HTMLAttributes<HTMLDivElement> & Cauldron.LabelProps;
3
+ type ColumnLeftProps = React.HTMLAttributes<HTMLDivElement> & Cauldron.LabelProps;
4
4
  declare const ColumnLeft: React.ForwardRefExoticComponent<ColumnLeftProps & React.RefAttributes<HTMLDivElement>>;
5
5
  export default ColumnLeft;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- declare type ColumnListProps = React.HTMLAttributes<HTMLDivElement>;
2
+ type ColumnListProps = React.HTMLAttributes<HTMLDivElement>;
3
3
  declare const ColumnList: React.ForwardRefExoticComponent<ColumnListProps & React.RefAttributes<HTMLDivElement>>;
4
4
  export default ColumnList;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { Cauldron } from '../../types';
3
- declare type ColumnRightProps = React.HTMLAttributes<HTMLDivElement> & Cauldron.LabelProps;
3
+ type ColumnRightProps = React.HTMLAttributes<HTMLDivElement> & Cauldron.LabelProps;
4
4
  declare const ColumnRight: React.ForwardRefExoticComponent<ColumnRightProps & React.RefAttributes<HTMLDivElement>>;
5
5
  export default ColumnRight;
@@ -12,17 +12,17 @@ export default class Workspace extends React.Component<WorkspaceProps> {
12
12
  noSideBar: boolean;
13
13
  };
14
14
  static propTypes: {
15
- children: PropTypes.Validator<string | object>;
16
- workspaceRef: PropTypes.Requireable<((...args: any[]) => any) | PropTypes.InferProps<{
15
+ children: PropTypes.Validator<NonNullable<NonNullable<string | object | null | undefined>>>;
16
+ workspaceRef: PropTypes.Requireable<NonNullable<((...args: any[]) => any) | PropTypes.InferProps<{
17
17
  current: PropTypes.Requireable<any>;
18
- }>>;
19
- layoutRef: PropTypes.Requireable<((...args: any[]) => any) | PropTypes.InferProps<{
18
+ }> | null | undefined>>;
19
+ layoutRef: PropTypes.Requireable<NonNullable<((...args: any[]) => any) | PropTypes.InferProps<{
20
20
  current: PropTypes.Requireable<any>;
21
- }>>;
21
+ }> | null | undefined>>;
22
22
  noSideBar: PropTypes.Requireable<boolean>;
23
23
  };
24
24
  componentDidMount(): void;
25
25
  componentDidUpdate(prevProps: WorkspaceProps): void;
26
26
  componentWillUnmount(): void;
27
- render(): JSX.Element;
27
+ render(): React.JSX.Element;
28
28
  }
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import PropTypes from 'prop-types';
3
- declare type Theme = 'light' | 'dark';
3
+ type Theme = 'light' | 'dark';
4
4
  interface ProviderProps {
5
5
  children: React.ReactNode;
6
6
  context?: HTMLElement;
@@ -14,7 +14,7 @@ interface Methods {
14
14
  }
15
15
  declare const ThemeContext: React.Context<State & Methods>;
16
16
  declare const ThemeProvider: {
17
- ({ children, context, initialTheme }: ProviderProps): JSX.Element;
17
+ ({ children, context, initialTheme }: ProviderProps): React.JSX.Element;
18
18
  propTypes: {
19
19
  children: PropTypes.Requireable<any>;
20
20
  initialTheme: PropTypes.Requireable<string>;
package/lib/copy.js CHANGED
@@ -1,24 +1,39 @@
1
1
  'use strict';
2
2
 
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
3
  var React = require('react');
6
- var React__default = _interopDefault(React);
7
4
 
8
- var _path;
5
+ function _interopNamespace(e) {
6
+ if (e && e.__esModule) return e;
7
+ var n = Object.create(null);
8
+ if (e) {
9
+ Object.keys(e).forEach(function (k) {
10
+ if (k !== 'default') {
11
+ var d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () { return e[k]; }
15
+ });
16
+ }
17
+ });
18
+ }
19
+ n["default"] = e;
20
+ return Object.freeze(n);
21
+ }
9
22
 
10
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
23
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
11
24
 
12
- const SvgCopy = props => /*#__PURE__*/React.createElement("svg", _extends({
25
+ var _path;
26
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
27
+ const SvgCopy = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
13
28
  overflow: "visible",
14
29
  preserveAspectRatio: "none",
15
30
  viewBox: "0 0 24 24",
16
31
  height: 24,
17
32
  width: 24
18
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
33
+ }, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
19
34
  d: "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z",
20
35
  vectorEffect: "non-scaling-stroke",
21
36
  fill: "currentColor"
22
37
  })));
23
38
 
24
- exports.default = SvgCopy;
39
+ exports["default"] = SvgCopy;
package/lib/download.js CHANGED
@@ -1,24 +1,39 @@
1
1
  'use strict';
2
2
 
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
3
  var React = require('react');
6
- var React__default = _interopDefault(React);
7
4
 
8
- var _path;
5
+ function _interopNamespace(e) {
6
+ if (e && e.__esModule) return e;
7
+ var n = Object.create(null);
8
+ if (e) {
9
+ Object.keys(e).forEach(function (k) {
10
+ if (k !== 'default') {
11
+ var d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () { return e[k]; }
15
+ });
16
+ }
17
+ });
18
+ }
19
+ n["default"] = e;
20
+ return Object.freeze(n);
21
+ }
9
22
 
10
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
23
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
11
24
 
12
- const SvgDownload = props => /*#__PURE__*/React.createElement("svg", _extends({
25
+ var _path;
26
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
27
+ const SvgDownload = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
13
28
  overflow: "visible",
14
29
  preserveAspectRatio: "none",
15
30
  viewBox: "0 0 24 24",
16
31
  height: 24,
17
32
  width: 24
18
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
33
+ }, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
19
34
  d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z",
20
35
  vectorEffect: "non-scaling-stroke",
21
36
  fill: "currentColor"
22
37
  })));
23
38
 
24
- exports.default = SvgDownload;
39
+ exports["default"] = SvgDownload;
package/lib/dropper.js CHANGED
@@ -1,24 +1,39 @@
1
1
  'use strict';
2
2
 
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
3
  var React = require('react');
6
- var React__default = _interopDefault(React);
7
4
 
8
- var _path;
5
+ function _interopNamespace(e) {
6
+ if (e && e.__esModule) return e;
7
+ var n = Object.create(null);
8
+ if (e) {
9
+ Object.keys(e).forEach(function (k) {
10
+ if (k !== 'default') {
11
+ var d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () { return e[k]; }
15
+ });
16
+ }
17
+ });
18
+ }
19
+ n["default"] = e;
20
+ return Object.freeze(n);
21
+ }
9
22
 
10
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
23
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
11
24
 
12
- const SvgDropper = props => /*#__PURE__*/React.createElement("svg", _extends({
25
+ var _path;
26
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
27
+ const SvgDropper = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
13
28
  overflow: "visible",
14
29
  preserveAspectRatio: "none",
15
30
  viewBox: "0 0 24 24",
16
31
  height: 24,
17
32
  width: 24
18
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
33
+ }, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
19
34
  d: "m20.71 5.63-2.34-2.34a.996.996 0 0 0-1.41 0l-3.12 3.12-1.93-1.91-1.41 1.41 1.42 1.42L3 16.25V21h4.75l8.92-8.92 1.42 1.42 1.41-1.41-1.92-1.92 3.12-3.12c.4-.4.4-1.03.01-1.42zM6.92 19 5 17.08l8.06-8.06 1.92 1.92L6.92 19z",
20
35
  fill: "currentColor",
21
36
  vectorEffect: "non-scaling-stroke"
22
37
  })));
23
38
 
24
- exports.default = SvgDropper;
39
+ exports["default"] = SvgDropper;
package/lib/exchange.js CHANGED
@@ -1,24 +1,39 @@
1
1
  'use strict';
2
2
 
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
3
  var React = require('react');
6
- var React__default = _interopDefault(React);
7
4
 
8
- var _path;
5
+ function _interopNamespace(e) {
6
+ if (e && e.__esModule) return e;
7
+ var n = Object.create(null);
8
+ if (e) {
9
+ Object.keys(e).forEach(function (k) {
10
+ if (k !== 'default') {
11
+ var d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () { return e[k]; }
15
+ });
16
+ }
17
+ });
18
+ }
19
+ n["default"] = e;
20
+ return Object.freeze(n);
21
+ }
9
22
 
10
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
23
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
11
24
 
12
- const SvgExchange = props => /*#__PURE__*/React.createElement("svg", _extends({
25
+ var _path;
26
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
27
+ const SvgExchange = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
13
28
  overflow: "visible",
14
29
  preserveAspectRatio: "none",
15
30
  viewBox: "0 0 24 24",
16
31
  height: 24,
17
32
  width: 24
18
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
33
+ }, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
19
34
  d: "M21.33 14.34a.347.347 0 0 0-.33-.33H6.67v-2a.347.347 0 0 0-.33-.33.34.34 0 0 0-.24.09L2.77 15.1a.34.34 0 0 0-.09.24c0 .09.03.17.09.23l3.32 3.33c.07.06.16.1.25.1.18-.01.32-.15.33-.33v-2H21c.18-.01.32-.15.33-.33v-2zm0-5.66a.34.34 0 0 0-.09-.24l-3.33-3.32a.407.407 0 0 0-.25-.11.314.314 0 0 0-.33.3v2.02H3c-.18.01-.33.16-.33.34v2c0 .18.15.33.33.34h14.33v2c.01.18.15.32.33.33.09 0 .18-.03.24-.09l3.33-3.33a.34.34 0 0 0 .09-.24h.01z",
20
35
  fill: "currentColor",
21
36
  vectorEffect: "non-scaling-stroke"
22
37
  })));
23
38
 
24
- exports.default = SvgExchange;
39
+ exports["default"] = SvgExchange;
@@ -1,24 +1,39 @@
1
1
  'use strict';
2
2
 
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
3
  var React = require('react');
6
- var React__default = _interopDefault(React);
7
4
 
8
- var _path;
5
+ function _interopNamespace(e) {
6
+ if (e && e.__esModule) return e;
7
+ var n = Object.create(null);
8
+ if (e) {
9
+ Object.keys(e).forEach(function (k) {
10
+ if (k !== 'default') {
11
+ var d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () { return e[k]; }
15
+ });
16
+ }
17
+ });
18
+ }
19
+ n["default"] = e;
20
+ return Object.freeze(n);
21
+ }
9
22
 
10
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
23
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
11
24
 
12
- const SvgExportSolid = props => /*#__PURE__*/React.createElement("svg", _extends({
25
+ var _path;
26
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
27
+ const SvgExportSolid = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
13
28
  overflow: "visible",
14
29
  preserveAspectRatio: "none",
15
30
  viewBox: "0 0 24 24",
16
31
  height: 24,
17
32
  width: 24
18
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
33
+ }, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
19
34
  d: "M16.47 18.47c-.26.25-.67.24-.92-.02a.649.649 0 0 1 .02-.92.649.649 0 0 1 1.1.47c0 .18-.08.35-.2.47zm2.66 0c-.26.25-.67.24-.92-.02a.649.649 0 0 1 .02-.92.649.649 0 0 1 1.1.47c0 .18-.07.35-.2.47zm1.54-2.8c0-.55-.45-1-1-1h-4.84l-1.42 1.42c-.78.78-2.05.78-2.83 0l-1.4-1.42H4.34c-.55 0-1 .45-1 1V19c0 .55.45 1 1 1h15.32c.55 0 1-.45 1-1v-3.34l.01.01zm-4-6.33H14V4.67a.692.692 0 0 0-.68-.67h-2.66a.69.69 0 0 0-.67.67v4.66H7.34a.628.628 0 0 0-.62.41c-.13.25-.06.55.15.73l4.66 4.66c.25.26.66.27.92.02l.02-.02 4.66-4.66c.21-.18.28-.48.15-.73a.62.62 0 0 0-.63-.41l.02.01z",
20
35
  fill: "currentColor",
21
36
  vectorEffect: "non-scaling-stroke"
22
37
  })));
23
38
 
24
- exports.default = SvgExportSolid;
39
+ exports["default"] = SvgExportSolid;
@@ -1,25 +1,40 @@
1
1
  'use strict';
2
2
 
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
3
  var React = require('react');
6
- var React__default = _interopDefault(React);
7
4
 
8
- var _path;
5
+ function _interopNamespace(e) {
6
+ if (e && e.__esModule) return e;
7
+ var n = Object.create(null);
8
+ if (e) {
9
+ Object.keys(e).forEach(function (k) {
10
+ if (k !== 'default') {
11
+ var d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () { return e[k]; }
15
+ });
16
+ }
17
+ });
18
+ }
19
+ n["default"] = e;
20
+ return Object.freeze(n);
21
+ }
9
22
 
10
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
23
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
11
24
 
12
- const SvgExternalLink = props => /*#__PURE__*/React.createElement("svg", _extends({
25
+ var _path;
26
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
27
+ const SvgExternalLink = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
13
28
  xmlns: "http://www.w3.org/2000/svg",
14
29
  overflow: "visible",
15
30
  preserveAspectRatio: "none",
16
31
  viewBox: "0 0 24 24",
17
32
  height: 24,
18
33
  width: 24
19
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
34
+ }, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
20
35
  d: "M17.33 13.67a.317.317 0 0 0-.3-.34h-.7c-.18-.01-.32.13-.33.31V17c0 .92-.75 1.67-1.67 1.67H5.67C4.75 18.67 4 17.92 4 17V8.34c0-.92.75-1.67 1.67-1.67H13c.18.01.32-.13.33-.31v-.69c.01-.18-.13-.32-.31-.33H5.67a2.9 2.9 0 0 0-2.12.88 2.9 2.9 0 0 0-.88 2.12V17c-.01.8.31 1.57.88 2.12a2.9 2.9 0 0 0 2.12.88h8.66c1.66 0 3-1.34 3-3v-3.33zm4-9a.683.683 0 0 0-.67-.67h-5.33c-.36 0-.66.29-.67.65 0 .18.07.35.2.48L16.7 7l-6.79 6.76c-.13.13-.14.33-.01.47l.01.01 1.19 1.19c.13.13.33.14.47.01l.01-.01 6.79-6.79 1.83 1.83c.27.25.69.24.95-.03.11-.12.18-.28.18-.44V4.67z",
21
36
  vectorEffect: "non-scaling-stroke",
22
37
  fill: "currentColor"
23
38
  })));
24
39
 
25
- exports.default = SvgExternalLink;
40
+ exports["default"] = SvgExternalLink;
package/lib/eye.js CHANGED
@@ -1,24 +1,39 @@
1
1
  'use strict';
2
2
 
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
3
  var React = require('react');
6
- var React__default = _interopDefault(React);
7
4
 
8
- var _path;
5
+ function _interopNamespace(e) {
6
+ if (e && e.__esModule) return e;
7
+ var n = Object.create(null);
8
+ if (e) {
9
+ Object.keys(e).forEach(function (k) {
10
+ if (k !== 'default') {
11
+ var d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () { return e[k]; }
15
+ });
16
+ }
17
+ });
18
+ }
19
+ n["default"] = e;
20
+ return Object.freeze(n);
21
+ }
9
22
 
10
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
23
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
11
24
 
12
- const SvgEye = props => /*#__PURE__*/React.createElement("svg", _extends({
25
+ var _path;
26
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
27
+ const SvgEye = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
13
28
  overflow: "visible",
14
29
  preserveAspectRatio: "none",
15
30
  viewBox: "0 0 24 24",
16
31
  height: 24,
17
32
  width: 24
18
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
33
+ }, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
19
34
  d: "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z",
20
35
  vectorEffect: "non-scaling-stroke",
21
36
  fill: "currentColor"
22
37
  })));
23
38
 
24
- exports.default = SvgEye;
39
+ exports["default"] = SvgEye;
@@ -1,24 +1,39 @@
1
1
  'use strict';
2
2
 
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
3
  var React = require('react');
6
- var React__default = _interopDefault(React);
7
4
 
8
- var _path;
5
+ function _interopNamespace(e) {
6
+ if (e && e.__esModule) return e;
7
+ var n = Object.create(null);
8
+ if (e) {
9
+ Object.keys(e).forEach(function (k) {
10
+ if (k !== 'default') {
11
+ var d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () { return e[k]; }
15
+ });
16
+ }
17
+ });
18
+ }
19
+ n["default"] = e;
20
+ return Object.freeze(n);
21
+ }
9
22
 
10
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
23
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
11
24
 
12
- const SvgFilterSolid = props => /*#__PURE__*/React.createElement("svg", _extends({
25
+ var _path;
26
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
27
+ const SvgFilterSolid = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
13
28
  overflow: "visible",
14
29
  preserveAspectRatio: "none",
15
30
  viewBox: "0 0 24 24",
16
31
  height: 24,
17
32
  width: 24
18
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
33
+ }, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
19
34
  d: "M18.65 4.67H5.34a.616.616 0 0 0-.62.41c-.12.24-.06.55.16.73L10 10.94V16c0 .18.07.35.2.47l2.67 2.67c.12.13.29.2.47.2.09 0 .18-.02.26-.05.26-.1.42-.35.4-.63v-7.72l5.13-5.13c.21-.18.28-.48.15-.73a.628.628 0 0 0-.63-.41z",
20
35
  vectorEffect: "non-scaling-stroke",
21
36
  fill: "currentColor"
22
37
  })));
23
38
 
24
- exports.default = SvgFilterSolid;
39
+ exports["default"] = SvgFilterSolid;