@homebound/beam 2.384.0 → 2.385.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -2
- package/dist/index.d.ts +6 -2
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -135,6 +135,7 @@ __export(index_exports, {
|
|
|
135
135
|
RightPaneContext: () => RightPaneContext,
|
|
136
136
|
RightPaneLayout: () => RightPaneLayout,
|
|
137
137
|
RightPaneProvider: () => RightPaneProvider,
|
|
138
|
+
RightSidebar: () => RightSidebar,
|
|
138
139
|
Row: () => Row,
|
|
139
140
|
ScrollShadows: () => ScrollShadows,
|
|
140
141
|
ScrollableContent: () => ScrollableContent,
|
|
@@ -18058,6 +18059,7 @@ function useToast() {
|
|
|
18058
18059
|
RightPaneContext,
|
|
18059
18060
|
RightPaneLayout,
|
|
18060
18061
|
RightPaneProvider,
|
|
18062
|
+
RightSidebar,
|
|
18061
18063
|
Row,
|
|
18062
18064
|
ScrollShadows,
|
|
18063
18065
|
ScrollableContent,
|