monkey-style-guide-v2 0.0.81 → 0.0.83

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.
@@ -4550,7 +4550,7 @@ class MonkeyDownloadButtonComponent {
4550
4550
  {{ safeProgress }}%
4551
4551
  </div>
4552
4552
  </monkey-button>
4553
- `, isInline: true, styles: [":host{position:relative;display:inline-block}:host .content-download{display:flex;align-items:center;justify-content:center;gap:var(--mecx-spaces-xs);padding:0px var(--mecx-spaces-small);flex-shrink:0;letter-spacing:.48px;font-weight:400;transition:transform .2s cubic-bezier(0,.5,.2,1)}:host .content-download-progress{position:absolute;left:0;top:0;height:100%;color:var(--mecx-color-theme-contrast-main);background:var(--mecx-color-theme-main);z-index:3;font-weight:500;display:flex;align-items:center;justify-content:flex-end;width:calc(var(--mecx-button-progress) - 10%)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MonkeyButtonComponent, selector: "monkey-button", inputs: ["disabled", "color", "size", "type", "loading", "id"] }] }); }
4553
+ `, isInline: true, styles: [":host{position:relative;display:inline-block}:host .content-download{display:flex;align-items:center;justify-content:center;gap:var(--mecx-spaces-xs);padding:0px var(--mecx-spaces-small);flex-shrink:0;letter-spacing:.48px;font-weight:400;transition:transform .2s cubic-bezier(0,.5,.2,1)}:host .content-download-progress{position:absolute;left:0;top:0;height:100%;color:var(--mecx-color-theme-contrast-main);background:var(--mecx-color-theme-main);z-index:3;font-weight:500;font-size:12px;display:flex;align-items:center;justify-content:flex-end;width:calc(var(--mecx-button-progress) - 10%)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MonkeyButtonComponent, selector: "monkey-button", inputs: ["disabled", "color", "size", "type", "loading", "id"] }] }); }
4554
4554
  }
4555
4555
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MonkeyDownloadButtonComponent, decorators: [{
4556
4556
  type: Component,
@@ -4583,7 +4583,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
4583
4583
  class: 'mecx-input-upload',
4584
4584
  '[attr.id]': 'id',
4585
4585
  '[attr.tabindex]': 'disabled ? -1 : tabIndex'
4586
- }, styles: [":host{position:relative;display:inline-block}:host .content-download{display:flex;align-items:center;justify-content:center;gap:var(--mecx-spaces-xs);padding:0px var(--mecx-spaces-small);flex-shrink:0;letter-spacing:.48px;font-weight:400;transition:transform .2s cubic-bezier(0,.5,.2,1)}:host .content-download-progress{position:absolute;left:0;top:0;height:100%;color:var(--mecx-color-theme-contrast-main);background:var(--mecx-color-theme-main);z-index:3;font-weight:500;display:flex;align-items:center;justify-content:flex-end;width:calc(var(--mecx-button-progress) - 10%)}\n"] }]
4586
+ }, styles: [":host{position:relative;display:inline-block}:host .content-download{display:flex;align-items:center;justify-content:center;gap:var(--mecx-spaces-xs);padding:0px var(--mecx-spaces-small);flex-shrink:0;letter-spacing:.48px;font-weight:400;transition:transform .2s cubic-bezier(0,.5,.2,1)}:host .content-download-progress{position:absolute;left:0;top:0;height:100%;color:var(--mecx-color-theme-contrast-main);background:var(--mecx-color-theme-main);z-index:3;font-weight:500;font-size:12px;display:flex;align-items:center;justify-content:flex-end;width:calc(var(--mecx-button-progress) - 10%)}\n"] }]
4587
4587
  }], ctorParameters: () => [], propDecorators: { progress: [{
4588
4588
  type: Input
4589
4589
  }], disabled: [{