Skip to content

chore: remove inline-edit package and move out Box from core #1650

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/some-loops-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@launchpad-ui/core": minor
---

Remove inline-edit package and move out Box from core
2 changes: 0 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@
"test": "exit 0"
},
"dependencies": {
"@launchpad-ui/box": "workspace:~",
"@launchpad-ui/button": "workspace:~",
"@launchpad-ui/drawer": "workspace:~",
"@launchpad-ui/dropdown": "workspace:~",
"@launchpad-ui/filter": "workspace:~",
"@launchpad-ui/focus-trap": "workspace:~",
"@launchpad-ui/form": "workspace:~",
"@launchpad-ui/inline-edit": "workspace:~",
"@launchpad-ui/menu": "workspace:~",
"@launchpad-ui/modal": "workspace:~",
"@launchpad-ui/navigation": "workspace:~",
Expand Down
4 changes: 0 additions & 4 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// plop start type exports
export type { BoxProps } from '@launchpad-ui/box';
export type {
ButtonProps,
UploadButtonProps,
Expand Down Expand Up @@ -65,11 +64,9 @@ export type {
TableRowProps,
} from '@launchpad-ui/table';
export type { TooltipProps } from '@launchpad-ui/tooltip';
export type { InlineEditProps } from '@launchpad-ui/inline-edit';
// plop end type exports

// plop start module exports
export { Box } from '@launchpad-ui/box';
export { Button, ButtonGroup, UploadButton, IconButton } from '@launchpad-ui/button';
export { Drawer, DrawerHeader } from '@launchpad-ui/drawer';
export { Dropdown, DropdownButton } from '@launchpad-ui/dropdown';
Expand Down Expand Up @@ -122,5 +119,4 @@ export {
TableRow,
} from '@launchpad-ui/table';
export { Tooltip, TooltipBase } from '@launchpad-ui/tooltip';
export { InlineEdit } from '@launchpad-ui/inline-edit';
// plop end module exports
Loading
Loading