@porscheinformatik/clr-addons 18.2.2 → 18.2.3

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/icons/shapes.d.ts CHANGED
@@ -596,10 +596,10 @@ export declare const logoCostApprovalIcon: IconShapeTuple;
596
596
  export declare const logoCostApprovalNegativeIcon: IconShapeTuple;
597
597
  export declare const logoCostApprovalFavIcon: IconShapeTuple;
598
598
  export declare const logoCostApprovalNegativeFavIcon: IconShapeTuple;
599
- export declare const logoCostControllingIcon: IconShapeTuple;
600
- export declare const logoCostControllingNegativeIcon: IconShapeTuple;
601
- export declare const logoCostControllingFavIcon: IconShapeTuple;
602
- export declare const logoCostControllingNegativeFavIcon: IconShapeTuple;
599
+ export declare const logoCrossControllingIcon: IconShapeTuple;
600
+ export declare const logoCrossControllingNegativeIcon: IconShapeTuple;
601
+ export declare const logoCrossControllingFavIcon: IconShapeTuple;
602
+ export declare const logoCrossControllingNegativeFavIcon: IconShapeTuple;
603
603
  export declare const logoDocFlowIcon: IconShapeTuple;
604
604
  export declare const logoDocFlowNegativeIcon: IconShapeTuple;
605
605
  export declare const logoDocFlowFavIcon: IconShapeTuple;
@@ -871,7 +871,7 @@ export declare const menuIcon: IconShapeTuple;
871
871
  export declare const microphoneAppIcon: IconShapeTuple;
872
872
  export declare const mobileIcon: IconShapeTuple;
873
873
  export declare const moreAppIcon: IconShapeTuple;
874
- export declare const more_appbarAppIcon: IconShapeTuple;
874
+ export declare const moreAppbarAppIcon: IconShapeTuple;
875
875
  export declare const motabilityIcon: IconShapeTuple;
876
876
  export declare const navigateIcon: IconShapeTuple;
877
877
  export declare const newCarCommercialIcon: IconShapeTuple;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porscheinformatik/clr-addons",
3
- "version": "18.2.2",
3
+ "version": "18.2.3",
4
4
  "description": "Addon components for Clarity Angular",
5
5
  "es2015": "esm2015/clr-addons.js",
6
6
  "homepage": "https://porscheinformatik.github.io/clarity-addons/",