@umami/react-zen 0.6.0 → 0.8.0

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.css CHANGED
@@ -894,6 +894,7 @@
894
894
  gap: var(--gap);
895
895
  min-width: 120px;
896
896
  cursor: pointer;
897
+ outline: none;
897
898
  }
898
899
  .ListItem_item:hover {
899
900
  background: var(--highlight-bg-color);
@@ -915,6 +916,7 @@
915
916
  border: var(--border);
916
917
  border-radius: var(--border-radius);
917
918
  box-shadow: var(--box-shadow);
919
+ outline: none;
918
920
  }
919
921
  .List_separator {
920
922
  border-bottom: var(--border);
@@ -1058,6 +1060,7 @@
1058
1060
 
1059
1061
  /* src/components/TextField.module.css */
1060
1062
  .TextField_textarea {
1063
+ font-family: inherit;
1061
1064
  min-height: 60px;
1062
1065
  min-width: 140px;
1063
1066
  }
@@ -1338,7 +1341,7 @@
1338
1341
  /* src/components/PasswordField.module.css */
1339
1342
  .PasswordField_icon {
1340
1343
  position: absolute;
1341
- top: 9px;
1344
+ top: 12px;
1342
1345
  right: 9px;
1343
1346
  }
1344
1347
 
@@ -1481,6 +1484,7 @@
1481
1484
  color: var(--font-color);
1482
1485
  background: var(--background-color);
1483
1486
  box-shadow: var(--box-shadow);
1487
+ min-width: 160px;
1484
1488
  }
1485
1489
  .Select_button {
1486
1490
  display: flex;
@@ -1732,6 +1736,9 @@
1732
1736
  }
1733
1737
 
1734
1738
  /* src/components/TextArea.module.css */
1739
+ .TextArea_textarea {
1740
+ font-family: inherit;
1741
+ }
1735
1742
  .TextArea_none {
1736
1743
  resize: none;
1737
1744
  }