@aurodesignsystem-dev/auro-sidenav 0.0.0-pr87.1 → 0.0.0-pr87.2

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.
Files changed (2) hide show
  1. package/demo/api.md +2 -2
  2. package/package.json +1 -1
package/demo/api.md CHANGED
@@ -107,7 +107,7 @@ The `auro-sidenavsection` element can be used to create an accordion of `auro-si
107
107
  | trigger | Apply CSS to trigger element. |
108
108
  <!-- AURO-GENERATED-CONTENT:END -->
109
109
 
110
- ## Basic Sidenav Item
110
+ ## Sidenav Item
111
111
 
112
112
  The `<auro-sidenavitem>` element is an [extension](https://lit.dev/docs/components/defining/) of `<auro-hyperlink>` element. All of the [auro-hyperlink API](https://auro.alaskaair.com/components/auro/hyperlink/api) are therefore exposed through the `auro-sidenavitem`.
113
113
 
@@ -140,7 +140,7 @@ The `<auro-sidenavitem>` element is an [extension](https://lit.dev/docs/componen
140
140
  <!-- AURO-GENERATED-CONTENT:END -->
141
141
  </auro-accordion>
142
142
 
143
- ## Basic Sidenav Section
143
+ ## Sidenav Section
144
144
 
145
145
  The `<auro-sidenav>` element uses `<auro-sidenavsection>` elements to create sections and layers in the navigation. The `<auro-sidenavsection>` element is an extension of the `<auro-accordion>` element, you will need to supply a `trigger` slot for its children as well as the `<auro-sidenavitem>` elements. The `<auro-sidenav>` element will automatically apply the `chevron` and `fluid` attributes to the `<auro-sidenavsection>` elements.
146
146
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-sidenav",
10
- "version": "0.0.0-pr87.1",
10
+ "version": "0.0.0-pr87.2",
11
11
  "description": "auro-sidenav HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",