@deque/cauldron-styles 5.5.1 → 5.6.0-canary.8f272d06

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -3
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -470,8 +470,7 @@ button.Link {
470
470
 
471
471
  .Button--primary:focus:before,
472
472
  .Button--secondary:focus:before,
473
- .Button--error:focus:before,
474
- .Button--tag:focus:before {
473
+ .Button--error:focus:before {
475
474
  box-shadow: 0 0 1px 2px var(--button-focus-ring-color, --focus);
476
475
  }
477
476
 
@@ -3464,7 +3463,7 @@ button.TooltipTabstop {
3464
3463
  --tag-text-color: var(--white);
3465
3464
  --tag-label-text-color: var(--accent-light);
3466
3465
  --tag-background-color: var(--accent-medium);
3467
- --tag-border-color: var(--accent-medium);
3466
+ --tag-border-color: var(--stroke-dark);
3468
3467
  }
3469
3468
 
3470
3469
  .Tag {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.5.1",
3
+ "version": "5.6.0-canary.8f272d06",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",
@@ -22,4 +22,4 @@
22
22
  "postcss-cli": "^7.1.1",
23
23
  "postcss-import": "^12.0.1"
24
24
  }
25
- }
25
+ }