We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a4aac commit faf9454Copy full SHA for faf9454
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@openstax/ui-components",
3
- "version": "1.10.0",
+ "version": "1.10.1",
4
"license": "MIT",
5
"source": "./src/index.ts",
6
"types": "./dist/index.d.ts",
src/index.ts
@@ -1,3 +1,5 @@
+export * from './components/BodyPortal';
+export * from './components/BodyPortalSlotsContext';
export * from './components/Button';
export * from './components/ButtonBar';
export * from './components/Checkbox';
0 commit comments