@carbon/ibm-products 2.43.2-canary.282 → 2.43.2-canary.288

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.
@@ -195,9 +195,12 @@ var HeaderRow = function HeaderRow(datagridState, headRef, headerGroup) {
195
195
  });
196
196
  var headerStyle = headerProps === null || headerProps === void 0 ? void 0 : headerProps.style;
197
197
  var lastVisibleIndex = withActionsColumn ? 2 : 1;
198
- var lastVisibleFlexStyle = index === visibleColumns.length - lastVisibleIndex ? '1 1 0' : '0 0 auto';
198
+ var isLastVisibleColumn = index === visibleColumns.length - lastVisibleIndex;
199
199
  if (headerStyle) {
200
- headerStyle.flex = lastVisibleFlexStyle;
200
+ Object.assign(headerStyle, {
201
+ flex: isLastVisibleColumn ? '1 1 0' : '0 0 auto',
202
+ overflow: isLastVisibleColumn ? 'hidden' : headerStyle.overflow
203
+ });
201
204
  }
202
205
  return /*#__PURE__*/React__default.createElement(TableHeader, _extends({}, headerProps, {
203
206
  className: cx(header === null || header === void 0 ? void 0 : header.className, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(blockClass, "__resizableColumn"), resizerProps), "".concat(blockClass, "__isResizing"), header === null || header === void 0 ? void 0 : header.isResizing), "".concat(blockClass, "__sortableColumn"), datagridState.isTableSortable && header.id !== 'spacer'), "".concat(blockClass, "__isSorted"), header === null || header === void 0 ? void 0 : header.isSorted), "".concat(blockClass, "__header-actions-column"), header === null || header === void 0 ? void 0 : header.isAction), "".concat(blockClass, "__with-slug"), header.slug && /*#__PURE__*/React__default.isValidElement(header === null || header === void 0 ? void 0 : header.slug)), headerProps.className),
@@ -17,7 +17,7 @@ var useFlexResize = function useFlexResize(hooks) {
17
17
  var enableSpacerColumn = instance.enableSpacerColumn;
18
18
  useEffect(function () {
19
19
  setSpacerColumn(enableSpacerColumn);
20
- });
20
+ }, [enableSpacerColumn]);
21
21
  };
22
22
  var spacer = {
23
23
  id: 'spacer',
@@ -12,7 +12,7 @@ import cx from 'classnames';
12
12
  import { pkg } from '../../../settings.js';
13
13
  import uuidv4 from '../../../global/js/utils/uuidv4.js';
14
14
 
15
- var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _path, _path2, _path3, _path4, _path5, _stop7, _stop8, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _path6, _path7;
15
+ var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _path, _path2, _path3, _path4, _path5, _stop7, _stop8, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _path6, _path7, _path8;
16
16
  var _excluded = ["theme", "size", "alt"];
17
17
 
18
18
  // The block part of our conventional BEM class names (blockClass__E--M).
@@ -146,7 +146,7 @@ var NoDataIllustration = function NoDataIllustration(_ref) {
146
146
  })), _stop14 || (_stop14 = /*#__PURE__*/React__default.createElement("stop", {
147
147
  offset: 1,
148
148
  stopColor: "#e0e0e0"
149
- }))), /*#__PURE__*/React__default.createElement("style", null, ".prefix__g_".concat(svgId, "{fill:#fff}"))), _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
149
+ })))), _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
150
150
  fill: "none",
151
151
  d: "M0 0h80v80H0z"
152
152
  })), /*#__PURE__*/React__default.createElement("path", {
@@ -164,10 +164,10 @@ var NoDataIllustration = function NoDataIllustration(_ref) {
164
164
  }), _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
165
165
  fill: "#c6c6c6",
166
166
  d: "M25.97 26.67l28.67-16.55-.42-.24-28.68 16.56.43.23z"
167
- })), /*#__PURE__*/React__default.createElement("path", {
168
- className: "prefix__g_".concat(svgId),
167
+ })), _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
168
+ fill: "#fff",
169
169
  d: "M40 35.24L11.13 18.57v-.24l.21-.12 28.87 16.67-.21.11v.25zM21.49 33.33l-8.2-4.73.01-5.69 8.19 4.74v5.68z"
