@deque/cauldron-styles 5.2.0-canary.de81016a → 5.2.0-canary.e89d35c3

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 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2431,7 +2431,7 @@ p .Link {
2431
2431
  align-items: center;
2432
2432
  box-sizing: border-box;
2433
2433
  display: flex;
2434
- padding: 4px 15px;
2434
+ padding: var(--space-smallest) var(--space-small);
2435
2435
  }
2436
2436
 
2437
2437
  .Toast.Toast--non-dismissible {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.2.0-canary.de81016a",
3
+ "version": "5.2.0-canary.e89d35c3",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",