Skip to content

Commit

Permalink
add TimeEntryGroupedTable to exported components
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Aug 21, 2024
1 parent 8e57916 commit 0e04384
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/js/packages/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/js/packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidtime/ui",
"version": "0.0.3",
"version": "0.0.4",
"description": "Package containing the solidtime ui components",
"main": "./dist/solidtime-ui-lib.umd.cjs",
"module": "./dist/solidtime-ui-lib.js",
Expand Down
4 changes: 3 additions & 1 deletion resources/js/packages/ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import CardTitle from './TimeTracker/TimeTrackerControls.vue';
import SelectDropdown from './TimeTracker/TimeTrackerControls.vue';
import Badge from './Badge.vue';
import Checkbox from './Input/Checkbox.vue';
import TimeEntryGroupedTable from './TimeEntry/TimeEntryGroupedTable.vue';

export {
money,
Expand All @@ -43,5 +44,6 @@ export {
CardTitle,
SelectDropdown,
Badge,
Checkbox
Checkbox,
TimeEntryGroupedTable
};

0 comments on commit 0e04384

Please sign in to comment.