@deque/cauldron-styles 3.0.1-canary.03388cec → 3.0.1-canary.1470cc39

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 +8 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3646,3 +3646,11 @@ button.TooltipTabstop {
3646
3646
  .cauldron--theme-light .Icon--robot path {
3647
3647
  color: #3e7aae;
3648
3648
  }
3649
+
3650
+ :root {
3651
+ --address-line-height: 1.618;
3652
+ }
3653
+
3654
+ .Address {
3655
+ line-height: var(--address-line-height);
3656
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "3.0.1-canary.03388cec",
3
+ "version": "3.0.1-canary.1470cc39",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",