|
86 | 86 | }, |
87 | 87 | { |
88 | 88 | "kind": "javascript-module", |
89 | | - "path": "components/accordion/accordion.js", |
| 89 | + "path": "components/action-item/action-item.js", |
90 | 90 | "declarations": [ |
91 | 91 | { |
92 | 92 | "kind": "class", |
93 | 93 | "description": "", |
94 | | - "name": "ZnAccordion", |
| 94 | + "name": "ZnActionItem", |
95 | 95 | "cssProperties": [ |
96 | 96 | { |
97 | 97 | "description": "An example CSS custom property.", |
|
121 | 121 | "type": { |
122 | 122 | "text": "string" |
123 | 123 | }, |
124 | | - "default": "''", |
| 124 | + "default": "\"\"", |
125 | 125 | "attribute": "caption", |
126 | 126 | "reflects": true |
127 | 127 | }, |
128 | 128 | { |
129 | 129 | "kind": "field", |
130 | | - "name": "summary", |
| 130 | + "name": "description", |
131 | 131 | "type": { |
132 | 132 | "text": "string" |
133 | 133 | }, |
134 | | - "default": "''", |
135 | | - "attribute": "summary", |
| 134 | + "default": "\"\"", |
| 135 | + "attribute": "description", |
136 | 136 | "reflects": true |
137 | 137 | }, |
138 | 138 | { |
139 | 139 | "kind": "field", |
140 | | - "name": "label", |
| 140 | + "name": "uri", |
141 | 141 | "type": { |
142 | 142 | "text": "string" |
143 | 143 | }, |
144 | | - "default": "''", |
145 | | - "attribute": "label", |
146 | | - "reflects": true |
147 | | - }, |
148 | | - { |
149 | | - "kind": "field", |
150 | | - "name": "expanded", |
151 | | - "type": { |
152 | | - "text": "boolean" |
153 | | - }, |
154 | | - "default": "false", |
155 | | - "attribute": "expanded", |
| 144 | + "default": "\"\"", |
| 145 | + "attribute": "uri", |
156 | 146 | "reflects": true |
157 | | - }, |
158 | | - { |
159 | | - "kind": "method", |
160 | | - "name": "handleCollapse", |
161 | | - "parameters": [ |
162 | | - { |
163 | | - "name": "e", |
164 | | - "type": { |
165 | | - "text": "any" |
166 | | - } |
167 | | - } |
168 | | - ] |
169 | 147 | } |
170 | 148 | ], |
171 | 149 | "events": [ |
|
180 | 158 | "type": { |
181 | 159 | "text": "string" |
182 | 160 | }, |
183 | | - "default": "''", |
| 161 | + "default": "\"\"", |
184 | 162 | "fieldName": "caption" |
185 | 163 | }, |
186 | 164 | { |
187 | | - "name": "summary", |
| 165 | + "name": "description", |
188 | 166 | "type": { |
189 | 167 | "text": "string" |
190 | 168 | }, |
191 | | - "default": "''", |
192 | | - "fieldName": "summary" |
| 169 | + "default": "\"\"", |
| 170 | + "fieldName": "description" |
193 | 171 | }, |
194 | 172 | { |
195 | | - "name": "label", |
| 173 | + "name": "uri", |
196 | 174 | "type": { |
197 | 175 | "text": "string" |
198 | 176 | }, |
199 | | - "default": "''", |
200 | | - "fieldName": "label" |
201 | | - }, |
202 | | - { |
203 | | - "name": "expanded", |
204 | | - "type": { |
205 | | - "text": "boolean" |
206 | | - }, |
207 | | - "default": "false", |
208 | | - "fieldName": "expanded" |
| 177 | + "default": "\"\"", |
| 178 | + "fieldName": "uri" |
209 | 179 | } |
210 | 180 | ], |
211 | 181 | "superclass": { |
212 | 182 | "name": "ZincElement", |
213 | 183 | "module": "/src/internal/zinc-element" |
214 | 184 | }, |
215 | 185 | "summary": "Short summary of the component's intended use.", |
216 | | - "tagNameWithoutPrefix": "accordion", |
217 | | - "tagName": "zn-accordion", |
| 186 | + "tagNameWithoutPrefix": "action-item", |
| 187 | + "tagName": "zn-action-item", |
218 | 188 | "customElement": true, |
219 | | - "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/accordion\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */", |
220 | | - "documentation": "https://zinc.style/components/accordion", |
| 189 | + "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/action-item\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */", |
| 190 | + "documentation": "https://zinc.style/components/action-item", |
221 | 191 | "status": "experimental", |
222 | 192 | "since": "1.0", |
223 | 193 | "dependencies": [ |
|
230 | 200 | "kind": "js", |
231 | 201 | "name": "default", |
232 | 202 | "declaration": { |
233 | | - "name": "ZnAccordion", |
234 | | - "module": "components/accordion/accordion.js" |
| 203 | + "name": "ZnActionItem", |
| 204 | + "module": "components/action-item/action-item.js" |
235 | 205 | } |
236 | 206 | } |
237 | 207 | ] |
238 | 208 | }, |
239 | 209 | { |
240 | 210 | "kind": "javascript-module", |
241 | | - "path": "components/action-item/action-item.js", |
| 211 | + "path": "components/accordion/accordion.js", |
242 | 212 | "declarations": [ |
243 | 213 | { |
244 | 214 | "kind": "class", |
245 | 215 | "description": "", |
246 | | - "name": "ZnActionItem", |
| 216 | + "name": "ZnAccordion", |
247 | 217 | "cssProperties": [ |
248 | 218 | { |
249 | 219 | "description": "An example CSS custom property.", |
|
273 | 243 | "type": { |
274 | 244 | "text": "string" |
275 | 245 | }, |
276 | | - "default": "\"\"", |
| 246 | + "default": "''", |
277 | 247 | "attribute": "caption", |
278 | 248 | "reflects": true |
279 | 249 | }, |
280 | 250 | { |
281 | 251 | "kind": "field", |
282 | | - "name": "description", |
| 252 | + "name": "summary", |
283 | 253 | "type": { |
284 | 254 | "text": "string" |
285 | 255 | }, |
286 | | - "default": "\"\"", |
287 | | - "attribute": "description", |
| 256 | + "default": "''", |
| 257 | + "attribute": "summary", |
288 | 258 | "reflects": true |
289 | 259 | }, |
290 | 260 | { |
291 | 261 | "kind": "field", |
292 | | - "name": "uri", |
| 262 | + "name": "label", |
293 | 263 | "type": { |
294 | 264 | "text": "string" |
295 | 265 | }, |
296 | | - "default": "\"\"", |
297 | | - "attribute": "uri", |
| 266 | + "default": "''", |
| 267 | + "attribute": "label", |
298 | 268 | "reflects": true |
| 269 | + }, |
| 270 | + { |
| 271 | + "kind": "field", |
| 272 | + "name": "expanded", |
| 273 | + "type": { |
| 274 | + "text": "boolean" |
| 275 | + }, |
| 276 | + "default": "false", |
| 277 | + "attribute": "expanded", |
| 278 | + "reflects": true |
| 279 | + }, |
| 280 | + { |
| 281 | + "kind": "method", |
| 282 | + "name": "handleCollapse", |
| 283 | + "parameters": [ |
| 284 | + { |
| 285 | + "name": "e", |
| 286 | + "type": { |
| 287 | + "text": "any" |
| 288 | + } |
| 289 | + } |
| 290 | + ] |
299 | 291 | } |
300 | 292 | ], |
301 | 293 | "events": [ |
|
310 | 302 | "type": { |
311 | 303 | "text": "string" |
312 | 304 | }, |
313 | | - "default": "\"\"", |
| 305 | + "default": "''", |
314 | 306 | "fieldName": "caption" |
315 | 307 | }, |
316 | 308 | { |
317 | | - "name": "description", |
| 309 | + "name": "summary", |
318 | 310 | "type": { |
319 | 311 | "text": "string" |
320 | 312 | }, |
321 | | - "default": "\"\"", |
322 | | - "fieldName": "description" |
| 313 | + "default": "''", |
| 314 | + "fieldName": "summary" |
323 | 315 | }, |
324 | 316 | { |
325 | | - "name": "uri", |
| 317 | + "name": "label", |
326 | 318 | "type": { |
327 | 319 | "text": "string" |
328 | 320 | }, |
329 | | - "default": "\"\"", |
330 | | - "fieldName": "uri" |
| 321 | + "default": "''", |
| 322 | + "fieldName": "label" |
| 323 | + }, |
| 324 | + { |
| 325 | + "name": "expanded", |
| 326 | + "type": { |
| 327 | + "text": "boolean" |
| 328 | + }, |
| 329 | + "default": "false", |
| 330 | + "fieldName": "expanded" |
331 | 331 | } |
332 | 332 | ], |
333 | 333 | "superclass": { |
334 | 334 | "name": "ZincElement", |
335 | 335 | "module": "/src/internal/zinc-element" |
336 | 336 | }, |
337 | 337 | "summary": "Short summary of the component's intended use.", |
338 | | - "tagNameWithoutPrefix": "action-item", |
339 | | - "tagName": "zn-action-item", |
| 338 | + "tagNameWithoutPrefix": "accordion", |
| 339 | + "tagName": "zn-accordion", |
340 | 340 | "customElement": true, |
341 | | - "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/action-item\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */", |
342 | | - "documentation": "https://zinc.style/components/action-item", |
| 341 | + "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/accordion\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */", |
| 342 | + "documentation": "https://zinc.style/components/accordion", |
343 | 343 | "status": "experimental", |
344 | 344 | "since": "1.0", |
345 | 345 | "dependencies": [ |
|
352 | 352 | "kind": "js", |
353 | 353 | "name": "default", |
354 | 354 | "declaration": { |
355 | | - "name": "ZnActionItem", |
356 | | - "module": "components/action-item/action-item.js" |
| 355 | + "name": "ZnAccordion", |
| 356 | + "module": "components/accordion/accordion.js" |
357 | 357 | } |
358 | 358 | } |
359 | 359 | ] |
|
0 commit comments