@woovi/ui 6.8.2 → 6.8.3
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/llms.txt +19 -0
- package/package.json +12 -12
package/dist/llms.txt
CHANGED
|
@@ -1158,6 +1158,25 @@ import { Timeline, TimelineItem } from '@woovi/ui';
|
|
|
1158
1158
|
|
|
1159
1159
|
- Timeline: https://storybook.woovi.design/?path=/docs/components-timeline-timeline--docs
|
|
1160
1160
|
|
|
1161
|
+
## User
|
|
1162
|
+
|
|
1163
|
+
Componentes para exibir informacoes de usuarios.
|
|
1164
|
+
|
|
1165
|
+
```tsx
|
|
1166
|
+
import { UserChip } from '@woovi/ui';
|
|
1167
|
+
|
|
1168
|
+
// Chip de usuario com avatar e nome
|
|
1169
|
+
<UserChip label="João Silva" name="João Silva" />
|
|
1170
|
+
|
|
1171
|
+
// Chip de usuario com CPF (formatado automaticamente)
|
|
1172
|
+
<UserChip label="12345678909" name="Maria Souza" />
|
|
1173
|
+
|
|
1174
|
+
// Chip de usuario com email
|
|
1175
|
+
<UserChip label="user@woovi.com" name="User Woovi" />
|
|
1176
|
+
```
|
|
1177
|
+
|
|
1178
|
+
- UserChip: https://storybook.woovi.design/?path=/docs/components-user-userchip--docs
|
|
1179
|
+
|
|
1161
1180
|
## Utility Components
|
|
1162
1181
|
|
|
1163
1182
|
Componentes utilitarios diversos.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@woovi/ui",
|
|
3
3
|
"description": "Woovi UI component library",
|
|
4
|
-
"version": "6.8.
|
|
4
|
+
"version": "6.8.3",
|
|
5
5
|
"packageManager": "pnpm@10.28.1",
|
|
6
6
|
"author": "Woovi",
|
|
7
7
|
"dependencies": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"zx": "^8.8.5"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@biomejs/biome": "^2.4.
|
|
46
|
+
"@biomejs/biome": "^2.4.7",
|
|
47
47
|
"@chromatic-com/storybook": "^5.0.0",
|
|
48
48
|
"@eslint/js": "^9.39.1",
|
|
49
49
|
"@octokit/rest": "^22.0.1",
|
|
@@ -51,20 +51,20 @@
|
|
|
51
51
|
"@rsbuild/plugin-react": "^1.4.5",
|
|
52
52
|
"@rslib/core": "^0.19.5",
|
|
53
53
|
"@rspack/core": "^1.7.5",
|
|
54
|
-
"@storybook/addon-a11y": "^10.2.
|
|
55
|
-
"@storybook/addon-docs": "^10.2.
|
|
56
|
-
"@storybook/addon-mcp": "^0.4.
|
|
57
|
-
"@storybook/addon-onboarding": "^10.2.
|
|
58
|
-
"@storybook/addon-vitest": "^10.2.
|
|
59
|
-
"@storybook/react-vite": "^10.2.
|
|
54
|
+
"@storybook/addon-a11y": "^10.2.19",
|
|
55
|
+
"@storybook/addon-docs": "^10.2.19",
|
|
56
|
+
"@storybook/addon-mcp": "^0.4.1",
|
|
57
|
+
"@storybook/addon-onboarding": "^10.2.19",
|
|
58
|
+
"@storybook/addon-vitest": "^10.2.19",
|
|
59
|
+
"@storybook/react-vite": "^10.2.19",
|
|
60
60
|
"@types/dot-object": "^2.1.6",
|
|
61
61
|
"@types/node": "^25.3.3",
|
|
62
62
|
"@types/react": "^18.3.12",
|
|
63
63
|
"@types/react-dom": "^18.3.0",
|
|
64
64
|
"@types/react-relay": "^18.2.1",
|
|
65
65
|
"@typescript/native-preview": "7.0.0-dev.20260207.1",
|
|
66
|
-
"@vitest/browser-playwright": "^4.0
|
|
67
|
-
"@vitest/coverage-v8": "^4.0
|
|
66
|
+
"@vitest/browser-playwright": "^4.1.0",
|
|
67
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
68
68
|
"eslint": "^9.39.1",
|
|
69
69
|
"eslint-plugin-react": "^7.37.5",
|
|
70
70
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
"moment-timezone": "^0.6.0",
|
|
77
77
|
"playwright": "^1.58.2",
|
|
78
78
|
"simple-git": "^3.30.0",
|
|
79
|
-
"storybook": "^10.2.
|
|
79
|
+
"storybook": "^10.2.19",
|
|
80
80
|
"turbo": "^2.8.16",
|
|
81
81
|
"typescript": "^5.9.3",
|
|
82
82
|
"typescript-eslint": "^8.54.0",
|
|
83
83
|
"vite": "^7.3.1",
|
|
84
|
-
"vitest": "^4.0
|
|
84
|
+
"vitest": "^4.1.0"
|
|
85
85
|
},
|
|
86
86
|
"engines": {
|
|
87
87
|
"node": ">=18.0.0"
|