170
- })));
170
+ }))));
171
171
  };
172
172
  NoDataIllustration.propTypes = {
173
173
  alt: PropTypes.string.isRequired,
@@ -12,7 +12,7 @@ import cx from 'classnames';
12
12
  import { pkg } from '../../../settings.js';
13
13
  import uuidv4 from '../../../global/js/utils/uuidv4.js';
14
14
 
15
- var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _stop7, _stop8, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _path, _path2, _stop15, _stop16, _stop17, _stop18, _stop19, _stop20, _stop21, _stop22, _stop23, _stop24, _stop25, _stop26, _stop27, _stop28, _stop29, _stop30, _stop31, _stop32, _stop33, _stop34, _stop35, _stop36, _stop37, _stop38, _stop39, _stop40, _stop41, _path3;
15
+ var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _stop7, _stop8, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _path, _path2, _path3, _stop15, _stop16, _stop17, _stop18, _stop19, _stop20, _stop21, _stop22, _stop23, _stop24, _stop25, _stop26, _stop27, _stop28, _stop29, _stop30, _stop31, _stop32, _stop33, _stop34, _stop35, _stop36, _stop37, _stop38, _stop39, _stop40, _stop41, _path4;
16
16
  var _excluded = ["theme", "size", "alt"];
17
17
 
18
18
  // The block part of our conventional BEM class names (blockClass__E--M).
@@ -104,7 +104,7 @@ var NotificationsIllustration = function NotificationsIllustration(_ref) {
104
104
  offset: 0.97,
105
105
  stopColor: "#262626",
106
106
  stopOpacity: 0
107
- }))), /*#__PURE__*/React__default.createElement("style", null, ".prefix__f_dark_".concat(svgId, "{fill:#525252}"))), _path || (_path = /*#__PURE__*/React__default.createElement("path", {
107
+ })))), _path || (_path = /*#__PURE__*/React__default.createElement("path", {
108
108
  fill: "none",
109
109
  d: "M0 0h80v80H0z"
110
110
  })), _path2 || (_path2 = /*#__PURE__*/React__default.createElement("path", {
@@ -119,10 +119,10 @@ var NotificationsIllustration = function NotificationsIllustration(_ref) {
119
119
  }), /*#__PURE__*/React__default.createElement("path", {
120
120
  d: "M59.48 28.88a3.17 3.17 0 011.42 2.47l-.1 36.08c0 .9-.65 1.26-1.42.81l-26.7-15.4-2.26 4.22a.9.9 0 01-1.33.28 3.07 3.07 0 01-1.22-1.53l-2.33-7.09-9-5.2a3.15 3.15 0 01-1.43-2.46L15.23 5c0-.9.64-1.27 1.43-.81z",
121
121
  fill: "url(#prefix__c_dark_".concat(svgId, ")")
122
- }), /*#__PURE__*/React__default.createElement("path", {
123
- className: "prefix__f_dark_".concat(svgId),
122
+ }), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
123
+ fill: "#525252",
124
124
  d: "M57.99 37.07l-.01 3.9L18.03 17.9l.01-3.9 39.95 23.07zM57.99 45.11l-.01 3.91-39.95-23.07.01-3.9 39.95 23.06zM44.62 45.04l-.01 3.9L18.03 33.6l.01-3.9 26.58 15.34z"
125
- }), /*#__PURE__*/React__default.createElement("path", {
125
+ })), /*#__PURE__*/React__default.createElement("path", {
126
126
  d: "M60.76 30.55a2.54 2.54 0 01.14.8v3.95l.41-.13v-3.82a3.54 3.54 0 00-1.63-2.82L16.86 3.8a2.09 2.09 0 00-.44-.19l-.78.45a1 1 0 01.21-.06h.48l.27.12 21.47 12.4 21.41 12.36a3.19 3.19 0 011.28 1.67z",
127
127
  fill: "url(#prefix__d_dark_".concat(svgId, ")")
128
128
  })) : /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("linearGradient", {
@@ -285,7 +285,7 @@ var NotificationsIllustration = function NotificationsIllustration(_ref) {
285
285
  offset: 0.97,
286
286
  stopColor: "#d0d0d0",
287
287
  stopOpacity: 0
288
- }))), /*#__PURE__*/React__default.createElement("style", null, ".prefix__f_".concat(svgId, "{fill:url(#prefix__e_").concat(svgId, ")}"))), _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
288
+ })))), _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
289
289
  fill: "none",
