Skip to content

Commit

Permalink
chore: remove data-table, slider, snackbar, toast, and toggle packages (
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr authored Oct 4, 2024
1 parent d9044a7 commit a0b138f
Show file tree
Hide file tree
Showing 59 changed files with 5 additions and 6,800 deletions.
5 changes: 5 additions & 0 deletions .changeset/quick-zoos-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@launchpad-ui/core": minor
---

Remove data-table, slider, snackbar, toast, and toggle packages
5 changes: 0 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@launchpad-ui/collapsible": "workspace:~",
"@launchpad-ui/columns": "workspace:~",
"@launchpad-ui/counter": "workspace:~",
"@launchpad-ui/data-table": "workspace:~",
"@launchpad-ui/drawer": "workspace:~",
"@launchpad-ui/dropdown": "workspace:~",
"@launchpad-ui/filter": "workspace:~",
Expand All @@ -63,15 +62,11 @@
"@launchpad-ui/progress": "workspace:~",
"@launchpad-ui/progress-bubbles": "workspace:~",
"@launchpad-ui/select": "workspace:~",
"@launchpad-ui/slider": "workspace:~",
"@launchpad-ui/snackbar": "workspace:~",
"@launchpad-ui/split-button": "workspace:~",
"@launchpad-ui/stack": "workspace:~",
"@launchpad-ui/tab-list": "workspace:~",
"@launchpad-ui/table": "workspace:~",
"@launchpad-ui/tag": "workspace:~",
"@launchpad-ui/toast": "workspace:~",
"@launchpad-ui/toggle": "workspace:~",
"@launchpad-ui/tooltip": "workspace:~",
"@launchpad-ui/types": "workspace:~"
},
Expand Down
10 changes: 0 additions & 10 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ export type {
SelectItemProps,
SelectSectionProps,
} from '@launchpad-ui/select';
export type { SliderProps } from '@launchpad-ui/slider';
export type { SnackbarProps, SnackbarCenterProps, SnackbarRecord } from '@launchpad-ui/snackbar';
export type {
SplitButtonProps,
SplitButtonDropdownProps,
Expand All @@ -99,15 +97,12 @@ export type {
TableRowProps,
} from '@launchpad-ui/table';
export type { TagGroupProps, TagGroupActionProps } from '@launchpad-ui/tag';
export type { ToastProps, ToastCenterProps, ToastRecord } from '@launchpad-ui/toast';
export type { ToggleProps } from '@launchpad-ui/toggle';
export type { TooltipProps } from '@launchpad-ui/tooltip';
export type { StackProps } from '@launchpad-ui/stack';
export type { Space } from '@launchpad-ui/types';
export type { InlineProps } from '@launchpad-ui/inline';
export type { ColumnProps, ColumnsProps } from '@launchpad-ui/columns';
export type { InlineEditProps } from '@launchpad-ui/inline-edit';
export type { DataTableProps } from '@launchpad-ui/data-table';
export type { RadioCardProps } from '@launchpad-ui/card';
// plop end type exports

Expand Down Expand Up @@ -175,8 +170,6 @@ export {
SelectItem,
SelectSection,
} from '@launchpad-ui/select';
export { Slider } from '@launchpad-ui/slider';
export { Snackbar, SnackbarCenter } from '@launchpad-ui/snackbar';
export {
SplitButton,
SplitButtonDropdown,
Expand All @@ -193,13 +186,10 @@ export {
TableRow,
} from '@launchpad-ui/table';
export { TagGroup, TagItem } from '@launchpad-ui/tag';
export { Toast, ToastCenter } from '@launchpad-ui/toast';
export { Toggle } from '@launchpad-ui/toggle';
export { Tooltip, TooltipBase } from '@launchpad-ui/tooltip';
export { Stack } from '@launchpad-ui/stack';
export { Inline } from '@launchpad-ui/inline';
export { Column, Columns } from '@launchpad-ui/columns';
export { InlineEdit } from '@launchpad-ui/inline-edit';
export { DataTable } from '@launchpad-ui/data-table';
export { RadioCard } from '@launchpad-ui/card';
// plop end module exports
311 changes: 0 additions & 311 deletions packages/data-table/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit a0b138f

Please sign in to comment.