@deque/cauldron-styles 5.2.0-canary.5c56dce8 → 5.2.0-canary.7637a808

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
@@ -2069,6 +2069,7 @@ p .Link {
2069
2069
  width: 100%;
2070
2070
  min-height: var(--select-min-height);
2071
2071
  padding: var(--space-three-quarters) var(--space-smallest);
2072
+ padding-right: var(--space-large);
2072
2073
  border: 1px solid var(--field-border-color);
2073
2074
  font-family: Roboto;
2074
2075
  font-weight: normal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.2.0-canary.5c56dce8",
3
+ "version": "5.2.0-canary.7637a808",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",