@deque/cauldron-styles 4.1.0-canary.fcf29799 → 4.2.0-canary.bda75210

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 -4
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -381,7 +381,7 @@ p {
381
381
  position: relative;
382
382
  text-align: center;
383
383
  text-transform: uppercase;
384
- height: 36px;
384
+ min-height: 36px;
385
385
  min-width: 100px;
386
386
  display: inline-grid;
387
387
  grid-auto-flow: column;
@@ -1750,7 +1750,6 @@ textarea.Field--has-error:focus:hover,
1750
1750
  -webkit-appearance: none;
1751
1751
  -moz-appearance: none;
1752
1752
  appearance: none;
1753
- border: 0;
1754
1753
  }
1755
1754
 
1756
1755
  .Checkbox__overlay.Checkbox__overlay--focused,
@@ -1781,8 +1780,6 @@ textarea.Field--has-error:focus:hover,
1781
1780
  -webkit-appearance: none;
1782
1781
  -moz-appearance: none;
1783
1782
  appearance: none;
1784
- width: 2px;
1785
- border: 0;
1786
1783
  }
1787
1784
 
1788
1785
  .Checkbox__overlay.Icon--checkbox-checked {
@@ -2314,6 +2311,7 @@ p .Link {
2314
2311
  background: transparent;
2315
2312
  border: 0;
2316
2313
  height: calc(var(--text-size-small) + 9px);
2314
+ color: currentColor;
2317
2315
  }
2318
2316
 
2319
2317
  .Toast__dismiss:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "4.1.0-canary.fcf29799",
3
+ "version": "4.2.0-canary.bda75210",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",