@conduction/docusaurus-preset 2.5.0 → 2.6.0
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/package.json +1 -1
- package/src/components/index.js +4 -0
package/package.json
CHANGED
package/src/components/index.js
CHANGED
|
@@ -66,6 +66,10 @@ export {Hex, HexPrism, Platform, DomainTree, DiagramPipeline, SideBox, Honeycomb
|
|
|
66
66
|
export {default as ComposeBlock} from './ComposeBlock/ComposeBlock.jsx';
|
|
67
67
|
export {default as AppsGrid} from './AppsGrid/AppsGrid.jsx';
|
|
68
68
|
export {default as AppMock} from './AppMock/AppMock.jsx';
|
|
69
|
+
export {default as WidgetMock} from './WidgetMock/WidgetMock.jsx';
|
|
70
|
+
export {default as SidebarMock} from './SidebarMock/SidebarMock.jsx';
|
|
71
|
+
export {default as MockScene} from './MockScene/MockScene.jsx';
|
|
72
|
+
export {default as IntegrationIcon} from './IntegrationIcon/IntegrationIcon.jsx';
|
|
69
73
|
export {default as AtomZones} from './AtomZones/AtomZones.jsx';
|
|
70
74
|
export {default as HexNetwork} from './HexNetwork/HexNetwork.jsx';
|
|
71
75
|
export {default as Showcase} from './Showcase/Showcase.jsx';
|