@hashicorp/design-system-components 2.4.0 → 2.4.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
  # @hashicorp/design-system-components
2
2
 
3
+ ## 2.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`2c7d70868`](https://github.com/hashicorp/design-system/commit/2c7d70868b0fa000618214589e2422e07db68b22)]:
8
+ - @hashicorp/ember-flight-icons@3.0.3
9
+
3
10
  ## 2.4.0
4
11
 
5
12
  ### Minor Changes
package/README.md CHANGED
@@ -53,7 +53,7 @@ Finally, add this line to the top of your app's style file (`app.scss` or simila
53
53
  Usage
54
54
  ------------------------------------------------------------------------------
55
55
 
56
- See the dedicated components website: https://design-system-components-hashicorp.vercel.app/
56
+ See the dedicated components website: https://helios.hashicorp.design/components
57
57
 
58
58
 
59
59
  Contributing
@@ -36,4 +36,5 @@
36
36
  {{/if}}
37
37
  </span>
38
38
  </Hds::Interactive>
39
- </li>
39
+ </li>
40
+ {{! template-lint-enable require-context-role require-presentational-children }}
@@ -18,4 +18,5 @@
18
18
  {{yield (hash close=this.close) to="content"}}
19
19
  </div>
20
20
  {{/if}}
21
- </div>
21
+ </div>
22
+ {{! template-lint-enable no-invalid-interactive }}
@@ -34,4 +34,5 @@
34
34
  )
35
35
  )
36
36
  }}
37
- </div>
37
+ </div>
38
+ {{! template-lint-enable no-invalid-role }}
@@ -26,4 +26,5 @@
26
26
  <Hds::BadgeCount @text={{@count}} @size="small" class="hds-tabs__tab-count" role="presentation" />
27
27
  {{/if}}
28
28
  </button>
29
- </li>
29
+ </li>
30
+ {{! template-lint-enable require-context-role no-invalid-role }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-components",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Helios Design System Components",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@ember/render-modifiers": "^2.0.5",
41
41
  "@hashicorp/design-system-tokens": "^1.5.0",
42
- "@hashicorp/ember-flight-icons": "^3.0.2",
42
+ "@hashicorp/ember-flight-icons": "^3.0.3",
43
43
  "dialog-polyfill": "^0.5.6",
44
44
  "ember-a11y-refocus": "^3.0.2",
45
45
  "ember-auto-import": "^2.6.0",