@deque/cauldron-styles 3.0.1-canary.41ff0487 → 3.0.1-canary.4607c120

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
@@ -2281,6 +2281,7 @@ p .Link {
2281
2281
  .Toast__dismiss {
2282
2282
  background: transparent;
2283
2283
  border: 0;
2284
+ height: calc(var(--text-size-small) + 9px);
2284
2285
  }
2285
2286
 
2286
2287
  .Toast__dismiss:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "3.0.1-canary.41ff0487",
3
+ "version": "3.0.1-canary.4607c120",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",