@aurodesignsystem/auro-accordion 4.0.0 → 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 CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  # [4.0.0](https://github.com/AlaskaAirlines/auro-accordion/compare/v3.1.13...v4.0.0) (2024-10-01)
4
11
 
5
12
 
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.0/dist/auro-accordion__bundled.js" type="module"></script>
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-10-01T19:56:53.112Z
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-10-01T19:56:53.112Z
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-10-01T19:56:53.112Z
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-10-01T19:56:53.112Z
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-10-01T19:56:53.112Z
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-10-01T19:56:53.112Z
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-10-01T19:56:53.112Z
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.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",