@charlesgomes/leafcode-shared-lib-react 1.0.12 → 1.0.17
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/dist/assets/images/seta.svg +3 -3
- package/dist/index.css +1 -1
- package/dist/index.d.mts +55 -55
- package/dist/index.d.ts +55 -55
- package/dist/index.js +4 -3
- package/dist/index.mjs +4 -3
- package/dist/{seta-T37FWQKV.svg → seta-E7LTVAWJ.svg} +3 -3
- package/dist/styles/button.css +107 -107
- package/dist/styles/table.css +551 -551
- package/package.json +61 -62
package/package.json
CHANGED
|
@@ -1,62 +1,61 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@charlesgomes/leafcode-shared-lib-react",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Lib de componentes react",
|
|
5
|
-
"main": "dist/index.cjs",
|
|
6
|
-
"module": "dist/index.mjs",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"types": "./dist/index.d.ts",
|
|
11
|
-
"import": "./dist/index.mjs",
|
|
12
|
-
"require": "./dist/index.cjs"
|
|
13
|
-
},
|
|
14
|
-
"./table.css": "./dist/styles/table.css",
|
|
15
|
-
"./button.css": "./dist/styles/button.css"
|
|
16
|
-
},
|
|
17
|
-
"files": [
|
|
18
|
-
"dist"
|
|
19
|
-
],
|
|
20
|
-
"scripts": {
|
|
21
|
-
"build": "tsup src/index.tsx --dts --format esm,cjs --clean && cp -r src/styles dist/ && cp -r src/assets dist/",
|
|
22
|
-
"dev": "vite"
|
|
23
|
-
},
|
|
24
|
-
"keywords": [
|
|
25
|
-
"react",
|
|
26
|
-
"lib",
|
|
27
|
-
"componentes"
|
|
28
|
-
],
|
|
29
|
-
"author": "Seu Nome",
|
|
30
|
-
"license": "MIT",
|
|
31
|
-
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
33
|
-
},
|
|
34
|
-
"peerDependencies": {
|
|
35
|
-
"@tanstack/react-query": "^5.85.9",
|
|
36
|
-
"primereact": "^10.9.7",
|
|
37
|
-
"react": ">=17",
|
|
38
|
-
"react-dom": ">=17"
|
|
39
|
-
},
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"react-
|
|
58
|
-
"react-
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@charlesgomes/leafcode-shared-lib-react",
|
|
3
|
+
"version": "1.0.17",
|
|
4
|
+
"description": "Lib de componentes react",
|
|
5
|
+
"main": "dist/index.cjs",
|
|
6
|
+
"module": "dist/index.mjs",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"import": "./dist/index.mjs",
|
|
12
|
+
"require": "./dist/index.cjs"
|
|
13
|
+
},
|
|
14
|
+
"./table.css": "./dist/styles/table.css",
|
|
15
|
+
"./button.css": "./dist/styles/button.css"
|
|
16
|
+
},
|
|
17
|
+
"files": [
|
|
18
|
+
"dist"
|
|
19
|
+
],
|
|
20
|
+
"scripts": {
|
|
21
|
+
"build": "tsup src/index.tsx --dts --format esm,cjs --clean && cp -r src/styles dist/ && cp -r src/assets dist/",
|
|
22
|
+
"dev": "vite"
|
|
23
|
+
},
|
|
24
|
+
"keywords": [
|
|
25
|
+
"react",
|
|
26
|
+
"lib",
|
|
27
|
+
"componentes"
|
|
28
|
+
],
|
|
29
|
+
"author": "Seu Nome",
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"publishConfig": {
|
|
32
|
+
"access": "public"
|
|
33
|
+
},
|
|
34
|
+
"peerDependencies": {
|
|
35
|
+
"@tanstack/react-query": "^5.85.9",
|
|
36
|
+
"primereact": "^10.9.7",
|
|
37
|
+
"react": ">=17",
|
|
38
|
+
"react-dom": ">=17"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"react": "^19.1.1",
|
|
42
|
+
"react-dom": "^19.1.1",
|
|
43
|
+
"@tailwindcss/postcss": "^4.1.12",
|
|
44
|
+
"@tanstack/react-query": "^5.85.9",
|
|
45
|
+
"@types/react": "^19.1.12",
|
|
46
|
+
"@types/react-dom": "^19.1.9",
|
|
47
|
+
"@vitejs/plugin-react": "^5.0.2",
|
|
48
|
+
"postcss": "^8.5.6",
|
|
49
|
+
"tailwindcss": "^4.1.12",
|
|
50
|
+
"tsup": "^8.5.0",
|
|
51
|
+
"typescript": "^5.9.2",
|
|
52
|
+
"vite": "^7.1.4"
|
|
53
|
+
},
|
|
54
|
+
"dependencies": {
|
|
55
|
+
"@phosphor-icons/react": "^2.1.10",
|
|
56
|
+
"clsx": "^2.1.1",
|
|
57
|
+
"react-select": "^5.10.2",
|
|
58
|
+
"react-tooltip": "^5.29.1",
|
|
59
|
+
"tailwind-merge": "^3.3.1"
|
|
60
|
+
}
|
|
61
|
+
}
|