@deque/cauldron-react 7.3.0 → 7.4.0-canary.0e511bd0

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.
@@ -2,6 +2,6 @@
2
2
  * GENERATED CODE. DO NOT EDIT DIRECTLY!
3
3
  */
4
4
  /** IconType represents each valid icon type. */
5
- export type IconType = 'add-user' | 'arrow-circle-up' | 'arrow-circle-down' | 'arrow-circle-left' | 'arrow-circle-right' | 'arrow-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrows-alt' | 'bolt' | 'broken-image' | 'caution' | 'check-circle' | 'check-shield' | 'check-solid' | 'check' | 'checkbox-checked' | 'checkbox-unchecked' | 'chevron-double-up' | 'chevron-double-down' | 'chevron-double-left' | 'chevron-double-right' | 'chevron-up' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'clipboard' | 'clock' | 'close' | 'code' | 'copy' | 'download' | 'dropper' | 'exchange' | 'export-solid' | 'external-link' | 'eye' | 'filter' | 'flag' | 'gears' | 'github' | 'grid' | 'hamburger-menu' | 'hashtag' | 'highlight' | 'images' | 'info-circle-alt' | 'info-circle' | 'info-square' | 'kabob' | 'link' | 'linkedin' | 'list' | 'lock' | 'magnifying-glass' | 'menu' | 'minus' | 'new-releases' | 'new' | 'no' | 'pause' | 'pencil' | 'person-running' | 'play' | 'plus' | 'question-circle-alt' | 'question-circle' | 'radio-checked' | 'radio-unchecked' | 'recycle-square' | 'recycle' | 'resend' | 'robot' | 'run-again' | 'save' | 'share-nodes' | 'share' | 'sort-triangle' | 'sort' | 'star-outline' | 'star' | 'step-back' | 'step-forward' | 'sun' | 'table-sort-ascending' | 'table-sort-descending' | 'tag' | 'target' | 'trash' | 'triangle-up' | 'triangle-down' | 'triangle-left' | 'triangle-right' | 'twitter' | 'upload' | 'filter-solid';
5
+ export type IconType = 'add-user' | 'arrow-circle-up' | 'arrow-circle-down' | 'arrow-circle-left' | 'arrow-circle-right' | 'arrow-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrows-alt' | 'bolt' | 'broken-image' | 'caution' | 'check-circle' | 'check-shield' | 'check-solid' | 'check' | 'checkbox-checked' | 'checkbox-unchecked' | 'chevron-double-up' | 'chevron-double-down' | 'chevron-double-left' | 'chevron-double-right' | 'chevron-up' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'clipboard' | 'clock' | 'close' | 'code' | 'copy' | 'download' | 'dropper' | 'exchange' | 'export-solid' | 'external-link' | 'eye' | 'filter' | 'flag' | 'gears' | 'github' | 'grid' | 'hamburger-menu' | 'hashtag' | 'highlight' | 'images' | 'info-circle-alt' | 'info-circle' | 'info-square' | 'kabob' | 'link' | 'linkedin' | 'list' | 'lock' | 'magnifying-glass' | 'menu' | 'minus' | 'new-releases' | 'new' | 'no' | 'pause' | 'pencil' | 'person-running' | 'play' | 'plus' | 'question-circle-alt' | 'question-circle' | 'radio-checked' | 'radio-unchecked' | 'recycle-square' | 'recycle' | 'report' | 'resend' | 'robot' | 'run-again' | 'save' | 'share-nodes' | 'share' | 'sort-triangle' | 'sort' | 'star-outline' | 'star' | 'step-back' | 'step-forward' | 'sun' | 'table-sort-ascending' | 'table-sort-descending' | 'tag' | 'target' | 'trash' | 'triangle-up' | 'triangle-down' | 'triangle-left' | 'triangle-right' | 'twitter' | 'upload' | 'filter-solid';
6
6
  /** iconTypes holds each valid icon type. */
7
7
  export declare const iconTypes: string[];
@@ -5,6 +5,7 @@ declare const iconTypeMap: {
5
5
  caution: string;
6
6
  danger: string;
7
7
  info: string;
8
+ success: string;
8
9
  };
