@hashicorp/design-system-components 2.4.0 → 2.4.2

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,18 @@
1
1
  # @hashicorp/design-system-components
2
2
 
3
+ ## 2.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1380](https://github.com/hashicorp/design-system/pull/1380) [`cd16ccc19`](https://github.com/hashicorp/design-system/commit/cd16ccc19e0992be2bed5d567880d2d0d36f1880) Thanks [@MelSumner](https://github.com/MelSumner)! - A11y Fix: removes `aria-label` from stepper/indicator and from task/indicator, which was causing an accessibility test error.
8
+
9
+ ## 2.4.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`2c7d70868`](https://github.com/hashicorp/design-system/commit/2c7d70868b0fa000618214589e2422e07db68b22)]:
14
+ - @hashicorp/ember-flight-icons@3.0.3
15
+
3
16
  ## 2.4.0
4
17
 
5
18
  ### Minor Changes
package/README.md CHANGED
@@ -10,7 +10,6 @@ Compatibility
10
10
  ------------------------------------------------------------------------------
11
11
 
12
12
  * Ember.js v3.28 or above
13
- * Note: The library _should_ work with earlier versions of Ember, but we only test with Ember 3.28 and newer
14
13
  * Ember CLI v3.28 or above
15
14
  * Node.js v12 or above
16
15
 
@@ -53,7 +52,7 @@ Finally, add this line to the top of your app's style file (`app.scss` or simila
53
52
  Usage
54
53
  ------------------------------------------------------------------------------
55
54
 
56
- See the dedicated components website: https://design-system-components-hashicorp.vercel.app/
55
+ See the dedicated components website: https://helios.hashicorp.design/components
57
56
 
58
57
 
59
58
  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 }}
@@ -2,7 +2,7 @@
2
2
  Copyright (c) HashiCorp, Inc.
3
3
  SPDX-License-Identifier: MPL-2.0
4
4
  }}
5
- <div class={{this.classNames}} ...attributes aria-label={{@status}}>
5
+ <div class={{this.classNames}} ...attributes>
6
6
  <div class="hds-stepper-indicator-step__svg-hexagon">
7
7
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
8
8
  <path
@@ -2,6 +2,6 @@
2
2
  Copyright (c) HashiCorp, Inc.
3
3
  SPDX-License-Identifier: MPL-2.0
4
4
  }}
5
- <div class={{this.classNames}} ...attributes aria-label={{@status}}>
5
+ <div class={{this.classNames}} ...attributes>
6
6
  <FlightIcon class="hds-stepper-indicator-task__icon" @name={{this.iconName}} @size="16" />
7
7
  </div>
@@ -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.2",
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",