@carbon/ibm-products 2.43.2-canary.306 → 2.43.2-canary.308

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 (38) hide show
  1. package/css/index-full-carbon.css +221 -271
  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-released-only.css +18 -6
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +25 -17
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +100 -97
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/AboutModal/AboutModal.js +1 -3
  18. package/es/components/ExportModal/ExportModal.js +1 -3
  19. package/es/components/FeatureFlags/index.d.ts +4 -3
  20. package/es/components/FeatureFlags/index.js +17 -10
  21. package/es/components/PageHeader/PageHeader.d.ts +2 -0
  22. package/es/components/PageHeader/PageHeader.js +4 -1
  23. package/es/components/PageHeader/PageHeaderTitle.d.ts +1 -0
  24. package/es/components/PageHeader/PageHeaderTitle.js +42 -8
  25. package/es/components/Tearsheet/TearsheetShell.js +1 -3
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +742 -740
  27. package/lib/components/AboutModal/AboutModal.js +1 -3
  28. package/lib/components/ExportModal/ExportModal.js +1 -3
  29. package/lib/components/FeatureFlags/index.d.ts +4 -3
  30. package/lib/components/FeatureFlags/index.js +16 -9
  31. package/lib/components/PageHeader/PageHeader.d.ts +2 -0
  32. package/lib/components/PageHeader/PageHeader.js +4 -1
  33. package/lib/components/PageHeader/PageHeaderTitle.d.ts +1 -0
  34. package/lib/components/PageHeader/PageHeaderTitle.js +39 -5
  35. package/lib/components/Tearsheet/TearsheetShell.js +1 -3
  36. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +742 -740
  37. package/package.json +10 -10
  38. package/scss/components/PageHeader/_page-header.scss +16 -3
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.306+18b47c72f",
4
+ "version": "2.43.2-canary.308+ed578ec0d",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -95,8 +95,8 @@
95
95
  },
96
96
  "dependencies": {
97
97
  "@babel/runtime": "^7.23.9",
98
- "@carbon/feature-flags": "^0.22.0",
99
- "@carbon/ibm-products-styles": "^2.48.0-rc.0",
98
+ "@carbon/feature-flags": "^0.23.1",
99
+ "@carbon/ibm-products-styles": "^2.39.1-canary.318+ed578ec0d",
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.27.0",
115
- "@carbon/layout": "^11.26.0",
116
- "@carbon/motion": "^11.22.0",
117
- "@carbon/react": "^1.66.0",
118
- "@carbon/themes": "^11.40.0",
119
- "@carbon/type": "^11.31.0",
114
+ "@carbon/grid": "^11.28.1",
115
+ "@carbon/layout": "^11.27.1",
116
+ "@carbon/motion": "^11.23.1",
117
+ "@carbon/react": "^1.68.0",
118
+ "@carbon/themes": "^11.42.0",
119
+ "@carbon/type": "^11.32.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": "18b47c72ff381db130897da6a2d1f0aa86fd6d85"
123
+ "gitHead": "ed578ec0d45dcd72a7c96fd1e8370d4a67019ec6"
124
124
  }
@@ -433,13 +433,26 @@ $right-section-alt-width: 100% - $left-section-alt-width;
433
433
  }
434
434
  }
435
435
 
436
+ .#{$block-class}__tooltip {
437
+ min-width: 0;
438
+ flex-basis: auto;
439
+
440
+ button {
441
+ border-block-end: none;
442
+ cursor: default;
443
+ }
444
+ }
445
+ .#{$block-class}__titleText {
446
+ display: block;
447
+ overflow: hidden;
448
+ text-overflow: ellipsis;
449
+ white-space: nowrap;
450
+ }
436
451
  .#{$block-class}__title {
437
452
  @include type.type-style('heading-04');
438
453
 
454
+ display: flex;
439
455
  min-height: $spacing-08;
440
- overflow-x: hidden;
441
- text-overflow: ellipsis;
442
- white-space: nowrap;
443
456
  }
444
457
 
445
458
  .#{$block-class}__title--editable {