290
290
  d: "M0 0h80v80H0z"
291
291
  })), /*#__PURE__*/React__default.createElement("path", {
@@ -301,13 +301,13 @@ var NotificationsIllustration = function NotificationsIllustration(_ref) {
301
301
  d: "M63.45 26.58L20.63 1.86a1 1 0 00-1-.1l-4 2.3a1 1 0 011 .1l42.85 24.72a3.17 3.17 0 011.42 2.47l-.1 36.08a1 1 0 01-.42.91l4-2.3a1 1 0 00.42-.91L64.88 29a3.14 3.14 0 00-1.43-2.42z",
302
302
  fill: "url(#prefix__d_".concat(svgId, ")")
303
303
  }), /*#__PURE__*/React__default.createElement("path", {
304
- className: "prefix__f_".concat(svgId),
304
+ fill: "url(#prefix__e_".concat(svgId, ")"),
305
305
  d: "M59.48 28.88a3.17 3.17 0 011.42 2.47l-.1 36.08c0 .9-.65 1.26-1.42.81l-26.7-15.4-2.26 4.22a.9.9 0 01-1.33.28 3.07 3.07 0 01-1.22-1.53l-2.33-7.09-9-5.2a3.15 3.15 0 01-1.43-2.46L15.23 5c0-.9.64-1.27 1.43-.81z"
306
306
  }), /*#__PURE__*/React__default.createElement("path", {
307
307
  d: "M59.48 28.88a3.17 3.17 0 011.42 2.47l-.1 36.08c0 .9-.65 1.26-1.42.81l-26.7-15.4-2.26 4.22a.9.9 0 01-1.33.28 3.07 3.07 0 01-1.22-1.53l-2.33-7.09-9-5.2a3.15 3.15 0 01-1.43-2.46L15.23 5c0-.9.64-1.27 1.43-.81z",
308
308
  fill: "url(#prefix__f_".concat(svgId, ")")
309
309
  }), /*#__PURE__*/React__default.createElement("path", {
310
- className: "prefix__f_".concat(svgId),
310
+ fill: "url(#prefix__e_".concat(svgId, ")"),
311
311
  d: "M59.48 28.88a3.17 3.17 0 011.42 2.47l-.1 36.08c0 .9-.65 1.26-1.42.81l-26.7-15.4-2.26 4.22a.9.9 0 01-1.33.28 3.07 3.07 0 01-1.22-1.53l-2.33-7.09-9-5.2a3.15 3.15 0 01-1.43-2.46L15.23 5c0-.9.64-1.27 1.43-.81z"
312
312
  }), /*#__PURE__*/React__default.createElement("path", {
313
313
  fill: "url(#prefix__h_".concat(svgId, ")"),
@@ -199,9 +199,12 @@ var HeaderRow = function HeaderRow(datagridState, headRef, headerGroup) {
199
199
  });
200
200
  var headerStyle = headerProps === null || headerProps === void 0 ? void 0 : headerProps.style;
201
201
  var lastVisibleIndex = withActionsColumn ? 2 : 1;
202
- var lastVisibleFlexStyle = index === visibleColumns.length - lastVisibleIndex ? '1 1 0' : '0 0 auto';
202
+ var isLastVisibleColumn = index === visibleColumns.length - lastVisibleIndex;
203
203
  if (headerStyle) {
204
- headerStyle.flex = lastVisibleFlexStyle;
204
+ Object.assign(headerStyle, {
205
+ flex: isLastVisibleColumn ? '1 1 0' : '0 0 auto',
206
+ overflow: isLastVisibleColumn ? 'hidden' : headerStyle.overflow
207
+ });
205
208
  }
206
209
  return /*#__PURE__*/React.createElement(react.TableHeader, _rollupPluginBabelHelpers.extends({}, headerProps, {
207
210
  className: cx(header === null || header === void 0 ? void 0 : header.className, _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__resizableColumn"), resizerProps), "".concat(blockClass, "__isResizing"), header === null || header === void 0 ? void 0 : header.isResizing), "".concat(blockClass, "__sortableColumn"), datagridState.isTableSortable && header.id !== 'spacer'), "".concat(blockClass, "__isSorted"), header === null || header === void 0 ? void 0 : header.isSorted), "".concat(blockClass, "__header-actions-column"), header === null || header === void 0 ? void 0 : header.isAction), "".concat(blockClass, "__with-slug"), header.slug && /*#__PURE__*/React.isValidElement(header === null || header === void 0 ? void 0 : header.slug)), headerProps.className),
@@ -21,7 +21,7 @@ var useFlexResize = function useFlexResize(hooks) {
21
21
  var enableSpacerColumn = instance.enableSpacerColumn;
22
22
  React.useEffect(function () {
23
23
  setSpacerColumn(enableSpacerColumn);
24
- });
24
+ }, [enableSpacerColumn]);
25
25
  };
26
26
  var spacer = {
27
27
  id: 'spacer',
@@ -16,7 +16,7 @@ var cx = require('classnames');
16
16
  var settings = require('../../../settings.js');
17
17
  var uuidv4 = require('../../../global/js/utils/uuidv4.js');
18
18
 
19
- var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _path, _path2, _path3, _path4, _path5, _stop7, _stop8, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _path6, _path7;
19
+ var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _path, _path2, _path3, _path4, _path5, _stop7, _stop8, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _path6, _path7, _path8;
20
20
  var _excluded = ["theme", "size", "alt"];
21
21
 
22
22
  // The block part of our conventional BEM class names (blockClass__E--M).
@@ -150,7 +150,7 @@ var NoDataIllustration = function NoDataIllustration(_ref) {
150
150
  })), _stop14 || (_stop14 = /*#__PURE__*/React.createElement("stop", {
151
151
  offset: 1,
152
152
  stopColor: "#e0e0e0"
153
- }))), /*#__PURE__*/React.createElement("style", null, ".prefix__g_".concat(svgId, "{fill:#fff}"))), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
153
+ })))), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
154
154
  fill: "none",
