@zendeskgarden/react-accordions 9.0.0-next.11 → 9.0.0-next.13

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.
Files changed (27) hide show
  1. package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/12/circle-full-stroke.svg.js +1 -1
  2. package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/check-sm-stroke.svg.js +1 -1
  3. package/dist/esm/node_modules/@zendeskgarden/svg-icons/src/16/chevron-down-stroke.svg.js +1 -1
  4. package/dist/esm/styled/accordion/StyledAccordion.js +1 -1
  5. package/dist/esm/styled/accordion/StyledButton.js +1 -1
  6. package/dist/esm/styled/accordion/StyledHeader.js +1 -1
  7. package/dist/esm/styled/accordion/StyledInnerPanel.js +1 -1
  8. package/dist/esm/styled/accordion/StyledPanel.js +1 -1
  9. package/dist/esm/styled/accordion/StyledRotateIcon.js +1 -1
  10. package/dist/esm/styled/accordion/StyledSection.js +1 -1
  11. package/dist/esm/styled/stepper/StyledContent.js +1 -1
  12. package/dist/esm/styled/stepper/StyledIcon.js +1 -1
  13. package/dist/esm/styled/stepper/StyledInnerContent.js +1 -1
  14. package/dist/esm/styled/stepper/StyledLabel.js +1 -1
  15. package/dist/esm/styled/stepper/StyledLabelText.js +1 -1
  16. package/dist/esm/styled/stepper/StyledLine.js +1 -1
  17. package/dist/esm/styled/stepper/StyledStep.js +1 -1
  18. package/dist/esm/styled/stepper/StyledStepper.js +1 -1
  19. package/dist/esm/styled/timeline/StyledContent.js +1 -1
  20. package/dist/esm/styled/timeline/StyledItem.js +1 -1
  21. package/dist/esm/styled/timeline/StyledItemIcon.js +1 -1
  22. package/dist/esm/styled/timeline/StyledOppositeContent.js +1 -1
  23. package/dist/esm/styled/timeline/StyledSeparator.js +1 -1
  24. package/dist/esm/styled/timeline/StyledTimeline.js +1 -1
  25. package/dist/index.cjs.js +24 -24
  26. package/package.json +5 -6
  27. package/LICENSE.md +0 -176
@@ -7,7 +7,7 @@
7
7
  import * as React from 'react';
8
8
 
9
9
  var _circle;
