@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;
package/dist/index.d.ts CHANGED
@@ -562,7 +562,7 @@ interface TextInputProps {
562
562
  validate?: boolean;
563
563
  isValidGroup?: boolean;
564
564
  disabled?: boolean;
565
- onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
565
+ onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
566
566
  onClick?: (e: React.MouseEvent<HTMLInputElement>) => void;
567
567
  onBlur?: (e: React.FocusEvent<HTMLInputElement>) => void;
568
568
  children?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",