@carbon/ibm-products 2.43.2-canary.122 → 2.43.2-canary.124

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. package/css/index-full-carbon.css +141 -34
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon.css +6 -0
  6. package/css/index-without-carbon.css.map +1 -1
  7. package/css/index-without-carbon.min.css +1 -1
  8. package/css/index-without-carbon.min.css.map +1 -1
  9. package/css/index.css +141 -34
  10. package/css/index.css.map +1 -1
  11. package/css/index.min.css +1 -1
  12. package/css/index.min.css.map +1 -1
  13. package/es/components/Card/Card.d.ts +1 -0
  14. package/es/components/Card/Card.js +5 -2
  15. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
  16. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +2 -1
  17. package/es/components/FullPageError/FullPageError.js +6 -3
  18. package/es/components/FullPageError/assets/Error403SVG.d.ts +3 -1
  19. package/es/components/FullPageError/assets/Error403SVG.js +6 -3
  20. package/es/components/FullPageError/assets/Error404SVG.d.ts +3 -1
  21. package/es/components/FullPageError/assets/Error404SVG.js +6 -3
  22. package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +3 -1
  23. package/es/components/FullPageError/assets/ErrorGenericSVG.js +6 -3
  24. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +2 -1
  25. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +2 -1
  26. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +1 -0
  27. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +3 -1
  28. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +6 -3
  29. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +3 -1
  30. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +6 -3
  31. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +3 -1
  32. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +6 -3
  33. package/es/components/ProductiveCard/ProductiveCard.d.ts +4 -0
  34. package/es/components/ProductiveCard/ProductiveCard.js +7 -1
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +2 -4
  36. package/lib/components/Card/Card.d.ts +1 -0
  37. package/lib/components/Card/Card.js +5 -2
  38. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -1
  39. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +2 -1
  40. package/lib/components/FullPageError/FullPageError.js +6 -3
  41. package/lib/components/FullPageError/assets/Error403SVG.d.ts +3 -1
  42. package/lib/components/FullPageError/assets/Error403SVG.js +6 -3
  43. package/lib/components/FullPageError/assets/Error404SVG.d.ts +3 -1
  44. package/lib/components/FullPageError/assets/Error404SVG.js +6 -3
  45. package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +3 -1
  46. package/lib/components/FullPageError/assets/ErrorGenericSVG.js +6 -3
  47. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +2 -1
  48. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +2 -1
  49. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +1 -0
  50. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +3 -1
  51. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +6 -3
  52. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +3 -1
  53. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +6 -3
  54. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +3 -1
  55. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +6 -3
  56. package/lib/components/ProductiveCard/ProductiveCard.d.ts +4 -0
  57. package/lib/components/ProductiveCard/ProductiveCard.js +7 -1
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +2 -4
  59. package/package.json +8 -8
