monkey-style-guide-v2 0.0.90 → 0.0.92
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/fesm2022/monkey-style-guide-v2.mjs +7 -4
- package/fesm2022/monkey-style-guide-v2.mjs.map +1 -1
- package/lib/components/download-button/download-button.component.d.ts +1 -0
- package/lib/components/tabs/tab-link.directive.d.ts +1 -1
- package/monkey-style-guide-v2-0.0.92.tgz +0 -0
- package/package.json +1 -1
- package/monkey-style-guide-v2-0.0.90.tgz +0 -0
|
@@ -20,6 +20,7 @@ export declare class MonkeyDownloadButtonComponent {
|
|
|
20
20
|
set id(value: string);
|
|
21
21
|
get safeProgress(): number;
|
|
22
22
|
get hasProgress(): boolean;
|
|
23
|
+
get enablleMargin(): boolean;
|
|
23
24
|
constructor();
|
|
24
25
|
onDownload(): void;
|
|
25
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyDownloadButtonComponent, never>;
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|