carbon-react 149.0.0 → 149.0.2

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.
@@ -78,6 +78,7 @@ const StyledAccordionIcon = styled(Icon)`
78
78
  color: var(--colorsActionMinor500);
79
79
  `;
80
80
  const StyledAccordionHeadingsContainer = styled.div`
81
+ padding-right: var(--sizing300);
81
82
  ${({
82
83
  hasValidationIcon
83
84
  }) => css`
@@ -87,6 +87,7 @@ const StyledAccordionIcon = exports.StyledAccordionIcon = (0, _styledComponents.
87
87
  color: var(--colorsActionMinor500);
88
88
  `;
89
89
  const StyledAccordionHeadingsContainer = exports.StyledAccordionHeadingsContainer = _styledComponents.default.div`
90
+ padding-right: var(--sizing300);
90
91
  ${({
91
92
  hasValidationIcon
92
93
  }) => (0, _styledComponents.css)`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "149.0.0",
3
+ "version": "149.0.2",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",
@@ -173,7 +173,6 @@
173
173
  "@lexical/link": "^0.21.0",
174
174
  "@lexical/react": "^0.21.0",
175
175
  "@lexical/selection": "^0.21.0",
176
- "@octokit/rest": "^18.12.0",
177
176
  "@styled-system/prop-types": "^5.1.5",
178
177
  "@tanstack/react-virtual": "^3.11.2",
179
178
  "@types/styled-system": "^5.1.22",