@uxf/ui 11.48.0 → 11.48.3

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/css/dropzone.css CHANGED
@@ -96,15 +96,11 @@
96
96
  }
97
97
 
98
98
  &__file-name {
99
- white-space: pre-wrap;
100
-
101
- @apply line-clamp-1;
99
+ @apply truncate;
102
100
  }
103
101
 
104
102
  &__file-name-link {
105
- white-space: pre-wrap;
106
-
107
- @apply line-clamp-1;
103
+ @apply truncate;
108
104
 
109
105
  &:hover {
110
106
  text-decoration: underline;
@@ -3,7 +3,7 @@ export interface DropzoneFile extends FileResponse {
3
3
  abortController?: AbortController;
4
4
  error?: unknown;
5
5
  originalFile?: File;
6
- progress: number | null;
6
+ progress?: number | null;
7
7
  }
8
8
  export interface Accept {
9
9
  [key: string]: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/ui",
3
- "version": "11.48.0",
3
+ "version": "11.48.3",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"