Skip to content

Commit 0f6beed

Browse files
committed
v1.0.0-prerelease.29
1 parent 260c54c commit 0f6beed

File tree

232 files changed

+25603
-24
lines changed

Some content is hidden

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

232 files changed

+25603
-24
lines changed

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

Lines changed: 627 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: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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+
"$ref": "pfe-accordion-header"
22+
}, {
23+
"$ref": "pfe-accordion-panel"
24+
}]
25+
}
26+
}
27+
}
28+
},
29+
"attributes": {
30+
"title": "Attributes",
31+
"type": "object",
32+
"properties": {
33+
"on": {
34+
"title": "Context",
35+
"type": "string",
36+
"enum": [
37+
"light",
38+
"dark"
39+
],
40+
"default": "light",
41+
"prefixed": false
42+
}
43+
},
44+
"required": ["on"]
45+
}
46+
},
47+
"required": ["slots", "attributes"],
48+
"additionalProperties": false
49+
}

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)