carriera-intern-components 1.1.1 → 1.1.12

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": "carriera-intern-components",
3
- "version": "1.1.1",
3
+ "version": "1.1.12",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14"
@@ -365,15 +365,15 @@
365
365
  "iconPath": "/assets/icons/pm/cai-pm-base.svg"
366
366
  },
367
367
  {
368
- "iconName": "pm-general",
368
+ "iconName": "cai-pm-general",
369
369
  "iconPath": "/assets/icons/pm/trailer/cai-pm-general.svg"
370
370
  },
371
371
  {
372
- "iconName": "pm-pto-pump",
372
+ "iconName": "cai-pm-pto-pump",
373
373
  "iconPath": "/assets/icons/pm/trailer/cai-pm-pto-pump.svg"
374
374
  },
375
375
  {
376
- "iconName": "repair-reefer",
376
+ "iconName": "cai-repair-reefer",
377
377
  "iconPath": "/assets/icons/pm/trailer/cai-repair-reefer.svg"
378
378
  },
379
379
  {
package/public-api.d.ts CHANGED
@@ -2,3 +2,4 @@ export * from './app/components/input/input.component';
2
2
  export * from './app/components/drop-zone/drop-zone.component';
3
3
  export * from './app/components/input/models';
4
4
  export * from './app/utils';
5
+ export * from './app/components/pm/pm.component';