@q2devel/q2-storybook 1.0.14 → 1.0.15

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.
@@ -1,4 +1,3 @@
1
- // src/index.tsx
2
1
  import createAuthContext from './context/AuthContextFactory';
3
2
  import createAuthContextProvider from './provider/AuthContextProviderFactory';
4
3
  import createUseCurrentUserHook from './hooks/useCurrentUserHookFactory';
package/dist/index.d.ts CHANGED
@@ -1,3 +1,7 @@
1
+ export { default as createAuthentication } from './auth';
2
+ export * from './auth/config/config.types';
3
+ export * from './auth/service/AuthService.types';
4
+ export * from './auth/types';
1
5
  export { default as Badge } from './components/badge/Badge';
2
6
  export { Banner } from './components/banner/Banner';
3
7
  export { default as Button } from './components/button/Button';
package/dist/index.js CHANGED
@@ -1,3 +1,7 @@
1
+ export { default as createAuthentication } from './auth';
2
+ export * from './auth/config/config.types';
3
+ export * from './auth/service/AuthService.types';
4
+ export * from './auth/types';
1
5
  export { default as Badge } from './components/badge/Badge';
2
6
  export { Banner } from './components/banner/Banner';
3
7
  export { default as Button } from './components/button/Button';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@q2devel/q2-storybook",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",