@empreint/ui 1.3.0 → 1.5.0
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/components/badge/badge.module.js +3 -2
- package/dist/components/breadcrumb/breadcrumb.module.js +7 -6
- package/dist/components/button/button.module.js +3 -2
- package/dist/components/card/card.module.js +7 -6
- package/dist/components/checkbox/checkbox.module.js +6 -5
- package/dist/components/chip/chip.module.js +5 -4
- package/dist/components/collapsible/collapsible.module.js +8 -7
- package/dist/components/container/container.module.js +3 -2
- package/dist/components/dropdown-menu/dropdown-menu.module.js +6 -5
- package/dist/components/dropzone/dropzone.module.js +8 -7
- package/dist/components/filters/filters.js +29 -0
- package/dist/components/filters/filters.module.js +10 -0
- package/dist/components/flex/flex.module.js +3 -2
- package/dist/components/grid/grid.module.js +3 -2
- package/dist/components/input/input.module.js +7 -6
- package/dist/components/language-selector/language-selector.module.js +3 -2
- package/dist/components/list/list.module.js +5 -4
- package/dist/components/loader/loader.module.js +7 -6
- package/dist/components/modal/modal.module.js +9 -8
- package/dist/components/pagination/pagination.module.js +5 -4
- package/dist/components/popover/popover.module.js +6 -5
- package/dist/components/radio-group/radio-group.module.js +7 -6
- package/dist/components/select/select.module.js +9 -8
- package/dist/components/separator/separator.module.js +3 -2
- package/dist/components/sidebar/sidebar.module.js +8 -7
- package/dist/components/table/table.js +39 -38
- package/dist/components/table/table.module.js +10 -8
- package/dist/components/tabs/tabs.module.js +7 -6
- package/dist/components/text/text.module.js +3 -2
- package/dist/components/title/title.module.js +3 -2
- package/dist/components/wizard/wizard.module.js +8 -7
- package/dist/hooks/use-filters/use-filters.js +23 -0
- package/dist/hooks/use-sort/use-sort.js +25 -0
- package/dist/index.d.ts +69 -26
- package/dist/index.js +33 -30
- package/dist/styles.css +1 -1
- package/package.json +22 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empreint/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://empreint.dev",
|
|
@@ -38,35 +38,36 @@
|
|
|
38
38
|
"build-storybook": "storybook build",
|
|
39
39
|
"dev": "storybook dev",
|
|
40
40
|
"test": "vitest run",
|
|
41
|
-
"lint": "biome
|
|
41
|
+
"lint": "biome check",
|
|
42
|
+
"lint:fix": "biome check --write",
|
|
42
43
|
"typecheck": "tsc --noEmit"
|
|
43
44
|
},
|
|
44
45
|
"peerDependencies": {
|
|
45
|
-
"react": "^19.2.
|
|
46
|
-
"react-dom": "^19.2.
|
|
46
|
+
"react": "^19.2.7",
|
|
47
|
+
"react-dom": "^19.2.7"
|
|
47
48
|
},
|
|
48
49
|
"dependencies": {
|
|
49
50
|
"clsx": "^2.1.1",
|
|
50
51
|
"flag-icons": "^7.5.0",
|
|
51
|
-
"lucide-react": "^1.
|
|
52
|
-
"ua-parser-js": "^2.0.
|
|
52
|
+
"lucide-react": "^1.21.0",
|
|
53
|
+
"ua-parser-js": "^2.0.10"
|
|
53
54
|
},
|
|
54
55
|
"devDependencies": {
|
|
55
|
-
"@microsoft/api-extractor": "^7.58.
|
|
56
|
-
"@storybook/addon-a11y": "^10.
|
|
57
|
-
"@storybook/addon-docs": "^10.
|
|
58
|
-
"@storybook/addon-vitest": "^10.
|
|
59
|
-
"@storybook/react": "^10.
|
|
60
|
-
"@storybook/react-vite": "^10.
|
|
61
|
-
"@vitejs/plugin-react": "^6.0.
|
|
62
|
-
"@vitest/browser-playwright": "^4.1.
|
|
63
|
-
"playwright": "^1.
|
|
64
|
-
"react": "^19.2.
|
|
65
|
-
"react-dom": "^19.2.
|
|
56
|
+
"@microsoft/api-extractor": "^7.58.9",
|
|
57
|
+
"@storybook/addon-a11y": "^10.4.6",
|
|
58
|
+
"@storybook/addon-docs": "^10.4.6",
|
|
59
|
+
"@storybook/addon-vitest": "^10.4.6",
|
|
60
|
+
"@storybook/react": "^10.4.6",
|
|
61
|
+
"@storybook/react-vite": "^10.4.6",
|
|
62
|
+
"@vitejs/plugin-react": "^6.0.3",
|
|
63
|
+
"@vitest/browser-playwright": "^4.1.9",
|
|
64
|
+
"playwright": "^1.61.1",
|
|
65
|
+
"react": "^19.2.7",
|
|
66
|
+
"react-dom": "^19.2.7",
|
|
66
67
|
"remark-gfm": "^4.0.1",
|
|
67
|
-
"storybook": "^10.
|
|
68
|
-
"unplugin-dts": "^1.0.
|
|
69
|
-
"vite": "^8.0
|
|
70
|
-
"vitest": "^4.1.
|
|
68
|
+
"storybook": "^10.4.6",
|
|
69
|
+
"unplugin-dts": "^1.0.3",
|
|
70
|
+
"vite": "^8.1.0",
|
|
71
|
+
"vitest": "^4.1.9"
|
|
71
72
|
}
|
|
72
73
|
}
|