Skip to content

Commit faf9454

Browse files
authored
Export body portal (#46)
* export body portal component * also export body portal context
1 parent 49a4aac commit faf9454

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openstax/ui-components",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"license": "MIT",
55
"source": "./src/index.ts",
66
"types": "./dist/index.d.ts",

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export * from './components/BodyPortal';
2+
export * from './components/BodyPortalSlotsContext';
13
export * from './components/Button';
24
export * from './components/ButtonBar';
35
export * from './components/Checkbox';

0 commit comments

Comments
 (0)