@nypl/design-system-react-components 3.4.0-rc4 → 3.4.0

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.
@@ -37200,8 +37200,8 @@ const RA = ee({
37200
37200
  baseStyle: C2({
37201
37201
  // Set this element to start on the second 1280px grid column.
37202
37202
  gridColumn: "2",
37203
- // But this element also contains its own grid system within.
37204
- // display: "grid",
37203
+ // This element also contains its own grid system within, but we use "flex"
37204
+ // for mobile to deal with overflow issues related to the Table component.
37205
37205
  display: { base: "flex", md: "grid" },
37206
37206
  flexDirection: { base: "column", md: null },
37207
37207
  gridTemplateColumns: "1fr",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "3.4.0-rc4",
3
+ "version": "3.4.0",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",