@deque/cauldron-react 3.0.1 → 4.0.0-canary.5854bd2a

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 (97) hide show
  1. package/lib/{add-user-075c63a1.js → add-user.js} +10 -12
  2. package/lib/arrow-circle.js +24 -0
  3. package/lib/{arrow-97011665.js → arrow.js} +13 -16
  4. package/lib/arrows-alt.js +24 -0
  5. package/lib/{bolt-e44406fd.js → bolt.js} +11 -12
  6. package/lib/cauldron.css +8 -8
  7. package/lib/{caution-e048e1bf.js → caution.js} +10 -12
  8. package/lib/{check-circle-8b5069b4.js → check-circle.js} +12 -13
  9. package/lib/{check-shield-8fdb3641.js → check-shield.js} +11 -13
  10. package/lib/{check-solid-a0682f04.js → check-solid.js} +12 -13
  11. package/lib/{check-c2912d5e.js → check.js} +12 -13
  12. package/lib/{checkbox-checked-a262e99c.js → checkbox-checked.js} +12 -13
  13. package/lib/{checkbox-unchecked-2ad5b4ae.js → checkbox-unchecked.js} +11 -12
  14. package/lib/chevron-double.js +24 -0
  15. package/lib/chevron.js +24 -0
  16. package/lib/{close-31ce4dcf.js → close.js} +12 -13
  17. package/lib/code.js +25 -0
  18. package/lib/components/Address/index.d.ts +38 -0
  19. package/lib/components/Breadcrumb/Breadcrumb.d.ts +11 -0
  20. package/lib/components/Breadcrumb/BreadcrumbItem.d.ts +5 -0
  21. package/lib/components/Breadcrumb/BreadcrumbLink.d.ts +6 -0
  22. package/lib/components/Breadcrumb/index.d.ts +3 -0
  23. package/lib/components/FieldWrap/index.d.ts +7 -0
  24. package/lib/components/Icon/types.d.ts +1 -1
  25. package/lib/components/IconButton/index.d.ts +10 -3
  26. package/lib/components/IssuePanel/index.d.ts +17 -0
  27. package/lib/components/Loader/index.d.ts +3 -3
  28. package/lib/components/LoaderOverlay/axe-loader.d.ts +1 -0
  29. package/lib/components/LoaderOverlay/index.d.ts +5 -1
  30. package/lib/components/Pagination/index.d.ts +20 -0
  31. package/lib/components/Panel/index.d.ts +13 -8
  32. package/lib/components/SideBar/SideBar.d.ts +1 -0
  33. package/lib/components/Stepper/index.d.ts +2 -0
  34. package/lib/components/Table/TableCell.d.ts +2 -2
  35. package/lib/components/Table/TableHeader.d.ts +2 -2
  36. package/lib/components/Tabs/Tabs.d.ts +7 -1
  37. package/lib/components/Tooltip/index.d.ts +1 -1
  38. package/lib/{copy-d2ade017.js → copy.js} +10 -12
  39. package/lib/{download-2790e982.js → download.js} +10 -12
  40. package/lib/exchange.js +24 -0
  41. package/lib/external-link.js +25 -0
  42. package/lib/{eye-a0d28243.js → eye.js} +10 -12
  43. package/lib/{filter-d2057f4c.js → filter.js} +10 -12
  44. package/lib/{flag-fb248a99.js → flag.js} +12 -13
  45. package/lib/gears.js +22 -0
  46. package/lib/{grid-ee446118.js → grid.js} +10 -12
  47. package/lib/{hamburger-menu-0fc0e266.js → hamburger-menu.js} +10 -11
  48. package/lib/highlight.js +24 -0
  49. package/lib/index.d.ts +5 -0
  50. package/lib/index.js +410 -167
  51. package/lib/{info-circle-alt-b1a696c7.js → info-circle-alt.js} +10 -12
  52. package/lib/{info-circle-b43f7a9b.js → info-circle.js} +11 -12
  53. package/lib/{info-square-f193e281.js → info-square.js} +10 -11
  54. package/lib/kabob.js +25 -0
  55. package/lib/{list-8fbd8209.js → list.js} +10 -11
  56. package/lib/{lock-bd0122db.js → lock.js} +12 -13
  57. package/lib/magnifying-glass.js +21 -0
  58. package/lib/{menu-2f2be7c2.js → menu.js} +11 -12
  59. package/lib/{new-releases-ac749bdd.js → new-releases.js} +13 -15
  60. package/lib/{new-6c3ac7d7.js → new.js} +11 -12
  61. package/lib/{no-bb3aa565.js → no.js} +12 -13
  62. package/lib/{pencil-4843058f.js → pencil.js} +11 -13
  63. package/lib/{plus-6589e613.js → plus.js} +11 -12
  64. package/lib/{question-circle-c3c634c4.js → question-circle.js} +11 -13
  65. package/lib/{radio-checked-006112fe.js → radio-checked.js} +11 -12
  66. package/lib/{radio-unchecked-a76e2d66.js → radio-unchecked.js} +11 -12
  67. package/lib/{recycle-0198fb67.js → recycle.js} +11 -12
  68. package/lib/robot.js +26 -0
  69. package/lib/run-again.js +23 -0
  70. package/lib/{save-edf5fc68.js → save.js} +12 -13
  71. package/lib/share.js +25 -0
  72. package/lib/{sort-49ec1442.js → sort.js} +11 -13
  73. package/lib/{star-a1af8d95.js → star.js} +11 -13
  74. package/lib/sun.js +24 -0
  75. package/lib/{tag-56c32f4f.js → tag.js} +11 -12
  76. package/lib/target.js +28 -0
  77. package/lib/trash.js +24 -0
  78. package/lib/{triangle-51d7723a.js → triangle.js} +14 -16
  79. package/lib/{upload-d71f0e44.js → upload.js} +10 -12
  80. package/lib/utils/polymorphic-type/index.d.ts +40 -0
  81. package/package.json +4 -4
  82. package/lib/arrow-circle-7b95a2fd.js +0 -27
  83. package/lib/arrows-alt-b91e24b7.js +0 -26
  84. package/lib/chevron-064d5f96.js +0 -26
  85. package/lib/chevron-double-65975fca.js +0 -26
  86. package/lib/code-e3365341.js +0 -26
  87. package/lib/exchange-1d290efb.js +0 -26
  88. package/lib/external-link-ef122c95.js +0 -26
  89. package/lib/gears-b9ee1585.js +0 -23
  90. package/lib/highlight-81bfb759.js +0 -26
  91. package/lib/kabob-692fdc00.js +0 -26
  92. package/lib/robot-22863b2b.js +0 -29
  93. package/lib/run-again-c9777075.js +0 -25
  94. package/lib/share-70e94257.js +0 -26
  95. package/lib/sun-408aecdc.js +0 -26
  96. package/lib/target-50f179e0.js +0 -35
  97. package/lib/trash-896a3291.js +0 -26
