@aurodesignsystem-dev/auro-accordion 0.0.0-pr214.7 → 0.0.0-pr214.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +2 -2
- package/demo/api.md +6 -2
- package/demo/auro-accordion.min.js +2 -0
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
"declarations": [
|
|
842
842
|
{
|
|
843
843
|
"kind": "class",
|
|
844
|
-
"description": "",
|
|
844
|
+
"description": "`auro-accordion-group` allows users to group accordions together and give them an auto closing functionality when others are selected.",
|
|
845
845
|
"name": "AuroAccordionGroup",
|
|
846
846
|
"members": [
|
|
847
847
|
{
|
|
@@ -990,7 +990,7 @@
|
|
|
990
990
|
"declarations": [
|
|
991
991
|
{
|
|
992
992
|
"kind": "class",
|
|
993
|
-
"description": "",
|
|
993
|
+
"description": "`auro-accordion` provides users a way to have collapsible content on a page.",
|
|
994
994
|
"name": "AuroAccordion",
|
|
995
995
|
"cssParts": [
|
|
996
996
|
{
|
package/demo/api.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/api.md) -->
|
|
2
2
|
<!-- The below content is automatically added from ./../docs/api.md -->
|
|
3
3
|
|
|
4
|
-
# auro-accordion
|
|
4
|
+
# auro-accordion
|
|
5
|
+
|
|
6
|
+
`auro-accordion` provides users a way to have collapsible content on a page.
|
|
5
7
|
|
|
6
8
|
### Properties & Attributes
|
|
7
9
|
|
|
@@ -44,7 +46,9 @@
|
|
|
44
46
|
| content | Apply CSS to the accordion content. |
|
|
45
47
|
| trigger | Apply CSS to trigger element. |
|
|
46
48
|
|
|
47
|
-
# auro-accordion-group
|
|
49
|
+
# auro-accordion-group
|
|
50
|
+
|
|
51
|
+
`auro-accordion-group` allows users to group accordions together and give them an auto closing functionality when others are selected.
|
|
48
52
|
|
|
49
53
|
### Properties & Attributes
|
|
50
54
|
|
|
@@ -331,6 +331,7 @@ class AuroAccordionButton extends T {
|
|
|
331
331
|
|
|
332
332
|
// See https://git.io/JJ6SJ for "How to document your components using JSDoc"
|
|
333
333
|
/**
|
|
334
|
+
* `auro-accordion-group` allows users to group accordions together and give them an auto closing functionality when others are selected.
|
|
334
335
|
* @customElement auro-accordion-group
|
|
335
336
|
*/
|
|
336
337
|
class AuroAccordionGroup extends i$2 {
|
|
@@ -505,6 +506,7 @@ var tokensCss = i$5`:host{--ds-auro-accordion-content-border-color: transparent;
|
|
|
505
506
|
|
|
506
507
|
// See https://git.io/JJ6SJ for "How to document your components using JSDoc"
|
|
507
508
|
/**
|
|
509
|
+
* `auro-accordion` provides users a way to have collapsible content on a page.
|
|
508
510
|
* @customElement auro-accordion
|
|
509
511
|
*
|
|
510
512
|
* @slot - Default slot for the accordion content.
|
package/dist/index.d.ts
CHANGED
|
@@ -117,7 +117,7 @@ export type AuroAccordionProps = {
|
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
/**
|
|
120
|
-
*
|
|
120
|
+
* `auro-accordion-group` allows users to group accordions together and give them an auto closing functionality when others are selected.
|
|
121
121
|
*
|
|
122
122
|
* ## Attributes & Properties
|
|
123
123
|
*
|
|
@@ -138,7 +138,7 @@ export type AuroAccordionProps = {
|
|
|
138
138
|
|
|
139
139
|
|
|
140
140
|
/**
|
|
141
|
-
*
|
|
141
|
+
* `auro-accordion` provides users a way to have collapsible content on a page.
|
|
142
142
|
*
|
|
143
143
|
* ## Attributes & Properties
|
|
144
144
|
*
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-accordion",
|
|
10
|
-
"version": "0.0.0-pr214.
|
|
10
|
+
"version": "0.0.0-pr214.8",
|
|
11
11
|
"description": "auro-accordion HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|