myrta-ui 17.0.86 → 17.0.87

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": "17.0.86",
3
+ "version": "17.0.87",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",
package/public-api.d.ts CHANGED
@@ -122,6 +122,7 @@ export * from './lib/components/form/input-select/input-select.component';
122
122
  export * from './lib/components/form/input-select/input-select.enum';
123
123
  export * from './lib/components/form/select/select.module';
124
124
  export * from './lib/components/form/select/select.component';
125
+ export * from './lib/components/form/select/select.enum';
125
126
  export * from './lib/components/form/select/enums';
126
127
  export * from './lib/components/form/input-file/input-file.module';
127
128
  export * from './lib/components/form/input-file/input-file.component';