@charcoal-ui/react 3.1.1 → 3.1.2-beta.1

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.
package/dist/index.esm.js CHANGED
@@ -845,7 +845,7 @@ var Label2 = styled8.label`
845
845
  ${theme2((o) => [o.typography(14).bold, o.font.text1])}
846
846
  `;
847
847
  var RequiredText = styled8.span`
848
- ${theme2((o) => [o.typography(14), o.font.text3])}
848
+ ${theme2((o) => [o.typography(14), o.font.text2])}
849
849
  `;
850
850
  var SubLabelClickable = styled8.div`
851
851
  ${theme2((o) => [
@@ -1836,6 +1836,7 @@ var DropdownButton = styled16.button`
1836
1836
  height: 40px;
1837
1837
  width: 100%;
1838
1838
  box-sizing: border-box;
1839
+ border: none;
1839
1840
  cursor: pointer;
1840
1841
 
1841
1842
  ${disabledSelector4} {
@@ -1843,7 +1844,6 @@ var DropdownButton = styled16.button`
1843
1844
  }
1844
1845
 
1845
1846
  ${({ invalid }) => theme((o) => [
1846
- o.border.default,
1847
1847
  o.padding.horizontal(8),
1848
1848
  o.outline.default.focus,
1849
1849
  o.bg.surface3,