@carbon/ibm-products 1.42.0 → 1.42.1

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.
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.42.0",
4
+ "version": "1.42.1",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -52,32 +52,32 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@babel/cli": "^7.20.7",
55
- "@babel/core": "^7.20.7",
56
- "babel-preset-ibm-cloud-cognitive": "^0.14.25",
55
+ "@babel/core": "^7.20.12",
56
+ "babel-preset-ibm-cloud-cognitive": "^0.14.26",
57
57
  "chalk": "^4.1.2",
58
58
  "change-case": "^4.1.2",
59
59
  "copyfiles": "^2.4.1",
60
60
  "cross-env": "^7.0.3",
61
61
  "fs-extra": "^11.1.0",
62
- "glob": "^8.0.3",
63
- "jest": "^29.3.1",
64
- "jest-config-ibm-cloud-cognitive": "^0.24.11",
65
- "jest-environment-jsdom": "^29.3.1",
62
+ "glob": "^8.1.0",
63
+ "jest": "^29.4.1",
64
+ "jest-config-ibm-cloud-cognitive": "^0.24.12",
65
+ "jest-environment-jsdom": "^29.4.1",
66
66
  "namor": "^1.1.2",
67
- "npm-check-updates": "^16.6.2",
67
+ "npm-check-updates": "^16.6.3",
68
68
  "npm-run-all": "^4.1.5",
69
- "rimraf": "^3.0.2",
70
- "sass": "^1.57.1",
69
+ "rimraf": "~3 || > 4.1",
70
+ "sass": "^1.58.0",
71
71
  "yargs": "^17.6.2"
72
72
  },
73
73
  "dependencies": {
74
- "@babel/runtime": "^7.20.7",
74
+ "@babel/runtime": "^7.20.13",
75
75
  "@carbon/telemetry": "^0.1.0",
76
- "framer-motion": "^6.5.1",
76
+ "framer-motion": "^6.5.1 <7",
77
77
  "immutability-helper": "^3.1.1",
78
78
  "react-dnd": "^15.1.2",
79
79
  "react-dnd-html5-backend": "^15.1.3",
80
- "react-resize-detector": "^7.1.2",
80
+ "react-resize-detector": "^8.0.3",
81
81
  "react-table": "^7.8.0",
82
82
  "react-window": "^1.8.8"
83
83
  },
@@ -95,5 +95,5 @@
95
95
  "react": "^16.8.6 || ^17.0.1",
96
96
  "react-dom": "^16.8.6 || ^17.0.1"
97
97
  },
98
- "gitHead": "66e87e03461e966fe4895627dbd43afdc5bc63bc"
98
+ "gitHead": "6947835ada46f30aaba0a0ee110e08658ed74793"
99
99
  }
@@ -589,3 +589,10 @@
589
589
  .#{$block-class} .#{$carbon-prefix}--modal {
590
590
  width: 100%;
591
591
  }
592
+
593
+ .#{$block-class}__table-toolbar--sm,
594
+ .#{$block-class}__table-toolbar--xs {
595
+ .#{$pkg-prefix}--filter-summary {
596
+ padding: 0 $spacing-03;
597
+ }
598
+ }
@@ -16,7 +16,7 @@
16
16
 
17
17
  .#{$block-class} .#{$block-class}__expanded-row-content {
18
18
  position: relative;
19
- padding: $spacing-05 $spacing-05 $spacing-06 $spacing-09;
19
+ padding: $spacing-05 $spacing-05 $spacing-06 $spacing-10;
20
20
  }
21
21
 
22
22
  .#{$block-class} .#{$block-class}__expanded-row-content::before {
@@ -203,7 +203,7 @@
203
203
  max-width: 60%;
204
204
  }
205
205
 
206
- word-break: break-all;
206
+ word-break: break-word;
207
207
  }
208
208
 
209
209
  &.#{$block-class}--wide .#{$block-class}__header-description {