10
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
10
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
11
11
  var SvgCircleFullStroke = function SvgCircleFullStroke(props) {
12
12
  return /*#__PURE__*/React.createElement("svg", _extends({
13
13
  xmlns: "http://www.w3.org/2000/svg",
@@ -7,7 +7,7 @@
7
7
  import * as React from 'react';
8
8
 
9
9
  var _path;
10
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
10
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
11
11
  var SvgCheckSmStroke = function SvgCheckSmStroke(props) {
12
12
  return /*#__PURE__*/React.createElement("svg", _extends({
13
13
  xmlns: "http://www.w3.org/2000/svg",
@@ -7,7 +7,7 @@
7
7
  import * as React from 'react';
8
8
 
9
9
  var _path;
10
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
10
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
11
11
  var SvgChevronDownStroke = function SvgChevronDownStroke(props) {
12
12
  return /*#__PURE__*/React.createElement("svg", _extends({
13
13
  xmlns: "http://www.w3.org/2000/svg",
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
10
10
  const COMPONENT_ID = 'accordions.accordion';
11
11
  const StyledAccordion = styled.div.attrs({
12
12
  'data-garden-id': COMPONENT_ID,
13
- 'data-garden-version': '9.0.0-next.11'
13
+ 'data-garden-version': '9.0.0-next.13'
14
14
  }).withConfig({
15
15
  displayName: "StyledAccordion",
16
16
  componentId: "sc-niv9ic-0"
@@ -18,7 +18,7 @@ const colorStyles = props => {
18
18
  };
19
19
  const StyledButton = styled.button.attrs({
20
20
  'data-garden-id': COMPONENT_ID,
21
- 'data-garden-version': '9.0.0-next.11'
21
+ 'data-garden-version': '9.0.0-next.13'
22
22
  }).withConfig({
23
23
  displayName: "StyledButton",
24
24
  componentId: "sc-xj3hy7-0"
@@ -11,7 +11,7 @@ import { StyledButton } from './StyledButton.js';
11
11
  const COMPONENT_ID = 'accordions.header';
12
12
  const StyledHeader = styled.div.attrs({
13
13
  'data-garden-id': COMPONENT_ID,
14
- 'data-garden-version': '9.0.0-next.11'
14
+ 'data-garden-version': '9.0.0-next.13'
15
15
  }).withConfig({
16
16
  displayName: "StyledHeader",
17
17
  componentId: "sc-2c6rbr-0"
@@ -11,7 +11,7 @@ import { StyledPanel } from './StyledPanel.js';
11
11
  const COMPONENT_ID = 'accordions.step_inner_panel';
12
12
  const StyledInnerPanel = styled.div.attrs({
13
13
  'data-garden-id': COMPONENT_ID,
14
- 'data-garden-version': '9.0.0-next.11'
14
+ 'data-garden-version': '9.0.0-next.13'
15
15
  }).withConfig({
16
16
  displayName: "StyledInnerPanel",
17
17
  componentId: "sc-8nbueg-0"
@@ -40,7 +40,7 @@ const sizeStyles = props => {
40
40
  };
41
41
  const StyledPanel = styled.section.attrs({
42
42
  'data-garden-id': COMPONENT_ID,
43
- 'data-garden-version': '9.0.0-next.11'
43
+ 'data-garden-version': '9.0.0-next.13'
44
44
  }).withConfig({
45
45
  displayName: "StyledPanel",
46
46
  componentId: "sc-1piryze-0"
@@ -18,7 +18,7 @@ const colorStyles = props => {
18
18
  };
19
19
  const StyledRotateIcon = styled(StyledBaseIcon).attrs({
20
20
  'data-garden-id': COMPONENT_ID,
21
- 'data-garden-version': '9.0.0-next.11'
21
+ 'data-garden-version': '9.0.0-next.13'
22
22
  }).withConfig({
23
23
  displayName: "StyledRotateIcon",
24
24
  componentId: "sc-hp435q-0"
@@ -11,7 +11,7 @@ import { StyledPanel } from './StyledPanel.js';
11
11
  const COMPONENT_ID = 'accordions.section';
12
12
  const StyledSection = styled.div.attrs({
13
13
  'data-garden-id': COMPONENT_ID,
14
- 'data-garden-version': '9.0.0-next.11'
14
+ 'data-garden-version': '9.0.0-next.13'
15
15
  }).withConfig({
16
16
  displayName: "StyledSection",
17
17
  componentId: "sc-v2t9bd-0"
@@ -23,7 +23,7 @@ const sizeStyles = props => {
23
23
  };
24
24
  const StyledContent = styled.div.attrs({
25
25
  'data-garden-id': COMPONENT_ID,
26
- 'data-garden-version': '9.0.0-next.11'
26
+ 'data-garden-version': '9.0.0-next.13'
27
27
  }).withConfig({
28
28
  displayName: "StyledContent",
29
29
  componentId: "sc-mazvvo-0"
@@ -22,7 +22,7 @@ const colorStyles = props => {
22
22
  };
23
23
  const StyledIcon = styled.div.attrs({
24
24
  'data-garden-id': COMPONENT_ID,
25
- 'data-garden-version': '9.0.0-next.11'
25
+ 'data-garden-version': '9.0.0-next.13'
26
26
  }).withConfig({
27
27
  displayName: "StyledIcon",
28
28
  componentId: "sc-v20nz9-1"
@@ -10,7 +10,7 @@ import { getLineHeight, getColorV8, retrieveComponentStyles, DEFAULT_THEME } fro
10
10
  const COMPONENT_ID = 'accordions.step_inner_content';
11
11
  const StyledInnerContent = styled.div.attrs({
12
12
  'data-garden-id': COMPONENT_ID,
13
- 'data-garden-version': '9.0.0-next.11'
13
+ 'data-garden-version': '9.0.0-next.13'
14
14
  }).withConfig({
15
15
  displayName: "StyledInnerContent",
16
16
  componentId: "sc-1xs9fh7-0"
@@ -10,7 +10,7 @@ import { getLineHeight, getColorV8, retrieveComponentStyles, DEFAULT_THEME } fro
10
10
  const COMPONENT_ID = 'accordions.step_label';
11
11
  const StyledLabel = styled.div.attrs({
12
12
  'data-garden-id': COMPONENT_ID,
13
- 'data-garden-version': '9.0.0-next.11'
13
+ 'data-garden-version': '9.0.0-next.13'
14
14
  }).withConfig({
15
15
  displayName: "StyledLabel",
16
16
  componentId: "sc-1o82llj-0"
@@ -10,7 +10,7 @@ import { DEFAULT_THEME } from '@zendeskgarden/react-theming';
10
10
  const COMPONENT_ID = 'accordions.step_label_text';
11
11
  const StyledLabelText = styled.div.attrs({
12
12
  'data-garden-id': COMPONENT_ID,
13
- 'data-garden-version': '9.0.0-next.11'
13
+ 'data-garden-version': '9.0.0-next.13'
14
14
  }).withConfig({
15
15
  displayName: "StyledLabelText",
16
16
  componentId: "sc-111m5zo-0"
@@ -10,7 +10,7 @@ import { getColorV8, DEFAULT_THEME } from '@zendeskgarden/react-theming';
10
10
  const COMPONENT_ID = 'accordions.step_line';
11
11
  const StyledLine = styled.div.attrs({
12
12
  'data-garden-id': COMPONENT_ID,
13
- 'data-garden-version': '9.0.0-next.11'
13
+ 'data-garden-version': '9.0.0-next.13'
14
14
  }).withConfig({
15
15
  displayName: "StyledLine",
16
16
  componentId: "sc-1gkpjbr-0"
@@ -12,7 +12,7 @@ import { StyledLine } from './StyledLine.js';
12
12
  const COMPONENT_ID = 'accordions.step';
13
13
  const StyledStep = styled.li.attrs({
14
14
  'data-garden-id': COMPONENT_ID,
15
- 'data-garden-version': '9.0.0-next.11'
15
+ 'data-garden-version': '9.0.0-next.13'
16
16
  }).withConfig({
17
17
  displayName: "StyledStep",
18
18
  componentId: "sc-12fiwtz-0"
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
10
10
  const COMPONENT_ID = 'accordions.stepper';
11
11
  const StyledStepper = styled.ol.attrs({
12
12
  'data-garden-id': COMPONENT_ID,
13
- 'data-garden-version': '9.0.0-next.11'
13
+ 'data-garden-version': '9.0.0-next.13'
14
14
  }).withConfig({
15
15
  displayName: "StyledStepper",
16
16
  componentId: "sc-dsxw0f-0"
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
10
10
  const COMPONENT_ID = 'timeline.content';
11
11
  const StyledTimelineContent = styled.div.attrs({
12
12
  'data-garden-id': COMPONENT_ID,
13
- 'data-garden-version': '9.0.0-next.11'
13
+ 'data-garden-version': '9.0.0-next.13'
14
14
  }).withConfig({
15
15
  displayName: "StyledContent__StyledTimelineContent",
16
16
  componentId: "sc-19phgu1-0"
@@ -13,7 +13,7 @@ import { StyledOppositeContent } from './StyledOppositeContent.js';
13
13
  const COMPONENT_ID = 'timeline.item';
14
14
  const StyledTimelineItem = styled.li.attrs({
15
15
  'data-garden-id': COMPONENT_ID,
16
- 'data-garden-version': '9.0.0-next.11'
16
+ 'data-garden-version': '9.0.0-next.13'
17
17
  }).withConfig({
18
18
  displayName: "StyledItem__StyledTimelineItem",
19
19
  componentId: "sc-5mcnzm-0"
@@ -11,7 +11,7 @@ import { StyledBaseIcon, getColorV8, retrieveComponentStyles, DEFAULT_THEME } fr
11
11
  const COMPONENT_ID = 'timeline.icon';
12
12
  const StyledItemIcon = styled(StyledBaseIcon).attrs({
13
13
  'data-garden-id': COMPONENT_ID,
14
- 'data-garden-version': '9.0.0-next.11'
14
+ 'data-garden-version': '9.0.0-next.13'
15
15
  }).withConfig({
16
16
  displayName: "StyledItemIcon",
17
17
  componentId: "sc-vz2l6e-0"
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
10
10
  const COMPONENT_ID = 'timeline.opposite.content';
11
11
  const StyledOppositeContent = styled.div.attrs({
12
12
  'data-garden-id': COMPONENT_ID,
13
- 'data-garden-version': '9.0.0-next.11'
13
+ 'data-garden-version': '9.0.0-next.13'
14
14
  }).withConfig({
15
15
  displayName: "StyledOppositeContent",
16
16
  componentId: "sc-jurh2k-0"
@@ -10,7 +10,7 @@ import { getColorV8, retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgard
10
10
  const COMPONENT_ID = 'timeline.content.separator';
11
11
  const StyledSeparator = styled.div.attrs({
12
12
  'data-garden-id': COMPONENT_ID,
13
- 'data-garden-version': '9.0.0-next.11'
13
+ 'data-garden-version': '9.0.0-next.13'
14
14
  }).withConfig({
15
15
  displayName: "StyledSeparator",
16
16
  componentId: "sc-fki51e-0"
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
10
10
  const COMPONENT_ID = 'timeline';
11
11
  const StyledTimeline = styled.ol.attrs({
12
12
  'data-garden-id': COMPONENT_ID,
13
- 'data-garden-version': '9.0.0-next.11'
13
+ 'data-garden-version': '9.0.0-next.13'
14
14
  }).withConfig({
15
15
  displayName: "StyledTimeline",
16
16
  componentId: "sc-pig5kv-0"
package/dist/index.cjs.js CHANGED
@@ -54,7 +54,7 @@ const sizeStyles$2 = props => {
54
54
  };
55
55
  const StyledContent = styled__default.default.div.attrs({
56
56
  'data-garden-id': COMPONENT_ID$k,
57
- 'data-garden-version': '9.0.0-next.11'
57
+ 'data-garden-version': '9.0.0-next.13'
58
58
  }).withConfig({
59
59
  displayName: "StyledContent",
60
60
  componentId: "sc-mazvvo-0"
@@ -66,7 +66,7 @@ StyledContent.defaultProps = {
66
66
  const COMPONENT_ID$j = 'accordions.step_line';
67
67
  const StyledLine = styled__default.default.div.attrs({
68
68
  'data-garden-id': COMPONENT_ID$j,
69
- 'data-garden-version': '9.0.0-next.11'
69
+ 'data-garden-version': '9.0.0-next.13'
70
70
  }).withConfig({
71
71
  displayName: "StyledLine",
72
72
  componentId: "sc-1gkpjbr-0"
@@ -78,7 +78,7 @@ StyledLine.defaultProps = {
78
78
  const COMPONENT_ID$i = 'accordions.step';
79
79
  const StyledStep = styled__default.default.li.attrs({
80
80
  'data-garden-id': COMPONENT_ID$i,
81
- 'data-garden-version': '9.0.0-next.11'
81
+ 'data-garden-version': '9.0.0-next.13'
82
82
  }).withConfig({
83
83
  displayName: "StyledStep",
84
84
  componentId: "sc-12fiwtz-0"
@@ -90,7 +90,7 @@ StyledStep.defaultProps = {
90
90
  const COMPONENT_ID$h = 'accordions.step_inner_content';
91
91
  const StyledInnerContent = styled__default.default.div.attrs({
92
92
  'data-garden-id': COMPONENT_ID$h,
93
- 'data-garden-version': '9.0.0-next.11'
93
+ 'data-garden-version': '9.0.0-next.13'
94
94
  }).withConfig({
95
95
  displayName: "StyledInnerContent",
96
96
  componentId: "sc-1xs9fh7-0"
@@ -102,7 +102,7 @@ StyledInnerContent.defaultProps = {
102
102
  const COMPONENT_ID$g = 'accordions.stepper';
103
103
  const StyledStepper = styled__default.default.ol.attrs({
104
104
  'data-garden-id': COMPONENT_ID$g,
105
- 'data-garden-version': '9.0.0-next.11'
105
+ 'data-garden-version': '9.0.0-next.13'
106
106
  }).withConfig({
107
107
  displayName: "StyledStepper",
108
108
  componentId: "sc-dsxw0f-0"
@@ -126,7 +126,7 @@ const colorStyles$3 = props => {
126
126
  };
127
127
  const StyledIcon = styled__default.default.div.attrs({
128
128
  'data-garden-id': COMPONENT_ID$f,
129
- 'data-garden-version': '9.0.0-next.11'
129
+ 'data-garden-version': '9.0.0-next.13'
130
130
  }).withConfig({
131
131
  displayName: "StyledIcon",
132
132
  componentId: "sc-v20nz9-1"
@@ -141,7 +141,7 @@ StyledIcon.defaultProps = {
141
141
  const COMPONENT_ID$e = 'accordions.step_label';
142
142
  const StyledLabel = styled__default.default.div.attrs({
143
143
  'data-garden-id': COMPONENT_ID$e,
144
- 'data-garden-version': '9.0.0-next.11'
144
+ 'data-garden-version': '9.0.0-next.13'
145
145
  }).withConfig({
146
146
  displayName: "StyledLabel",
147
147
  componentId: "sc-1o82llj-0"
@@ -153,7 +153,7 @@ StyledLabel.defaultProps = {
153
153
  const COMPONENT_ID$d = 'accordions.step_label_text';
154
154
  const StyledLabelText = styled__default.default.div.attrs({
155
155
  'data-garden-id': COMPONENT_ID$d,
156
- 'data-garden-version': '9.0.0-next.11'
156
+ 'data-garden-version': '9.0.0-next.13'
157
157
  }).withConfig({
158
158
  displayName: "StyledLabelText",
159
159
  componentId: "sc-111m5zo-0"
@@ -165,7 +165,7 @@ StyledLabelText.defaultProps = {
165
165
  const COMPONENT_ID$c = 'accordions.accordion';
166
166
  const StyledAccordion = styled__default.default.div.attrs({
167
167
  'data-garden-id': COMPONENT_ID$c,
168
- 'data-garden-version': '9.0.0-next.11'
168
+ 'data-garden-version': '9.0.0-next.13'
169
169
  }).withConfig({
170
170
  displayName: "StyledAccordion",
171
171
  componentId: "sc-niv9ic-0"
@@ -207,7 +207,7 @@ const sizeStyles = props => {
207
207
  };
208
208
  const StyledPanel = styled__default.default.section.attrs({
209
209
  'data-garden-id': COMPONENT_ID$b,
210
- 'data-garden-version': '9.0.0-next.11'
210
+ 'data-garden-version': '9.0.0-next.13'
211
211
  }).withConfig({
212
212
  displayName: "StyledPanel",
213
213
  componentId: "sc-1piryze-0"
@@ -220,7 +220,7 @@ StyledPanel.defaultProps = {
220
220
  const COMPONENT_ID$a = 'accordions.section';
221
221
  const StyledSection = styled__default.default.div.attrs({
222
222
  'data-garden-id': COMPONENT_ID$a,
223
- 'data-garden-version': '9.0.0-next.11'
223
+ 'data-garden-version': '9.0.0-next.13'
224
224
  }).withConfig({
225
225
  displayName: "StyledSection",
226
226
  componentId: "sc-v2t9bd-0"
@@ -240,7 +240,7 @@ const colorStyles$1 = props => {
240
240
  };
241
241
  const StyledButton = styled__default.default.button.attrs({
242
242
  'data-garden-id': COMPONENT_ID$9,
243
- 'data-garden-version': '9.0.0-next.11'
243
+ 'data-garden-version': '9.0.0-next.13'
244
244
  }).withConfig({
245
245
  displayName: "StyledButton",
246
246
  componentId: "sc-xj3hy7-0"
@@ -252,7 +252,7 @@ StyledButton.defaultProps = {
252
252
  const COMPONENT_ID$8 = 'accordions.header';
253
253
  const StyledHeader = styled__default.default.div.attrs({
254
254
  'data-garden-id': COMPONENT_ID$8,
255
- 'data-garden-version': '9.0.0-next.11'
255
+ 'data-garden-version': '9.0.0-next.13'
256
256
  }).withConfig({
257
257
  displayName: "StyledHeader",
258
258
  componentId: "sc-2c6rbr-0"
@@ -268,7 +268,7 @@ StyledHeader.defaultProps = {
268
268
  const COMPONENT_ID$7 = 'accordions.step_inner_panel';
269
269
  const StyledInnerPanel = styled__default.default.div.attrs({
270
270
  'data-garden-id': COMPONENT_ID$7,
271
- 'data-garden-version': '9.0.0-next.11'
271
+ 'data-garden-version': '9.0.0-next.13'
272
272
  }).withConfig({
273
273
  displayName: "StyledInnerPanel",
274
274
  componentId: "sc-8nbueg-0"
@@ -288,7 +288,7 @@ const colorStyles = props => {
288
288
  };
289
289
  const StyledRotateIcon = styled__default.default(reactTheming.StyledBaseIcon).attrs({
290
290
  'data-garden-id': COMPONENT_ID$6,
291
- 'data-garden-version': '9.0.0-next.11'
291
+ 'data-garden-version': '9.0.0-next.13'
292
292
  }).withConfig({
293
293
  displayName: "StyledRotateIcon",
294
294
  componentId: "sc-hp435q-0"
@@ -300,7 +300,7 @@ StyledRotateIcon.defaultProps = {
300
300
  const COMPONENT_ID$5 = 'timeline';
301
301
  const StyledTimeline = styled__default.default.ol.attrs({
302
302
  'data-garden-id': COMPONENT_ID$5,
303
- 'data-garden-version': '9.0.0-next.11'
303
+ 'data-garden-version': '9.0.0-next.13'
304
304
  }).withConfig({
305
305
  displayName: "StyledTimeline",
306
306
  componentId: "sc-pig5kv-0"
@@ -312,7 +312,7 @@ StyledTimeline.defaultProps = {
312
312
  const COMPONENT_ID$4 = 'timeline.content.separator';
313
313
  const StyledSeparator = styled__default.default.div.attrs({
314
314
  'data-garden-id': COMPONENT_ID$4,
315
- 'data-garden-version': '9.0.0-next.11'
315
+ 'data-garden-version': '9.0.0-next.13'
316
316
  }).withConfig({
317
317
  displayName: "StyledSeparator",
318
318
  componentId: "sc-fki51e-0"
@@ -324,7 +324,7 @@ StyledSeparator.defaultProps = {
324
324
  const COMPONENT_ID$3 = 'timeline.content';
325
325
  const StyledTimelineContent = styled__default.default.div.attrs({
326
326
  'data-garden-id': COMPONENT_ID$3,
327
- 'data-garden-version': '9.0.0-next.11'
327
+ 'data-garden-version': '9.0.0-next.13'
328
328
  }).withConfig({
329
329
  displayName: "StyledContent__StyledTimelineContent",
330
330
  componentId: "sc-19phgu1-0"
@@ -336,7 +336,7 @@ StyledTimelineContent.defaultProps = {
336
336
  const COMPONENT_ID$2 = 'timeline.opposite.content';
337
337
  const StyledOppositeContent = styled__default.default.div.attrs({
338
338
  'data-garden-id': COMPONENT_ID$2,
339
- 'data-garden-version': '9.0.0-next.11'
339
+ 'data-garden-version': '9.0.0-next.13'
340
340
  }).withConfig({
341
341
  displayName: "StyledOppositeContent",
342
342
  componentId: "sc-jurh2k-0"
@@ -348,7 +348,7 @@ StyledOppositeContent.defaultProps = {
348
348
  const COMPONENT_ID$1 = 'timeline.item';
349
349
  const StyledTimelineItem = styled__default.default.li.attrs({
350
350
  'data-garden-id': COMPONENT_ID$1,
351
- 'data-garden-version': '9.0.0-next.11'
351
+ 'data-garden-version': '9.0.0-next.13'
352
352
  }).withConfig({
353
353
  displayName: "StyledItem__StyledTimelineItem",
354
354
  componentId: "sc-5mcnzm-0"
@@ -360,7 +360,7 @@ StyledTimelineItem.defaultProps = {
360
360
  const COMPONENT_ID = 'timeline.icon';
361
361
  const StyledItemIcon = styled__default.default(reactTheming.StyledBaseIcon).attrs({
362
362
  'data-garden-id': COMPONENT_ID,
363
- 'data-garden-version': '9.0.0-next.11'
363
+ 'data-garden-version': '9.0.0-next.13'
364
364
  }).withConfig({
365
365
  displayName: "StyledItemIcon",
366
366
  componentId: "sc-vz2l6e-0"
@@ -439,7 +439,7 @@ SectionComponent.displayName = 'Accordion.Section';
439
439
  const Section = SectionComponent;
440
440
 
441
441
  var _path$1;
442
- function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
442
+ function _extends$2() { return _extends$2 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$2.apply(null, arguments); }
443
443
  var SvgChevronDownStroke = function SvgChevronDownStroke(props) {
444
444
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$2({
445
445
  xmlns: "http://www.w3.org/2000/svg",
@@ -653,7 +653,7 @@ StepComponent.displayName = 'Stepper.Step';
653
653
  const Step = StepComponent;
654
654
 
655
655
  var _path;
656
- function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
656
+ function _extends$1() { return _extends$1 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1.apply(null, arguments); }
657
657
  var SvgCheckSmStroke = function SvgCheckSmStroke(props) {
658
658
  return /*#__PURE__*/React__namespace.createElement("svg", _extends$1({
659
659
  xmlns: "http://www.w3.org/2000/svg",
@@ -800,7 +800,7 @@ ItemComponent.displayName = 'Timeline.Item';
800
800
  const Item = ItemComponent;
801
801
 
802
802
  var _circle;
803
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
803
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
804
804
  var SvgCircleFullStroke = function SvgCircleFullStroke(props) {
805
805
  return /*#__PURE__*/React__namespace.createElement("svg", _extends({
806
806
  xmlns: "http://www.w3.org/2000/svg",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zendeskgarden/react-accordions",
3
- "version": "9.0.0-next.11",
3
+ "version": "9.0.0-next.13",
4
4
  "description": "Components related to accordions in the Garden Design System",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Zendesk Garden <garden@zendesk.com>",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@zendeskgarden/container-accordion": "^3.0.0",
25
25
  "@zendeskgarden/container-utilities": "^2.0.0",
26
- "polished": "^4.0.0",
26
+ "polished": "^4.3.1",
27
27
  "prop-types": "^15.5.7"
28
28
  },
29
29
  "peerDependencies": {
@@ -33,8 +33,8 @@
33
33
  "styled-components": "^5.3.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@zendeskgarden/react-theming": "^9.0.0-next.11",
37
- "@zendeskgarden/svg-icons": "7.0.0"
36
+ "@zendeskgarden/react-theming": "^9.0.0-next.13",
37
+ "@zendeskgarden/svg-icons": "7.1.1"
38
38
  },
39
39
  "keywords": [
40
40
  "accordions",
@@ -46,6 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "zendeskgarden:src": "src/index.ts",
50
- "gitHead": "0de1cc664807bd993ccd3beeb78e8fd1f3828320"
49
+ "zendeskgarden:src": "src/index.ts"
51
50
  }
package/LICENSE.md DELETED
@@ -1,176 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS