@jobber/components 4.23.13 → 4.23.14-JOB-69067-.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
interface RowRange {
|
|
2
|
+
export interface RowRange {
|
|
3
3
|
min: number;
|
|
4
4
|
max: number;
|
|
5
5
|
}
|
|
@@ -83,4 +83,3 @@ export declare const InputText: React.ForwardRefExoticComponent<({
|
|
|
83
83
|
readonly readonly?: boolean | undefined;
|
|
84
84
|
readonly validations?: import("react-hook-form").RegisterOptions<import("react-hook-form").FieldValues, string> | undefined;
|
|
85
85
|
}) & React.RefAttributes<InputTextRef>>;
|
|
86
|
-
export {};
|
package/dist/Toast/Toast.d.ts
CHANGED
|
@@ -6,7 +6,15 @@ interface BaseToastProps {
|
|
|
6
6
|
readonly id?: number;
|
|
7
7
|
}
|
|
8
8
|
interface ActionToastProps extends BaseToastProps {
|
|
9
|
+
/**
|
|
10
|
+
* **Deprecated**: action will be removed in the next major version
|
|
11
|
+
* @deprecated
|
|
12
|
+
*/
|
|
9
13
|
action(): void;
|
|
14
|
+
/**
|
|
15
|
+
* **Deprecated**: actionLabel will be removed in the next major version
|
|
16
|
+
* @deprecated
|
|
17
|
+
*/
|
|
10
18
|
actionLabel: string;
|
|
11
19
|
}
|
|
12
20
|
export type ToastProps = XOR<BaseToastProps, ActionToastProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "4.23.
|
|
3
|
+
"version": "4.23.14-JOB-69067-.3+028144d1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"dist/*"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@jobber/design": "^0.43.
|
|
23
|
-
"@jobber/formatters": "
|
|
22
|
+
"@jobber/design": "^0.43.4",
|
|
23
|
+
"@jobber/formatters": "^0.2.2",
|
|
24
24
|
"@jobber/hooks": "^2.1.5",
|
|
25
25
|
"@popperjs/core": "^2.0.6",
|
|
26
26
|
"@std-proposal/temporal": "0.0.1",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"> 1%",
|
|
84
84
|
"IE 10"
|
|
85
85
|
],
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "028144d1b63ed0c183836923a9e1d1e48dcefef5"
|
|
87
87
|
}
|