myrta-ui 1.1.19 → 1.1.20

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.19",
3
+ "version": "1.1.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.0",
6
6
  "@angular/core": "^13.3.0",
package/public-api.d.ts CHANGED
@@ -177,3 +177,4 @@ export * from './lib/components/form/input-tel/input-tel.component';
177
177
  export * from './lib/components/form/input-tel/enums/input-phone.enum';
178
178
  export * from './lib/components/form/input-tel/data/all-countries';
179
179
  export * from './lib/components/form/input-tel/data/country-iso.enum';
180
+ export * from './lib/components/form/input-tel/data/countries-rus-label.enum';