155
155
  d: "M0 0h80v80H0z"
156
156
  })), /*#__PURE__*/React.createElement("path", {
@@ -168,10 +168,10 @@ var NoDataIllustration = function NoDataIllustration(_ref) {
168
168
  }), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
169
169
  fill: "#c6c6c6",
170
170
  d: "M25.97 26.67l28.67-16.55-.42-.24-28.68 16.56.43.23z"
171
- })), /*#__PURE__*/React.createElement("path", {
172
- className: "prefix__g_".concat(svgId),
171
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
172
+ fill: "#fff",
173
173
  d: "M40 35.24L11.13 18.57v-.24l.21-.12 28.87 16.67-.21.11v.25zM21.49 33.33l-8.2-4.73.01-5.69 8.19 4.74v5.68z"
174
- })));
174
+ }))));
175
175
  };
176
176
  NoDataIllustration.propTypes = {
177
177
  alt: index.default.string.isRequired,
@@ -16,7 +16,7 @@ var cx = require('classnames');
16
16
  var settings = require('../../../settings.js');
17
17
  var uuidv4 = require('../../../global/js/utils/uuidv4.js');
18
18
 
19
- var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _stop7, _stop8, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _path, _path2, _stop15, _stop16, _stop17, _stop18, _stop19, _stop20, _stop21, _stop22, _stop23, _stop24, _stop25, _stop26, _stop27, _stop28, _stop29, _stop30, _stop31, _stop32, _stop33, _stop34, _stop35, _stop36, _stop37, _stop38, _stop39, _stop40, _stop41, _path3;
19
+ var _stop, _stop2, _stop3, _stop4, _stop5, _stop6, _stop7, _stop8, _stop9, _stop10, _stop11, _stop12, _stop13, _stop14, _path, _path2, _path3, _stop15, _stop16, _stop17, _stop18, _stop19, _stop20, _stop21, _stop22, _stop23, _stop24, _stop25, _stop26, _stop27, _stop28, _stop29, _stop30, _stop31, _stop32, _stop33, _stop34, _stop35, _stop36, _stop37, _stop38, _stop39, _stop40, _stop41, _path4;
20
20
  var _excluded = ["theme", "size", "alt"];
21
21
 
22
22
  // The block part of our conventional BEM class names (blockClass__E--M).
@@ -108,7 +108,7 @@ var NotificationsIllustration = function NotificationsIllustration(_ref) {
108
108
  offset: 0.97,
109
109
  stopColor: "#262626",
110
110
  stopOpacity: 0
111
- }))), /*#__PURE__*/React.createElement("style", null, ".prefix__f_dark_".concat(svgId, "{fill:#525252}"))), _path || (_path = /*#__PURE__*/React.createElement("path", {
111
+ })))), _path || (_path = /*#__PURE__*/React.createElement("path", {
112
112
  fill: "none",
113
113
  d: "M0 0h80v80H0z"
114
114
  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
@@ -123,10 +123,10 @@ var NotificationsIllustration = function NotificationsIllustration(_ref) {
123
123
  }), /*#__PURE__*/React.createElement("path", {
124
124
  d: "M59.48 28.88a3.17 3.17 0 011.42 2.47l-.1 36.08c0 .9-.65 1.26-1.42.81l-26.7-15.4-2.26 4.22a.9.9 0 01-1.33.28 3.07 3.07 0 01-1.22-1.53l-2.33-7.09-9-5.2a3.15 3.15 0 01-1.43-2.46L15.23 5c0-.9.64-1.27 1.43-.81z",
125
125
  fill: "url(#prefix__c_dark_".concat(svgId, ")")
126
- }), /*#__PURE__*/React.createElement("path", {
127
- className: "prefix__f_dark_".concat(svgId),
126
+ }), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
127
+ fill: "#525252",
128
128
  d: "M57.99 37.07l-.01 3.9L18.03 17.9l.01-3.9 39.95 23.07zM57.99 45.11l-.01 3.91-39.95-23.07.01-3.9 39.95 23.06zM44.62 45.04l-.01 3.9L18.03 33.6l.01-3.9 26.58 15.34z"
129
- }), /*#__PURE__*/React.createElement("path", {
129
+ })), /*#__PURE__*/React.createElement("path", {
130
130
  d: "M60.76 30.55a2.54 2.54 0 01.14.8v3.95l.41-.13v-3.82a3.54 3.54 0 00-1.63-2.82L16.86 3.8a2.09 2.09 0 00-.44-.19l-.78.45a1 1 0 01.21-.06h.48l.27.12 21.47 12.4 21.41 12.36a3.19 3.19 0 011.28 1.67z",
131
131
  fill: "url(#prefix__d_dark_".concat(svgId, ")")
132
132
  })) : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
