@tap-payments/os-micro-frontend-shared 0.0.33-shared-components-refactor-V1 → 0.0.33-shared-components-refactor-V3

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,5 +1,5 @@
1
1
  import AppWindowWrapper from './AppWindowWrapper';
2
- export { default as AppWindow, type WindowProps, LEFT_SIDEBAR, RIGHT_SIDEBAR, VIEWER_HEIGHT, VIEWER_WIDTH, animationDuration, StyledFooter, StyledHideButton, StyledMenuLink, StyledSubmitButton, SubmitButtonWrapper, } from './AppWindow';
2
+ export { default as AppWindow, type WindowProps, LEFT_SIDEBAR, RIGHT_SIDEBAR, VIEWER_HEIGHT, VIEWER_WIDTH, animationDuration, FOOTER_HEIGHT, StyledFooter, StyledHideButton, StyledMenuLink, StyledSubmitButton, SubmitButtonWrapper, } from './AppWindow';
3
3
  export * from './headers/AccountHeader';
4
4
  export * from './context';
5
5
  export type { AppWindowProps } from './type';
@@ -1,5 +1,5 @@
1
1
  import AppWindowWrapper from './AppWindowWrapper';
2
- export { default as AppWindow, LEFT_SIDEBAR, RIGHT_SIDEBAR, VIEWER_HEIGHT, VIEWER_WIDTH, animationDuration, StyledFooter, StyledHideButton, StyledMenuLink, StyledSubmitButton, SubmitButtonWrapper, } from './AppWindow';
2
+ export { default as AppWindow, LEFT_SIDEBAR, RIGHT_SIDEBAR, VIEWER_HEIGHT, VIEWER_WIDTH, animationDuration, FOOTER_HEIGHT, StyledFooter, StyledHideButton, StyledMenuLink, StyledSubmitButton, SubmitButtonWrapper, } from './AppWindow';
3
3
  export * from './headers/AccountHeader';
4
4
  export * from './context';
5
5
  export default AppWindowWrapper;
@@ -1,2 +1,3 @@
1
1
  import CountriesDropdown from './CountriesDropdown';
2
+ export { InputNumberStyled, MobileWrapper } from './style';
2
3
  export default CountriesDropdown;
@@ -1,2 +1,3 @@
1
1
  import CountriesDropdown from './CountriesDropdown';
2
+ export { InputNumberStyled, MobileWrapper } from './style';
2
3
  export default CountriesDropdown;
@@ -1,5 +1,5 @@
1
1
  export { default as FileInput } from './FileInput';
2
- export { default as CountriesDropdown } from './CountriesDropDown';
2
+ export { default as CountriesDropdown, InputNumberStyled, MobileWrapper } from './CountriesDropDown';
3
3
  export { default as SearchInput } from './SearchInput';
4
4
  export { default as Input } from './Input';
5
5
  export { default as Select } from './Select';
@@ -1,5 +1,5 @@
1
1
  export { default as FileInput } from './FileInput';
2
- export { default as CountriesDropdown } from './CountriesDropDown';
2
+ export { default as CountriesDropdown, InputNumberStyled, MobileWrapper } from './CountriesDropDown';
3
3
  export { default as SearchInput } from './SearchInput';
4
4
  export { default as Input } from './Input';
5
5
  export { default as Select } from './Select';
@@ -1 +1,2 @@
1
1
  export { default as SourceCell } from './SourceCell';
2
+ export { StyledSourceImage } from './style';
@@ -1 +1,2 @@
1
1
  export { default as SourceCell } from './SourceCell';
2
+ export { StyledSourceImage } from './style';
@@ -1,2 +1,3 @@
1
1
  import EmptyList from './EmptyList';
2
+ export { StyledImage } from './styles';
2
3
  export default EmptyList;
@@ -1,2 +1,3 @@
1
1
  import EmptyList from './EmptyList';
2
+ export { StyledImage } from './styles';
2
3
  export default EmptyList;
@@ -1,3 +1,4 @@
1
1
  import WindowSideBar from './WindowSideBar';
2
2
  export { TITLE_BAR_HEIGHT } from './constant';
3
+ export { SideBar, Content } from './style';
3
4
  export default WindowSideBar;
@@ -1,3 +1,4 @@
1
1
  import WindowSideBar from './WindowSideBar';
2
2
  export { TITLE_BAR_HEIGHT } from './constant';
3
+ export { SideBar, Content } from './style';
3
4
  export default WindowSideBar;
@@ -8,6 +8,7 @@ export declare const getDefaultInvoiceInfo: () => {
8
8
  email: string;
9
9
  phoneNumber: string;
10
10
  };
11
+ langCode: string;
11
12
  selectedCurrency: Currency;
12
13
  isLoading: boolean;
13
14
  totalGrossAmount: number;
@@ -8,6 +8,7 @@ export const getDefaultInvoiceInfo = () => ({
8
8
  email: '',
9
9
  phoneNumber: '',
10
10
  },
11
+ langCode: 'EN',
11
12
  selectedCurrency: {},
12
13
  isLoading: false,
13
14
  totalGrossAmount: 0,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.0.33-shared-components-refactor-V1",
4
+ "version": "0.0.33-shared-components-refactor-V3",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
7
7
  "module": "build/index.js",