@deque/cauldron-styles 4.3.0-canary.9ab9fc67 → 4.3.0-canary.9d2b7bb9

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 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2603,7 +2603,7 @@ button.TooltipTabstop {
2603
2603
  }
2604
2604
 
2605
2605
  .TopBar > ul > li:not(.TopBar__menu-trigger) {
2606
- padding: 0 var(--space-medium);
2606
+ padding: 0 var(--space-small);
2607
2607
  font-size: var(--text-size-small);
2608
2608
  height: var(--top-bar-height);
2609
2609
  display: flex;
@@ -3807,7 +3807,7 @@ fieldset.Panel {
3807
3807
  display: flex;
3808
3808
  align-items: center;
3809
3809
  justify-content: center;
3810
- padding: 0 var(--space-medium);
3810
+ padding: 0 var(--space-small);
3811
3811
  /* clicking anywhere in the "item" should activate the anchor */
3812
3812
  height: 100%;
3813
3813
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "4.3.0-canary.9ab9fc67",
3
+ "version": "4.3.0-canary.9d2b7bb9",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",