@sapphire-ion/framework 1.2.12 → 1.2.18

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.
@@ -22,7 +22,7 @@ export declare class StorageService {
22
22
  * @returns
23
23
  * lista de respostas dos arquivos, como promise, quando todos estiverem completos ou deram erro, é retornada
24
24
  */
25
- GetBlobBatchLiveReponse(lstFiles: string[], onUpdate: (totalProgress: number, lstResponse?: LiveResponse[], eventType?: HttpEventType) => void): Promise<LiveResponse[]>;
25
+ GetBlobBatchLiveResponse(lstFiles: string[], onUpdate: (totalProgress: number, lstResponse?: LiveResponse[], eventType?: HttpEventType) => void): Promise<LiveResponse[]>;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<StorageService, never>;
27
27
  static ɵprov: i0.ɵɵInjectableDeclaration<StorageService>;
28
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire-ion/framework",
3
- "version": "1.2.12",
3
+ "version": "1.2.18",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^18.2.8",
@@ -469,3 +469,7 @@ text-tooltip{
469
469
  hsl(from var(--color-secondary, var(--ion-color-light)) h s l / var(--step-3-opacity, 0.2));
470
470
  }
471
471
 
472
+
473
+ ion-card::part(native){
474
+ height: 100%
475
+ }