@carbon/ibm-products 2.40.1-canary.6 → 2.41.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,8 +37,7 @@ var NotificationsIllustration = function NotificationsIllustration(_ref) {
37
37
  width: 80,
38
38
  height: 80,
39
39
  viewBox: "0 0 80 80",
40
- className: cx__default["default"](["".concat(blockClass, "__illustration"), "".concat(blockClass, "__illustration-notification"), "".concat(blockClass, "__illustration--").concat(size)]),
41
- role: "img"
40
+ className: cx__default["default"](["".concat(blockClass, "__illustration"), "".concat(blockClass, "__illustration-notification"), "".concat(blockClass, "__illustration--").concat(size)])
42
41
  }), /*#__PURE__*/React__default["default"].createElement("title", null, alt), theme === 'dark' ? /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("defs", null, /*#__PURE__*/React__default["default"].createElement("linearGradient", {
43
42
  id: "prefix__a_dark_".concat(svgId),
44
43
  x1: 30.05,
@@ -36,6 +36,7 @@ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
36
36
 
37
37
  var _excluded = ["actionBarItems", "actionBarMenuOptionsClass", "actionBarOverflowAriaLabel", "allTagsModalSearchLabel", "allTagsModalSearchPlaceholderText", "allTagsModalTitle", "hasBackgroundAlways", "breadcrumbOverflowAriaLabel", "breadcrumbs", "children", "className", "collapseHeader", "collapseHeaderIconDescription", "collapseTitle", "disableBreadcrumbScroll", "enableBreadcrumbScroll", "expandHeaderIconDescription", "fullWidthGrid", "hasCollapseHeaderToggle", "narrowGrid", "navigation", "pageActions", "pageActionsOverflowLabel", "pageActionsMenuOptionsClass", "showAllTagsLabel", "subtitle", "tags", "title", "withoutBackground", "breadcrumbOverflowTooltipAlign"];
38
38
  var componentName = 'PageHeader';
39
+ settings.pkg.component.ActionBar = true;
39
40
 
40
41
  // Default values for props
41
42
  var defaults = {
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.40.1-canary.6+51125a1f9",
4
+ "version": "2.41.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -92,7 +92,7 @@
92
92
  },
93
93
  "dependencies": {
94
94
  "@babel/runtime": "^7.23.9",
95
- "@carbon/ibm-products-styles": "^2.37.1",
95
+ "@carbon/ibm-products-styles": "^2.38.0",
96
96
  "@carbon/telemetry": "^0.1.0",
97
97
  "@dnd-kit/core": "^6.0.8",
98
98
  "@dnd-kit/modifiers": "^7.0.0",
@@ -116,5 +116,5 @@
116
116
  "react": "^16.8.6 || ^17.0.1 || ^18.2.0",
117
117
  "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
118
118
  },
119
- "gitHead": "51125a1f94bbfb83266c50033ca3ee9b695e7888"
119
+ "gitHead": "51b3c237bbf5923c8b9274f51077b5deec132fb6"
120
120
  }
@@ -394,7 +394,8 @@
394
394
  background: transparent;
395
395
  }
396
396
 
397
- .#{$block-class}__empty-state .#{$block-class}__table-simple td {
397
+ .#{$block-class}__empty-state .#{$block-class}__table-simple td,
398
+ .#{$block-class}__empty-state .#{$block-class}__table-virtual-scroll td {
398
399
  padding: $spacing-11;
399
400
  }
400
401
 
@@ -16,7 +16,7 @@
16
16
  right: 0;
17
17
  display: flex;
18
18
  align-items: center;
19
- border-left: 1px solid $layer-active-02;
19
+ border-left: 1px solid $border-subtle;
20
20
  }
21
21
 
22
22
  .#{variables.$block-class}__right-sticky-column-header {
@@ -31,7 +31,7 @@
31
31
  left: 0;
32
32
  display: flex;
33
33
  align-items: center;
34
- border-right: 1px solid $layer-active-02;
34
+ border-right: 1px solid $border-subtle;
35
35
  }
36
36
 
37
37
  .#{variables.$block-class}__left-sticky-column-header {
@@ -39,11 +39,11 @@
39
39
  position: sticky !important;
40
40
  z-index: 1;
41
41
  left: 0;
42
- border-right: 1px solid $layer-active-02;
42
+ border-right: 1px solid $border-subtle;
43
43
  }
44
44
 
45
45
  .#{variables.$block-class}__right-sticky-column-header {
46
- border-left: 1px solid $layer-active-02;
46
+ border-left: 1px solid $border-subtle;
47
47
  }
48
48
 
49
49
  .#{variables.$block-class}__left-sticky-column-cell.#{variables.$block-class}__left-sticky-column-cell--with-extra-select-column,