@aurodesignsystem-dev/auro-sidenav 0.0.0-pr84.1 → 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 +66 -63
- package/custom-elements.json +505 -1841
- package/demo/api.md +300 -97
- package/demo/auro-sidenavsection.min.js +203 -85
- package/demo/index.md +20 -258
- package/dist/{auro-sidenavsection-C7L7K2Ru.js → auro-sidenavsection-BlshtGvd.js} +133 -17
- package/dist/index.d.ts +329 -262
- package/dist/index.js +1 -1
- package/dist/registered.js +1 -1
- package/package.json +14 -8
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{A as AuroSideNav,a as AuroSideNavItem,b as AuroSideNavSection}from"./auro-sidenavsection-
|
|
1
|
+
export{A as AuroSideNav,a as AuroSideNavItem,b as AuroSideNavSection}from"./auro-sidenavsection-BlshtGvd.js";import"lit";import"lit/directives/class-map.js";import"lit/directives/unsafe-html.js";import"lit/static-html.js";import"lit/directives/if-defined.js";import"lit/directives/ref.js";
|
package/dist/registered.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{A as i,a as t,b as s}from"./auro-sidenavsection-
|
|
1
|
+
import{A as i,a as t,b as s}from"./auro-sidenavsection-BlshtGvd.js";import"lit";import"lit/directives/class-map.js";import"lit/directives/unsafe-html.js";import"lit/static-html.js";import"lit/directives/if-defined.js";import"lit/directives/ref.js";i.register(),t.register(),s.register();
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-sidenav",
|
|
10
|
-
"version": "0.0.0-
|
|
10
|
+
"version": "0.0.0-pr87.1",
|
|
11
11
|
"description": "auro-sidenav HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
@@ -21,16 +21,18 @@
|
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"lit": "^3.3.
|
|
24
|
+
"lit": "^3.3.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
+
"@aurodesignsystem-dev/auro-accordion": "^0.0.0-pr214.9",
|
|
28
|
+
"@aurodesignsystem-dev/auro-hyperlink": "^0.0.0-pr328.0",
|
|
27
29
|
"@aurodesignsystem/auro-accordion": "^6.1.0",
|
|
28
|
-
"@aurodesignsystem/auro-
|
|
29
|
-
"@aurodesignsystem/auro-library": "^5.5.4",
|
|
30
|
-
"@aurodesignsystem/design-tokens": "^8.5.0",
|
|
31
|
-
"@aurodesignsystem/webcorestylesheets": "^10.1.2",
|
|
32
|
-
"@aurodesignsystem/auro-cli": "^3.1.0",
|
|
30
|
+
"@aurodesignsystem/auro-cli": "^3.5.1",
|
|
33
31
|
"@aurodesignsystem/auro-config": "^1.3.1",
|
|
32
|
+
"@aurodesignsystem/auro-hyperlink": "^8.0.0",
|
|
33
|
+
"@aurodesignsystem/auro-library": "^5.5.4",
|
|
34
|
+
"@aurodesignsystem/design-tokens": "^8.9.0",
|
|
35
|
+
"@aurodesignsystem/webcorestylesheets": "^10.1.4",
|
|
34
36
|
"husky": "^9.1.7"
|
|
35
37
|
},
|
|
36
38
|
"browserslist": [
|
|
@@ -65,7 +67,11 @@
|
|
|
65
67
|
"exports": {
|
|
66
68
|
"./custom-elements.json": "./custom-elements.json",
|
|
67
69
|
"./readme.md": "./README.md",
|
|
68
|
-
".":
|
|
70
|
+
".": {
|
|
71
|
+
"module": "./dist/registered.js",
|
|
72
|
+
"types": "./dist/index.d.ts",
|
|
73
|
+
"default": "./dist/registered.js"
|
|
74
|
+
},
|
|
69
75
|
"./demo/*.md": "./demo/*.md",
|
|
70
76
|
"./demo/*.js": "./demo/*.min.js",
|
|
71
77
|
"./class": {
|