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

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,17 +37224,19 @@ const RA = ee({
37224
37224
  })
37225
37225
  }), JA = ee({
37226
37226
  baseStyle: C2({
37227
- gridColumn: { base: "1", md: "1 / span 2" },
37228
- overflow: "auto"
37227
+ gridColumn: { base: "1 / 1", md: "1 / span 2" },
37228
+ display: { base: "contents", md: "unset" }
37229
37229
  }),
37230
37230
  variants: {
37231
37231
  left: {
37232
37232
  gridColumn: { base: "1", md: "2" },
37233
37233
  marginEnd: { md: 0 },
37234
- minWidth: { md: 0 }
37234
+ minWidth: { md: 0 },
37235
+ overflow: { base: "unset", md: "hidden" }
37235
37236
  },
37236
37237
  right: {
37237
- gridColumn: { base: "1", md: "1" }
37238
+ gridColumn: { base: "1", md: "1" },
37239
+ overflow: { base: "unset", md: "hidden" }
37238
37240
  }
37239
37241
  }
37240
37242
  }), ez = ee({
@@ -90,10 +90,13 @@ declare const _default: {
90
90
  TemplateContentPrimary: {
91
91
  baseStyle?: {
92
92
  gridColumn: {
93
- base: "1";
93
+ base: "1 / 1";
94
94
  md: "1 / span 2";
95
95
  };
96
- overflow: string;
96
+ display: {
97
+ base: "contents";
98
+ md: "unset";
99
+ };
97
100
  };
98
101
  sizes?: {
99
102
  [key: string]: import("@chakra-ui/styled-system").SystemStyleInterpolation;
@@ -110,12 +113,20 @@ declare const _default: {
110
113
  minWidth: {
111
114
  md: number;
112
115
  };
116
+ overflow: {
117
+ base: "unset";
118
+ md: "hidden";
119
+ };
113
120
  };
114
121
  right: {
115
122
  gridColumn: {
116
123
  base: "1";
117
124
  md: "1";
118
125
  };
126
+ overflow: {
127
+ base: "unset";
128
+ md: "hidden";
129
+ };
119
130
  };
120
131
  };
121
132
  defaultProps?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "3.4.0-rc2",
3
+ "version": "3.4.0-rc3",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",