@porscheinformatik/clr-addons 12.8.0 → 12.8.1
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 +5 -1
- package/fesm2015/clr-addons.mjs +9 -1
- package/fesm2015/clr-addons.mjs.map +1 -1
- package/fesm2020/clr-addons.mjs +9 -1
- package/fesm2020/clr-addons.mjs.map +1 -1
- package/icons/shapes.d.ts +2 -0
- package/package.json +1 -1
package/icons/shapes.d.ts
CHANGED
|
@@ -97,4 +97,6 @@ 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;
|
|
100
102
|
export declare const ClrAddonsIconShapes: any;
|
package/package.json
CHANGED