@toptal/picasso-lab 25.0.1 → 26.0.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.
- package/Calendar/Calendar.d.ts +1 -1
- package/package.json +4 -4
package/Calendar/Calendar.d.ts
CHANGED
@@ -3,7 +3,7 @@ import { BaseProps } from '@toptal/picasso-shared';
|
|
3
3
|
import { DayProps } from './types';
|
4
4
|
export declare type DateOrDateRangeType = Date | DateRangeType;
|
5
5
|
export declare type DateRangeType = [Date, Date];
|
6
|
-
export { DayProps };
|
6
|
+
export type { DayProps };
|
7
7
|
export interface Props extends BaseProps, Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange' | 'onBlur'> {
|
8
8
|
onChange: (value: DateOrDateRangeType) => void;
|
9
9
|
onBlur?: (event: React.FocusEvent<HTMLDivElement>) => void;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@toptal/picasso-lab",
|
3
|
-
"version": "
|
3
|
+
"version": "26.0.0",
|
4
4
|
"description": "Lab components of Picasso",
|
5
5
|
"author": "Toptal",
|
6
6
|
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-lab#readme",
|
@@ -24,14 +24,14 @@
|
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
26
26
|
"@material-ui/core": "4.11.0",
|
27
|
-
"@toptal/picasso": "^17.
|
28
|
-
"@toptal/picasso-shared": "^7.
|
27
|
+
"@toptal/picasso": "^17.3.0",
|
28
|
+
"@toptal/picasso-shared": "^7.2.0",
|
29
29
|
"popper.js": "^1.16.1",
|
30
30
|
"react": "^16.12.0",
|
31
31
|
"react-dom": "^16.12.0"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@toptal/picasso-provider": "0.
|
34
|
+
"@toptal/picasso-provider": "^0.4.0",
|
35
35
|
"ap-style-title-case": "^1.1.2",
|
36
36
|
"classnames": "^2.3.1",
|
37
37
|
"date-fns": "^2.9.0",
|