@jasperoosthoek/react-toolbox 0.8.0 → 0.8.1

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/change-log.md CHANGED
@@ -306,4 +306,7 @@
306
306
 
307
307
  ##### Version 0.8.0
308
308
  - Completely remove Redux dependency
309
- - Replace `Login` hook by simple `LoginPage` component
309
+ - Replace `Login` hook by simple `LoginPage` component
310
+
311
+ ##### Version 0.8.1
312
+ - Fix typo that prevents import of `LoginPage` component
package/dist/index.d.ts CHANGED
@@ -13,9 +13,9 @@ export * from './components/tables/DragAndDropList';
13
13
  export * from './components/tables/SearchBox';
14
14
  export * from './components/errors/Errors';
15
15
  export * from './components/errors/ErrorBoundary';
16
+ export * from './components/login/LoginPage';
16
17
  export * from './utils/hooks';
17
18
  export * from './utils/timeAndDate';
18
19
  export * from './utils/utils';
19
- export * from './components/login/LoginPage';
20
20
  export * from './localization/localization';
21
21
  export * from './localization/LocalizationContext';