@deque/cauldron-styles 5.7.0 → 5.7.1-canary.ac0947b9

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 -2
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -1716,10 +1716,9 @@ textarea.Field--has-error:focus:hover,
1716
1716
  display: flex;
1717
1717
  align-items: center;
1718
1718
  text-align: left;
1719
- color: var(--field-label-text-color);
1720
- font-size: var(--text-size-small);
1721
1719
  font-weight: var(--font-weight-normal);
1722
1720
  cursor: default;
1721
+ margin-bottom: unset;
1723
1722
  }
1724
1723
 
1725
1724
  .Field__required-text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.7.0",
3
+ "version": "5.7.1-canary.ac0947b9",
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
+ }