@porscheinformatik/clr-addons 17.0.0-RC.2 → 17.0.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/esm2022/icons/shapes.mjs +93 -1
- package/fesm2022/clr-addons.mjs +93 -1
- package/fesm2022/clr-addons.mjs.map +1 -1
- package/icons/shapes.d.ts +2 -0
- package/package.json +1 -1
package/icons/shapes.d.ts
CHANGED
|
@@ -113,6 +113,7 @@ export declare const InvoiceReadyShape: string;
|
|
|
113
113
|
export declare const ExternalPartForwardShape: string;
|
|
114
114
|
export declare const BusinessPartnerWithCar: string;
|
|
115
115
|
export declare const VinShape: string;
|
|
116
|
+
export declare const WCPShape: string;
|
|
116
117
|
export declare const ClrAddonsIconShapes: any;
|
|
117
118
|
export declare const airConditionerIcon: IconShapeTuple;
|
|
118
119
|
export declare const accessoriesIcon: IconShapeTuple;
|
|
@@ -228,3 +229,4 @@ export declare const businessPartnerWithCarIcon: IconShapeTuple;
|
|
|
228
229
|
export declare const campaignOutdatedIcon: IconShapeTuple;
|
|
229
230
|
export declare const campaignIcon: IconShapeTuple;
|
|
230
231
|
export declare const vinIcon: IconShapeTuple;
|
|
232
|
+
export declare const wcpIcon: IconShapeTuple;
|
package/package.json
CHANGED