@@ -1,26 +0,0 @@
1
- 'use strict';
2
-
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
- var React = require('react');
6
- var React__default = _interopDefault(React);
7
-
8
- 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); }
9
-
10
- var _ref = /*#__PURE__*/React.createElement("path", {
11
- d: "M13.71 15.62a.99.99 0 00-.71-.29h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2c0-.27-.1-.52-.29-.71zm0-5.33A.99.99 0 0013 10h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2c0-.27-.1-.52-.29-.71zm0-5.33a.99.99 0 00-.71-.29h-2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2c-.01-.25-.11-.49-.29-.67v-.04z",
12
- vectorEffect: "non-scaling-stroke",
13
- fill: "currentColor"
14
- });
15
-
16
- function SvgKabob(props) {
17
- return /*#__PURE__*/React.createElement("svg", _extends({
18
- overflow: "visible",
19
- preserveAspectRatio: "none",
20
- viewBox: "0 0 24 24",
21
- width: 25,
22
- height: 25
23
- }, props), _ref);
24
- }
25
-
26
- exports.default = SvgKabob;
@@ -1,29 +0,0 @@
1
- 'use strict';
2
-
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
- var React = require('react');
6
- var React__default = _interopDefault(React);
7
-
8
- 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); }
9
-
10
- var _ref = /*#__PURE__*/React.createElement("circle", {
11
- cx: 14.5,
12
- cy: 14.5,
13
- r: 13.5,
14
- fill: "currentColor"
15
- });
16
-
17
- var _ref2 = /*#__PURE__*/React.createElement("path", {
18
- d: "M6.23 12.58h.92v5.51h-.92a.91.91 0 01-.92-.91V13.5a.92.92 0 01.92-.92zm14.7-1.38V19a1.84 1.84 0 01-1.84 1.84H9.91A1.84 1.84 0 018.07 19v-7.8a2.29 2.29 0 012.29-2.29h3.22V7.07a.92.92 0 011.84 0v1.84h3.22a2.29 2.29 0 012.29 2.29zm-8 2.3a1.15 1.15 0 10-1.15 1.15 1.15 1.15 0 001.15-1.15zm-.23 3.68h-1.88v.91h1.84zm2.76 0h-1.88v.91h1.84zm3-3.68a1.15 1.15 0 10-1.15 1.15 1.16 1.16 0 001.15-1.15zm-.23 3.68h-1.89v.91h1.84zm5.51-3.68v3.68a.92.92 0 01-.92.91h-.92v-5.51h.92a.92.92 0 01.92.92z",
19
- fill: "currentColor"
20
- });
21
-
22
- function SvgRobot(props) {
23
- return /*#__PURE__*/React.createElement("svg", _extends({
24
- width: 29,
25
- height: 29
26
- }, props), _ref, _ref2);
27
- }
28
-
29
- exports.default = SvgRobot;
@@ -1,25 +0,0 @@
1
- 'use strict';
2
-
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
- var React = require('react');
6
- var React__default = _interopDefault(React);
7
-
8
- 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); }
9
-
10
- var _ref = /*#__PURE__*/React.createElement("path", {
11
- d: "M20 12c0-1.07-.22-2.12-.64-3.1a7.87 7.87 0 00-4.26-4.26A7.87 7.87 0 009 4.58c-.93.38-1.78.94-2.51 1.63L5.14 4.87a.598.598 0 00-.72-.15c-.26.09-.43.34-.42.62V10c.01.37.3.66.67.67h4.66c.27.01.52-.16.61-.42.13-.24.07-.54-.14-.72L8.38 8.1C8.85 7.64 9.4 7.26 10 7c.64-.25 1.32-.38 2-.37a5.334 5.334 0 014.91 3.26c.56 1.32.56 2.81 0 4.13A5.334 5.334 0 0112 17.28c-1.65.01-3.21-.76-4.21-2.07a.33.33 0 00-.24-.12c-.1 0-.19.03-.26.09l-1.42 1.48c-.06.06-.09.13-.09.21 0 .08.02.16.07.23a7.79 7.79 0 002.75 2.14c1.06.5 2.22.76 3.4.76 1.07 0 2.12-.22 3.1-.64a7.87 7.87 0 004.26-4.26c.42-.98.64-2.03.64-3.1z",
12
- fill: "currentColor"
13
- });
14
-
15
- function SvgRunAgain(props) {
16
- return /*#__PURE__*/React.createElement("svg", _extends({
17
- overflow: "visible",
18
- preserveAspectRatio: "none",
19
- viewBox: "0 0 24 24",
20
- width: 17,
21
- height: 17
22
- }, props), _ref);
23
- }
24
-
25
- exports.default = SvgRunAgain;
@@ -1,26 +0,0 @@
1
- 'use strict';
2
-
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
- var React = require('react');
6
- var React__default = _interopDefault(React);
7
-
8
- 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); }
9
-
10
- var _ref = /*#__PURE__*/React.createElement("path", {
11
- d: "M21.33 9.66c0-.18-.07-.35-.2-.47L15.8 3.86a.677.677 0 00-.95.03c-.11.12-.18.28-.18.44v2.66h-2.34c-4.95 0-7.98 1.4-9.11 4.2-.4 1.11-.58 2.29-.55 3.47.13 1.64.59 3.23 1.33 4.69l.1.25.14.31c.04.08.08.16.14.23.06.1.17.17.29.18.09 0 .18-.03.24-.1.06-.06.09-.14.09-.23.01-.09.01-.19 0-.28v-.24c-.07-.49-.1-.93-.1-1.32a8.5 8.5 0 01.18-1.88c.1-.5.27-.98.5-1.44.21-.4.49-.75.83-1.05.33-.29.7-.53 1.1-.72.44-.2.9-.35 1.38-.44.53-.11 1.06-.18 1.6-.22.54-.04 1.15-.06 1.83-.06h2.33v2.65c0 .36.29.66.65.67.18 0 .35-.07.48-.2l5.33-5.33c.13-.12.2-.29.2-.47h.02z",
12
- vectorEffect: "non-scaling-stroke",
13
- fill: "currentColor"
14
- });
15
-
16
- function SvgShare(props) {
17
- return /*#__PURE__*/React.createElement("svg", _extends({
18
- overflow: "visible",
19
- preserveAspectRatio: "none",
20
- viewBox: "0 0 24 24",
21
- width: 21,
22
- height: 21
23
- }, props), _ref);
24
- }
25
-
26
- exports.default = SvgShare;
@@ -1,26 +0,0 @@
1
- 'use strict';
2
-
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
- var React = require('react');
6
- var React__default = _interopDefault(React);
7
-
8
- 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); }
9
-
10
- var _ref = /*#__PURE__*/React.createElement("path", {
11
- d: "M17.5 14.35c-.6 1.45-1.75 2.6-3.2 3.2-1.49.63-3.16.63-4.65 0-1.45-.6-2.6-1.75-3.2-3.2a5.956 5.956 0 010-4.65c.6-1.45 1.75-2.6 3.2-3.2 1.49-.63 3.16-.63 4.65 0 1.45.6 2.6 1.75 3.2 3.2.63 1.49.63 3.16 0 4.65zm3.35.56c.05-.09.05-.21 0-.3l-1.87-2.58 1.87-2.58c.05-.09.05-.21 0-.3a.316.316 0 00-.21-.21l-3-1V4.75c0-.11-.05-.21-.14-.27a.319.319 0 00-.3 0l-3 1-1.95-2.65a.363.363 0 00-.51-.03l-.03.03-1.87 2.58-3-1a.319.319 0 00-.3 0c-.09.06-.14.16-.14.27v3.25l-3 1c-.1.03-.18.11-.21.21-.05.09-.05.21 0 .3l1.79 2.59-1.83 2.58c-.05.09-.05.21 0 .3.03.1.11.18.21.21l3 1v3.19c0 .11.05.21.14.27.09.05.21.05.3 0l3-1 1.87 2.58c.11.15.33.18.48.06.02-.02.05-.04.06-.06l1.87-2.58 3 1c.09.05.21.05.3 0 .09-.06.14-.16.14-.27v-3.19l3-1c.1-.03.18-.11.21-.21h.12z",
12
- vectorEffect: "non-scaling-stroke",
13
- fill: "currentColor"
14
- });
15
-
16
- function SvgSun(props) {
17
- return /*#__PURE__*/React.createElement("svg", _extends({
18
- overflow: "visible",
19
- preserveAspectRatio: "none",
20
- viewBox: "0 0 24 24",
21
- width: 12,
22
- height: 12
23
- }, props), _ref);
24
- }
25
-
26
- exports.default = SvgSun;
@@ -1,35 +0,0 @@
1
- 'use strict';
2
-
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
- var React = require('react');
6
- var React__default = _interopDefault(React);
7
-
8
- 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); }
9
-
10
- var _ref = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null, ".target_svg__cls-1{fill:currentColor}"));
11
-
12
- var _ref2 = /*#__PURE__*/React.createElement("path", {
13
- className: "target_svg__cls-1",
14
- d: "M0 119.77A119.89 119.89 0 01120.26 0C187.31.16 240.15 54.93 240 120.1a120 120 0 11-240-.33zm20 .14c.42 55.4 44.42 100 100.08 100a99.92 99.92 0 00-.14-199.84c-55.4.03-99.51 44.42-99.94 99.84z"
15
- });
16
-
17
- var _ref3 = /*#__PURE__*/React.createElement("path", {
18
- className: "target_svg__cls-1",
19
- d: "M119.89 200c-43.65.46-79.94-36.33-80-79.94s36.62-80.2 80.2-80.12c43.79.09 80.17 36.71 80 80.32-.22 43.82-36.65 80.22-80.2 79.74zm-1.26-20c32.82 1.19 60.48-25.85 61.42-58.46.95-32.87-26.24-60.74-58.33-61.63C88.8 59 60.74 86 59.89 118.29 59 151.15 86 179.77 118.63 180z"
20
- });
21
-
22
- var _ref4 = /*#__PURE__*/React.createElement("path", {
23
- className: "target_svg__cls-1",
24
- d: "M119.88 80A40 40 0 1180 120a40 40 0 0139.88-40z"
25
- });
26
-
27
- function SvgTarget(props) {
28
- return /*#__PURE__*/React.createElement("svg", _extends({
29
- viewBox: "0 0 239.97 239.95",
30
- width: 16,
31
- height: 16
32
- }, props), _ref, _ref2, _ref3, _ref4);
33
- }
34
-
35
- exports.default = SvgTarget;
@@ -1,26 +0,0 @@
1
- 'use strict';
2
-
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
- var React = require('react');
6
- var React__default = _interopDefault(React);
7
-
8
- 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); }
9
-
10
- var _ref = /*#__PURE__*/React.createElement("path", {
11
- d: "M9.91 17.24a.34.34 0 01-.24.09H9c-.18.01-.32-.13-.33-.31V9.67c-.01-.18.12-.33.3-.34h.7c.18-.01.32.13.33.31V17c0 .09-.03.18-.09.24zm2.67 0a.34.34 0 01-.24.09h-.67a.317.317 0 01-.34-.3V9.67c-.01-.18.13-.32.31-.33h.69c.18-.01.32.13.33.31V17c0 .09-.03.18-.09.24h.01zm2.67 0a.34.34 0 01-.24.09h-.68c-.18.01-.32-.13-.33-.31V9.67c-.01-.18.13-.32.31-.33H15c.18-.01.32.13.33.31V17c0 .09-.03.18-.09.24h.01zM10.18 5.45c.04-.06.11-.1.18-.11h3.3c.07.01.14.05.18.11l.5 1.22H9.67l.51-1.22zM19.33 7c.01-.18-.13-.32-.31-.33h-3.24l-.73-1.74c-.11-.27-.31-.5-.56-.66-.24-.17-.53-.26-.82-.27h-3.34c-.29.01-.58.1-.82.27-.25.16-.45.39-.56.66l-.73 1.74H5c-.18-.01-.32.13-.33.31v.69c-.01.18.13.32.31.33H6v9.91c-.01.53.16 1.05.49 1.47.27.38.71.61 1.18.62h8.66c.47-.01.91-.24 1.18-.63.33-.43.5-.96.49-1.5V8h1c.18.01.32-.13.33-.31V7z",
12
- vectorEffect: "non-scaling-stroke",
13
- fill: "currentColor"
14
- });
15
-
16
- function SvgTrash(props) {
17
- return /*#__PURE__*/React.createElement("svg", _extends({
18
- overflow: "visible",
19
- preserveAspectRatio: "none",
20
- viewBox: "0 0 24 24",
21
- width: 21,
22
- height: 21
23
- }, props), _ref);
24
- }
25
-
26
- exports.default = SvgTrash;