@npm_leadtech/legal-lib-components 2.13.3 → 2.14.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.
@@ -552,7 +552,7 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
552
552
  justify-content: space-between;
553
553
  align-items: center;
554
554
  width: 100%;
555
- padding: 1.5rem;
555
+ padding: 16px 24px;
556
556
  background-color: var(--others-white);
557
557
  box-shadow: 0 2px 6px 0 var(--primary-main-dark-1);
558
558
  color: black; }
@@ -4,7 +4,7 @@ interface InputProps {
4
4
  placeholder: string;
5
5
  maxLength: number;
6
6
  value: any;
7
- type: 'password' | 'text';
7
+ type: 'password' | 'text' | 'number';
8
8
  disabled: boolean;
9
9
  className: string;
10
10
  onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
@@ -12,7 +12,7 @@ export interface TextInputProps {
12
12
  notes?: string;
13
13
  maxLength?: any;
14
14
  value?: any;
15
- type?: 'password' | 'text';
15
+ type?: 'password' | 'text' | 'number';
16
16
  validate?: boolean;
17
17
  isValidGroup?: boolean;
18
18
  disabled?: boolean;
package/dist/index.d.ts CHANGED
@@ -650,7 +650,7 @@ interface TextInputProps {
650
650
  notes?: string;
651
651
  maxLength?: any;
652
652
  value?: any;
653
- type?: 'password' | 'text';
653
+ type?: 'password' | 'text' | 'number';
654
654
  validate?: boolean;
655
655
  isValidGroup?: boolean;
656
656
  disabled?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.13.3",
3
+ "version": "2.14.0",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",