Skip to content

Commit

Permalink
Delete a few lingering references to pixel layouts/constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Jan 11, 2024
1 parent 23eb272 commit f72d5a8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 69 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const FILES: File[] = FILE_PATHS.map(([path, code]) => {
const CODE = `
<PanelGroup direction="horizontal">
<SideTabBar />
<Panel collapsible={true} collapsedSizePixels={35} minSize={10}>
<Panel collapsible={true} collapsedSize={35} minSize={10}>
<SourceBrowser />
</Panel>
<PanelResizeHandle />
Expand Down
4 changes: 0 additions & 4 deletions packages/react-resizable-panels/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { Panel } from "./Panel";
import { PanelGroup } from "./PanelGroup";
import { PanelResizeHandle } from "./PanelResizeHandle";
import { assert } from "./utils/assert";
import { calculateAvailablePanelSizeInPixels } from "./utils/dom/calculateAvailablePanelSizeInPixels";
import { getAvailableGroupSizePixels } from "./utils/dom/getAvailableGroupSizePixels";
import { getPanelElement } from "./utils/dom/getPanelElement";
import { getPanelElementsForGroup } from "./utils/dom/getPanelElementsForGroup";
import { getPanelGroupElement } from "./utils/dom/getPanelGroupElement";
Expand Down Expand Up @@ -53,8 +51,6 @@ export {
assert,

// DOM helpers
calculateAvailablePanelSizeInPixels,
getAvailableGroupSizePixels,
getPanelElement,
getPanelElementsForGroup,
getPanelGroupElement,
Expand Down

This file was deleted.

This file was deleted.

1 comment on commit f72d5a8

@vercel
Copy link

@vercel vercel bot commented on f72d5a8 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.