@launchpad-ui/form 0.8.12 → 0.8.14
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/Checkbox.d.ts +3 -9
- package/dist/Checkbox.d.ts.map +1 -1
- package/dist/CompactTextField.d.ts +1 -9
- package/dist/CompactTextField.d.ts.map +1 -1
- package/dist/FieldError.d.ts +3 -3
- package/dist/FieldError.d.ts.map +1 -1
- package/dist/FieldSet.d.ts +3 -3
- package/dist/FieldSet.d.ts.map +1 -1
- package/dist/Form.d.ts +3 -3
- package/dist/Form.d.ts.map +1 -1
- package/dist/FormField.d.ts +1 -1
- package/dist/FormField.d.ts.map +1 -1
- package/dist/FormGroup.d.ts +3 -3
- package/dist/FormGroup.d.ts.map +1 -1
- package/dist/FormHint.d.ts +3 -3
- package/dist/FormHint.d.ts.map +1 -1
- package/dist/IconField.d.ts +3 -3
- package/dist/IconField.d.ts.map +1 -1
- package/dist/Label.d.ts +3 -3
- package/dist/Label.d.ts.map +1 -1
- package/dist/Radio.d.ts +3 -3
- package/dist/Radio.d.ts.map +1 -1
- package/dist/RadioGroup.d.ts +1 -1
- package/dist/RadioGroup.d.ts.map +1 -1
- package/dist/RequiredAsterisk.d.ts +3 -3
- package/dist/RequiredAsterisk.d.ts.map +1 -1
- package/dist/SelectField.d.ts +3 -3
- package/dist/SelectField.d.ts.map +1 -1
- package/dist/TextArea.d.ts +3 -5
- package/dist/TextArea.d.ts.map +1 -1
- package/dist/TextField.d.ts +3 -8
- package/dist/TextField.d.ts.map +1 -1
- package/dist/index.es.js +238 -265
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +239 -266
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/Checkbox.d.ts
CHANGED
@@ -1,18 +1,12 @@
|
|
1
|
-
import type {
|
2
|
-
type CheckboxProps =
|
1
|
+
import type { ComponentProps } from 'react';
|
2
|
+
type CheckboxProps = ComponentProps<'input'> & {
|
3
3
|
/**
|
4
4
|
* The className to pass into the Checkbox's Label component
|
5
5
|
*/
|
6
6
|
labelClassName?: string;
|
7
7
|
'data-test-id'?: string;
|
8
8
|
};
|
9
|
-
declare const Checkbox: import("react").ForwardRefExoticComponent<
|
10
|
-
/**
|
11
|
-
* The className to pass into the Checkbox's Label component
|
12
|
-
*/
|
13
|
-
labelClassName?: string | undefined;
|
14
|
-
'data-test-id'?: string | undefined;
|
15
|
-
} & import("react").RefAttributes<HTMLInputElement>>;
|
9
|
+
declare const Checkbox: import("react").ForwardRefExoticComponent<Omit<CheckboxProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
|
16
10
|
export { Checkbox };
|
17
11
|
export type { CheckboxProps };
|
18
12
|
//# sourceMappingURL=Checkbox.d.ts.map
|
package/dist/Checkbox.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../src/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../src/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAO5C,KAAK,aAAa,GAAG,cAAc,CAAC,OAAO,CAAC,GAAG;IAC7C;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,QAAQ,yHAuCb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,YAAY,EAAE,aAAa,EAAE,CAAC"}
|
@@ -4,15 +4,7 @@ type CompactTextFieldProps = TextFieldProps & {
|
|
4
4
|
label: string;
|
5
5
|
needsErrorFeedback?: boolean;
|
6
6
|
};
|
7
|
-
declare const CompactTextField: import("react").ForwardRefExoticComponent<import("react").
|
8
|
-
suffix?: string | undefined;
|
9
|
-
tiny?: boolean | undefined;
|
10
|
-
overrideWidth?: string | undefined;
|
11
|
-
'data-test-id'?: string | undefined;
|
12
|
-
} & {
|
13
|
-
label: string;
|
14
|
-
needsErrorFeedback?: boolean | undefined;
|
15
|
-
} & import("react").RefAttributes<HTMLInputElement>>;
|
7
|
+
declare const CompactTextField: import("react").ForwardRefExoticComponent<Omit<CompactTextFieldProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
|
16
8
|
export { CompactTextField };
|
17
9
|
export type { CompactTextFieldProps };
|
18
10
|
//# sourceMappingURL=CompactTextField.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CompactTextField.d.ts","sourceRoot":"","sources":["../src/CompactTextField.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAUlD,KAAK,qBAAqB,GAAG,cAAc,GAAG;IAC5C,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAEF,QAAA,MAAM,gBAAgB
|
1
|
+
{"version":3,"file":"CompactTextField.d.ts","sourceRoot":"","sources":["../src/CompactTextField.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAUlD,KAAK,qBAAqB,GAAG,cAAc,GAAG;IAC5C,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAEF,QAAA,MAAM,gBAAgB,iIAuDrB,CAAC;AAIF,OAAO,EAAE,gBAAgB,EAAE,CAAC;AAC5B,YAAY,EAAE,qBAAqB,EAAE,CAAC"}
|
package/dist/FieldError.d.ts
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
import type { FieldPath } from './utils';
|
2
|
-
import type {
|
3
|
-
type FieldErrorProps =
|
2
|
+
import type { ComponentProps } from 'react';
|
3
|
+
type FieldErrorProps = ComponentProps<'span'> & {
|
4
4
|
name: FieldPath;
|
5
5
|
errorMessage?: string;
|
6
6
|
'data-test-id'?: string;
|
7
7
|
};
|
8
|
-
declare const FieldError: ({ name, errorMessage, className, "data-test-id": testId, ...rest }: FieldErrorProps) => JSX.Element | null;
|
8
|
+
declare const FieldError: ({ name, errorMessage, className, "data-test-id": testId, ...rest }: FieldErrorProps) => import("react/jsx-runtime").JSX.Element | null;
|
9
9
|
export { FieldError };
|
10
10
|
export type { FieldErrorProps };
|
11
11
|
//# sourceMappingURL=FieldError.d.ts.map
|
package/dist/FieldError.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FieldError.d.ts","sourceRoot":"","sources":["../src/FieldError.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAQ5C,KAAK,eAAe,GAAG,cAAc,CAAC,
|
1
|
+
{"version":3,"file":"FieldError.d.ts","sourceRoot":"","sources":["../src/FieldError.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAQ5C,KAAK,eAAe,GAAG,cAAc,CAAC,MAAM,CAAC,GAAG;IAC9C,IAAI,EAAE,SAAS,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,UAAU,uEAMb,eAAe,mDAiBjB,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,YAAY,EAAE,eAAe,EAAE,CAAC"}
|
package/dist/FieldSet.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import type {
|
2
|
-
type FieldSetProps =
|
1
|
+
import type { ComponentProps } from 'react';
|
2
|
+
type FieldSetProps = ComponentProps<'fieldset'> & {
|
3
3
|
'data-test-id'?: string;
|
4
4
|
};
|
5
|
-
declare const FieldSet: ({ children, className, "data-test-id": testId, ...rest }: FieldSetProps) => JSX.Element;
|
5
|
+
declare const FieldSet: ({ children, className, "data-test-id": testId, ...rest }: FieldSetProps) => import("react/jsx-runtime").JSX.Element;
|
6
6
|
export { FieldSet };
|
7
7
|
export type { FieldSetProps };
|
8
8
|
//# sourceMappingURL=FieldSet.d.ts.map
|
package/dist/FieldSet.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FieldSet.d.ts","sourceRoot":"","sources":["../src/FieldSet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAM5C,KAAK,aAAa,GAAG,cAAc,CAAC,
|
1
|
+
{"version":3,"file":"FieldSet.d.ts","sourceRoot":"","sources":["../src/FieldSet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAM5C,KAAK,aAAa,GAAG,cAAc,CAAC,UAAU,CAAC,GAAG;IAChD,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,QAAQ,6DAKX,aAAa,4CAQf,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,YAAY,EAAE,aAAa,EAAE,CAAC"}
|
package/dist/Form.d.ts
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
import type {
|
2
|
-
type FormProps =
|
1
|
+
import type { ComponentProps } from 'react';
|
2
|
+
type FormProps = ComponentProps<'form'> & {
|
3
3
|
inline?: boolean;
|
4
4
|
hasIncreasedErrorMargin?: boolean;
|
5
5
|
'data-test-id'?: string;
|
6
6
|
};
|
7
|
-
declare const Form: (props: FormProps) => JSX.Element;
|
7
|
+
declare const Form: (props: FormProps) => import("react/jsx-runtime").JSX.Element;
|
8
8
|
export { Form };
|
9
9
|
export type { FormProps };
|
10
10
|
//# sourceMappingURL=Form.d.ts.map
|
package/dist/Form.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../src/Form.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../src/Form.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAM5C,KAAK,SAAS,GAAG,cAAc,CAAC,MAAM,CAAC,GAAG;IACxC,MAAM,CAAC,EAAE,OAAO,CAAC;IAKjB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,IAAI,UAAW,SAAS,4CAsB7B,CAAC;AAEF,OAAO,EAAE,IAAI,EAAE,CAAC;AAChB,YAAY,EAAE,SAAS,EAAE,CAAC"}
|
package/dist/FormField.d.ts
CHANGED
@@ -13,7 +13,7 @@ type FormFieldProps = {
|
|
13
13
|
onBlur?: (field: string) => void;
|
14
14
|
'data-test-id'?: string;
|
15
15
|
};
|
16
|
-
declare const FormField: ({ isRequired, label, name, htmlFor, hint, errorMessage, ignoreValidation, isInvalid, children, className, onBlur, "data-test-id": testId, }: FormFieldProps) => JSX.Element;
|
16
|
+
declare const FormField: ({ isRequired, label, name, htmlFor, hint, errorMessage, ignoreValidation, isInvalid, children, className, onBlur, "data-test-id": testId, }: FormFieldProps) => import("react/jsx-runtime").JSX.Element;
|
17
17
|
export type { FormFieldProps };
|
18
18
|
export { FormField };
|
19
19
|
//# sourceMappingURL=FormField.d.ts.map
|
package/dist/FormField.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FormField.d.ts","sourceRoot":"","sources":["../src/FormField.tsx"],"names":[],"mappings":";AAQA,KAAK,cAAc,GAAG;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,SAAS,gJAaZ,cAAc,
|
1
|
+
{"version":3,"file":"FormField.d.ts","sourceRoot":"","sources":["../src/FormField.tsx"],"names":[],"mappings":";AAQA,KAAK,cAAc,GAAG;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,SAAS,gJAaZ,cAAc,4CAwBhB,CAAC;AAEF,YAAY,EAAE,cAAc,EAAE,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
package/dist/FormGroup.d.ts
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
import type {
|
2
|
-
type FormGroupProps =
|
1
|
+
import type { ComponentProps } from 'react';
|
2
|
+
type FormGroupProps = ComponentProps<'fieldset'> & {
|
3
3
|
name?: string | string[];
|
4
4
|
ignoreValidation?: boolean;
|
5
5
|
isInvalid?: boolean;
|
6
6
|
'data-test-id'?: string;
|
7
7
|
};
|
8
|
-
declare const FormGroup: (props: FormGroupProps) => JSX.Element;
|
8
|
+
declare const FormGroup: (props: FormGroupProps) => import("react/jsx-runtime").JSX.Element;
|
9
9
|
export { FormGroup };
|
10
10
|
export type { FormGroupProps };
|
11
11
|
//# sourceMappingURL=FormGroup.d.ts.map
|
package/dist/FormGroup.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FormGroup.d.ts","sourceRoot":"","sources":["../src/FormGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAM5C,KAAK,cAAc,GAAG,cAAc,CAAC,
|
1
|
+
{"version":3,"file":"FormGroup.d.ts","sourceRoot":"","sources":["../src/FormGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAM5C,KAAK,cAAc,GAAG,cAAc,CAAC,UAAU,CAAC,GAAG;IACjD,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,SAAS,UAAW,cAAc,4CAsBvC,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,YAAY,EAAE,cAAc,EAAE,CAAC"}
|
package/dist/FormHint.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import type {
|
2
|
-
type FormHintProps =
|
1
|
+
import type { ComponentProps } from 'react';
|
2
|
+
type FormHintProps = ComponentProps<'div'> & {
|
3
3
|
'data-test-id'?: string;
|
4
4
|
};
|
5
|
-
declare const FormHint: ({ className, children, "data-test-id": testId, ...rest }: FormHintProps) => JSX.Element;
|
5
|
+
declare const FormHint: ({ className, children, "data-test-id": testId, ...rest }: FormHintProps) => import("react/jsx-runtime").JSX.Element;
|
6
6
|
export { FormHint };
|
7
7
|
export type { FormHintProps };
|
8
8
|
//# sourceMappingURL=FormHint.d.ts.map
|
package/dist/FormHint.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FormHint.d.ts","sourceRoot":"","sources":["../src/FormHint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAM5C,KAAK,aAAa,GAAG,cAAc,CAAC,
|
1
|
+
{"version":3,"file":"FormHint.d.ts","sourceRoot":"","sources":["../src/FormHint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAM5C,KAAK,aAAa,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC3C,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,QAAQ,6DAKX,aAAa,4CAQf,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,YAAY,EAAE,aAAa,EAAE,CAAC"}
|
package/dist/IconField.d.ts
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
import type { IconProps } from '@launchpad-ui/icons';
|
2
|
-
import type {
|
3
|
-
type IconFieldProps =
|
2
|
+
import type { ComponentProps } from 'react';
|
3
|
+
type IconFieldProps = ComponentProps<'div'> & {
|
4
4
|
icon(args: IconProps): JSX.Element;
|
5
5
|
children: JSX.Element | JSX.Element[];
|
6
6
|
'data-test-id'?: string;
|
7
7
|
};
|
8
|
-
declare const IconField: ({ icon, children, className, "data-test-id": testId, ...rest }: IconFieldProps) => JSX.Element;
|
8
|
+
declare const IconField: ({ icon, children, className, "data-test-id": testId, ...rest }: IconFieldProps) => import("react/jsx-runtime").JSX.Element;
|
9
9
|
export { IconField };
|
10
10
|
export type { IconFieldProps };
|
11
11
|
//# sourceMappingURL=IconField.d.ts.map
|
package/dist/IconField.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconField.d.ts","sourceRoot":"","sources":["../src/IconField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAM5C,KAAK,cAAc,GAAG,cAAc,CAAC,
|
1
|
+
{"version":3,"file":"IconField.d.ts","sourceRoot":"","sources":["../src/IconField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAM5C,KAAK,cAAc,GAAG,cAAc,CAAC,KAAK,CAAC,GAAG;IAC5C,IAAI,CAAC,IAAI,EAAE,SAAS,GAAG,GAAG,CAAC,OAAO,CAAC;IACnC,QAAQ,EAAE,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC;IACtC,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,SAAS,mEAMZ,cAAc,4CAWhB,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,YAAY,EAAE,cAAc,EAAE,CAAC"}
|
package/dist/Label.d.ts
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
import type {
|
2
|
-
type LabelProps =
|
1
|
+
import type { ComponentProps } from 'react';
|
2
|
+
type LabelProps = ComponentProps<'label'> & {
|
3
3
|
required?: boolean;
|
4
4
|
optional?: boolean;
|
5
5
|
disabled?: boolean;
|
6
6
|
'data-test-id'?: string;
|
7
7
|
};
|
8
|
-
declare const Label: ({ disabled, className, children, required, optional, "data-test-id": testId, ...rest }: LabelProps) => JSX.Element;
|
8
|
+
declare const Label: ({ disabled, className, children, required, optional, "data-test-id": testId, ...rest }: LabelProps) => import("react/jsx-runtime").JSX.Element;
|
9
9
|
export { Label };
|
10
10
|
export type { LabelProps };
|
11
11
|
//# sourceMappingURL=Label.d.ts.map
|
package/dist/Label.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../src/Label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../src/Label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAO5C,KAAK,UAAU,GAAG,cAAc,CAAC,OAAO,CAAC,GAAG;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,KAAK,2FAQR,UAAU,4CAUZ,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC;AACjB,YAAY,EAAE,UAAU,EAAE,CAAC"}
|
package/dist/Radio.d.ts
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
import type { CSSProperties,
|
2
|
-
type RadioProps = Omit<
|
1
|
+
import type { CSSProperties, ComponentProps } from 'react';
|
2
|
+
type RadioProps = Omit<ComponentProps<'input'>, 'type'> & {
|
3
3
|
labelClassName?: string;
|
4
4
|
labelStyle?: CSSProperties;
|
5
5
|
'data-test-id'?: string;
|
6
6
|
};
|
7
|
-
declare const Radio: ({ "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, checked, children, className, disabled, id, labelClassName, labelStyle, "data-test-id": testId, ...rest }: RadioProps) => JSX.Element;
|
7
|
+
declare const Radio: ({ "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, checked, children, className, disabled, id, labelClassName, labelStyle, "data-test-id": testId, ...rest }: RadioProps) => import("react/jsx-runtime").JSX.Element;
|
8
8
|
export { Radio };
|
9
9
|
export type { RadioProps };
|
10
10
|
//# sourceMappingURL=Radio.d.ts.map
|
package/dist/Radio.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../src/Radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,
|
1
|
+
{"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../src/Radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAO3D,KAAK,UAAU,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,GAAG;IACxD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,KAAK,4KAYR,UAAU,4CA2BZ,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC;AACjB,YAAY,EAAE,UAAU,EAAE,CAAC"}
|
package/dist/RadioGroup.d.ts
CHANGED
@@ -35,7 +35,7 @@ type RadioGroupProps = {
|
|
35
35
|
value: string;
|
36
36
|
'data-test-id'?: string;
|
37
37
|
};
|
38
|
-
declare const RadioGroup: (props: RadioGroupProps) => JSX.Element;
|
38
|
+
declare const RadioGroup: (props: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
|
39
39
|
export { RadioGroup };
|
40
40
|
export type { RadioGroupProps };
|
41
41
|
//# sourceMappingURL=RadioGroup.d.ts.map
|
package/dist/RadioGroup.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../src/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAgB,SAAS,EAAE,MAAM,OAAO,CAAC;AAQ7E,KAAK,eAAe,GAAG;IACrB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,QAAQ,CAAC,CAAC,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAC9D;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,UAAU,UAAW,eAAe,
|
1
|
+
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../src/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAgB,SAAS,EAAE,MAAM,OAAO,CAAC;AAQ7E,KAAK,eAAe,GAAG;IACrB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,QAAQ,CAAC,CAAC,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IAC9D;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,UAAU,UAAW,eAAe,4CAoEzC,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,YAAY,EAAE,eAAe,EAAE,CAAC"}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import type {
|
2
|
-
type RequiredAsteriskProps =
|
1
|
+
import type { ComponentProps } from 'react';
|
2
|
+
type RequiredAsteriskProps = ComponentProps<'span'> & {
|
3
3
|
'data-test-id'?: string;
|
4
4
|
};
|
5
|
-
declare const RequiredAsterisk: ({ className, "data-test-id": testId, ...rest }: RequiredAsteriskProps) => JSX.Element;
|
5
|
+
declare const RequiredAsterisk: ({ className, "data-test-id": testId, ...rest }: RequiredAsteriskProps) => import("react/jsx-runtime").JSX.Element;
|
6
6
|
export { RequiredAsterisk };
|
7
7
|
export type { RequiredAsteriskProps };
|
8
8
|
//# sourceMappingURL=RequiredAsterisk.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"RequiredAsterisk.d.ts","sourceRoot":"","sources":["../src/RequiredAsterisk.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAM5C,KAAK,qBAAqB,GAAG,cAAc,CAAC,
|
1
|
+
{"version":3,"file":"RequiredAsterisk.d.ts","sourceRoot":"","sources":["../src/RequiredAsterisk.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAM5C,KAAK,qBAAqB,GAAG,cAAc,CAAC,MAAM,CAAC,GAAG;IACpD,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,gBAAgB,mDAInB,qBAAqB,4CAQvB,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,CAAC;AAC5B,YAAY,EAAE,qBAAqB,EAAE,CAAC"}
|
package/dist/SelectField.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import type {
|
2
|
-
type SelectFieldProps =
|
1
|
+
import type { ComponentProps } from 'react';
|
2
|
+
type SelectFieldProps = ComponentProps<'select'> & {
|
3
3
|
'data-test-id'?: string;
|
4
4
|
};
|
5
|
-
declare const SelectField: (
|
5
|
+
declare const SelectField: import("react").ForwardRefExoticComponent<Omit<SelectFieldProps, "ref"> & import("react").RefAttributes<HTMLSelectElement>>;
|
6
6
|
export { SelectField };
|
7
7
|
export type { SelectFieldProps };
|
8
8
|
//# sourceMappingURL=SelectField.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"SelectField.d.ts","sourceRoot":"","sources":["../src/SelectField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"SelectField.d.ts","sourceRoot":"","sources":["../src/SelectField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAO5C,KAAK,gBAAgB,GAAG,cAAc,CAAC,QAAQ,CAAC,GAAG;IACjD,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,WAAW,6HAUhB,CAAC;AAIF,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB,YAAY,EAAE,gBAAgB,EAAE,CAAC"}
|
package/dist/TextArea.d.ts
CHANGED
@@ -1,10 +1,8 @@
|
|
1
|
-
import type {
|
2
|
-
type TextAreaProps =
|
1
|
+
import type { ComponentProps } from 'react';
|
2
|
+
type TextAreaProps = ComponentProps<'textarea'> & {
|
3
3
|
'data-test-id'?: string;
|
4
4
|
};
|
5
|
-
declare const TextArea: import("react").ForwardRefExoticComponent<
|
6
|
-
'data-test-id'?: string | undefined;
|
7
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>>;
|
5
|
+
declare const TextArea: import("react").ForwardRefExoticComponent<Omit<TextAreaProps, "ref"> & import("react").RefAttributes<HTMLTextAreaElement>>;
|
8
6
|
export { TextArea };
|
9
7
|
export type { TextAreaProps };
|
10
8
|
//# sourceMappingURL=TextArea.d.ts.map
|
package/dist/TextArea.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../src/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../src/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,cAAc,EAAE,MAAM,OAAO,CAAC;AAQ3D,KAAK,aAAa,GAAG,cAAc,CAAC,UAAU,CAAC,GAAG;IAChD,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,QAAQ,4HA2Bb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,YAAY,EAAE,aAAa,EAAE,CAAC"}
|
package/dist/TextField.d.ts
CHANGED
@@ -1,16 +1,11 @@
|
|
1
|
-
import type {
|
2
|
-
type TextFieldProps =
|
1
|
+
import type { ComponentProps } from 'react';
|
2
|
+
type TextFieldProps = ComponentProps<'input'> & {
|
3
3
|
suffix?: string;
|
4
4
|
tiny?: boolean;
|
5
5
|
overrideWidth?: string;
|
6
6
|
'data-test-id'?: string;
|
7
7
|
};
|
8
|
-
declare const TextField: import("react").ForwardRefExoticComponent<
|
9
|
-
suffix?: string | undefined;
|
10
|
-
tiny?: boolean | undefined;
|
11
|
-
overrideWidth?: string | undefined;
|
12
|
-
'data-test-id'?: string | undefined;
|
13
|
-
} & import("react").RefAttributes<HTMLInputElement>>;
|
8
|
+
declare const TextField: import("react").ForwardRefExoticComponent<Omit<TextFieldProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
|
14
9
|
export { TextField };
|
15
10
|
export type { TextFieldProps };
|
16
11
|
//# sourceMappingURL=TextField.d.ts.map
|
package/dist/TextField.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../src/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../src/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAQ5C,KAAK,cAAc,GAAG,cAAc,CAAC,OAAO,CAAC,GAAG;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,SAAS,0HA0Dd,CAAC;AAIF,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,YAAY,EAAE,cAAc,EAAE,CAAC"}
|