@charlesgomes/leafcode-shared-lib-react 1.0.12 → 1.0.16
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 +62 -62
package/package.json
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
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
|
-
"@tailwindcss/postcss": "^4.1.12",
|
|
42
|
-
"@tanstack/react-query": "^5.85.9",
|
|
43
|
-
"@types/react": "^19.1.12",
|
|
44
|
-
"@types/react-dom": "^19.1.9",
|
|
45
|
-
"@vitejs/plugin-react": "^5.0.2",
|
|
46
|
-
"postcss": "^8.5.6",
|
|
47
|
-
"tailwindcss": "^4.1.12",
|
|
48
|
-
"tsup": "^8.5.0",
|
|
49
|
-
"typescript": "^5.9.2",
|
|
50
|
-
"vite": "^7.1.4"
|
|
51
|
-
},
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"@phosphor-icons/react": "^2.1.10",
|
|
54
|
-
"clsx": "^2.1.1",
|
|
55
|
-
"primereact": "^10.9.7",
|
|
56
|
-
"react": "^19.1.1",
|
|
57
|
-
"react-dom": "^19.1.1",
|
|
58
|
-
"react-select": "^5.10.2",
|
|
59
|
-
"react-tooltip": "^5.29.1",
|
|
60
|
-
"tailwind-merge": "^3.3.1"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@charlesgomes/leafcode-shared-lib-react",
|
|
3
|
+
"version": "1.0.16",
|
|
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
|
+
"@tailwindcss/postcss": "^4.1.12",
|
|
42
|
+
"@tanstack/react-query": "^5.85.9",
|
|
43
|
+
"@types/react": "^19.1.12",
|
|
44
|
+
"@types/react-dom": "^19.1.9",
|
|
45
|
+
"@vitejs/plugin-react": "^5.0.2",
|
|
46
|
+
"postcss": "^8.5.6",
|
|
47
|
+
"tailwindcss": "^4.1.12",
|
|
48
|
+
"tsup": "^8.5.0",
|
|
49
|
+
"typescript": "^5.9.2",
|
|
50
|
+
"vite": "^7.1.4"
|
|
51
|
+
},
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"@phosphor-icons/react": "^2.1.10",
|
|
54
|
+
"clsx": "^2.1.1",
|
|
55
|
+
"primereact": "^10.9.7",
|
|
56
|
+
"react": "^19.1.1",
|
|
57
|
+
"react-dom": "^19.1.1",
|
|
58
|
+
"react-select": "^5.10.2",
|
|
59
|
+
"react-tooltip": "^5.29.1",
|
|
60
|
+
"tailwind-merge": "^3.3.1"
|
|
61
|
+
}
|
|
62
|
+
}
|