@zendeskgarden/react-accordions 9.0.0 → 9.1.1
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/LICENSE.md +176 -0
- package/dist/esm/styled/accordion/StyledAccordion.js +1 -1
- package/dist/esm/styled/accordion/StyledButton.js +1 -1
- package/dist/esm/styled/accordion/StyledHeader.js +1 -1
- package/dist/esm/styled/accordion/StyledInnerPanel.js +1 -1
- package/dist/esm/styled/accordion/StyledPanel.js +1 -1
- package/dist/esm/styled/accordion/StyledRotateIcon.js +1 -1
- package/dist/esm/styled/accordion/StyledSection.js +1 -1
- package/dist/esm/styled/stepper/StyledContent.js +1 -1
- package/dist/esm/styled/stepper/StyledIcon.js +1 -1
- package/dist/esm/styled/stepper/StyledInnerContent.js +1 -1
- package/dist/esm/styled/stepper/StyledLabel.js +1 -1
- package/dist/esm/styled/stepper/StyledLabelText.js +1 -1
- package/dist/esm/styled/stepper/StyledLine.js +1 -1
- package/dist/esm/styled/stepper/StyledStep.js +1 -1
- package/dist/esm/styled/stepper/StyledStepper.js +1 -1
- package/dist/esm/styled/timeline/StyledContent.js +1 -1
- package/dist/esm/styled/timeline/StyledItem.js +1 -1
- package/dist/esm/styled/timeline/StyledItemIcon.js +1 -1
- package/dist/esm/styled/timeline/StyledOppositeContent.js +1 -1
- package/dist/esm/styled/timeline/StyledSeparator.js +1 -1
- package/dist/esm/styled/timeline/StyledTimeline.js +1 -1
- package/dist/index.cjs.js +21 -21
- package/dist/typings/styled/accordion/StyledRotateIcon.d.ts +1 -1
- package/dist/typings/styled/timeline/StyledItemIcon.d.ts +1 -1
- package/package.json +6 -5
package/LICENSE.md
ADDED
|
@@ -0,0 +1,176 @@
|
|
|
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
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
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.
|
|
13
|
+
'data-garden-version': '9.1.1'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledAccordion",
|
|
16
16
|
componentId: "sc-niv9ic-0"
|
|
@@ -24,7 +24,7 @@ const colorStyles = _ref => {
|
|
|
24
24
|
};
|
|
25
25
|
const StyledButton = styled.button.attrs({
|
|
26
26
|
'data-garden-id': COMPONENT_ID,
|
|
27
|
-
'data-garden-version': '9.
|
|
27
|
+
'data-garden-version': '9.1.1'
|
|
28
28
|
}).withConfig({
|
|
29
29
|
displayName: "StyledButton",
|
|
30
30
|
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.
|
|
14
|
+
'data-garden-version': '9.1.1'
|
|
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.
|
|
14
|
+
'data-garden-version': '9.1.1'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledInnerPanel",
|
|
17
17
|
componentId: "sc-8nbueg-0"
|
|
@@ -43,7 +43,7 @@ const sizeStyles = props => {
|
|
|
43
43
|
};
|
|
44
44
|
const StyledPanel = styled.section.attrs({
|
|
45
45
|
'data-garden-id': COMPONENT_ID,
|
|
46
|
-
'data-garden-version': '9.
|
|
46
|
+
'data-garden-version': '9.1.1'
|
|
47
47
|
}).withConfig({
|
|
48
48
|
displayName: "StyledPanel",
|
|
49
49
|
componentId: "sc-1piryze-0"
|
|
@@ -24,7 +24,7 @@ const colorStyles = _ref => {
|
|
|
24
24
|
};
|
|
25
25
|
const StyledRotateIcon = styled(StyledBaseIcon).attrs({
|
|
26
26
|
'data-garden-id': COMPONENT_ID,
|
|
27
|
-
'data-garden-version': '9.
|
|
27
|
+
'data-garden-version': '9.1.1'
|
|
28
28
|
}).withConfig({
|
|
29
29
|
displayName: "StyledRotateIcon",
|
|
30
30
|
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.
|
|
14
|
+
'data-garden-version': '9.1.1'
|
|
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.
|
|
26
|
+
'data-garden-version': '9.1.1'
|
|
27
27
|
}).withConfig({
|
|
28
28
|
displayName: "StyledContent",
|
|
29
29
|
componentId: "sc-mazvvo-0"
|
|
@@ -10,7 +10,7 @@ import { getLineHeight, getColor, retrieveComponentStyles } from '@zendeskgarden
|
|
|
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.
|
|
13
|
+
'data-garden-version': '9.1.1'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledInnerContent",
|
|
16
16
|
componentId: "sc-1xs9fh7-0"
|
|
@@ -10,7 +10,7 @@ import { getLineHeight, getColor, retrieveComponentStyles } from '@zendeskgarden
|
|
|
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.
|
|
13
|
+
'data-garden-version': '9.1.1'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledLabel",
|
|
16
16
|
componentId: "sc-1o82llj-0"
|
|
@@ -9,7 +9,7 @@ import styled from 'styled-components';
|
|
|
9
9
|
const COMPONENT_ID = 'accordions.step_label_text';
|
|
10
10
|
const StyledLabelText = styled.div.attrs({
|
|
11
11
|
'data-garden-id': COMPONENT_ID,
|
|
12
|
-
'data-garden-version': '9.
|
|
12
|
+
'data-garden-version': '9.1.1'
|
|
13
13
|
}).withConfig({
|
|
14
14
|
displayName: "StyledLabelText",
|
|
15
15
|
componentId: "sc-111m5zo-0"
|
|
@@ -10,7 +10,7 @@ import { getColor } 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.
|
|
13
|
+
'data-garden-version': '9.1.1'
|
|
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.
|
|
15
|
+
'data-garden-version': '9.1.1'
|
|
16
16
|
}).withConfig({
|
|
17
17
|
displayName: "StyledStep",
|
|
18
18
|
componentId: "sc-12fiwtz-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
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.
|
|
13
|
+
'data-garden-version': '9.1.1'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledStepper",
|
|
16
16
|
componentId: "sc-dsxw0f-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
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.
|
|
13
|
+
'data-garden-version': '9.1.1'
|
|
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.
|
|
16
|
+
'data-garden-version': '9.1.1'
|
|
17
17
|
}).withConfig({
|
|
18
18
|
displayName: "StyledItem__StyledTimelineItem",
|
|
19
19
|
componentId: "sc-5mcnzm-0"
|
|
@@ -34,7 +34,7 @@ const colorStyles = _ref => {
|
|
|
34
34
|
};
|
|
35
35
|
const StyledItemIcon = styled(StyledBaseIcon).attrs({
|
|
36
36
|
'data-garden-id': COMPONENT_ID,
|
|
37
|
-
'data-garden-version': '9.
|
|
37
|
+
'data-garden-version': '9.1.1'
|
|
38
38
|
}).withConfig({
|
|
39
39
|
displayName: "StyledItemIcon",
|
|
40
40
|
componentId: "sc-vz2l6e-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
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.
|
|
13
|
+
'data-garden-version': '9.1.1'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledOppositeContent",
|
|
16
16
|
componentId: "sc-jurh2k-0"
|
|
@@ -10,7 +10,7 @@ import { getColor, retrieveComponentStyles } from '@zendeskgarden/react-theming'
|
|
|
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.
|
|
13
|
+
'data-garden-version': '9.1.1'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledSeparator",
|
|
16
16
|
componentId: "sc-fki51e-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
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.
|
|
13
|
+
'data-garden-version': '9.1.1'
|
|
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.
|
|
57
|
+
'data-garden-version': '9.1.1'
|
|
58
58
|
}).withConfig({
|
|
59
59
|
displayName: "StyledContent",
|
|
60
60
|
componentId: "sc-mazvvo-0"
|
|
@@ -63,7 +63,7 @@ const StyledContent = styled__default.default.div.attrs({
|
|
|
63
63
|
const COMPONENT_ID$j = 'accordions.step_line';
|
|
64
64
|
const StyledLine = styled__default.default.div.attrs({
|
|
65
65
|
'data-garden-id': COMPONENT_ID$j,
|
|
66
|
-
'data-garden-version': '9.
|
|
66
|
+
'data-garden-version': '9.1.1'
|
|
67
67
|
}).withConfig({
|
|
68
68
|
displayName: "StyledLine",
|
|
69
69
|
componentId: "sc-1gkpjbr-0"
|
|
@@ -80,7 +80,7 @@ const StyledLine = styled__default.default.div.attrs({
|
|
|
80
80
|
const COMPONENT_ID$i = 'accordions.step';
|
|
81
81
|
const StyledStep = styled__default.default.li.attrs({
|
|
82
82
|
'data-garden-id': COMPONENT_ID$i,
|
|
83
|
-
'data-garden-version': '9.
|
|
83
|
+
'data-garden-version': '9.1.1'
|
|
84
84
|
}).withConfig({
|
|
85
85
|
displayName: "StyledStep",
|
|
86
86
|
componentId: "sc-12fiwtz-0"
|
|
@@ -97,7 +97,7 @@ const StyledStep = styled__default.default.li.attrs({
|
|
|
97
97
|
const COMPONENT_ID$h = 'accordions.step_inner_content';
|
|
98
98
|
const StyledInnerContent = styled__default.default.div.attrs({
|
|
99
99
|
'data-garden-id': COMPONENT_ID$h,
|
|
100
|
-
'data-garden-version': '9.
|
|
100
|
+
'data-garden-version': '9.1.1'
|
|
101
101
|
}).withConfig({
|
|
102
102
|
displayName: "StyledInnerContent",
|
|
103
103
|
componentId: "sc-1xs9fh7-0"
|
|
@@ -114,7 +114,7 @@ const StyledInnerContent = styled__default.default.div.attrs({
|
|
|
114
114
|
const COMPONENT_ID$g = 'accordions.stepper';
|
|
115
115
|
const StyledStepper = styled__default.default.ol.attrs({
|
|
116
116
|
'data-garden-id': COMPONENT_ID$g,
|
|
117
|
-
'data-garden-version': '9.
|
|
117
|
+
'data-garden-version': '9.1.1'
|
|
118
118
|
}).withConfig({
|
|
119
119
|
displayName: "StyledStepper",
|
|
120
120
|
componentId: "sc-dsxw0f-0"
|
|
@@ -159,7 +159,7 @@ const colorStyles$4 = _ref => {
|
|
|
159
159
|
};
|
|
160
160
|
const StyledIcon = styled__default.default.div.attrs({
|
|
161
161
|
'data-garden-id': COMPONENT_ID$f,
|
|
162
|
-
'data-garden-version': '9.
|
|
162
|
+
'data-garden-version': '9.1.1'
|
|
163
163
|
}).withConfig({
|
|
164
164
|
displayName: "StyledIcon",
|
|
165
165
|
componentId: "sc-v20nz9-1"
|
|
@@ -168,7 +168,7 @@ const StyledIcon = styled__default.default.div.attrs({
|
|
|
168
168
|
const COMPONENT_ID$e = 'accordions.step_label';
|
|
169
169
|
const StyledLabel = styled__default.default.div.attrs({
|
|
170
170
|
'data-garden-id': COMPONENT_ID$e,
|
|
171
|
-
'data-garden-version': '9.
|
|
171
|
+
'data-garden-version': '9.1.1'
|
|
172
172
|
}).withConfig({
|
|
173
173
|
displayName: "StyledLabel",
|
|
174
174
|
componentId: "sc-1o82llj-0"
|
|
@@ -186,7 +186,7 @@ const StyledLabel = styled__default.default.div.attrs({
|
|
|
186
186
|
const COMPONENT_ID$d = 'accordions.step_label_text';
|
|
187
187
|
const StyledLabelText = styled__default.default.div.attrs({
|
|
188
188
|
'data-garden-id': COMPONENT_ID$d,
|
|
189
|
-
'data-garden-version': '9.
|
|
189
|
+
'data-garden-version': '9.1.1'
|
|
190
190
|
}).withConfig({
|
|
191
191
|
displayName: "StyledLabelText",
|
|
192
192
|
componentId: "sc-111m5zo-0"
|
|
@@ -195,7 +195,7 @@ const StyledLabelText = styled__default.default.div.attrs({
|
|
|
195
195
|
const COMPONENT_ID$c = 'accordions.accordion';
|
|
196
196
|
const StyledAccordion = styled__default.default.div.attrs({
|
|
197
197
|
'data-garden-id': COMPONENT_ID$c,
|
|
198
|
-
'data-garden-version': '9.
|
|
198
|
+
'data-garden-version': '9.1.1'
|
|
199
199
|
}).withConfig({
|
|
200
200
|
displayName: "StyledAccordion",
|
|
201
201
|
componentId: "sc-niv9ic-0"
|
|
@@ -237,7 +237,7 @@ const sizeStyles = props => {
|
|
|
237
237
|
};
|
|
238
238
|
const StyledPanel = styled__default.default.section.attrs({
|
|
239
239
|
'data-garden-id': COMPONENT_ID$b,
|
|
240
|
-
'data-garden-version': '9.
|
|
240
|
+
'data-garden-version': '9.1.1'
|
|
241
241
|
}).withConfig({
|
|
242
242
|
displayName: "StyledPanel",
|
|
243
243
|
componentId: "sc-1piryze-0"
|
|
@@ -250,7 +250,7 @@ StyledPanel.defaultProps = {
|
|
|
250
250
|
const COMPONENT_ID$a = 'accordions.section';
|
|
251
251
|
const StyledSection = styled__default.default.div.attrs({
|
|
252
252
|
'data-garden-id': COMPONENT_ID$a,
|
|
253
|
-
'data-garden-version': '9.
|
|
253
|
+
'data-garden-version': '9.1.1'
|
|
254
254
|
}).withConfig({
|
|
255
255
|
displayName: "StyledSection",
|
|
256
256
|
componentId: "sc-v2t9bd-0"
|
|
@@ -273,7 +273,7 @@ const colorStyles$2 = _ref => {
|
|
|
273
273
|
};
|
|
274
274
|
const StyledButton = styled__default.default.button.attrs({
|
|
275
275
|
'data-garden-id': COMPONENT_ID$9,
|
|
276
|
-
'data-garden-version': '9.
|
|
276
|
+
'data-garden-version': '9.1.1'
|
|
277
277
|
}).withConfig({
|
|
278
278
|
displayName: "StyledButton",
|
|
279
279
|
componentId: "sc-xj3hy7-0"
|
|
@@ -282,7 +282,7 @@ const StyledButton = styled__default.default.button.attrs({
|
|
|
282
282
|
const COMPONENT_ID$8 = 'accordions.header';
|
|
283
283
|
const StyledHeader = styled__default.default.div.attrs({
|
|
284
284
|
'data-garden-id': COMPONENT_ID$8,
|
|
285
|
-
'data-garden-version': '9.
|
|
285
|
+
'data-garden-version': '9.1.1'
|
|
286
286
|
}).withConfig({
|
|
287
287
|
displayName: "StyledHeader",
|
|
288
288
|
componentId: "sc-2c6rbr-0"
|
|
@@ -295,7 +295,7 @@ const StyledHeader = styled__default.default.div.attrs({
|
|
|
295
295
|
const COMPONENT_ID$7 = 'accordions.step_inner_panel';
|
|
296
296
|
const StyledInnerPanel = styled__default.default.div.attrs({
|
|
297
297
|
'data-garden-id': COMPONENT_ID$7,
|
|
298
|
-
'data-garden-version': '9.
|
|
298
|
+
'data-garden-version': '9.1.1'
|
|
299
299
|
}).withConfig({
|
|
300
300
|
displayName: "StyledInnerPanel",
|
|
301
301
|
componentId: "sc-8nbueg-0"
|
|
@@ -318,7 +318,7 @@ const colorStyles$1 = _ref => {
|
|
|
318
318
|
};
|
|
319
319
|
const StyledRotateIcon = styled__default.default(reactTheming.StyledBaseIcon).attrs({
|
|
320
320
|
'data-garden-id': COMPONENT_ID$6,
|
|
321
|
-
'data-garden-version': '9.
|
|
321
|
+
'data-garden-version': '9.1.1'
|
|
322
322
|
}).withConfig({
|
|
323
323
|
displayName: "StyledRotateIcon",
|
|
324
324
|
componentId: "sc-hp435q-0"
|
|
@@ -327,7 +327,7 @@ const StyledRotateIcon = styled__default.default(reactTheming.StyledBaseIcon).at
|
|
|
327
327
|
const COMPONENT_ID$5 = 'timeline';
|
|
328
328
|
const StyledTimeline = styled__default.default.ol.attrs({
|
|
329
329
|
'data-garden-id': COMPONENT_ID$5,
|
|
330
|
-
'data-garden-version': '9.
|
|
330
|
+
'data-garden-version': '9.1.1'
|
|
331
331
|
}).withConfig({
|
|
332
332
|
displayName: "StyledTimeline",
|
|
333
333
|
componentId: "sc-pig5kv-0"
|
|
@@ -336,7 +336,7 @@ const StyledTimeline = styled__default.default.ol.attrs({
|
|
|
336
336
|
const COMPONENT_ID$4 = 'timeline.content.separator';
|
|
337
337
|
const StyledSeparator = styled__default.default.div.attrs({
|
|
338
338
|
'data-garden-id': COMPONENT_ID$4,
|
|
339
|
-
'data-garden-version': '9.
|
|
339
|
+
'data-garden-version': '9.1.1'
|
|
340
340
|
}).withConfig({
|
|
341
341
|
displayName: "StyledSeparator",
|
|
342
342
|
componentId: "sc-fki51e-0"
|
|
@@ -353,7 +353,7 @@ const StyledSeparator = styled__default.default.div.attrs({
|
|
|
353
353
|
const COMPONENT_ID$3 = 'timeline.content';
|
|
354
354
|
const StyledTimelineContent = styled__default.default.div.attrs({
|
|
355
355
|
'data-garden-id': COMPONENT_ID$3,
|
|
356
|
-
'data-garden-version': '9.
|
|
356
|
+
'data-garden-version': '9.1.1'
|
|
357
357
|
}).withConfig({
|
|
358
358
|
displayName: "StyledContent__StyledTimelineContent",
|
|
359
359
|
componentId: "sc-19phgu1-0"
|
|
@@ -362,7 +362,7 @@ const StyledTimelineContent = styled__default.default.div.attrs({
|
|
|
362
362
|
const COMPONENT_ID$2 = 'timeline.opposite.content';
|
|
363
363
|
const StyledOppositeContent = styled__default.default.div.attrs({
|
|
364
364
|
'data-garden-id': COMPONENT_ID$2,
|
|
365
|
-
'data-garden-version': '9.
|
|
365
|
+
'data-garden-version': '9.1.1'
|
|
366
366
|
}).withConfig({
|
|
367
367
|
displayName: "StyledOppositeContent",
|
|
368
368
|
componentId: "sc-jurh2k-0"
|
|
@@ -371,7 +371,7 @@ const StyledOppositeContent = styled__default.default.div.attrs({
|
|
|
371
371
|
const COMPONENT_ID$1 = 'timeline.item';
|
|
372
372
|
const StyledTimelineItem = styled__default.default.li.attrs({
|
|
373
373
|
'data-garden-id': COMPONENT_ID$1,
|
|
374
|
-
'data-garden-version': '9.
|
|
374
|
+
'data-garden-version': '9.1.1'
|
|
375
375
|
}).withConfig({
|
|
376
376
|
displayName: "StyledItem__StyledTimelineItem",
|
|
377
377
|
componentId: "sc-5mcnzm-0"
|
|
@@ -411,7 +411,7 @@ const colorStyles = _ref => {
|
|
|
411
411
|
};
|
|
412
412
|
const StyledItemIcon = styled__default.default(reactTheming.StyledBaseIcon).attrs({
|
|
413
413
|
'data-garden-id': COMPONENT_ID,
|
|
414
|
-
'data-garden-version': '9.
|
|
414
|
+
'data-garden-version': '9.1.1'
|
|
415
415
|
}).withConfig({
|
|
416
416
|
displayName: "StyledItemIcon",
|
|
417
417
|
componentId: "sc-vz2l6e-0"
|
|
@@ -11,7 +11,7 @@ interface IStyledRotateIcon {
|
|
|
11
11
|
$isHovered?: boolean;
|
|
12
12
|
$isCollapsible?: boolean;
|
|
13
13
|
}
|
|
14
|
-
export declare const StyledRotateIcon: import("styled-components").StyledComponent<({ children, theme, ...props }: any) =>
|
|
14
|
+
export declare const StyledRotateIcon: import("styled-components").StyledComponent<({ children, theme, ...props }: any) => React.DetailedReactHTMLElement<any, HTMLElement>, DefaultTheme, {
|
|
15
15
|
'data-garden-id': string;
|
|
16
16
|
'data-garden-version': string;
|
|
17
17
|
} & IStyledRotateIcon, "data-garden-id" | "data-garden-version">;
|
|
@@ -11,7 +11,7 @@ interface IStyledItemIcon {
|
|
|
11
11
|
/**
|
|
12
12
|
* 1. Odd sizing allows the timeline line to center respective of the circle icon.
|
|
13
13
|
*/
|
|
14
|
-
export declare const StyledItemIcon: import("styled-components").StyledComponent<({ children, theme, ...props }: any) =>
|
|
14
|
+
export declare const StyledItemIcon: import("styled-components").StyledComponent<({ children, theme, ...props }: any) => React.DetailedReactHTMLElement<any, HTMLElement>, DefaultTheme, {
|
|
15
15
|
'data-garden-id': string;
|
|
16
16
|
'data-garden-version': string;
|
|
17
17
|
} & IStyledItemIcon, "data-garden-id" | "data-garden-version">;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zendeskgarden/react-accordions",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.1.1",
|
|
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>",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"prop-types": "^15.5.7"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@zendeskgarden/react-theming": ">=9.0.0
|
|
30
|
+
"@zendeskgarden/react-theming": ">=9.0.0",
|
|
31
31
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
32
32
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
33
33
|
"styled-components": "^5.3.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@zendeskgarden/react-theming": "^9.
|
|
37
|
-
"@zendeskgarden/svg-icons": "7.
|
|
36
|
+
"@zendeskgarden/react-theming": "^9.1.1",
|
|
37
|
+
"@zendeskgarden/svg-icons": "7.3.0"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"accordions",
|
|
@@ -46,5 +46,6 @@
|
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
|
-
"zendeskgarden:src": "src/index.ts"
|
|
49
|
+
"zendeskgarden:src": "src/index.ts",
|
|
50
|
+
"gitHead": "21eaf7b57f27f1a846ed332f1b8e655d6bc0a13b"
|
|
50
51
|
}
|