@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/docusaurus-preset",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "scripts": {
5
5
  "prepack": "node scripts/prepack-bundle-css.js"
6
6
  },
@@ -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';