@@ -1,9 +1,11 @@
1
- export function HTTPErrorSvg403({ className }: {
1
+ export function HTTPErrorSvg403({ className, title }: {
2
2
  className: any;
3
+ title: any;
3
4
  }): import("react/jsx-runtime").JSX.Element;
4
5
  export namespace HTTPErrorSvg403 {
5
6
  namespace propTypes {
6
7
  export { string as className };
8
+ export { string as title };
7
9
  }
8
10
  }
9
11
  import { string } from 'prop-types';
@@ -22,13 +22,15 @@ var _linearGradient, _linearGradient2, _linearGradient3, _linearGradient4, _line
22
22
  // The block part of our conventional BEM class names (blockClass__E--M).
23
23
  var blockClass = "".concat(settings.pkg.prefix, "--http-errors-403");
24
24
  var HTTPErrorSvg403 = function HTTPErrorSvg403(_ref) {
25
- var className = _ref.className;
25
+ var className = _ref.className,
26
+ title = _ref.title;
26
27
  return /*#__PURE__*/React__default["default"].createElement("svg", {
27
28
  xmlns: "http://www.w3.org/2000/svg",
28
29
  xmlnsXlink: "http://www.w3.org/1999/xlink",
29
30
  viewBox: "0 0 1584 916",
30
31
  className: className,
31
- preserveAspectRatio: "xMinYMax meet"
32
+ preserveAspectRatio: "xMinYMax meet",
33
+ "aria-label": title
32
34
  }, /*#__PURE__*/React__default["default"].createElement("defs", null, /*#__PURE__*/React__default["default"].createElement("clipPath", {
33
35
  id: "prefix__clip-path"
34
36
  }, /*#__PURE__*/React__default["default"].createElement("path", {
@@ -1247,7 +1249,8 @@ var HTTPErrorSvg403 = function HTTPErrorSvg403(_ref) {
1247
1249
  // in alphabetical order (for consistency).
1248
1250
  // See https://www.npmjs.com/package/prop-types#usage.
1249
1251
  HTTPErrorSvg403.propTypes = {
1250
- className: index.propTypesExports.string
1252
+ className: index.propTypesExports.string,
1253
+ title: index.propTypesExports.string
1251
1254
  };
1252
1255
 
1253
1256
  exports.HTTPErrorSvg403 = HTTPErrorSvg403;
@@ -1,9 +1,11 @@
1
- export function HTTPErrorSvg404({ className }: {
1
+ export function HTTPErrorSvg404({ className, title }: {
2
2
  className: any;
3
+ title: any;
3
4
  }): import("react/jsx-runtime").JSX.Element;
4
5
  export namespace HTTPErrorSvg404 {
5
6
  namespace propTypes {
6
7
  export { string as className };
8
+ export { string as title };
7
9
  }
8
10
  }
9
11
  import { string } from 'prop-types';
@@ -22,13 +22,15 @@ var _linearGradient, _linearGradient2, _linearGradient3, _g, _path, _g2, _image,
22
22
  // The block part of our conventional BEM class names (blockClass__E--M).
23
23
  var blockClass = "".concat(settings.pkg.prefix, "--http-errors-404");
24
24
  var HTTPErrorSvg404 = function HTTPErrorSvg404(_ref) {
25
- var className = _ref.className;
25
+ var className = _ref.className,
26
+ title = _ref.title;
26
27
  return /*#__PURE__*/React__default["default"].createElement("svg", {
27
28
  xmlns: "http://www.w3.org/2000/svg",
28
29
  xmlnsXlink: "http://www.w3.org/1999/xlink",
29
30
  viewBox: "0 0 1584 916",
30
31
  className: className,
31
- preserveAspectRatio: "xMinYMax meet"
32
+ preserveAspectRatio: "xMinYMax meet",
33
+ "aria-label": title
32
34
  }, /*#__PURE__*/React__default["default"].createElement("defs", null, /*#__PURE__*/React__default["default"].createElement("clipPath", {
33
35
  id: "prefix__clip-path"
34
36
  }, /*#__PURE__*/React__default["default"].createElement("path", {
@@ -1046,7 +1048,8 @@ var HTTPErrorSvg404 = function HTTPErrorSvg404(_ref) {
1046
1048
  // in alphabetical order (for consistency).
1047
1049
  // See https://www.npmjs.com/package/prop-types#usage.
1048
1050
  HTTPErrorSvg404.propTypes = {
1049
- className: index.propTypesExports.string
1051
+ className: index.propTypesExports.string,
1052
+ title: index.propTypesExports.string
1050
1053
  };
1051
1054
 
1052
1055
  exports.HTTPErrorSvg404 = HTTPErrorSvg404;
@@ -1,9 +1,11 @@
1
- export function HTTPErrorSvgOther({ className }: {
1
+ export function HTTPErrorSvgOther({ className, title }: {
2
2
  className: any;
3
+ title: any;
3
4
  }): import("react/jsx-runtime").JSX.Element;
4
5
  export namespace HTTPErrorSvgOther {
5
6
  namespace propTypes {
6
7
  export { string as className };
8
+ export { string as title };
7
9
  }
8
10
  }
9
11
  import { string } from 'prop-types';
@@ -22,13 +22,15 @@ var _linearGradient, _linearGradient2, _linearGradient3, _linearGradient4, _line
22
22
  // The block part of our conventional BEM class names (blockClass__E--M).
23
23
  var blockClass = "".concat(settings.pkg.prefix, "--http-errors-other");
24
24
  var HTTPErrorSvgOther = function HTTPErrorSvgOther(_ref) {
25
- var className = _ref.className;
25
+ var className = _ref.className,
26
+ title = _ref.title;
26
27
  return /*#__PURE__*/React__default["default"].createElement("svg", {
27
28
  xmlns: "http://www.w3.org/2000/svg",
28
29
  xmlnsXlink: "http://www.w3.org/1999/xlink",
29
30
  viewBox: "0 0 1584 916",
30
31
  className: className,
31
- preserveAspectRatio: "xMinYMax meet"
32
+ preserveAspectRatio: "xMinYMax meet",
33
+ "aria-label": title
32
34
  }, /*#__PURE__*/React__default["default"].createElement("defs", null, /*#__PURE__*/React__default["default"].createElement("clipPath", {
33
35
  id: "prefix__clip-path"
34
36
  }, /*#__PURE__*/React__default["default"].createElement("path", {
@@ -1097,7 +1099,8 @@ var HTTPErrorSvgOther = function HTTPErrorSvgOther(_ref) {
1097
1099
  // in alphabetical order (for consistency).
1098
1100
  // See https://www.npmjs.com/package/prop-types#usage.
1099
1101
  HTTPErrorSvgOther.propTypes = {
1100
- className: index.propTypesExports.string
1102
+ className: index.propTypesExports.string,
1103
+ title: index.propTypesExports.string
1101
1104
  };
1102
1105
 
1103
1106
  exports.HTTPErrorSvgOther = HTTPErrorSvgOther;
@@ -110,6 +110,10 @@ interface ProductiveCardProps extends PropsWithChildren {
110
110
  * Determines title size
111
111
  */
112
112
  titleSize?: 'default' | 'large';
113
+ /**
114
+ * Tooltip icon description
115
+ */
116
+ iconDescription?: string;
113
117
  }
114
118
  export declare let ProductiveCard: React.ForwardRefExoticComponent<ProductiveCardProps & React.RefAttributes<HTMLDivElement>>;
115
119
  export {};
@@ -21,14 +21,16 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
21
21
 
22
22
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
23
23
 
24
- var _excluded = ["actionsPlacement"];
24
+ var _excluded = ["actionsPlacement", "iconDescription"];
25
25
  var componentName = 'ProductiveCard';
26
26
  exports.ProductiveCard = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
27
27
  var _ref$actionsPlacement = _ref.actionsPlacement,
28
28
  actionsPlacement = _ref$actionsPlacement === void 0 ? 'top' : _ref$actionsPlacement,
29
+ iconDescription = _ref.iconDescription,
29
30
  rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
30
31
  var validProps = propsHelper.prepareProps(rest, ['media', 'mediaPosition', 'pictogram', 'primaryButtonClick', 'productive', 'secondaryButtonKind']);
31
32
  return /*#__PURE__*/React__default["default"].createElement(Card.Card, _rollupPluginBabelHelpers["extends"]({}, _rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, validProps), {}, {
33
+ iconDescription: iconDescription,
32
34
  actionsPlacement: actionsPlacement,
33
35
  ref: ref,
34
36
  productive: true
@@ -70,6 +72,10 @@ exports.ProductiveCard.propTypes = {
70
72
  * Optional header description
71
73
  */
72
74
  description: index["default"].oneOfType([index["default"].string, index["default"].object, index["default"].node]),
75
+ /**
76
+ * Tooltip icon description
77
+ */
78
+ iconDescription: index["default"].string,
73
79
  /**
74
80
  * Optional label for the top of the card
75
81
  */
@@ -1487,8 +1487,7 @@ var KubernetesControlPlaneNode = /*#__PURE__*/React__default["default"].forwardR
1487
1487
  }, rest), _path108 || (_path108 = /*#__PURE__*/React__default["default"].createElement("path", {
1488
1488
  d: "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
1489
1489
  })), _path109 || (_path109 = /*#__PURE__*/React__default["default"].createElement("path", {
1490
- d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z",
1491
- style: "mix-blend-mode:multiply"
1490
+ d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z"
1492
1491
  })), _path110 || (_path110 = /*#__PURE__*/React__default["default"].createElement("path", {
1493
1492
  fill: "none",
1494
1493
  d: "M0 0h32v32H0z"
@@ -1583,8 +1582,7 @@ var KubernetesWorkerNode = /*#__PURE__*/React__default["default"].forwardRef(fun
1583
1582
  }, rest), _path116 || (_path116 = /*#__PURE__*/React__default["default"].createElement("path", {
1584
1583
  d: "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
1585
1584
  })), _path117 || (_path117 = /*#__PURE__*/React__default["default"].createElement("path", {
1586
- d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z",
1587
- style: "mix-blend-mode:multiply"
1585
+ d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z"
1588
1586
  })), _path118 || (_path118 = /*#__PURE__*/React__default["default"].createElement("path", {
1589
1587
  fill: "none",
1590
1588
  d: "M0 0h32v32H0z"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products",
3
3
  "description": "Carbon for IBM Products",
4
- "version": "2.43.2-canary.122+61857e572",
4
+ "version": "2.43.2-canary.124+aa77fedd2",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -96,7 +96,7 @@
96
96
  "dependencies": {
97
97
  "@babel/runtime": "^7.23.9",
98
98
  "@carbon/feature-flags": "^0.20.0",
99
- "@carbon/ibm-products-styles": "^2.43.0-rc.0",
99
+ "@carbon/ibm-products-styles": "^2.39.1-canary.134+aa77fedd2",
100
100
  "@carbon/telemetry": "^0.1.0",
101
101
  "@dnd-kit/core": "^6.0.8",
102
102
  "@dnd-kit/modifiers": "^7.0.0",
@@ -111,14 +111,14 @@
111
111
  "react-window": "^1.8.10"
112
112
  },
113
113
  "peerDependencies": {
114
- "@carbon/grid": "^11.22.0",
115
- "@carbon/layout": "^11.21.0",
116
- "@carbon/motion": "^11.17.0",
117
- "@carbon/react": "^1.60.3",
114
+ "@carbon/grid": "^11.24.1",
115
+ "@carbon/layout": "^11.23.1",
116
+ "@carbon/motion": "^11.19.1",
117
+ "@carbon/react": "^1.61.0",
118
118
  "@carbon/themes": "^11.37.1",
119
- "@carbon/type": "^11.26.0",
119
+ "@carbon/type": "^11.28.1",
120
120
  "react": "^16.8.6 || ^17.0.1 || ^18.2.0",
121
121
  "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
122
122
  },
123
- "gitHead": "61857e572765408bbda4ad00aa7c320469e4a96c"
123
+ "gitHead": "aa77fedd2543836346544f068b60aa7329066af1"
124
124
  }