@aurodesignsystem/auro-accordion 6.0.0-rc-1.1 → 6.0.0-rc-216.1

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/demo/index.md CHANGED
@@ -1,18 +1,18 @@
1
1
  <!--
2
- The index.md file is a compiled document. No edits should be made directly to this file.
3
- README.md is created by running `npm run build:docs`.
4
- This file is generated based on a template fetched from `./docs/partials/index.md`
2
+ THIS PAGE'S CONTENT SHOULD BE KEPT MINIMAL.
3
+ ONLY ADD EXAMPLES THAT ARE TRULY NECESSARY FOR THE INDEX PAGE — THE BASIC EXAMPLE IS USUALLY ENOUGH.
4
+ ALL OTHER EXAMPLES SHOULD GO IN THE API DOCUMENTATION.
5
5
  -->
6
6
 
7
- # accordion
8
-
7
+ # Accordion
8
+
9
9
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/description.md) -->
10
10
  <!-- The below content is automatically added from ./../docs/partials/description.md -->
11
11
  `<auro-accordion>` is a [HTML custom element](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) for the purpose of toggling the visibility of large content section by clicking on a smaller trigger element.
12
12
  <!-- AURO-GENERATED-CONTENT:END -->
13
13
 
14
- ## auro-accordion use cases
15
-
14
+ ## Use Cases
15
+
16
16
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/useCases.md) -->
17
17
  <!-- The below content is automatically added from ./../docs/partials/useCases.md -->
18
18
  The `<auro-accordion>` element should be used in situations where users may:
@@ -23,6 +23,8 @@ The `<auro-accordion>` element should be used in situations where users may:
23
23
 
24
24
  ## Example(s)
25
25
 
26
+ ### Basic
27
+
26
28
  <div class="exampleWrapper">
27
29
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
28
30
  <!-- The below content is automatically added from ./../apiExamples/basic.html -->
@@ -67,9 +69,12 @@ The `<auro-accordion>` element should be used in situations where users may:
67
69
  ```
68
70
  <!-- AURO-GENERATED-CONTENT:END -->
69
71
  </auro-accordion>
72
+
73
+ ### Accordion Group
74
+
70
75
  <div class="exampleWrapper">
71
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/accordionGroup.html) -->
72
- <!-- The below content is automatically added from ./../apiExamples/accordionGroup.html -->
76
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/accordion-group.html) -->
77
+ <!-- The below content is automatically added from ./../apiExamples/accordion-group.html -->
73
78
  <auro-accordion-group>
74
79
  <auro-accordion>
75
80
  <span slot="trigger">Trigger</span>
@@ -121,8 +126,8 @@ The `<auro-accordion>` element should be used in situations where users may:
121
126
  </div>
122
127
  <auro-accordion alignRight>
123
128
  <span slot="trigger">See code</span>
124
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/accordionGroup.html) -->
125
- <!-- The below code snippet is automatically added from ./../apiExamples/accordionGroup.html -->
129
+ <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/accordion-group.html) -->
130
+ <!-- The below code snippet is automatically added from ./../apiExamples/accordion-group.html -->
126
131
 
127
132
  ```html
128
133
  <auro-accordion-group>