pcm-shared-components 0.0.116 → 0.0.117

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import ReusablePopupMenu from './components/Menus/ReusablePopupMenu';
15
15
  import SearchBar from './components/TextBoxes/SearchBar';
16
16
  import TillButton from './components/Buttons/TillButton';
17
17
  import DropdownButton from './components/Buttons/DropdownButton';
18
- import translationResources from './locals/translationResources'; // import coreLocals from './locals/coreLocals';
18
+ import i18n from './locals/i18n'; // import coreLocals from './locals/coreLocals';
19
19
  // import currencySymbol from './locals/currencySymbol';
20
20
 
21
- export { TestButton, CodeHighlight, CustomFab, HelpButton, GenericDialogWindow, PcSharedComponentThemeInheritor, ImageCanvasDraw, PCMScrollbar, TwoColumnDisplay, SimpleTab, HrefLink, GenericAppBar, ReusablePopupMenu, SearchBar, TillButton, DropdownButton, translationResources };
21
+ export { TestButton, CodeHighlight, CustomFab, HelpButton, GenericDialogWindow, PcSharedComponentThemeInheritor, ImageCanvasDraw, PCMScrollbar, TwoColumnDisplay, SimpleTab, HrefLink, GenericAppBar, ReusablePopupMenu, SearchBar, TillButton, DropdownButton, i18n };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.116",
3
+ "version": "0.0.117",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {