@nypl/design-system-react-components 3.4.0-rc → 3.4.0-rc2

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.
@@ -37224,7 +37224,8 @@ const RA = ee({
37224
37224
  })
37225
37225
  }), JA = ee({
37226
37226
  baseStyle: C2({
37227
- gridColumn: { base: "1", md: "1 / span 2" }
37227
+ gridColumn: { base: "1", md: "1 / span 2" },
37228
+ overflow: "auto"
37228
37229
  }),
37229
37230
  variants: {
37230
37231
  left: {
@@ -93,6 +93,7 @@ declare const _default: {
93
93
  base: "1";
94
94
  md: "1 / span 2";
95
95
  };
96
+ overflow: string;
96
97
  };
97
98
  sizes?: {
98
99
  [key: string]: import("@chakra-ui/styled-system").SystemStyleInterpolation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "3.4.0-rc",
3
+ "version": "3.4.0-rc2",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",