@ascentgl/ads-ui 21.132.0 → 21.133.0

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": "@ascentgl/ads-ui",
3
- "version": "21.132.0",
3
+ "version": "21.133.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=21.0.0",
6
6
  "date-fns": ">=4.1.0",
@@ -4169,7 +4169,7 @@ declare class AdsShipmentHistoryStepperComponent {
4169
4169
  /** @ignore */
4170
4170
  protected resolveTagColor(color: Colors | undefined): Colors;
4171
4171
  /** @ignore */
4172
- protected resolveIconName(action: ShipmentHistoryAction): 'pencil' | 'file_add' | 'cross' | 'canceled_shipment';
4172
+ protected resolveIconName(action: ShipmentHistoryAction): 'pencil' | 'file_add' | 'canceled_shipment';
4173
4173
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsShipmentHistoryStepperComponent, never>;
4174
4174
  static ɵcmp: i0.ɵɵComponentDeclaration<AdsShipmentHistoryStepperComponent, "ads-shipment-history-stepper", never, { "groups": { "alias": "groups"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
4175
4175
  }