myrta-ui 1.1.17 → 1.1.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myrta-ui",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.0",
6
6
  "@angular/core": "^13.3.0",
package/public-api.d.ts CHANGED
@@ -174,5 +174,6 @@ export * from './lib/helpers/index';
174
174
  export * from './lib/models/index';
175
175
  export * from './lib/components/form/input-tel/input-tel.module';
176
176
  export * from './lib/components/form/input-tel/input-tel.component';
177
+ export * from './lib/components/form/input-tel/enums/input-phone.enum';
177
178
  export * from './lib/components/form/input-tel/data/all-countries';
178
179
  export * from './lib/components/form/input-tel/data/country-iso.enum';