@aurodesignsystem-dev/auro-sidenav 0.0.0-pr87.0 → 0.0.0-pr87.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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ You can do this by importing only the component class and using the `register(na
|
|
|
123
123
|
|
|
124
124
|
```js
|
|
125
125
|
// Import the class only
|
|
126
|
-
import { AuroSideNav, AuroSideNavItem } from '@aurodesignsystem/auro-
|
|
126
|
+
import { AuroSideNav, AuroSideNavItem } from '@aurodesignsystem/auro-sidenav/class';
|
|
127
127
|
|
|
128
128
|
// Register with a custom name if desired
|
|
129
129
|
AuroSideNav.register('custom-sidenav');
|
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.
|
|
10
|
+
"version": "0.0.0-pr87.1",
|
|
11
11
|
"description": "auro-sidenav HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|