@aurodesignsystem-dev/auro-accordion 0.0.0-pr214.3 → 0.0.0-pr214.5
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/custom-elements.json
CHANGED
|
@@ -1311,14 +1311,6 @@
|
|
|
1311
1311
|
"module": "src/index.js"
|
|
1312
1312
|
}
|
|
1313
1313
|
},
|
|
1314
|
-
{
|
|
1315
|
-
"kind": "js",
|
|
1316
|
-
"name": "AuroAccordionButton",
|
|
1317
|
-
"declaration": {
|
|
1318
|
-
"name": "AuroAccordionButton",
|
|
1319
|
-
"module": "src/index.js"
|
|
1320
|
-
}
|
|
1321
|
-
},
|
|
1322
1314
|
{
|
|
1323
1315
|
"kind": "js",
|
|
1324
1316
|
"name": "AuroAccordionGroup",
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{A as AuroAccordion,
|
|
1
|
+
export{A as AuroAccordion,a as AuroAccordionGroup}from"./auro-accordion-d3aSRXSX.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";
|
package/dist/registered.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{A as i,a as t}from"./auro-accordion-
|
|
1
|
+
import{A as i,a as t}from"./auro-accordion-d3aSRXSX.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";i.register(),t.register();
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-accordion",
|
|
10
|
-
"version": "0.0.0-pr214.
|
|
10
|
+
"version": "0.0.0-pr214.5",
|
|
11
11
|
"description": "auro-accordion HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
@@ -67,7 +67,11 @@
|
|
|
67
67
|
"./package.json": "./package.json",
|
|
68
68
|
"./custom-elements.json": "./custom-elements.json",
|
|
69
69
|
"./readme.md": "./README.md",
|
|
70
|
-
".":
|
|
70
|
+
".": {
|
|
71
|
+
"module": "./dist/registered.js",
|
|
72
|
+
"types": "./dist/index.d.ts",
|
|
73
|
+
"default": "./dist/registered.js"
|
|
74
|
+
},
|
|
71
75
|
"./demo/*.md": "./demo/*.md",
|
|
72
76
|
"./demo/*.js": "./demo/*.min.js",
|
|
73
77
|
"./class": {
|