@livechat/design-system-react-components 1.0.0-alpha.50 → 1.0.0-alpha.51
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/src/components/Alert/Alert.d.ts +1 -1
- package/dist/src/components/FieldGroup/FieldGroup.d.ts +1 -1
- package/dist/src/components/Form/Form.d.ts +1 -1
- package/dist/src/components/FormGroup/FormGroup.d.ts +1 -1
- package/dist/src/components/Modal/ModalBase.d.ts +1 -1
- package/dist/src/components/Picker/Trigger.d.ts +1 -1
- package/dist/src/components/PromoBanner/PromoBanner.d.ts +1 -1
- package/dist/src/components/Tab/Tab.d.ts +1 -1
- package/dist/src/components/Tag/Tag.d.ts +1 -1
- package/dist/src/components/Toast/Toast.d.ts +1 -1
- package/dist/src/components/Typography/Heading.d.ts +1 -1
- package/dist/src/components/Typography/Text.d.ts +1 -1
- package/dist/src/components/UploadBar/UploadBar.d.ts +1 -1
- package/package.json +2 -2
|
@@ -4,4 +4,4 @@ export interface ModalBaseProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
4
4
|
closeOnEscPress?: boolean;
|
|
5
5
|
closeOnOverlayPress?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare const ModalBase: React.FC<ModalBaseProps
|
|
7
|
+
export declare const ModalBase: React.FC<React.PropsWithChildren<ModalBaseProps>>;
|
|
@@ -12,5 +12,5 @@ export interface ToastProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
12
12
|
kind?: ToastKind;
|
|
13
13
|
onClose?: () => void;
|
|
14
14
|
}
|
|
15
|
-
export declare const Toast: React.FC<ToastProps
|
|
15
|
+
export declare const Toast: React.FC<React.PropsWithChildren<ToastProps>>;
|
|
16
16
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livechat/design-system-react-components",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.51",
|
|
4
4
|
"description": "",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"react-day-picker": "^7.4.10",
|
|
80
80
|
"react-transition-group": "^4.4.2"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "01d4f5db9a8c80bc7acb3117a4d3991430803ec5"
|
|
83
83
|
}
|