@aurodesignsystem/auro-accordion 4.0.0-beta.1 → 4.0.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/CHANGELOG.md +41 -0
- package/README.md +1 -1
- package/coverage/lcov-report/auro-accordion-group.js.html +1 -1
- package/coverage/lcov-report/auro-accordion.js.html +1 -1
- package/coverage/lcov-report/color-css.js.html +1 -1
- package/coverage/lcov-report/iconVersion.js.html +1 -1
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/style-css.js.html +1 -1
- package/coverage/lcov-report/tokens-css.js.html +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# Semantic Release Automated Changelog
|
|
2
2
|
|
|
3
|
+
## [4.0.1](https://github.com/AlaskaAirlines/auro-accordion/compare/v4.0.0...v4.0.1) (2024-10-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* moves auro library to dependencies in package.json [#128](https://github.com/AlaskaAirlines/auro-accordion/issues/128) ([a29dced](https://github.com/AlaskaAirlines/auro-accordion/commit/a29dced5cf1f529d62a3f674f1580c961af320fb))
|
|
9
|
+
|
|
10
|
+
# [4.0.0](https://github.com/AlaskaAirlines/auro-accordion/compare/v3.1.13...v4.0.0) (2024-10-01)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* revert package to beta version ([550b29b](https://github.com/AlaskaAirlines/auro-accordion/commit/550b29b45c4e381b110d3c08a3e5c6bec6041e96))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* add tag name as attribute when custom reigstered ([f637cb7](https://github.com/AlaskaAirlines/auro-accordion/commit/f637cb77f693d2ede8fc430fd77474d4f0119bf4))
|
|
21
|
+
* **themes:** rebuild component to support themes [#115](https://github.com/AlaskaAirlines/auro-accordion/issues/115) ([ad7685b](https://github.com/AlaskaAirlines/auro-accordion/commit/ad7685bf7fc6a991e4b7edb7ca921ea1d57ab483))
|
|
22
|
+
* **themes:** rebuild component to support themes [#115](https://github.com/AlaskaAirlines/auro-accordion/issues/115) ([102943a](https://github.com/AlaskaAirlines/auro-accordion/commit/102943aeca746ff47e2c05d154cf1ccef0d4cefb))
|
|
23
|
+
* **themes:** rebuild component to support themes [#115](https://github.com/AlaskaAirlines/auro-accordion/issues/115) ([dab9219](https://github.com/AlaskaAirlines/auro-accordion/commit/dab92199eaedaf6d59c65f1de962f2ae9de58983))
|
|
24
|
+
* **themes:** rebuild component to support themes [#115](https://github.com/AlaskaAirlines/auro-accordion/issues/115) ([cdbe382](https://github.com/AlaskaAirlines/auro-accordion/commit/cdbe382fa1bc5eef15c2bd26b802002570402056))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Performance Improvements
|
|
28
|
+
|
|
29
|
+
* **label:** remove label colors for github issues ([10d0c1c](https://github.com/AlaskaAirlines/auro-accordion/commit/10d0c1c46876479337681985075d1be57ce1f076))
|
|
30
|
+
* refactor custom component registration config ([6a786e8](https://github.com/AlaskaAirlines/auro-accordion/commit/6a786e8a20cd41e9c2ae77d1315bada0fda79a9e))
|
|
31
|
+
* update dependencies and lint configuration ([b321252](https://github.com/AlaskaAirlines/auro-accordion/commit/b32125262f94ce54fe308fe2abfd0dd59113cbd0))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Reverts
|
|
35
|
+
|
|
36
|
+
* Revert "feat(themes): rebuild component to support themes [#115](https://github.com/AlaskaAirlines/auro-accordion/issues/115)" ([c7cd55b](https://github.com/AlaskaAirlines/auro-accordion/commit/c7cd55b8425b0ab4c4911243ab90878e993ac110))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### BREAKING CHANGES
|
|
40
|
+
|
|
41
|
+
* **label:** trigger major release after failed build process
|
|
42
|
+
* trigger major release for color theme support #115
|
|
43
|
+
|
|
3
44
|
# [4.0.0-beta.1](https://github.com/AlaskaAirlines/auro-accordion/compare/v3.2.0-beta.1...v4.0.0-beta.1) (2024-09-30)
|
|
4
45
|
|
|
5
46
|
|
package/README.md
CHANGED
|
@@ -126,7 +126,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
|
|
|
126
126
|
```html
|
|
127
127
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.9.2/dist/tokens/CSSCustomProperties.css" />
|
|
128
128
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
|
|
129
|
-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-accordion@4.0.
|
|
129
|
+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-accordion@4.0.1/dist/auro-accordion__bundled.js" type="module"></script>
|
|
130
130
|
```
|
|
131
131
|
|
|
132
132
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -436,7 +436,7 @@ if (!customElements.get("auro-accordion-group")) {
|
|
|
436
436
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
437
437
|
Code coverage generated by
|
|
438
438
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
439
|
-
at 2024-
|
|
439
|
+
at 2024-10-08T16:54:45.303Z
|
|
440
440
|
</div>
|
|
441
441
|
<script src="prettify.js"></script>
|
|
442
442
|
<script>
|
|
@@ -661,7 +661,7 @@ if (!customElements.get("auro-accordion")) {
|
|
|
661
661
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
662
662
|
Code coverage generated by
|
|
663
663
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
664
|
-
at 2024-
|
|
664
|
+
at 2024-10-08T16:54:45.303Z
|
|
665
665
|
</div>
|
|
666
666
|
<script src="prettify.js"></script>
|
|
667
667
|
<script>
|
|
@@ -76,7 +76,7 @@ export default css`:host .trigger{color:var(--ds-auro-accordion-trigger-color);b
|
|
|
76
76
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
77
77
|
Code coverage generated by
|
|
78
78
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
79
|
-
at 2024-
|
|
79
|
+
at 2024-10-08T16:54:45.303Z
|
|
80
80
|
</div>
|
|
81
81
|
<script src="prettify.js"></script>
|
|
82
82
|
<script>
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
71
71
|
Code coverage generated by
|
|
72
72
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
73
|
-
at 2024-
|
|
73
|
+
at 2024-10-08T16:54:45.303Z
|
|
74
74
|
</div>
|
|
75
75
|
<script src="prettify.js"></script>
|
|
76
76
|
<script>
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
177
177
|
Code coverage generated by
|
|
178
178
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
179
|
-
at 2024-
|
|
179
|
+
at 2024-10-08T16:54:45.303Z
|
|
180
180
|
</div>
|
|
181
181
|
<script src="prettify.js"></script>
|
|
182
182
|
<script>
|
|
@@ -76,7 +76,7 @@ export default css`:host .trigger{position:relative;cursor:pointer;display:flex;
|
|
|
76
76
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
77
77
|
Code coverage generated by
|
|
78
78
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
79
|
-
at 2024-
|
|
79
|
+
at 2024-10-08T16:54:45.303Z
|
|
80
80
|
</div>
|
|
81
81
|
<script src="prettify.js"></script>
|
|
82
82
|
<script>
|
|
@@ -76,7 +76,7 @@ export default css`:host{--ds-auro-accordion-content-border-color: transparent;-
|
|
|
76
76
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
77
77
|
Code coverage generated by
|
|
78
78
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
79
|
-
at 2024-
|
|
79
|
+
at 2024-10-08T16:54:45.303Z
|
|
80
80
|
</div>
|
|
81
81
|
<script src="prettify.js"></script>
|
|
82
82
|
<script>
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem/auro-accordion",
|
|
10
|
-
"version": "4.0.
|
|
10
|
+
"version": "4.0.1",
|
|
11
11
|
"description": "auro-accordion HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"@alaskaairux/icons": "^4.43.0",
|
|
24
24
|
"@aurodesignsystem/auro-button": "^8.0.0",
|
|
25
25
|
"@aurodesignsystem/auro-icon": "^5.0.0",
|
|
26
|
+
"@aurodesignsystem/auro-library": "^2.8.0",
|
|
26
27
|
"chalk": "^5.3.0",
|
|
27
28
|
"lit": "^3.2.0"
|
|
28
29
|
},
|
|
@@ -31,7 +32,6 @@
|
|
|
31
32
|
"@aurodesignsystem/webcorestylesheets": "^5.1.2"
|
|
32
33
|
},
|
|
33
34
|
"devDependencies": {
|
|
34
|
-
"@aurodesignsystem/auro-library": "^2.8.0",
|
|
35
35
|
"@aurodesignsystem/design-tokens": "^4.9.2",
|
|
36
36
|
"@aurodesignsystem/eslint-config": "^1.3.2",
|
|
37
37
|
"@aurodesignsystem/webcorestylesheets": "^5.1.2",
|