eai-frontend-components 2.0.25 → 2.0.26
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/index.d.ts +308 -308
- package/dist/index.esm.js +780 -796
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +779 -795
- package/dist/index.js.map +1 -1
- package/package.json +144 -145
package/package.json
CHANGED
|
@@ -1,147 +1,146 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
]
|
|
2
|
+
"name": "eai-frontend-components",
|
|
3
|
+
"version": "2.0.26",
|
|
4
|
+
"description": "Biblioteca de componentes UI reutilizáveis baseada em shadcn/ui e Radix UI para projetos EAI.",
|
|
5
|
+
"private": false,
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"access": "public",
|
|
8
|
+
"registry": "https://registry.npmjs.org/"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://bitbucket.org/genei_ryodan/erp_frontend_eai_ds#readme",
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://bitbucket.org/genei_ryodan/erp_frontend_eai_ds/issues"
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git+ssh://git@bitbucket.org/genei_ryodan/erp_frontend_eai_ds.git"
|
|
17
|
+
},
|
|
18
|
+
"author": "EAI",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"type": "module",
|
|
21
|
+
"main": "dist/index.js",
|
|
22
|
+
"module": "dist/index.esm.js",
|
|
23
|
+
"types": "dist/index.d.ts",
|
|
24
|
+
"files": [
|
|
25
|
+
"dist",
|
|
26
|
+
"README.md",
|
|
27
|
+
"LICENSE"
|
|
28
|
+
],
|
|
29
|
+
"scripts": {
|
|
30
|
+
"build": "rollup -c",
|
|
31
|
+
"build:watch": "rollup -c -w",
|
|
32
|
+
"dev": "storybook dev -p 6006",
|
|
33
|
+
"build-storybook": "storybook build",
|
|
34
|
+
"lint": "npx @biomejs/biome lint ./src --diagnostic-level=error",
|
|
35
|
+
"type-check": "tsc --noEmit",
|
|
36
|
+
"test": "echo \"No tests specified\" && exit 0",
|
|
37
|
+
"ci": "npm run lint && npm run type-check && npm run build",
|
|
38
|
+
"release": "semantic-release",
|
|
39
|
+
"prepublishOnly": "npm run ci"
|
|
40
|
+
},
|
|
41
|
+
"peerDependencies": {
|
|
42
|
+
"react": ">=16.8.0",
|
|
43
|
+
"react-dom": ">=16.8.0"
|
|
44
|
+
},
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"@hookform/resolvers": "^3.3.4",
|
|
47
|
+
"@mona-health/react-input-mask": "^3.0.3",
|
|
48
|
+
"@radix-ui/react-accordion": "^1.2.12",
|
|
49
|
+
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
50
|
+
"@radix-ui/react-avatar": "^1.1.11",
|
|
51
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
52
|
+
"@radix-ui/react-collapsible": "^1.1.12",
|
|
53
|
+
"@radix-ui/react-context-menu": "^2.2.16",
|
|
54
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
55
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
56
|
+
"@radix-ui/react-hover-card": "^1.1.15",
|
|
57
|
+
"@radix-ui/react-label": "^2.1.8",
|
|
58
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
59
|
+
"@radix-ui/react-progress": "^1.1.8",
|
|
60
|
+
"@radix-ui/react-radio-group": "^1.3.8",
|
|
61
|
+
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
62
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
63
|
+
"@radix-ui/react-separator": "^1.1.8",
|
|
64
|
+
"@radix-ui/react-slider": "^1.3.6",
|
|
65
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
66
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
67
|
+
"@radix-ui/react-tabs": "^1.1.13",
|
|
68
|
+
"@radix-ui/react-toast": "^1.2.15",
|
|
69
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
70
|
+
"@react-input/mask": "^2.0.4",
|
|
71
|
+
"@tanstack/react-table": "^8.20.5",
|
|
72
|
+
"class-variance-authority": "^0.7.1",
|
|
73
|
+
"clsx": "^2.1.1",
|
|
74
|
+
"cmdk": "^1.1.1",
|
|
75
|
+
"date-fns": "^4.1.0",
|
|
76
|
+
"embla-carousel-react": "^8.5.1",
|
|
77
|
+
"lucide-react": "^0.553.0",
|
|
78
|
+
"react-colorful": "^5.6.1",
|
|
79
|
+
"react-day-picker": "^9.11.1",
|
|
80
|
+
"react-hook-form": "^7.51.1",
|
|
81
|
+
"react-router-dom": "^6.21.0",
|
|
82
|
+
"react-top-loading-bar": "^3.0.2",
|
|
83
|
+
"recharts": "^2.15.1",
|
|
84
|
+
"tailwind-merge": "^3.4.0",
|
|
85
|
+
"vaul": "^1.1.2",
|
|
86
|
+
"zod": "^3.22.4"
|
|
87
|
+
},
|
|
88
|
+
"devDependencies": {
|
|
89
|
+
"@biomejs/biome": "^2.3.5",
|
|
90
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
91
|
+
"@rollup/plugin-commonjs": "^26.0.1",
|
|
92
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
93
|
+
"@rollup/plugin-typescript": "^11.1.6",
|
|
94
|
+
"@semantic-release/changelog": "^6.0.0",
|
|
95
|
+
"@semantic-release/commit-analyzer": "^10.0.0",
|
|
96
|
+
"@semantic-release/git": "^10.0.0",
|
|
97
|
+
"@semantic-release/npm": "^10.0.0",
|
|
98
|
+
"@semantic-release/release-notes-generator": "^11.0.0",
|
|
99
|
+
"@storybook/addon-essentials": "^8.0.0",
|
|
100
|
+
"@storybook/addon-interactions": "^8.0.0",
|
|
101
|
+
"@storybook/addon-links": "^8.0.0",
|
|
102
|
+
"@storybook/blocks": "^8.0.0",
|
|
103
|
+
"@storybook/react": "^8.0.0",
|
|
104
|
+
"@storybook/react-vite": "^8.0.0",
|
|
105
|
+
"@storybook/test": "^8.0.0",
|
|
106
|
+
"@types/node": "^24.7.0",
|
|
107
|
+
"@types/react": "^18.2.67",
|
|
108
|
+
"@types/react-dom": "^18.2.22",
|
|
109
|
+
"autoprefixer": "^10.4.19",
|
|
110
|
+
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
111
|
+
"postcss": "^8.4.38",
|
|
112
|
+
"rollup": "^4.18.0",
|
|
113
|
+
"rollup-plugin-dts": "^6.1.1",
|
|
114
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
115
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
116
|
+
"semantic-release": "^21.0.0",
|
|
117
|
+
"storybook": "^8.0.0",
|
|
118
|
+
"tailwindcss": "^3.3.6",
|
|
119
|
+
"tailwindcss-animate": "^1.0.7",
|
|
120
|
+
"typescript": "^5.4.3"
|
|
121
|
+
},
|
|
122
|
+
"keywords": [
|
|
123
|
+
"react",
|
|
124
|
+
"components",
|
|
125
|
+
"ui",
|
|
126
|
+
"design-system",
|
|
127
|
+
"typescript",
|
|
128
|
+
"tailwind",
|
|
129
|
+
"tailwindcss",
|
|
130
|
+
"shadcn",
|
|
131
|
+
"shadcn-ui",
|
|
132
|
+
"radix",
|
|
133
|
+
"radix-ui",
|
|
134
|
+
"accessibility",
|
|
135
|
+
"a11y",
|
|
136
|
+
"dark-mode",
|
|
137
|
+
"responsive",
|
|
138
|
+
"modern",
|
|
139
|
+
"styled-components",
|
|
140
|
+
"css-in-js",
|
|
141
|
+
"component-library",
|
|
142
|
+
"ui-kit",
|
|
143
|
+
"frontend",
|
|
144
|
+
"web-components"
|
|
145
|
+
]
|
|
147
146
|
}
|