@zendeskgarden/react-grid 9.0.0-next.2 → 9.0.0-next.4

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.
package/dist/index.cjs.js CHANGED
@@ -102,7 +102,7 @@ const sizeStyles$4 = props => {
102
102
  };
103
103
  const StyledCol = styled__default.default.div.attrs({
104
104
  'data-garden-id': COMPONENT_ID$6,
105
- 'data-garden-version': '9.0.0-next.2'
105
+ 'data-garden-version': '9.0.0-next.4'
106
106
  }).withConfig({
107
107
  displayName: "StyledCol",
108
108
  componentId: "sc-inuw62-0"
@@ -124,7 +124,7 @@ const sizeStyles$3 = props => {
124
124
  };
125
125
  const StyledGrid = styled__default.default.div.attrs({
126
126
  'data-garden-id': COMPONENT_ID$5,
127
- 'data-garden-version': '9.0.0-next.2'
127
+ 'data-garden-version': '9.0.0-next.4'
128
128
  }).withConfig({
129
129
  displayName: "StyledGrid",
130
130
  componentId: "sc-oxgg5i-0"
@@ -166,7 +166,7 @@ const sizeStyles$2 = props => {
166
166
  };
167
167
  const StyledRow = styled__default.default.div.attrs({
168
168
  'data-garden-id': COMPONENT_ID$4,
169
- 'data-garden-version': '9.0.0-next.2'
169
+ 'data-garden-version': '9.0.0-next.4'
170
170
  }).withConfig({
171
171
  displayName: "StyledRow",
172
172
  componentId: "sc-xjsdg1-0"
@@ -179,7 +179,7 @@ StyledRow.defaultProps = {
179
179
  const COMPONENT_ID$3 = 'pane';
180
180
  const StyledPane = styled__default.default.div.attrs({
181
181
  'data-garden-id': COMPONENT_ID$3,
182
- 'data-garden-version': '9.0.0-next.2'
182
+ 'data-garden-version': '9.0.0-next.4'
183
183
  }).withConfig({
184
184
  displayName: "StyledPane",
185
185
  componentId: "sc-1ltjst7-0"
@@ -191,7 +191,7 @@ StyledPane.defaultProps = {
191
191
  const COMPONENT_ID$2 = 'pane.content';
192
192
  const StyledPaneContent = styled__default.default.div.attrs({
193
193
  'data-garden-id': COMPONENT_ID$2,
194
- 'data-garden-version': '9.0.0-next.2'
194
+ 'data-garden-version': '9.0.0-next.4'
195
195
  }).withConfig({
196
196
  displayName: "StyledPaneContent",
197
197
  componentId: "sc-1b38mbh-0"
@@ -277,7 +277,7 @@ const sizeStyles$1 = props => {
277
277
  };
278
278
  const StyledPaneSplitter = styled__default.default.div.attrs({
279
279
  'data-garden-id': COMPONENT_ID$1,
280
- 'data-garden-version': '9.0.0-next.2'
280
+ 'data-garden-version': '9.0.0-next.4'
281
281
  }).withConfig({
282
282
  displayName: "StyledPaneSplitter",
283
283
  componentId: "sc-jylemn-0"
@@ -342,7 +342,7 @@ const sizeStyles = props => {
342
342
  };
343
343
  const StyledPaneSplitterButton = styled__default.default(reactButtons.ChevronButton).attrs({
344
344
  'data-garden-id': COMPONENT_ID,
345
- 'data-garden-version': '9.0.0-next.2',
345
+ 'data-garden-version': '9.0.0-next.4',
346
346
  isBasic: true,
347
347
  isPill: true,
348
348
  size: 'small'
@@ -909,15 +909,15 @@ Pane.Content = Content;
909
909
  Pane.Splitter = Splitter;
910
910
  Pane.SplitterButton = SplitterButton;
911
911
 
912
- exports.ARRAY_ALIGN_ITEMS = ALIGN_ITEMS;
913
- exports.ARRAY_ALIGN_SELF = ALIGN_SELF;
914
- exports.ARRAY_DIRECTION = DIRECTION;
915
- exports.ARRAY_JUSTIFY_CONTENT = JUSTIFY_CONTENT;
916
- exports.ARRAY_SPACE = SPACE;
917
- exports.ARRAY_TEXT_ALIGN = TEXT_ALIGN;
918
- exports.ARRAY_WRAP = WRAP;
912
+ exports.ALIGN_ITEMS = ALIGN_ITEMS;
913
+ exports.ALIGN_SELF = ALIGN_SELF;
919
914
  exports.Col = Col;
915
+ exports.DIRECTION = DIRECTION;
920
916
  exports.Grid = Grid;
917
+ exports.JUSTIFY_CONTENT = JUSTIFY_CONTENT;
921
918
  exports.Pane = Pane;
922
919
  exports.PaneProvider = PaneProvider;
923
920
  exports.Row = Row;
921
+ exports.SPACE = SPACE;
922
+ exports.TEXT_ALIGN = TEXT_ALIGN;
923
+ exports.WRAP = WRAP;
package/dist/index.esm.js CHANGED
@@ -93,7 +93,7 @@ const sizeStyles$4 = props => {
93
93
  };
94
94
  const StyledCol = styled.div.attrs({
95
95
  'data-garden-id': COMPONENT_ID$6,
96
- 'data-garden-version': '9.0.0-next.2'
96
+ 'data-garden-version': '9.0.0-next.4'
97
97
  }).withConfig({
98
98
  displayName: "StyledCol",
99
99
  componentId: "sc-inuw62-0"
@@ -115,7 +115,7 @@ const sizeStyles$3 = props => {
115
115
  };
116
116
  const StyledGrid = styled.div.attrs({
117
117
  'data-garden-id': COMPONENT_ID$5,
118
- 'data-garden-version': '9.0.0-next.2'
118
+ 'data-garden-version': '9.0.0-next.4'
119
119
  }).withConfig({
120
120
  displayName: "StyledGrid",
121
121
  componentId: "sc-oxgg5i-0"
@@ -157,7 +157,7 @@ const sizeStyles$2 = props => {
157
157
  };
158
158
  const StyledRow = styled.div.attrs({
159
159
  'data-garden-id': COMPONENT_ID$4,
160
- 'data-garden-version': '9.0.0-next.2'
160
+ 'data-garden-version': '9.0.0-next.4'
161
161
  }).withConfig({
162
162
  displayName: "StyledRow",
163
163
  componentId: "sc-xjsdg1-0"
@@ -170,7 +170,7 @@ StyledRow.defaultProps = {
170
170
  const COMPONENT_ID$3 = 'pane';
171
171
  const StyledPane = styled.div.attrs({
172
172
  'data-garden-id': COMPONENT_ID$3,
173
- 'data-garden-version': '9.0.0-next.2'
173
+ 'data-garden-version': '9.0.0-next.4'
174
174
  }).withConfig({
175
175
  displayName: "StyledPane",
176
176
  componentId: "sc-1ltjst7-0"
@@ -182,7 +182,7 @@ StyledPane.defaultProps = {
182
182
  const COMPONENT_ID$2 = 'pane.content';
183
183
  const StyledPaneContent = styled.div.attrs({
184
184
  'data-garden-id': COMPONENT_ID$2,
185
- 'data-garden-version': '9.0.0-next.2'
185
+ 'data-garden-version': '9.0.0-next.4'
186
186
  }).withConfig({
187
187
  displayName: "StyledPaneContent",
188
188
  componentId: "sc-1b38mbh-0"
@@ -268,7 +268,7 @@ const sizeStyles$1 = props => {
268
268
  };
269
269
  const StyledPaneSplitter = styled.div.attrs({
270
270
  'data-garden-id': COMPONENT_ID$1,
271
- 'data-garden-version': '9.0.0-next.2'
271
+ 'data-garden-version': '9.0.0-next.4'
272
272
  }).withConfig({
273
273
  displayName: "StyledPaneSplitter",
274
274
  componentId: "sc-jylemn-0"
@@ -333,7 +333,7 @@ const sizeStyles = props => {
333
333
  };
334
334
  const StyledPaneSplitterButton = styled(ChevronButton).attrs({
335
335
  'data-garden-id': COMPONENT_ID,
336
- 'data-garden-version': '9.0.0-next.2',
336
+ 'data-garden-version': '9.0.0-next.4',
337
337
  isBasic: true,
338
338
  isPill: true,
339
339
  size: 'small'
@@ -900,4 +900,4 @@ Pane.Content = Content;
900
900
  Pane.Splitter = Splitter;
901
901
  Pane.SplitterButton = SplitterButton;
902
902
 
903
- export { ALIGN_ITEMS as ARRAY_ALIGN_ITEMS, ALIGN_SELF as ARRAY_ALIGN_SELF, DIRECTION as ARRAY_DIRECTION, JUSTIFY_CONTENT as ARRAY_JUSTIFY_CONTENT, SPACE as ARRAY_SPACE, TEXT_ALIGN as ARRAY_TEXT_ALIGN, WRAP as ARRAY_WRAP, Col, Grid, Pane, PaneProvider, Row };
903
+ export { ALIGN_ITEMS, ALIGN_SELF, Col, DIRECTION, Grid, JUSTIFY_CONTENT, Pane, PaneProvider, Row, SPACE, TEXT_ALIGN, WRAP };
@@ -9,4 +9,4 @@ export { Grid } from './elements/Grid';
9
9
  export { Row } from './elements/Row';
10
10
  export { PaneProvider } from './elements/pane/PaneProvider';
11
11
  export { Pane } from './elements/pane/Pane';
12
- export { ALIGN_ITEMS as ARRAY_ALIGN_ITEMS, ALIGN_SELF as ARRAY_ALIGN_SELF, DIRECTION as ARRAY_DIRECTION, JUSTIFY_CONTENT as ARRAY_JUSTIFY_CONTENT, TEXT_ALIGN as ARRAY_TEXT_ALIGN, SPACE as ARRAY_SPACE, WRAP as ARRAY_WRAP, type IPaneProviderProps, type ISplitterProps, type ISplitterButtonProps, type IColProps, type IGridProps, type IRowProps, type AlignItems as ALIGN_ITEMS, type AlignSelf as ALIGN_SELF, type Direction as DIRECTION, type JustifyContent as JUSTIFY_CONTENT, type TextAlign as TEXT_ALIGN, type GridNumber as GRID_NUMBER, type Breakpoint as BREAKPOINT, type Space as SPACE, type Wrap as WRAP } from './types';
12
+ export { ALIGN_ITEMS, ALIGN_SELF, DIRECTION, JUSTIFY_CONTENT, TEXT_ALIGN, SPACE, WRAP, type IPaneProviderProps, type ISplitterProps, type ISplitterButtonProps, type IColProps, type IGridProps, type IRowProps } from './types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zendeskgarden/react-grid",
3
- "version": "9.0.0-next.2",
3
+ "version": "9.0.0-next.4",
4
4
  "description": "Components relating to layout grids in the Garden Design System",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Zendesk Garden <garden@zendesk.com>",
@@ -23,8 +23,8 @@
23
23
  "dependencies": {
24
24
  "@zendeskgarden/container-splitter": "^2.0.3",
25
25
  "@zendeskgarden/container-utilities": "^2.0.0",
26
- "@zendeskgarden/react-buttons": "^9.0.0-next.2",
27
- "@zendeskgarden/react-tooltips": "^9.0.0-next.2",
26
+ "@zendeskgarden/react-buttons": "^9.0.0-next.4",
27
+ "@zendeskgarden/react-tooltips": "^9.0.0-next.4",
28
28
  "polished": "^4.0.0",
29
29
  "prop-types": "^15.5.7",
30
30
  "react-merge-refs": "^2.0.0",
@@ -37,7 +37,7 @@
37
37
  "styled-components": "^5.1.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@zendeskgarden/react-theming": "^9.0.0-next.2"
40
+ "@zendeskgarden/react-theming": "^9.0.0-next.4"
41
41
  },
42
42
  "keywords": [
43
43
  "components",
@@ -49,5 +49,5 @@
49
49
  "access": "public"
50
50
  },
51
51
  "zendeskgarden:src": "src/index.ts",
52
- "gitHead": "e47dd011fedf130106acdb485a023340564171af"
52
+ "gitHead": "749220247e3a22d2d502dcb3691d81e6a3d52b02"
53
53
  }