mobigrid-module 1.0.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/ui/pagination.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.tsx.map +1 -1
- package/dist/vite.config.d.ts +2 -0
- package/{src/index.tsx → index.tsx} +1 -1
- package/package.json +6 -2
- package/rollup.config.js +0 -35
- package/src/components/CustomTable/CustomTable.tsx +0 -182
- package/src/components/CustomTable/Pagination.tsx +0 -136
- package/src/components/Icon.tsx +0 -27
- package/src/components/Layout/PageHeader.tsx +0 -270
- package/src/components/ui/alert.tsx +0 -59
- package/src/components/ui/button.tsx +0 -57
- package/src/components/ui/calendar.tsx +0 -70
- package/src/components/ui/date-picker-with-range.tsx +0 -167
- package/src/components/ui/dialog.tsx +0 -120
- package/src/components/ui/input.tsx +0 -22
- package/src/components/ui/pagination.tsx +0 -117
- package/src/components/ui/popover.tsx +0 -31
- package/src/components/ui/select.tsx +0 -157
- package/src/components/ui/sonner.tsx +0 -30
- package/src/components/ui/table.tsx +0 -120
- package/src/lib/utils.ts +0 -6
- package/tsconfig.json +0 -29
- package/vite.config.ts +0 -6
- package/yarn-error.log +0 -4300
package/dist/index.d.ts
CHANGED