@nypl/design-system-react-components 3.4.3-rc9 → 3.4.4-template-overflow-fix-rc

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.
@@ -50,8 +50,7 @@ declare const _default: {
50
50
  };
51
51
  gridTemplateColumns: string;
52
52
  paddingY: number;
53
- paddingX: string;
54
- gap: string;
53
+ rowGap: string;
55
54
  };
56
55
  sizes?: {
57
56
  [key: string]: import("@chakra-ui/styled-system").SystemStyleInterpolation;
@@ -59,12 +58,12 @@ declare const _default: {
59
58
  variants?: {
60
59
  left: {
61
60
  gridTemplateColumns: {
62
- md: "255px 1fr";
61
+ md: "271px 1fr";
63
62
  };
64
63
  };
65
64
  right: {
66
65
  gridTemplateColumns: {
67
- md: "1fr 255px";
66
+ md: "1fr 271px";
68
67
  };
69
68
  };
70
69
  };
@@ -81,6 +80,7 @@ declare const _default: {
81
80
  md: "1 / span 2";
82
81
  };
83
82
  height: string;
83
+ paddingX: string;
84
84
  };
85
85
  sizes?: {
86
86
  [key: string]: import("@chakra-ui/styled-system").SystemStyleInterpolation;
@@ -100,6 +100,11 @@ declare const _default: {
100
100
  base: "1";
101
101
  md: "1 / span 2";
102
102
  };
103
+ overflow: {
104
+ base: "unset";
105
+ md: "hidden";
106
+ };
107
+ paddingX: string;
103
108
  };
104
109
  sizes?: {
105
110
  [key: string]: import("@chakra-ui/styled-system").SystemStyleInterpolation;
@@ -116,20 +121,19 @@ declare const _default: {
116
121
  minWidth: {
117
122
  md: number;
118
123
  };
119
- overflow: {
120
- base: "unset";
121
- md: "hidden";
124
+ paddingRight: string;
125
+ paddingLeft: {
126
+ base: "s";
127
+ md: "l";
122
128
  };
123
129
  };
124
130
  right: {
125
- gridColumn: {
126
- base: "1";
127
- md: "1";
128
- };
129
- overflow: {
130
- base: "unset";
131
- md: "hidden";
131
+ gridColumn: string;
132
+ paddingRight: {
133
+ base: "s";
134
+ md: "l";
132
135
  };
136
+ paddingLeft: string;
133
137
  };
134
138
  };
135
139
  defaultProps?: {
@@ -146,12 +150,22 @@ declare const _default: {
146
150
  variants?: {
147
151
  left: {
148
152
  gridColumn: string;
153
+ paddingLeft: string;
154
+ paddingRight: {
155
+ base: "s";
156
+ md: number;
157
+ };
149
158
  };
150
159
  right: {
151
160
  gridColumn: {
152
161
  base: "1";
153
162
  md: "2";
154
163
  };
164
+ paddingLeft: {
165
+ base: "s";
166
+ md: number;
167
+ };
168
+ paddingRight: string;
155
169
  };
156
170
  };
157
171
  defaultProps?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "3.4.3-rc9",
3
+ "version": "3.4.4-template-overflow-fix-rc",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",