@porscheinformatik/clr-addons 12.8.1 → 12.8.2
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
|
@@ -91,7 +91,7 @@ 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;
|
package/package.json
CHANGED