@toptal/picasso-lab 23.0.1-alpha-fix-tree-view-point-link-positioning.2651 → 25.0.1
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/Timeline/Timeline.d.ts
CHANGED
@@ -1,17 +1,16 @@
|
|
1
|
-
import React
|
1
|
+
import React from 'react';
|
2
2
|
import { BaseProps } from '@toptal/picasso-shared';
|
3
|
-
import { TimelineRowProps } from '../TimelineRow';
|
4
3
|
export declare type Props = BaseProps & {
|
5
4
|
/** Timeline rows */
|
6
|
-
children:
|
5
|
+
children: React.ReactNode;
|
7
6
|
};
|
8
7
|
export declare const Timeline: React.ForwardRefExoticComponent<BaseProps & {
|
9
8
|
/** Timeline rows */
|
10
|
-
children:
|
9
|
+
children: React.ReactNode;
|
11
10
|
} & React.RefAttributes<HTMLDivElement>>;
|
12
11
|
declare const _default: React.ForwardRefExoticComponent<BaseProps & {
|
13
12
|
/** Timeline rows */
|
14
|
-
children: React.
|
13
|
+
children: React.ReactNode;
|
15
14
|
} & React.RefAttributes<HTMLDivElement>> & {
|
16
15
|
Row: {
|
17
16
|
({ className, children, icon, date, hasConnector, "data-testid": dataTestId, testIds }: import("../TimelineRow/TimelineRow").Props): JSX.Element;
|
package/Timeline/Timeline.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Timeline.js","sourceRoot":"","sources":["../../src/Timeline/Timeline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,
|
1
|
+
{"version":3,"file":"Timeline.js","sourceRoot":"","sources":["../../src/Timeline/Timeline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAE3C,OAAO,WAAW,MAAM,gBAAgB,CAAA;AAOxC,MAAM,CAAC,MAAM,QAAQ,GAAG,UAAU,CAAwB,SAAS,QAAQ,CACzE,EAAE,SAAS,EAAE,QAAQ,EAAE,EACvB,GAAG;IAEH,OAAO,CACL,oBAAC,SAAS,IAAC,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,QAAC,SAAS,EAAC,QAAQ,IAC/D,QAAQ,CACC,CACb,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAA;AAEjC,eAAe,MAAM,CAAC,MAAM,CAAC,QAAQ,EAAE,EAAE,GAAG,EAAE,WAAW,EAAE,CAAC,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@toptal/picasso-lab",
|
3
|
-
"version": "
|
3
|
+
"version": "25.0.1",
|
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.
|
27
|
+
"@toptal/picasso": "^17.2.2",
|
28
28
|
"@toptal/picasso-shared": "^7.1.1",
|
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.5.
|
34
|
+
"@toptal/picasso-provider": "0.5.0",
|
35
35
|
"ap-style-title-case": "^1.1.2",
|
36
36
|
"classnames": "^2.3.1",
|
37
37
|
"date-fns": "^2.9.0",
|
@@ -50,6 +50,5 @@
|
|
50
50
|
"sideEffects": [
|
51
51
|
"**/styles.ts",
|
52
52
|
"**/styles.js"
|
53
|
-
]
|
54
|
-
"gitHead": "cf74215f29f76c6d0b17a1307a18b8825b271123"
|
53
|
+
]
|
55
54
|
}
|