@deque/cauldron-styles 3.0.0 → 3.0.1-canary.80ed76e7

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 +19 -0
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -1599,6 +1599,13 @@ textarea.Field--has-error:focus:hover,
1599
1599
  box-sizing: border-box;
1600
1600
  position: relative;
1601
1601
  margin-bottom: 0;
1602
+ flex-direction: row-reverse;
1603
+ justify-content: flex-end;
1604
+ }
1605
+
1606
+ .Checkbox + .Checkbox,
1607
+ .Radio + .Radio {
1608
+ margin-top: var(--space-smallest);
1602
1609
  }
1603
1610
 
1604
1611
  .Checkbox .Field__label,
@@ -1705,6 +1712,7 @@ textarea.Field--has-error:focus:hover,
1705
1712
  -webkit-appearance: none;
1706
1713
  -moz-appearance: none;
1707
1714
  appearance: none;
1715
+ border: 0;
1708
1716
  }
1709
1717
 
1710
1718
  .Checkbox__overlay.Checkbox__overlay--focused,
@@ -1722,6 +1730,7 @@ textarea.Field--has-error:focus:hover,
1722
1730
  color: #ccc;
1723
1731
  }
1724
1732
 
1733
+ .Field__label:hover ~ .Radio__overlay:not(.Radio__overlay--disabled),
1725
1734
  .Radio__overlay:hover:not(.Radio__overlay--disabled) {
1726
1735
  border: 1px solid currentColor;
1727
1736
  }
@@ -1735,6 +1744,7 @@ textarea.Field--has-error:focus:hover,
1735
1744
  -moz-appearance: none;
1736
1745
  appearance: none;
1737
1746
  width: 2px;
1747
+ border: 0;
1738
1748
  }
1739
1749
 
1740
1750
  .Checkbox__overlay.Icon--checkbox-checked {
@@ -1746,6 +1756,7 @@ textarea.Field--has-error:focus:hover,
1746
1756
  color: #ccc;
1747
1757
  }
1748
1758
 
1759
+ .Field__label:hover ~ .Checkbox__overlay:not(.Checkbox__overlay--disabled),
1749
1760
  .Checkbox__overlay:hover:not(.Checkbox__overlay--disabled) {
1750
1761
  border: 1px solid currentColor;
1751
1762
  }
@@ -3646,3 +3657,11 @@ button.TooltipTabstop {
3646
3657
  .cauldron--theme-light .Icon--robot path {
3647
3658
  color: #3e7aae;
3648
3659
  }
3660
+
3661
+ :root {
3662
+ --address-line-height: 1.618;
3663
+ }
3664
+
3665
+ .Address {
3666
+ line-height: var(--address-line-height);
3667
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "3.0.0",
3
+ "version": "3.0.1-canary.80ed76e7",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",
@@ -22,4 +22,4 @@
22
22
  "postcss-cli": "^7.1.1",
23
23
  "postcss-import": "^12.0.1"
24
24
  }
25
- }
25
+ }