@deque/cauldron-styles 4.7.0-canary.dcc3921f → 4.7.0-canary.ded5fdaf

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 +1 -1
package/dist/index.css CHANGED
@@ -2606,15 +2606,14 @@ p .Link {
2606
2606
 
2607
2607
  .TooltipHead {
2608
2608
  background: var(--gray-20);
2609
- font-size: 16px;
2609
+ font-size: var(--text-size-small);
2610
2610
  color: var(--gray-90);
2611
- padding: 16px 28px;
2611
+ padding: var(--space-small) var(--space-large);
2612
2612
  text-align: center;
2613
2613
  }
2614
2614
 
2615
2615
  .TooltipContent {
2616
2616
  background: #fff;
2617
- font-size: var(--font-size-smaller);
2618
2617
  text-align: left;
2619
2618
  }
2620
2619
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "4.7.0-canary.dcc3921f",
3
+ "version": "4.7.0-canary.ded5fdaf",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",