Skip to content

Commit

Permalink
v1.0.0-prerelease.53
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebuch8 committed Jul 21, 2020
1 parent a5f0a4a commit 7a11bde
Show file tree
Hide file tree
Showing 305 changed files with 30,822 additions and 74 deletions.
674 changes: 674 additions & 0 deletions elements/pfe-accordion/dist/pfe-accordion.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions elements/pfe-accordion/dist/pfe-accordion.js.map

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions elements/pfe-accordion/dist/pfe-accordion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Accordion",
"description": "This element renders content in an accordion.",
"type": "object",
"tag": "pfe-accordion",
"class": "pfe-accordion",
"category": "container",
"properties": {
"slots": {
"title": "Slots",
"description": "Definition of the supported slots",
"type": "object",
"properties": {
"default": {
"title": "Default",
"type": "array",
"namedSlot": false,
"items": {
"oneOf": [
{
"$ref": "pfe-accordion-header"
},
{
"$ref": "pfe-accordion-panel"
}
]
}
}
}
},
"attributes": {
"title": "Attributes",
"type": "object",
"properties": {}
}
},
"required": ["slots", "attributes"],
"additionalProperties": false
}
27 changes: 27 additions & 0 deletions elements/pfe-accordion/dist/pfe-accordion.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions elements/pfe-accordion/dist/pfe-accordion.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 7a11bde

Please sign in to comment.