Skip to content

Commit 2735227

Browse files
committed
deploy: c65db83
1 parent ec31cb8 commit 2735227

File tree

4 files changed

+104
-104
lines changed

4 files changed

+104
-104
lines changed

dist/custom-elements.json

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686
},
8787
{
8888
"kind": "javascript-module",
89-
"path": "components/accordion/accordion.js",
89+
"path": "components/action-item/action-item.js",
9090
"declarations": [
9191
{
9292
"kind": "class",
9393
"description": "",
94-
"name": "ZnAccordion",
94+
"name": "ZnActionItem",
9595
"cssProperties": [
9696
{
9797
"description": "An example CSS custom property.",
@@ -121,51 +121,29 @@
121121
"type": {
122122
"text": "string"
123123
},
124-
"default": "''",
124+
"default": "\"\"",
125125
"attribute": "caption",
126126
"reflects": true
127127
},
128128
{
129129
"kind": "field",
130-
"name": "summary",
130+
"name": "description",
131131
"type": {
132132
"text": "string"
133133
},
134-
"default": "''",
135-
"attribute": "summary",
134+
"default": "\"\"",
135+
"attribute": "description",
136136
"reflects": true
137137
},
138138
{
139139
"kind": "field",
140-
"name": "label",
140+
"name": "uri",
141141
"type": {
142142
"text": "string"
143143
},
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",
156146
"reflects": true
157-
},
158-
{
159-
"kind": "method",
160-
"name": "handleCollapse",
161-
"parameters": [
162-
{
163-
"name": "e",
164-
"type": {
165-
"text": "any"
166-
}
167-
}
168-
]
169147
}
170148
],
171149
"events": [
@@ -180,44 +158,36 @@
180158
"type": {
181159
"text": "string"
182160
},
183-
"default": "''",
161+
"default": "\"\"",
184162
"fieldName": "caption"
185163
},
186164
{
187-
"name": "summary",
165+
"name": "description",
188166
"type": {
189167
"text": "string"
190168
},
191-
"default": "''",
192-
"fieldName": "summary"
169+
"default": "\"\"",
170+
"fieldName": "description"
193171
},
194172
{
195-
"name": "label",
173+
"name": "uri",
196174
"type": {
197175
"text": "string"
198176
},
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"
209179
}
210180
],
211181
"superclass": {
212182
"name": "ZincElement",
213183
"module": "/src/internal/zinc-element"
214184
},
215185
"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",
218188
"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",
221191
"status": "experimental",
222192
"since": "1.0",
223193
"dependencies": [
@@ -230,20 +200,20 @@
230200
"kind": "js",
231201
"name": "default",
232202
"declaration": {
233-
"name": "ZnAccordion",
234-
"module": "components/accordion/accordion.js"
203+
"name": "ZnActionItem",
204+
"module": "components/action-item/action-item.js"
235205
}
236206
}
237207
]
238208
},
239209
{
240210
"kind": "javascript-module",
241-
"path": "components/action-item/action-item.js",
211+
"path": "components/accordion/accordion.js",
242212
"declarations": [
243213
{
244214
"kind": "class",
245215
"description": "",
246-
"name": "ZnActionItem",
216+
"name": "ZnAccordion",
247217
"cssProperties": [
248218
{
249219
"description": "An example CSS custom property.",
@@ -273,29 +243,51 @@
273243
"type": {
274244
"text": "string"
275245
},
276-
"default": "\"\"",
246+
"default": "''",
277247
"attribute": "caption",
278248
"reflects": true
279249
},
280250
{
281251
"kind": "field",
282-
"name": "description",
252+
"name": "summary",
283253
"type": {
284254
"text": "string"
285255
},
286-
"default": "\"\"",
287-
"attribute": "description",
256+
"default": "''",
257+
"attribute": "summary",
288258
"reflects": true
289259
},
290260
{
291261
"kind": "field",
292-
"name": "uri",
262+
"name": "label",
293263
"type": {
294264
"text": "string"
295265
},
296-
"default": "\"\"",
297-
"attribute": "uri",
266+
"default": "''",
267+
"attribute": "label",
298268
"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+
]
299291
}
300292
],
301293
"events": [
@@ -310,36 +302,44 @@
310302
"type": {
311303
"text": "string"
312304
},
313-
"default": "\"\"",
305+
"default": "''",
314306
"fieldName": "caption"
315307
},
316308
{
317-
"name": "description",
309+
"name": "summary",
318310
"type": {
319311
"text": "string"
320312
},
321-
"default": "\"\"",
322-
"fieldName": "description"
313+
"default": "''",
314+
"fieldName": "summary"
323315
},
324316
{
325-
"name": "uri",
317+
"name": "label",
326318
"type": {
327319
"text": "string"
328320
},
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"
331331
}
332332
],
333333
"superclass": {
334334
"name": "ZincElement",
335335
"module": "/src/internal/zinc-element"
336336
},
337337
"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",
340340
"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",
343343
"status": "experimental",
344344
"since": "1.0",
345345
"dependencies": [
@@ -352,8 +352,8 @@
352352
"kind": "js",
353353
"name": "default",
354354
"declaration": {
355-
"name": "ZnActionItem",
356-
"module": "components/action-item/action-item.js"
355+
"name": "ZnAccordion",
356+
"module": "components/accordion/accordion.js"
357357
}
358358
}
359359
]

dist/vscode.html-custom-data.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,33 @@
1414
]
1515
},
1616
{
17-
"name": "zn-accordion",
17+
"name": "zn-action-item",
1818
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
1919
"attributes": [
2020
{ "name": "caption", "values": [] },
21-
{ "name": "summary", "values": [] },
22-
{ "name": "label", "values": [] },
23-
{ "name": "expanded", "values": [] }
21+
{ "name": "description", "values": [] },
22+
{ "name": "uri", "values": [] }
2423
],
2524
"references": [
2625
{
2726
"name": "Documentation",
28-
"url": "https://zinc.style/components/accordion"
27+
"url": "https://zinc.style/components/action-item"
2928
}
3029
]
3130
},
3231
{
33-
"name": "zn-action-item",
32+
"name": "zn-accordion",
3433
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
3534
"attributes": [
3635
{ "name": "caption", "values": [] },
37-
{ "name": "description", "values": [] },
38-
{ "name": "uri", "values": [] }
36+
{ "name": "summary", "values": [] },
37+
{ "name": "label", "values": [] },
38+
{ "name": "expanded", "values": [] }
3939
],
4040
"references": [
4141
{
4242
"name": "Documentation",
43-
"url": "https://zinc.style/components/action-item"
43+
"url": "https://zinc.style/components/accordion"
4444
}
4545
]
4646
},

0 commit comments

Comments
 (0)