pcm-shared-components 2.0.1 → 2.0.2

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14,6 +14,7 @@ import GenericAppBar from './components/Dialogs/GenericAppBar';
14
14
  import ReusablePopupMenu from './components/Menus/ReusablePopupMenu';
15
15
  import SearchBar from './components/TextBoxes/SearchBar';
16
16
  import TillButton from './components/Buttons/TillButton';
17
+ import ProductItemButton from './components/Buttons/ProductItemButton';
17
18
  import DropdownButton from './components/Buttons/DropdownButton';
18
19
  import translationResources from './locals/translationResources';
19
20
  import coreLocals from './locals/coreLocals';
@@ -26,4 +27,4 @@ import PlatformPaymentPlans from './components/Platform/PlatformPaymentPlans';
26
27
  import PlatformPlanTitles from './components/Platform/PlatformPlanTitles';
27
28
  import PlatformPlanPrices from './components/Platform/PlatformPlanPrices';
28
29
  import LoadingBackdrop from './components/Loaders/LoadingBackdrop';
29
- export { TestButton, CodeHighlight, CustomFab, HelpButton, GenericDialogWindow, PcSharedComponentThemeInheritor, ImageCanvasDraw, PCMScrollbar, TwoColumnDisplay, SimpleTab, HrefLink, GenericAppBar, ReusablePopupMenu, SearchBar, TillButton, DropdownButton, translationResources, coreLocals, currencySymbol, DateRangeCalendar, SimpleLabel, CurrencyTextInput, ImageStack, PlatformPaymentPlans, PlatformPlanTitles, PlatformPlanPrices, LoadingBackdrop };
30
+ export { TestButton, CodeHighlight, CustomFab, HelpButton, GenericDialogWindow, PcSharedComponentThemeInheritor, ImageCanvasDraw, PCMScrollbar, TwoColumnDisplay, SimpleTab, HrefLink, GenericAppBar, ReusablePopupMenu, SearchBar, TillButton, ProductItemButton, DropdownButton, translationResources, coreLocals, currencySymbol, DateRangeCalendar, SimpleLabel, CurrencyTextInput, ImageStack, PlatformPaymentPlans, PlatformPlanTitles, PlatformPlanPrices, LoadingBackdrop };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {