@deque/cauldron-styles 6.4.2-canary.d80fe1ac → 6.4.2-canary.eaeac9f4

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 +4 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1399,6 +1399,10 @@ button.Link {
1399
1399
  color: var(--accent-light);
1400
1400
  }
1401
1401
 
1402
+ .cauldron--theme-dark .Button--tertiary:is(:hover, :active, :focus) {
1403
+ border: 2px solid var(--accent-light);
1404
+ }
1405
+
1402
1406
  .cauldron--theme-dark .Button--tertiary:not(:hover, :focus) {
1403
1407
  color: #fff;
1404
1408
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.4.2-canary.d80fe1ac",
3
+ "version": "6.4.2-canary.eaeac9f4",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",