@aveonline/ui-react 2.30.19 → 2.30.21

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.
@@ -203,4 +203,4 @@ interface ISelectCountry {
203
203
  defaultValueCountry?: ICodeIso;
204
204
  classnameSelect?: string;
205
205
  }
206
- export type { ICountry, IContinent, ISelectCountry };
206
+ export type { ICountry, IContinent, ISelectCountry, ICodeIso };
@@ -1 +1,2 @@
1
1
  export { default as SelectCountry } from './SelectCountry';
2
+ export * from './ISelectCountry';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aveonline/ui-react",
3
3
  "description": "Home base for Aveonline design system - ecosystem react",
4
4
  "private": false,
5
- "version": "2.30.19",
5
+ "version": "2.30.21",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [
8
8
  "dist"