@aurodesignsystem-dev/auro-nav 0.0.0-pr100.0 → 0.0.0-pr100.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.
Files changed (2) hide show
  1. package/demo/api.md +6 -2
  2. package/package.json +1 -1
package/demo/api.md CHANGED
@@ -101,8 +101,12 @@
101
101
 
102
102
  ### Breadcrumb
103
103
 
104
- Example when the `auro-nav` slot is populated with `auro-nav-breadcrumb` elements. The last `auro-nav-breadcrumb` in an `auro-nav` component should represent
105
- the current page the user is on. It should reflect a disabled hyperlink and the `href` attribute should **NOT** be populated.
104
+ Example when the `auro-nav` slot is populated with `auro-breadcrumb` elements. The last `auro-breadcrumb` in an `auro-nav` component should represent
105
+ the current page the user is on. It should reflect a disabled hyperlink and the `href` attribute should **NOT** be populated.
106
+
107
+ #### Mobile Behavior
108
+
109
+ On mobile viewports (576px and under), `auro-nav` will collapse to show only the previous page `auro-breadcrumb` with a back arrow.
106
110
 
107
111
  <div class="exampleWrapper">
108
112
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/breadcrumb.html) -->
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-nav",
10
- "version": "0.0.0-pr100.0",
10
+ "version": "0.0.0-pr100.1",
11
11
  "description": "auro-nav HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",