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

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,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';
@@ -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-V2",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
7
7
  "module": "build/index.js",