@npm_leadtech/legal-lib-components 2.2.1 → 2.2.3

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.
@@ -3424,9 +3424,6 @@
3424
3424
  flex-basis: 50%;
3425
3425
  margin-top: 0;
3426
3426
  margin-bottom: 3rem; } }
3427
- @media (min-width: 1200px) {
3428
- .about-us-content__body {
3429
- margin-top: 1.2rem; } }
3430
3427
  .about-us-content__body .m-richText a {
3431
3428
  color: #05646E; }
3432
3429
  .about-us-content__body__button {
@@ -16,7 +16,7 @@ export interface TextInputProps {
16
16
  validate?: boolean;
17
17
  isValidGroup?: boolean;
18
18
  disabled?: boolean;
19
- onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
19
+ onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
20
20
  onClick?: (e: React.MouseEvent<HTMLInputElement>) => void;
21
21
  onBlur?: (e: React.FocusEvent<HTMLInputElement>) => void;
22
22
  children?: React.ReactNode;