@deque/cauldron-styles 5.3.0-canary.1fc89edd → 5.3.0-canary.34a9f648

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 +3 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2499,7 +2499,8 @@ p .Link {
2499
2499
  margin-right: 3px;
2500
2500
  }
2501
2501
 
2502
- .Toast__message .Link {
2502
+ .Toast__message .Link,
2503
+ .Toast__message button.Link {
2503
2504
  color: var(--accent-dark);
2504
2505
  font-size: var(--text-size-small);
2505
2506
  font-weight: var(--font-weight-light);
@@ -2688,7 +2689,7 @@ button.TooltipTabstop {
2688
2689
  --top-bar-accent-error: var(--accent-danger);
2689
2690
  --top-bar-accent-success: #62e86b;
2690
2691
  --top-bar-accent-warning-other: var(--accent-danger-light);
2691
- --top-bar-height: 69px;
2692
+ --top-bar-height: 70px;
2692
2693
  --top-bar-height-thin: 43px;
2693
2694
  }
2694
2695
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.3.0-canary.1fc89edd",
3
+ "version": "5.3.0-canary.34a9f648",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",