@hashicorp/design-system-components 0.0.11 → 0.0.12

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.
@@ -1,5 +1,7 @@
1
1
  @use "tokens";
2
2
 
3
+ @use "../mixins/generic-focus-state";
4
+
3
5
  @use "../components/badge";
4
6
  @use "../components/badge-count";
5
7
  @use "../components/button";
@@ -0,0 +1,4 @@
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
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-components",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "HashiCorp Design System Components",
5
5
  "keywords": [
6
6
  "hashicorp",