Skip to content

Commit 4acae16

Browse files
committed
v1.0.0-prerelease.59
1 parent 6f0e0a8 commit 4acae16

File tree

265 files changed

+31462
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+31462
-1
lines changed

elements/pfe-accordion/dist/pfe-accordion.js

Lines changed: 674 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elements/pfe-accordion/dist/pfe-accordion.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"title": "Accordion",
4+
"description": "This element renders content in an accordion.",
5+
"type": "object",
6+
"tag": "pfe-accordion",
7+
"class": "pfe-accordion",
8+
"category": "container",
9+
"properties": {
10+
"slots": {
11+
"title": "Slots",
12+
"description": "Definition of the supported slots",
13+
"type": "object",
14+
"properties": {
15+
"default": {
16+
"title": "Default",
17+
"type": "array",
18+
"namedSlot": false,
19+
"items": {
20+
"oneOf": [
21+
{
22+
"$ref": "pfe-accordion-header"
23+
},
24+
{
25+
"$ref": "pfe-accordion-panel"
26+
}
27+
]
28+
}
29+
}
30+
}
31+
},
32+
"attributes": {
33+
"title": "Attributes",
34+
"type": "object",
35+
"properties": {}
36+
}
37+
},
38+
"required": ["slots", "attributes"],
39+
"additionalProperties": false
40+
}

elements/pfe-accordion/dist/pfe-accordion.min.js

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elements/pfe-accordion/dist/pfe-accordion.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)