@m5kdev/web-ui 0.2.0 → 0.3.1
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/src/components/AvatarUpload.js +4 -4
- package/dist/src/components/CardsSelect.js +2 -2
- package/dist/src/components/CollapsibleSidebarMenuItem.js +2 -2
- package/dist/src/components/CropDialog.js +3 -3
- package/dist/src/components/FileDropzone.js +3 -3
- package/dist/src/components/MultiSelectDropdown.js +3 -3
- package/dist/src/components/PageAlert.d.ts +1 -1
- package/dist/src/components/PageAlert.js +1 -1
- package/dist/src/components/SidebarItem.js +1 -1
- package/dist/src/components/Steps.js +3 -3
- package/dist/src/components/app-header.js +3 -3
- package/dist/src/components/blur-card.js +2 -2
- package/dist/src/components/features-section-demo-2.js +1 -1
- package/dist/src/components/features-section-demo-3.js +1 -1
- package/dist/src/components/mode-toggle.js +3 -3
- package/dist/src/components/nav-main.js +2 -2
- package/dist/src/components/pricing-cards.js +3 -3
- package/dist/src/components/shared/ButtonCopy.d.ts +1 -1
- package/dist/src/components/shared/ButtonCopy.js +2 -2
- package/dist/src/components/team-switcher.js +2 -2
- package/dist/src/components/ui/alert-dialog.js +2 -2
- package/dist/src/components/ui/alert.js +1 -1
- package/dist/src/components/ui/avatar.js +1 -1
- package/dist/src/components/ui/badge.d.ts +1 -1
- package/dist/src/components/ui/badge.js +1 -1
- package/dist/src/components/ui/bento-grid.js +1 -1
- package/dist/src/components/ui/bento-grid2.js +2 -2
- package/dist/src/components/ui/breadcrumb.js +1 -1
- package/dist/src/components/ui/button.d.ts +1 -1
- package/dist/src/components/ui/button.js +1 -1
- package/dist/src/components/ui/card.js +1 -1
- package/dist/src/components/ui/checkbox.js +1 -1
- package/dist/src/components/ui/dialog.js +1 -1
- package/dist/src/components/ui/dropdown-menu.js +1 -1
- package/dist/src/components/ui/floating-navbar.js +1 -1
- package/dist/src/components/ui/form.js +2 -2
- package/dist/src/components/ui/image.js +1 -1
- package/dist/src/components/ui/input.js +1 -1
- package/dist/src/components/ui/label.js +1 -1
- package/dist/src/components/ui/pagination.d.ts +1 -1
- package/dist/src/components/ui/pagination.js +2 -2
- package/dist/src/components/ui/progress.js +1 -1
- package/dist/src/components/ui/resizable-navbar.js +1 -1
- package/dist/src/components/ui/segment-control.js +2 -2
- package/dist/src/components/ui/select.js +1 -1
- package/dist/src/components/ui/separator.js +1 -1
- package/dist/src/components/ui/sheet.d.ts +1 -1
- package/dist/src/components/ui/sheet.js +1 -1
- package/dist/src/components/ui/sidebar.d.ts +3 -3
- package/dist/src/components/ui/sidebar.js +8 -8
- package/dist/src/components/ui/skeleton.js +1 -1
- package/dist/src/components/ui/slider.js +1 -1
- package/dist/src/components/ui/spinner.js +1 -1
- package/dist/src/components/ui/switch.js +1 -1
- package/dist/src/components/ui/table.js +1 -1
- package/dist/src/components/ui/tabs.js +1 -1
- package/dist/src/components/ui/textarea.js +1 -1
- package/dist/src/components/ui/toast.js +1 -1
- package/dist/src/components/ui/tooltip.js +1 -1
- package/dist/src/components/ui/typewriter-effect.js +1 -1
- package/dist/src/hooks/useDialog.d.ts +1 -1
- package/dist/src/hooks/useDialog.js +1 -1
- package/dist/src/modules/app/components/AppShell.d.ts +1 -1
- package/dist/src/modules/app/components/AppShell.js +1 -1
- package/dist/src/modules/app/components/AppSidebar.js +1 -1
- package/dist/src/modules/app/components/AppSidebarContent.js +2 -2
- package/dist/src/modules/app/components/AppSidebarUser.js +3 -3
- package/dist/src/modules/auth/components/AdminUserManagement.d.ts +1 -1
- package/dist/src/modules/auth/components/AdminWaitlist.d.ts +1 -1
- package/dist/src/modules/auth/components/AuthProviders.js +3 -3
- package/dist/src/modules/auth/components/AuthRouter.d.ts +1 -1
- package/dist/src/modules/auth/components/AuthRouter.js +7 -7
- package/dist/src/modules/auth/components/ClaimAccountRoute.d.ts +1 -1
- package/dist/src/modules/auth/components/ClaimAccountRoute.js +3 -3
- package/dist/src/modules/auth/components/ForgotPasswordRoute.js +1 -1
- package/dist/src/modules/auth/components/InviteFriends.d.ts +1 -1
- package/dist/src/modules/auth/components/InviteFriends.js +1 -1
- package/dist/src/modules/auth/components/LastUsedBadge.d.ts +1 -1
- package/dist/src/modules/auth/components/OrganizationSwitcher.js +2 -2
- package/dist/src/modules/auth/components/ProfileRoute.js +2 -2
- package/dist/src/modules/auth/components/ResetPasswordRoute.js +1 -1
- package/dist/src/modules/auth/components/SignupRoute.d.ts +1 -1
- package/dist/src/modules/auth/components/SignupRoute.js +1 -1
- package/dist/src/modules/auth/components/WaitlistCard.d.ts +1 -1
- package/dist/src/modules/auth/components/WaitlistCodeValidation.d.ts +1 -1
- package/dist/src/modules/billing/components/BillingBetaPage.js +4 -4
- package/dist/src/modules/billing/components/BillingInvoicePage.d.ts +1 -1
- package/dist/src/modules/billing/components/BillingPlanSelect.js +1 -1
- package/dist/src/modules/billing/components/BillingRouter.d.ts +1 -1
- package/dist/src/modules/billing/components/BillingRouter.js +1 -1
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.js +3 -3
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.js +1 -1
- package/dist/src/modules/table/components/NuqsTable.js +2 -2
- package/dist/src/modules/table/components/TableFiltering.js +1 -1
- package/dist/src/modules/table/components/TablePagination.js +2 -2
- package/dist/translations/en/web-ui.json +192 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +6 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m5kdev/web-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"license": "GPL-3.0-only",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -76,27 +76,10 @@
|
|
|
76
76
|
"@types/react-dom": "19.2.3",
|
|
77
77
|
"globals": "16.3.0",
|
|
78
78
|
"vite": "7.0.4",
|
|
79
|
-
"@m5kdev/
|
|
80
|
-
"@m5kdev/commons": "0.
|
|
81
|
-
"@m5kdev/
|
|
82
|
-
"@m5kdev/config": "0.
|
|
83
|
-
},
|
|
84
|
-
"imports": {
|
|
85
|
-
"#components/*": "./src/components/*.tsx",
|
|
86
|
-
"#components/ui/*": "./src/components/ui/*.tsx",
|
|
87
|
-
"#components/shared/*": "./src/components/ui/shared/*.tsx",
|
|
88
|
-
"#animations/*": "./src/animations/*.ts",
|
|
89
|
-
"#modules/auth/components/*": "./src/modules/auth/components/*.tsx",
|
|
90
|
-
"#modules/auth/types": "./src/modules/auth/types.ts",
|
|
91
|
-
"#modules/billing/components/*": "./src/modules/billing/components/*.tsx",
|
|
92
|
-
"#modules/app/components/*": "./src/modules/app/components/*.tsx",
|
|
93
|
-
"#icons/*": "./src/icons/*.tsx",
|
|
94
|
-
"#modules/charts/components/*": "./src/modules/charts/components/*.tsx",
|
|
95
|
-
"#modules/table/components/*": "./src/modules/table/components/*.tsx",
|
|
96
|
-
"#hooks/*": "./src/hooks/*.ts",
|
|
97
|
-
"#utils": "./src/lib/utils.ts",
|
|
98
|
-
"#lib/*": "./src/lib/*.ts",
|
|
99
|
-
"#types": "./src/types.ts"
|
|
79
|
+
"@m5kdev/frontend": "0.3.1",
|
|
80
|
+
"@m5kdev/commons": "0.3.1",
|
|
81
|
+
"@m5kdev/backend": "0.3.1",
|
|
82
|
+
"@m5kdev/config": "0.3.1"
|
|
100
83
|
},
|
|
101
84
|
"exports": {
|
|
102
85
|
"./components/*": {
|
|
@@ -164,6 +147,6 @@
|
|
|
164
147
|
"lint": "biome check .",
|
|
165
148
|
"lint:fix": "biome check . --write",
|
|
166
149
|
"check-types": "tsc --noEmit",
|
|
167
|
-
"build": "tsc --build"
|
|
150
|
+
"build": "tsc --build && cp -r translations dist/"
|
|
168
151
|
}
|
|
169
152
|
}
|