9
10
  export interface NoticeProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'title'> {
10
11
  type?: keyof typeof iconTypeMap;
package/lib/index.js CHANGED
@@ -177,6 +177,7 @@ var iconTypes = [
177
177
  'radio-unchecked',
178
178
  'recycle-square',
179
179
  'recycle',
180
+ 'report',
180
181
  'resend',
181
182
  'robot',
182
183
  'run-again',
@@ -266,6 +267,7 @@ function __variableDynamicImportRuntime0__(path) {
266
267
  case './icons/radio-unchecked.svg': return Promise.resolve().then(function () { return require('./radio-unchecked.js'); });
267
268
  case './icons/recycle-square.svg': return Promise.resolve().then(function () { return require('./recycle-square.js'); });
268
269
  case './icons/recycle.svg': return Promise.resolve().then(function () { return require('./recycle.js'); });
270
+ case './icons/report.svg': return Promise.resolve().then(function () { return require('./report.js'); });
269
271
  case './icons/resend.svg': return Promise.resolve().then(function () { return require('./resend.js'); });
270
272
  case './icons/robot.svg': return Promise.resolve().then(function () { return require('./robot.js'); });
271
273
  case './icons/run-again.svg': return Promise.resolve().then(function () { return require('./run-again.js'); });
@@ -3716,8 +3718,9 @@ ColumnList.displayName = 'ColumnList';
3716
3718
 
3717
3719
  var iconTypeMap = {
3718
3720
  caution: 'caution',
3719
- danger: 'caution',
3720
- info: 'info-circle'
3721
+ danger: 'report',
3722
+ info: 'info-circle',
3723
+ success: 'check-circle'
3721
3724
  };
3722
3725
  var Notice = React.forwardRef(function (_a, ref) {
3723
3726
  var _b;
@@ -5647,7 +5650,7 @@ var ThemeProvider = function (_a) {
5647
5650
  // eslint-disable-next-line ssr-friendly/no-dom-globals-in-react-fc
5648
5651
  _b = _a.context,
5649
5652
  // eslint-disable-next-line ssr-friendly/no-dom-globals-in-react-fc
5650
- context = _b === void 0 ? document === null || document === void 0 ? void 0 : document.body : _b, _c = _a.initialTheme, initialTheme = _c === void 0 ? 'light' : _c;
5653
+ context = _b === void 0 ? typeof document !== 'undefined' ? document.body : undefined : _b, _c = _a.initialTheme, initialTheme = _c === void 0 ? 'light' : _c;
5651
5654
  var _d = tslib.__read(React.useState(initialTheme), 2), theme = _d[0], setTheme = _d[1];
5652
5655
  var getThemeFromContext = function () {
5653
5656
  return (context === null || context === void 0 ? void 0 : context.classList.contains(DARK_THEME_CLASS)) ? 'dark' : 'light';
package/lib/report.js ADDED
@@ -0,0 +1,36 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+
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
+ }
22
+
23
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
24
+
25
+ var _path;
26
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
27
+ const SvgReport = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
28
+ viewBox: "0 -960 960 960",
29
+ fill: "currentColor",
30
+ height: 24,
31
+ width: 24
32
+ }, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
33
+ d: "M480-280q17 0 28.5-11.5T520-320q0-17-11.5-28.5T480-360q-17 0-28.5 11.5T440-320q0 17 11.5 28.5T480-280Zm-40-160h80v-240h-80v240ZM330-120 120-330v-300l210-210h300l210 210v300L630-120H330Z"
34
+ })));
35
+
36
+ exports["default"] = SvgReport;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-react",
3
- "version": "7.3.0",
3
+ "version": "7.4.0-canary.0e511bd0",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Fully accessible react components library for Deque Cauldron",
6
6
  "homepage": "https://cauldron.dequelabs.com/",
@@ -25,6 +25,7 @@
25
25
  "tslib": "^2.4.0"
26
26
  },
27
27
  "devDependencies": {
28
+ "@arethetypeswrong/cli": "^0.18.4",
28
29
  "@babel/core": "^7.29.7",
29
30
  "@babel/plugin-proposal-export-default-from": "^7.29.7",
30
31
  "@babel/preset-env": "^7.29.7",
@@ -60,6 +61,7 @@
60
61
  "postcss-import": "^16.1.1",
61
62
  "postcss-loader": "^8.2.1",
62
63
  "prop-types": "^15.8.1",
64
+ "publint": "^0.3.21",
63
65
  "react": "^19",
64
66
  "react-dom": "^19",
65
67
  "rollup": "^2.23.0",
@@ -81,6 +83,7 @@
81
83
  "build:lib": "rollup -c",
82
84
  "build:css": "postcss --output=lib/cauldron.css src/index.css",
83
85
  "typecheck": "tsc --noEmit --skipLibCheck",
86
+ "verify:packaging": "pnpm build && node scripts/verifyPackaging.js",
84
87
  "dev": "concurrently 'pnpm build:css --watch' 'rollup -c --watch'",
85
88
  "test": "jest --maxWorkers=1 --coverage",
86
89
  "figma:parse": "figma connect parse",