@toptal/picasso-step 1.1.9 → 2.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.
|
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
11
11
|
};
|
|
12
12
|
import React, { forwardRef, Fragment } from 'react';
|
|
13
13
|
import cx from 'classnames';
|
|
14
|
-
import { twMerge } from 'tailwind-merge';
|
|
14
|
+
import { twMerge } from '@toptal/picasso-tailwind-merge';
|
|
15
15
|
import { Step } from '../Step';
|
|
16
16
|
import { StepConnector } from '../StepConnector';
|
|
17
17
|
const Stepper = forwardRef((props, ref) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stepper.js","sourceRoot":"","sources":["../../../src/Stepper/Stepper.tsx"],"names":[],"mappings":";;;;;;;;;;;AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AACnD,OAAO,EAAE,MAAM,YAAY,CAAA;AAC3B,OAAO,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Stepper.js","sourceRoot":"","sources":["../../../src/Stepper/Stepper.tsx"],"names":[],"mappings":";;;;;;;;;;;AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AACnD,OAAO,EAAE,MAAM,YAAY,CAAA;AAC3B,OAAO,EAAE,OAAO,EAAE,MAAM,gCAAgC,CAAA;AAGxD,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAC9B,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAoBhD,MAAM,OAAO,GAAG,UAAU,CAAwB,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IAC/D,MAAM,EACJ,MAAM,GAAG,CAAC,EACV,KAAK,GAAG,EAAE,EACV,UAAU,GAAG,KAAK,EAClB,SAAS,EACT,KAAK,EACL,SAAS,EACT,SAAS,GAAG,YAAY,EACxB,gBAAgB,GAAG,KAAK,KAEtB,KAAK,EADJ,IAAI,UACL,KAAK,EAVH,qGAUL,CAAQ,CAAA;IAET,OAAO,CACL,2CACE,SAAS,EAAE,OAAO,CAChB,MAAM,EACN,EAAE,CAAC;YACD,6BAA6B,EAAE,SAAS,KAAK,YAAY;YACzD,UAAU,EAAE,SAAS,KAAK,UAAU;SACrC,CAAC,EACF,SAAS,CACV,EACD,KAAK,EAAE,KAAK,EACZ,GAAG,EAAE,GAAG,IACJ,IAAI,GAEP,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,SAAS,EAAE,EAAE;QAC7B,MAAM,YAAY,GAAG,OAAO,IAAI,KAAK,QAAQ,CAAA;QAE7C,OAAO,CACL,oBAAC,QAAQ,IAAC,GAAG,EAAE,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG;YAC3C,oBAAC,IAAI,IACH,MAAM,EAAE,SAAS,KAAK,MAAM,EAC5B,SAAS,EAAE,SAAS,GAAG,MAAM,EAC7B,MAAM,EAAE,CAAC,UAAU,IAAI,SAAS,KAAK,MAAM,EAC3C,SAAS,EAAE,SAAS,EACpB,oBAAoB,EAAE,gBAAgB,IAErC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAC9B;YACN,SAAS,GAAG,KAAK,CAAC,MAAM,GAAG,CAAC,IAAI,CAC/B,oBAAC,aAAa,IAAC,SAAS,EAAE,SAAS,GAAI,CACxC,CACQ,CACZ,CAAA;IACH,CAAC,CAAC,CACE,CACP,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,CAAC,YAAY,GAAG;IACrB,MAAM,EAAE,CAAC;IACT,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE,YAAY;IACvB,gBAAgB,EAAE,KAAK;IACvB,KAAK,EAAE,EAAE;CACV,CAAA;AAED,OAAO,CAAC,WAAW,GAAG,SAAS,CAAA;AAE/B,eAAe,OAAO,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/picasso-step",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Toptal UI components library - Step",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -22,13 +22,12 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@toptal/picasso-icons": "1.
|
|
25
|
+
"@toptal/picasso-icons": "1.6.0",
|
|
26
26
|
"@toptal/picasso-shared": "15.0.0",
|
|
27
|
-
"@toptal/picasso-typography": "
|
|
28
|
-
"@toptal/picasso-typography-overflow": "2.0.
|
|
27
|
+
"@toptal/picasso-typography": "3.0.0",
|
|
28
|
+
"@toptal/picasso-typography-overflow": "2.0.4",
|
|
29
29
|
"@toptal/picasso-utils": "1.0.3",
|
|
30
30
|
"ap-style-title-case": "^1.1.2",
|
|
31
|
-
"tailwind-merge": "^2.2.2",
|
|
32
31
|
"classnames": "^2.5.1"
|
|
33
32
|
},
|
|
34
33
|
"sideEffects": [
|
|
@@ -36,12 +35,14 @@
|
|
|
36
35
|
"**/styles.js"
|
|
37
36
|
],
|
|
38
37
|
"peerDependencies": {
|
|
38
|
+
"@toptal/picasso-tailwind-merge": "^1.0.1",
|
|
39
39
|
"@toptal/picasso-provider": "*",
|
|
40
40
|
"tailwindcss": ">=3",
|
|
41
41
|
"react": ">=16.12.0 < 19.0.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@toptal/picasso-
|
|
44
|
+
"@toptal/picasso-tailwind-merge": "1.2.0",
|
|
45
|
+
"@toptal/picasso-provider": "5.0.0",
|
|
45
46
|
"@toptal/picasso-test-utils": "1.1.1",
|
|
46
47
|
"styled-components": "^6.1.1"
|
|
47
48
|
},
|
package/src/Stepper/Stepper.tsx
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { HTMLAttributes, Key, ReactNode } from 'react'
|
|
2
2
|
import React, { forwardRef, Fragment } from 'react'
|
|
3
3
|
import cx from 'classnames'
|
|
4
|
-
import { twMerge } from 'tailwind-merge'
|
|
4
|
+
import { twMerge } from '@toptal/picasso-tailwind-merge'
|
|
5
5
|
import type { BaseProps, TextLabelProps } from '@toptal/picasso-shared'
|
|
6
6
|
|
|
7
7
|
import { Step } from '../Step'
|