@porscheinformatik/clr-addons 12.8.0 → 12.8.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/esm2020/history/history.service.mjs +5 -1
- package/esm2020/icons/shapes.mjs +17 -3
- package/fesm2015/clr-addons.mjs +21 -3
- package/fesm2015/clr-addons.mjs.map +1 -1
- package/fesm2020/clr-addons.mjs +21 -3
- package/fesm2020/clr-addons.mjs.map +1 -1
- package/icons/shapes.d.ts +4 -1
- package/package.json +1 -1
package/icons/shapes.d.ts
CHANGED
|
@@ -91,10 +91,13 @@ export declare const PaintMaterialShape: string;
|
|
|
91
91
|
export declare const PaintMaterialForwardShape: string;
|
|
92
92
|
export declare const ItemsRecieveShape: string;
|
|
93
93
|
export declare const ItemsForwardShape: string;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const DollarBillPartialShape: string;
|
|
95
95
|
export declare const DollarBillForwardShape: string;
|
|
96
96
|
export declare const BlocksGroupForwardShape: string;
|
|
97
97
|
export declare const TextForward: string;
|
|
98
98
|
export declare const CalculatorForwardShape: string;
|
|
99
99
|
export declare const BundleForwardShape: string;
|
|
100
|
+
export declare const InternalPartForwardShape: string;
|
|
101
|
+
export declare const ExternalPartForwardShape: string;
|
|
102
|
+
export declare const BusinessPartnerWithCar: string;
|
|
100
103
|
export declare const ClrAddonsIconShapes: any;
|
package/package.json
CHANGED