@@ -289,7 +289,7 @@ var NotificationsIllustration = function NotificationsIllustration(_ref) {
289
289
  offset: 0.97,
290
290
  stopColor: "#d0d0d0",
291
291
  stopOpacity: 0
292
- }))), /*#__PURE__*/React.createElement("style", null, ".prefix__f_".concat(svgId, "{fill:url(#prefix__e_").concat(svgId, ")}"))), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
292
+ })))), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
293
293
  fill: "none",
294
294
  d: "M0 0h80v80H0z"
295
295
  })), /*#__PURE__*/React.createElement("path", {
@@ -305,13 +305,13 @@ var NotificationsIllustration = function NotificationsIllustration(_ref) {
305
305
  d: "M63.45 26.58L20.63 1.86a1 1 0 00-1-.1l-4 2.3a1 1 0 011 .1l42.85 24.72a3.17 3.17 0 011.42 2.47l-.1 36.08a1 1 0 01-.42.91l4-2.3a1 1 0 00.42-.91L64.88 29a3.14 3.14 0 00-1.43-2.42z",
306
306
  fill: "url(#prefix__d_".concat(svgId, ")")
307
307
  }), /*#__PURE__*/React.createElement("path", {
308
- className: "prefix__f_".concat(svgId),
308
+ fill: "url(#prefix__e_".concat(svgId, ")"),
309
309
  d: "M59.48 28.88a3.17 3.17 0 011.42 2.47l-.1 36.08c0 .9-.65 1.26-1.42.81l-26.7-15.4-2.26 4.22a.9.9 0 01-1.33.28 3.07 3.07 0 01-1.22-1.53l-2.33-7.09-9-5.2a3.15 3.15 0 01-1.43-2.46L15.23 5c0-.9.64-1.27 1.43-.81z"
310
310
  }), /*#__PURE__*/React.createElement("path", {
311
311
  d: "M59.48 28.88a3.17 3.17 0 011.42 2.47l-.1 36.08c0 .9-.65 1.26-1.42.81l-26.7-15.4-2.26 4.22a.9.9 0 01-1.33.28 3.07 3.07 0 01-1.22-1.53l-2.33-7.09-9-5.2a3.15 3.15 0 01-1.43-2.46L15.23 5c0-.9.64-1.27 1.43-.81z",
312
312
  fill: "url(#prefix__f_".concat(svgId, ")")
313
313
  }), /*#__PURE__*/React.createElement("path", {
314
- className: "prefix__f_".concat(svgId),
314
+ fill: "url(#prefix__e_".concat(svgId, ")"),
315
315
  d: "M59.48 28.88a3.17 3.17 0 011.42 2.47l-.1 36.08c0 .9-.65 1.26-1.42.81l-26.7-15.4-2.26 4.22a.9.9 0 01-1.33.28 3.07 3.07 0 01-1.22-1.53l-2.33-7.09-9-5.2a3.15 3.15 0 01-1.43-2.46L15.23 5c0-.9.64-1.27 1.43-.81z"
316
316
  }), /*#__PURE__*/React.createElement("path", {
317
317
  fill: "url(#prefix__h_".concat(svgId, ")"),
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.282+30596f136",
4
+ "version": "2.43.2-canary.288+8030367c4",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -81,7 +81,7 @@
81
81
  "fs-extra": "^11.2.0",
82
82
  "glob": "^10.3.10",
83
83
  "jest": "^29.7.0",
84
- "jest-config-ibm-cloud-cognitive": "^1.10.0",
84
+ "jest-config-ibm-cloud-cognitive": "^1.11.0-rc.0",
85
85
  "jest-environment-jsdom": "^29.7.0",
86
86
  "namor": "^1.1.2",
87
87
  "npm-check-updates": "^16.14.12",
@@ -96,7 +96,7 @@
96
96
  "dependencies": {
97
97
  "@babel/runtime": "^7.23.9",
98
98
  "@carbon/feature-flags": "^0.22.0",
99
- "@carbon/ibm-products-styles": "^2.47.0",
99
+ "@carbon/ibm-products-styles": "^2.48.0-rc.0",
100
100
  "@carbon/telemetry": "^0.1.0",
101
101
  "@dnd-kit/core": "^6.0.8",
102
102
  "@dnd-kit/modifiers": "^7.0.0",
@@ -120,5 +120,5 @@
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": "30596f136ad0ee274e0b4f55bd5fc1f1e4c40530"
123
+ "gitHead": "8030367c4fe90f9ff84db06935553a289518c2e8"
124
124
  }