@hashicorp/design-system-components 0.0.18 → 0.0.19

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/README.md CHANGED
@@ -27,6 +27,12 @@ Then add this line to the top of your app's style file (`app.scss` or similar):
27
27
  @import '@hashicorp/design-system-components';
28
28
  ```
29
29
 
30
+ Usage
31
+ ------------------------------------------------------------------------------
32
+
33
+ See the dedicated components website: https://design-system-components-hashicorp.vercel.app/
34
+
35
+
30
36
  Contributing
31
37
  ------------------------------------------------------------------------------
32
38
 
@@ -1,4 +1,3 @@
1
1
  @mixin hds-generic-focus-state() {
2
- box-shadow: inset 0px 0px 0px 1px var(--token-color-action-border-on-primary),
3
- 0px 0px 0px 3px #5990ff; // this is a special color used only for the focus style, to pass color contrast for a11y purpose
2
+ box-shadow: var(--token-focus-ring-box-shadow);
4
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-components",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "HashiCorp Design System Components",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -61,7 +61,7 @@
61
61
  "prepare": "husky install"
62
62
  },
63
63
  "dependencies": {
64
- "@hashicorp/design-system-tokens": "^0.4.3",
64
+ "@hashicorp/design-system-tokens": "^0.4.7",
65
65
  "@hashicorp/ember-flight-icons": "^2.0.0",
66
66
  "ember-cli-babel": "^7.26.6",
67
67
  "ember-cli-htmlbars": "^5.7.1",