Skip to content

Commit 85d265e

Browse files
committed
v1.0.0-prerelease.37
1 parent 67dcfd4 commit 85d265e

File tree

281 files changed

+27499
-131
lines changed

Some content is hidden

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

281 files changed

+27499
-131
lines changed

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

Lines changed: 663 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: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
}
34+
},
35+
"required": ["slots", "attributes"],
36+
"additionalProperties": false
37+
}

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.

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

Lines changed: 843 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.umd.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.

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

Lines changed: 2 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.umd.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.

elements/pfe-accordion/package-lock.json

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

0 commit comments

Comments
 (0)