@carbon/ibm-products 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
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": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -52,7 +52,7 @@
52
52
  "devDependencies": {
53
53
  "@babel/cli": "^7.16.0",
54
54
  "@babel/core": "^7.16.0",
55
- "babel-preset-ibm-cloud-cognitive": "^0.13.0",
55
+ "babel-preset-ibm-cloud-cognitive": "^0.14.0",
56
56
  "chalk": "^4.1.2",
57
57
  "change-case": "^4.1.2",
58
58
  "copyfiles": "^2.4.1",
@@ -60,7 +60,7 @@
60
60
  "fs-extra": "^10.0.0",
61
61
  "glob": "^7.2.0",
62
62
  "jest": "^27.3.1",
63
- "jest-config-ibm-cloud-cognitive": "^0.21.0",
63
+ "jest-config-ibm-cloud-cognitive": "^0.22.0",
64
64
  "npm-check-updates": "^12.0.2",
65
65
  "npm-run-all": "^4.1.5",
66
66
  "rimraf": "^3.0.2",
@@ -86,5 +86,5 @@
86
86
  "react": "^16.8.6 || ^17.0.1",
87
87
  "react-dom": "^16.8.6 || ^17.0.1"
88
88
  },
89
- "gitHead": "5b7378009e0e2bfcf264d7a0fdfe8293a9f4242e"
89
+ "gitHead": "ded917276ac06bd74d2030c73bf00eb8df3a53d8"
90
90
  }
@@ -22,6 +22,7 @@ $block-class: #{$pkg-prefix}--button-set-with-overflow;
22
22
  @include block-wrap($block-class) {
23
23
  &.#{$block-class} {
24
24
  display: flex;
25
+ width: 100%;
25
26
  }
26
27
 
27
28
  .#{$block-class}__space {
@@ -488,8 +488,11 @@ $right-section-alt-width: 100% - $left-section-alt-width;
488
488
 
489
489
  .#{$block-class}__page-actions-content {
490
490
  position: relative; // ensure appears over ::before
491
+ display: flex;
492
+ overflow: hidden;
491
493
  width: 100%;
492
494
  height: 100%;
495
+ justify-content: flex-end;
493
496
  }
494
497
 
495
498
  .#{$block-class}__title-row .#{$block-class}__page-actions--in-breadcrumb {
@@ -9,6 +9,7 @@
9
9
 
10
10
  @import 'carbon-components/scss/components/ui-shell/ui-shell';
11
11
  @import 'carbon-components/scss/components/data-table/data-table';
12
+ @import 'carbon-components/scss/components/button/button';
12
13
 
13
14
  $story-class: 'page-header-stories';
14
15