@deque/cauldron-styles 4.1.0-canary.cb274348 → 4.1.0-canary.e3763bf9

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2314,6 +2314,7 @@ p .Link {
2314
2314
  background: transparent;
2315
2315
  border: 0;
2316
2316
  height: calc(var(--text-size-small) + 9px);
2317
+ color: currentColor;
2317
2318
  }
2318
2319
 
2319
2320
  .Toast__dismiss:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "4.1.0-canary.cb274348",
3
+ "version": "4.1.0-canary.e3763bf9",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",