@porscheinformatik/clr-addons 17.2.4 → 17.2.5

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
@@ -114,6 +114,7 @@ export declare const ExternalPartForwardShape: string;
114
114
  export declare const BusinessPartnerWithCar: string;
115
115
  export declare const VinShape: string;
116
116
  export declare const WCPShape: string;
117
+ export declare const VsfSearchShape: string;
117
118
  export declare const ClrAddonsIconShapes: any;
118
119
  export declare const airConditionerIcon: IconShapeTuple;
119
120
  export declare const accessoriesIcon: IconShapeTuple;
@@ -230,3 +231,4 @@ export declare const campaignOutdatedIcon: IconShapeTuple;
230
231
  export declare const campaignIcon: IconShapeTuple;
231
232
  export declare const vinIcon: IconShapeTuple;
232
233
  export declare const wcpIcon: IconShapeTuple;
234
+ export declare const vsfSearchIcon: IconShapeTuple;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porscheinformatik/clr-addons",
3
- "version": "17.2.4",
3
+ "version": "17.2.5",
4
4
  "description": "Addon components for Clarity Angular",
5
5
  "es2015": "esm2015/clr-addons.js",
6
6
  "homepage": "https://porscheinformatik.github.io/clarity-addons/",