polpo 0.1.0 → 0.1.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/.turbo/turbo-build.log +0 -77
- package/.turbo/turbo-lint.log +1 -1
- package/package.json +4 -4
- package/tsconfig.json +1 -0
- package/vite.config.ts +1 -0
- package/.turbo/daemon/f5c5c8fb195b01d0-turbo.log.2024-05-26 +0 -0
- package/.turbo/turbo-build$colon$watch.log +0 -96
- package/.turbo/turbo-build-storybook.log +0 -0
- package/.turbo/turbo-lint$colon$fix.log +0 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
[2K[1G[2m$ yarn clean && tsup[22m
|
|
2
|
-
[2K[1G[2m$ rm -rf ./dist[22m
|
|
3
|
-
[34mCLI[39m Building entry: ./src/index.ts
|
|
4
|
-
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
5
|
-
[34mCLI[39m tsup v8.0.2
|
|
6
|
-
[34mCLI[39m Using tsup config: /Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/tsup.config.cjs
|
|
7
|
-
[34mCLI[39m Target: node20
|
|
8
|
-
[34mCJS[39m Build start
|
|
9
|
-
[34mESM[39m Build start
|
|
10
|
-
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mCould not resolve "./icon-context"[0m
|
|
11
|
-
|
|
12
|
-
src/contexts/index.ts:3:14:
|
|
13
|
-
[37m 3 │ export * from [32m'./icon-context'[37m;
|
|
14
|
-
╵ [32m~~~~~~~~~~~~~~~~[0m
|
|
15
|
-
|
|
16
|
-
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mCould not resolve "./icon-context"[0m
|
|
17
|
-
|
|
18
|
-
src/contexts/index.ts:3:14:
|
|
19
|
-
[37m 3 │ export * from [32m'./icon-context'[37m;
|
|
20
|
-
╵ [32m~~~~~~~~~~~~~~~~[0m
|
|
21
|
-
|
|
22
|
-
[31mCJS[39m [31mBuild failed[39m
|
|
23
|
-
[31mESM[39m [31mBuild failed[39m
|
|
24
|
-
[31mError: Build failed with 1 error:
|
|
25
|
-
src/contexts/index.ts:3:14: ERROR: Could not resolve "./icon-context"
|
|
26
|
-
at failureErrorWithLog (/Users/juanmsl/Code/personal/monorepo-juanmsl/node_modules/esbuild/lib/main.js:1651:15)
|
|
27
|
-
at /Users/juanmsl/Code/personal/monorepo-juanmsl/node_modules/esbuild/lib/main.js:1059:25
|
|
28
|
-
at runOnEndCallbacks (/Users/juanmsl/Code/personal/monorepo-juanmsl/node_modules/esbuild/lib/main.js:1486:45)
|
|
29
|
-
at buildResponseToResult (/Users/juanmsl/Code/personal/monorepo-juanmsl/node_modules/esbuild/lib/main.js:1057:7)
|
|
30
|
-
at /Users/juanmsl/Code/personal/monorepo-juanmsl/node_modules/esbuild/lib/main.js:1086:16
|
|
31
|
-
at responseCallbacks.<computed> (/Users/juanmsl/Code/personal/monorepo-juanmsl/node_modules/esbuild/lib/main.js:704:9)
|
|
32
|
-
at handleIncomingPacket (/Users/juanmsl/Code/personal/monorepo-juanmsl/node_modules/esbuild/lib/main.js:764:9)
|
|
33
|
-
at Socket.readFromStdout (/Users/juanmsl/Code/personal/monorepo-juanmsl/node_modules/esbuild/lib/main.js:680:7)
|
|
34
|
-
at Socket.emit (node:events:518:28)
|
|
35
|
-
at addChunk (node:internal/streams/readable:559:12)[39m
|
|
36
|
-
[34mDTS[39m Build start
|
|
37
|
-
src/contexts/index.ts(3,15): error TS2307: Cannot find module './icon-context' or its corresponding type declarations.
|
|
38
|
-
|
|
39
|
-
[31mDTS[39m [31mBuild error[39m
|
|
40
|
-
[31mRollupError: [plugin dts] src/contexts/index.ts: Failed to compile. Check the logs above.
|
|
41
|
-
at getRollupError (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/rollup/dist/shared/parseAst.js:282:41)
|
|
42
|
-
at Object.error (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/rollup/dist/shared/parseAst.js:278:42)
|
|
43
|
-
at Object.error (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/rollup/dist/shared/rollup.js:813:32)
|
|
44
|
-
at Object.error (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/rollup/dist/shared/rollup.js:19565:42)
|
|
45
|
-
at generateDtsFromTs (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/tsup/dist/rollup.js:7776:22)
|
|
46
|
-
at /Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/tsup/dist/rollup.js:7783:59
|
|
47
|
-
at _nullishCoalesce (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/tsup/dist/rollup.js:1:198)
|
|
48
|
-
at Object.transform (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/tsup/dist/rollup.js:7783:18)
|
|
49
|
-
at /Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/rollup/dist/shared/rollup.js:998:40[39m
|
|
50
|
-
src/components/accordion/accordion.tsx(5,10): error TS2305: Module '"../../contexts"' has no exported member 'Icon'.
|
|
51
|
-
src/components/accordion/accordion.tsx(5,16): error TS2305: Module '"../../contexts"' has no exported member 'IconNameT'.
|
|
52
|
-
|
|
53
|
-
src/components/infinity-scroll/infinity-scroll.tsx(4,10): error TS2305: Module '"../../contexts"' has no exported member 'Icon'.
|
|
54
|
-
|
|
55
|
-
src/components/table/table.tsx(3,10): error TS2305: Module '"../../contexts"' has no exported member 'Icon'.
|
|
56
|
-
|
|
57
|
-
src/components/form/input-file/input-file.tsx(5,10): error TS2305: Module '"../../../contexts"' has no exported member 'Icon'.
|
|
58
|
-
src/components/form/input-file/input-file.tsx(5,16): error TS2305: Module '"../../../contexts"' has no exported member 'IconNameT'.
|
|
59
|
-
|
|
60
|
-
src/components/form2/field/field.tsx(4,10): error TS2305: Module '"../../../contexts"' has no exported member 'Icon'.
|
|
61
|
-
src/components/form2/field/field.tsx(4,16): error TS2305: Module '"../../../contexts"' has no exported member 'IconNameT'.
|
|
62
|
-
|
|
63
|
-
src/components/form2/input-password/input-password.tsx(5,10): error TS2305: Module '"../../../contexts"' has no exported member 'IconNameT'.
|
|
64
|
-
|
|
65
|
-
src/components/form2/field/field.types.ts(3,10): error TS2305: Module '"../../../contexts"' has no exported member 'IconNameT'.
|
|
66
|
-
|
|
67
|
-
src/components/form2/input-color/input-color.tsx(7,10): error TS2305: Module '"../../../contexts"' has no exported member 'Icon'.
|
|
68
|
-
|
|
69
|
-
src/components/form2/select/select.tsx(4,10): error TS2305: Module '"../../../contexts"' has no exported member 'Icon'.
|
|
70
|
-
|
|
71
|
-
src/components/form/types.ts(4,10): error TS2305: Module '"../../contexts"' has no exported member 'IconNameT'.
|
|
72
|
-
|
|
73
|
-
src/components/buttons/button/button.tsx(4,10): error TS2305: Module '"../../../contexts"' has no exported member 'Icon'.
|
|
74
|
-
src/components/buttons/button/button.tsx(4,16): error TS2305: Module '"../../../contexts"' has no exported member 'IconNameT'.
|
|
75
|
-
|
|
76
|
-
[2K[1G[31merror[39m Command failed with exit code 1.
|
|
77
|
-
[2K[1G[34minfo[39m Visit [1mhttps://yarnpkg.com/en/docs/cli/run[22m for documentation about this command.
|
package/.turbo/turbo-lint.log
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polpo",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"exports": {
|
|
13
13
|
".": null,
|
|
14
14
|
"./ui": {
|
|
15
|
-
"main": "./dist/
|
|
16
|
-
"module": "./dist/
|
|
17
|
-
"types": "./dist/
|
|
15
|
+
"main": "./dist/ui.cjs",
|
|
16
|
+
"module": "./dist/ui.js",
|
|
17
|
+
"types": "./dist/ui.d.ts"
|
|
18
18
|
},
|
|
19
19
|
"./hooks": {
|
|
20
20
|
"main": "./dist/hooks.cjs",
|
package/tsconfig.json
CHANGED
package/vite.config.ts
CHANGED
|
File without changes
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
[2K[1G[2m$ tsup --watch[22m
|
|
2
|
-
[34mCLI[39m Building entry: ./src/index.ts
|
|
3
|
-
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
4
|
-
[34mCLI[39m tsup v8.0.2
|
|
5
|
-
[34mCLI[39m Using tsup config: /Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/tsup.config.cjs
|
|
6
|
-
[34mCLI[39m Running in watch mode
|
|
7
|
-
[34mCLI[39m Target: node20
|
|
8
|
-
[34mESM[39m Build start
|
|
9
|
-
[34mCJS[39m Build start
|
|
10
|
-
[34mDTS[39m Build start
|
|
11
|
-
[32mESM[39m [1mdist/index.js [22m[32m130.51 KB[39m
|
|
12
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m266.39 KB[39m
|
|
13
|
-
[32mESM[39m ⚡️ Build success in 240ms
|
|
14
|
-
[32mCJS[39m [1mdist/index.cjs [22m[32m136.19 KB[39m
|
|
15
|
-
[32mCJS[39m [1mdist/index.cjs.map [22m[32m266.39 KB[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in 240ms
|
|
17
|
-
[34mCLI[39m Watching for changes in "."
|
|
18
|
-
[34mCLI[39m Ignoring changes in "**/{.git,node_modules}/**" | "./dist"
|
|
19
|
-
src/components/accordion/accordion.tsx(1,31): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
20
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
21
|
-
|
|
22
|
-
[31mDTS[39m [31mBuild failed[39m
|
|
23
|
-
[31mError: error occured in dts build
|
|
24
|
-
at Worker.<anonymous> (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/tsup/dist/index.js:2693:26)
|
|
25
|
-
at Worker.emit (node:events:518:28)
|
|
26
|
-
at MessagePort.<anonymous> (node:internal/worker:263:53)
|
|
27
|
-
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:826:20)
|
|
28
|
-
at exports.emitMessage (node:internal/per_context/messageport:23:28)[39m
|
|
29
|
-
[31mRollupError: [plugin dts] src/components/accordion/accordion.tsx: Failed to compile. Check the logs above.
|
|
30
|
-
at getRollupError (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/rollup/dist/shared/parseAst.js:282:41)
|
|
31
|
-
at Object.error (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/rollup/dist/shared/parseAst.js:278:42)
|
|
32
|
-
at Object.error (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/rollup/dist/shared/rollup.js:813:32)
|
|
33
|
-
at Object.error (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/rollup/dist/shared/rollup.js:19565:42)
|
|
34
|
-
at generateDtsFromTs (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/tsup/dist/rollup.js:7776:22)
|
|
35
|
-
at /Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/tsup/dist/rollup.js:7783:59
|
|
36
|
-
at _nullishCoalesce (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/tsup/dist/rollup.js:1:198)
|
|
37
|
-
at Object.transform (/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/tsup/dist/rollup.js:7783:18)
|
|
38
|
-
at /Users/juanmsl/Code/personal/monorepo-juanmsl/packages/ui/node_modules/rollup/dist/shared/rollup.js:998:40[39m
|
|
39
|
-
src/components/hover-card/hover-card.tsx(1,34): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
40
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
41
|
-
|
|
42
|
-
src/components/line/line.tsx(1,31): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
43
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
44
|
-
|
|
45
|
-
src/components/infinity-scroll/infinity-scroll.tsx(1,42): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
46
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
47
|
-
|
|
48
|
-
src/components/tabs/tabs.tsx(1,31): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
49
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
50
|
-
|
|
51
|
-
src/components/tag/tag.tsx(1,31): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
52
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
53
|
-
|
|
54
|
-
src/components/tooltip/tooltip.tsx(1,31): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
55
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
56
|
-
|
|
57
|
-
src/components/typography/typography.tsx(1,31): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
58
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
59
|
-
|
|
60
|
-
src/components/form/input-file/input-file.tsx(2,60): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
61
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
62
|
-
src/components/form/input-file/input-file.tsx(104,52): error TS7006: Parameter 'prev' implicitly has an 'any' type.
|
|
63
|
-
src/components/form/input-file/input-file.tsx(104,60): error TS7031: Binding element 'size' implicitly has an 'any' type.
|
|
64
|
-
|
|
65
|
-
src/components/buttons/button/button.tsx(1,31): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
66
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
67
|
-
|
|
68
|
-
src/components/modals/modal/modal.tsx(1,29): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
69
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
70
|
-
|
|
71
|
-
src/components/form2/date-picker/date-picker.tsx(1,34): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
72
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
73
|
-
|
|
74
|
-
src/components/form2/input/input.tsx(1,34): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
75
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
76
|
-
|
|
77
|
-
src/components/form2/field/field.tsx(1,31): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
78
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
79
|
-
|
|
80
|
-
src/components/form2/input-password/input-password.tsx(1,51): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
81
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
82
|
-
|
|
83
|
-
src/components/form2/input-color/input-color.tsx(1,37): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
84
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
85
|
-
|
|
86
|
-
src/components/form2/slider/slider.tsx(1,34): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
87
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
88
|
-
src/components/form2/slider/slider.tsx(58,15): error TS7006: Parameter 'value' implicitly has an 'any' type.
|
|
89
|
-
|
|
90
|
-
src/components/form2/select/select.tsx(1,37): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
91
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
92
|
-
|
|
93
|
-
src/components/form2/textarea/textarea.tsx(1,34): error TS7016: Could not find a declaration file for module '@juanmsl/hooks'. '/Users/juanmsl/Code/personal/monorepo-juanmsl/packages/hooks/dist/index.cjs' implicitly has an 'any' type.
|
|
94
|
-
Try `npm i --save-dev @types/juanmsl__hooks` if it exists or add a new declaration (.d.ts) file containing `declare module '@juanmsl/hooks';`
|
|
95
|
-
src/components/form2/textarea/textarea.tsx(45,15): error TS7006: Parameter 'value' implicitly has an 'any' type.
|
|
96
|
-
|
|
Binary file
|