@sapphire-ion/framework 1.2.49 → 1.2.51

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.
@@ -19,6 +19,7 @@ export declare class InputFileComponent extends CustomInput<File | string> {
19
19
  SetValue(value: File | string): void;
20
20
  SetValueString(): void;
21
21
  Upload(): Promise<void>;
22
+ '': any;
22
23
  Clear(event: MouseEvent): void;
23
24
  Download(): void;
24
25
  static ɵfac: i0.ɵɵFactoryDeclaration<InputFileComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire-ion/framework",
3
- "version": "1.2.49",
3
+ "version": "1.2.51",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^18.2.8",
@@ -2069,6 +2069,10 @@ video {
2069
2069
  padding-bottom: 0px !important;
2070
2070
  }
2071
2071
 
2072
+ .\!pb-1 {
2073
+ padding-bottom: 0.25rem !important;
2074
+ }
2075
+
2072
2076
  .\!pl-2 {
2073
2077
  padding-left: 0.5rem !important;
2074
2078
  }
@@ -2,7 +2,9 @@
2
2
  @apply w-full flex items-center justify-start gap-1 relative h-6;
3
3
  }
4
4
  .input-container{
5
- padding-right: .25rem !important;
5
+ // padding-right: .25rem !important;
6
+ overflow: hidden;
7
+ position: relative;
6
8
  }
7
9
 
8
10
  .ellipsis-button{