@aveonline/ui-react 2.30.18 → 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/dist/ui-react.mjs CHANGED
@@ -3682,7 +3682,7 @@ function ct({
3682
3682
  }
3683
3683
  ) });
3684
3684
  case "graphic":
3685
- return /* @__PURE__ */ m.jsx(Ae, { ...n, viewBox: "0 0 29 29", children: /* @__PURE__ */ m.jsx(
3685
+ return /* @__PURE__ */ m.jsx(Ae, { ...n, viewBox: "0 0 21 21", children: /* @__PURE__ */ m.jsx(
3686
3686
  "path",
3687
3687
  {
3688
3688
  className: a,
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.18",
5
+ "version": "2.30.21",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [
8
8
  "dist"