@alfalab/core-components-file-upload-item 8.1.0-alfasans → 8.1.0

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.
Files changed (43) hide show
  1. package/components/actions-control/actions-control.css +8 -8
  2. package/components/actions-control/actions-control.module.css.js +1 -1
  3. package/components/content/components/content-error/content-error.css +1 -1
  4. package/components/content/components/content-error/content-error.module.css.js +1 -1
  5. package/components/content/components/content-subtitle/content-subtitle.css +3 -3
  6. package/components/content/components/content-subtitle/content-subtitle.module.css.js +1 -1
  7. package/components/content/content.css +7 -7
  8. package/components/content/content.module.css.js +1 -1
  9. package/components/status-control/extension-icon/index.css +6 -6
  10. package/components/status-control/extension-icon/index.module.css.js +1 -1
  11. package/components/status-control/index.css +8 -8
  12. package/components/status-control/index.module.css.js +1 -1
  13. package/esm/components/actions-control/actions-control.css +8 -8
  14. package/esm/components/actions-control/actions-control.module.css.js +1 -1
  15. package/esm/components/content/components/content-error/content-error.css +1 -1
  16. package/esm/components/content/components/content-error/content-error.module.css.js +1 -1
  17. package/esm/components/content/components/content-subtitle/content-subtitle.css +3 -3
  18. package/esm/components/content/components/content-subtitle/content-subtitle.module.css.js +1 -1
  19. package/esm/components/content/content.css +7 -7
  20. package/esm/components/content/content.module.css.js +1 -1
  21. package/esm/components/status-control/extension-icon/index.css +6 -6
  22. package/esm/components/status-control/extension-icon/index.module.css.js +1 -1
  23. package/esm/components/status-control/index.css +8 -8
  24. package/esm/components/status-control/index.module.css.js +1 -1
  25. package/esm/index.css +2 -2
  26. package/esm/index.module.css.js +1 -1
  27. package/index.css +2 -2
  28. package/index.module.css.js +1 -1
  29. package/modern/components/actions-control/actions-control.css +8 -8
  30. package/modern/components/actions-control/actions-control.module.css.js +1 -1
  31. package/modern/components/content/components/content-error/content-error.css +1 -1
  32. package/modern/components/content/components/content-error/content-error.module.css.js +1 -1
  33. package/modern/components/content/components/content-subtitle/content-subtitle.css +3 -3
  34. package/modern/components/content/components/content-subtitle/content-subtitle.module.css.js +1 -1
  35. package/modern/components/content/content.css +7 -7
  36. package/modern/components/content/content.module.css.js +1 -1
  37. package/modern/components/status-control/extension-icon/index.css +6 -6
  38. package/modern/components/status-control/extension-icon/index.module.css.js +1 -1
  39. package/modern/components/status-control/index.css +8 -8
  40. package/modern/components/status-control/index.module.css.js +1 -1
  41. package/modern/index.css +2 -2
  42. package/modern/index.module.css.js +1 -1
  43. package/package.json +7 -7
@@ -2,29 +2,29 @@
2
2
  --color-light-text-tertiary: rgba(5, 8, 29, 0.38);
3
3
  --color-light-text-tertiary-hover: rgba(4, 4, 21, 0.47);
4
4
  }
5
- .file-upload-item__container_mxw8d {
5
+ .file-upload-item__container_1gcch {
6
6
  display: flex;
7
7
  max-width: 144px;
8
8
  }
9
- .file-upload-item__container_mxw8d .file-upload-item__icon_mxw8d {
9
+ .file-upload-item__container_1gcch .file-upload-item__icon_1gcch {
10
10
  width: 48px;
11
11
  height: 48px;
12
12
  }
13
- .file-upload-item__deleteIconColor_mxw8d {
13
+ .file-upload-item__deleteIconColor_1gcch {
14
14
  fill: var(--color-light-text-tertiary);
15
15
  }
16
- .file-upload-item__deleteIconColor_mxw8d:hover {
16
+ .file-upload-item__deleteIconColor_1gcch:hover {
17
17
  fill: var(--color-light-text-tertiary-hover);
18
18
  }
19
- .file-upload-item__downloadIconColor_mxw8d {
19
+ .file-upload-item__downloadIconColor_1gcch {
20
20
  fill: var(--color-light-text-tertiary);
21
21
  }
22
- .file-upload-item__downloadIconColor_mxw8d:hover {
22
+ .file-upload-item__downloadIconColor_1gcch:hover {
23
23
  fill: var(--color-light-text-tertiary-hover);
24
24
  }
25
- .file-upload-item__restoreIconColor_mxw8d {
25
+ .file-upload-item__restoreIconColor_1gcch {
26
26
  fill: var(--color-light-text-tertiary);
27
27
  }
28
- .file-upload-item__restoreIconColor_mxw8d:hover {
28
+ .file-upload-item__restoreIconColor_1gcch:hover {
29
29
  fill: var(--color-light-text-tertiary-hover);
30
30
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./actions-control.css');
4
4
 
5
- var styles = {"container":"file-upload-item__container_mxw8d","icon":"file-upload-item__icon_mxw8d","deleteIconColor":"file-upload-item__deleteIconColor_mxw8d","downloadIconColor":"file-upload-item__downloadIconColor_mxw8d","restoreIconColor":"file-upload-item__restoreIconColor_mxw8d"};
5
+ var styles = {"container":"file-upload-item__container_1gcch","icon":"file-upload-item__icon_1gcch","deleteIconColor":"file-upload-item__deleteIconColor_1gcch","downloadIconColor":"file-upload-item__downloadIconColor_1gcch","restoreIconColor":"file-upload-item__restoreIconColor_1gcch"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=actions-control.module.css.js.map
@@ -1,3 +1,3 @@
1
- .file-upload-item__errorItem_1egeb {
1
+ .file-upload-item__errorItem_1b0fu {
2
2
  display: block;
3
3
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./content-error.css');
4
4
 
5
- var styles = {"errorItem":"file-upload-item__errorItem_1egeb"};
5
+ var styles = {"errorItem":"file-upload-item__errorItem_1b0fu"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=content-error.module.css.js.map
@@ -2,14 +2,14 @@
2
2
  --gap-xs: 8px;
3
3
  --gap-8: var(--gap-xs);
4
4
  }
5
- .file-upload-item__subtitle_5sknh {
5
+ .file-upload-item__subtitle_y3f6i {
6
6
  display: block;
7
7
  }
8
- .file-upload-item__subtitle_5sknh.file-upload-item__truncate_5sknh {
8
+ .file-upload-item__subtitle_y3f6i.file-upload-item__truncate_y3f6i {
9
9
  white-space: nowrap;
10
10
  overflow: hidden;
11
11
  text-overflow: ellipsis;
12
12
  }
13
- .file-upload-item__size_5sknh {
13
+ .file-upload-item__size_y3f6i {
14
14
  margin-right: var(--gap-8);
15
15
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./content-subtitle.css');
4
4
 
5
- var styles = {"subtitle":"file-upload-item__subtitle_5sknh","truncate":"file-upload-item__truncate_5sknh","size":"file-upload-item__size_5sknh"};
5
+ var styles = {"subtitle":"file-upload-item__subtitle_y3f6i","truncate":"file-upload-item__truncate_y3f6i","size":"file-upload-item__size_y3f6i"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=content-subtitle.module.css.js.map
@@ -9,34 +9,34 @@
9
9
  --gap-4: var(--gap-2xs);
10
10
  --gap-16: var(--gap-m);
11
11
  }
12
- .file-upload-item__container_pwc95 {
12
+ .file-upload-item__container_2qp6y {
13
13
  padding: var(--gap-2) 0 0 var(--gap-16);
14
14
  flex-grow: 1;
15
15
  min-width: 0;
16
16
  }
17
- .file-upload-item__container_pwc95.file-upload-item__clickable_pwc95 {
17
+ .file-upload-item__container_2qp6y.file-upload-item__clickable_2qp6y {
18
18
  cursor: pointer;
19
19
  }
20
- .file-upload-item__container_pwc95.file-upload-item__single_pwc95 {
20
+ .file-upload-item__container_2qp6y.file-upload-item__single_2qp6y {
21
21
  display: flex;
22
22
  flex-direction: column;
23
23
  justify-content: center;
24
24
  padding-top: 0;
25
25
  min-height: 48px;
26
26
  }
27
- .file-upload-item__container_pwc95.file-upload-item__single_pwc95 .file-upload-item__title_pwc95 {
27
+ .file-upload-item__container_2qp6y.file-upload-item__single_2qp6y .file-upload-item__title_2qp6y {
28
28
  margin-bottom: 0;
29
29
  }
30
- .file-upload-item__container_pwc95 .file-upload-item__title_pwc95 {
30
+ .file-upload-item__container_2qp6y .file-upload-item__title_2qp6y {
31
31
  margin-bottom: var(--gap-4);
32
32
  display: block;
33
33
  overflow-wrap: break-word;
34
34
  }
35
- .file-upload-item__container_pwc95 .file-upload-item__title_pwc95.file-upload-item__truncate_pwc95 {
35
+ .file-upload-item__container_2qp6y .file-upload-item__title_2qp6y.file-upload-item__truncate_2qp6y {
36
36
  white-space: nowrap;
37
37
  overflow: hidden;
38
38
  text-overflow: ellipsis;
39
39
  }
40
- .file-upload-item__container_pwc95 .file-upload-item__title_pwc95.file-upload-item__restore_pwc95 {
40
+ .file-upload-item__container_2qp6y .file-upload-item__title_2qp6y.file-upload-item__restore_2qp6y {
41
41
  color: var(--color-light-text-tertiary);
42
42
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./content.css');
4
4
 
5
- var styles = {"container":"file-upload-item__container_pwc95","clickable":"file-upload-item__clickable_pwc95","single":"file-upload-item__single_pwc95","title":"file-upload-item__title_pwc95","truncate":"file-upload-item__truncate_pwc95","restore":"file-upload-item__restore_pwc95"};
5
+ var styles = {"container":"file-upload-item__container_2qp6y","clickable":"file-upload-item__clickable_2qp6y","single":"file-upload-item__single_2qp6y","title":"file-upload-item__title_2qp6y","truncate":"file-upload-item__truncate_2qp6y","restore":"file-upload-item__restore_2qp6y"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=content.module.css.js.map
@@ -8,21 +8,21 @@
8
8
  --color-light-decorative-orange: #fa9313;
9
9
  --color-light-decorative-red: #fe5e48;
10
10
  }
11
- .file-upload-item__iconPDFColored_1oy63 {
11
+ .file-upload-item__iconPDFColored_1v9lw {
12
12
  fill: var(--color-light-decorative-red);
13
13
  }
14
- .file-upload-item__iconDOCColored_1oy63 {
14
+ .file-upload-item__iconDOCColored_1v9lw {
15
15
  fill: var(--color-light-decorative-blue);
16
16
  }
17
- .file-upload-item__iconExcelColored_1oy63 {
17
+ .file-upload-item__iconExcelColored_1v9lw {
18
18
  fill: var(--color-light-decorative-green);
19
19
  }
20
- .file-upload-item__icon1CColored_1oy63 {
20
+ .file-upload-item__icon1CColored_1v9lw {
21
21
  fill: var(--color-light-decorative-orange);
22
22
  }
23
- .file-upload-item__iconDocumentColored_1oy63 {
23
+ .file-upload-item__iconDocumentColored_1v9lw {
24
24
  fill: var(--color-light-neutral-translucent-1300);
25
25
  }
26
- .file-upload-item__iconArchiveColored_1oy63 {
26
+ .file-upload-item__iconArchiveColored_1v9lw {
27
27
  fill: var(--color-light-status-attention);
28
28
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"iconPDFColored":"file-upload-item__iconPDFColored_1oy63","iconDOCColored":"file-upload-item__iconDOCColored_1oy63","iconExcelColored":"file-upload-item__iconExcelColored_1oy63","icon1CColored":"file-upload-item__icon1CColored_1oy63","iconDocumentColored":"file-upload-item__iconDocumentColored_1oy63","iconArchiveColored":"file-upload-item__iconArchiveColored_1oy63"};
5
+ var styles = {"iconPDFColored":"file-upload-item__iconPDFColored_1v9lw","iconDOCColored":"file-upload-item__iconDOCColored_1v9lw","iconExcelColored":"file-upload-item__iconExcelColored_1v9lw","icon1CColored":"file-upload-item__icon1CColored_1v9lw","iconDocumentColored":"file-upload-item__iconDocumentColored_1v9lw","iconArchiveColored":"file-upload-item__iconArchiveColored_1v9lw"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -7,30 +7,30 @@
7
7
  --gap-2xs-neg: -4px;
8
8
  --gap-4-neg: var(--gap-2xs-neg);
9
9
  }
10
- .file-upload-item__container_laela {
10
+ .file-upload-item__container_1rxth {
11
11
  position: relative;
12
12
  }
13
- .file-upload-item__container_laela.file-upload-item__clickable_laela {
13
+ .file-upload-item__container_1rxth.file-upload-item__clickable_1rxth {
14
14
  cursor: pointer;
15
15
  }
16
- .file-upload-item__container_laela .file-upload-item__progress_laela {
16
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth {
17
17
  position: absolute;
18
18
  top: var(--gap-4-neg);
19
19
  left: var(--gap-4-neg);
20
20
  z-index: 1;
21
21
  will-change: opacity;
22
22
  }
23
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__success_laela,
24
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__error_laela {
23
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__success_1rxth,
24
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__error_1rxth {
25
25
  transition: opacity 400ms ease-in;
26
26
  opacity: 0;
27
27
  }
28
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__success_laela path {
28
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__success_1rxth path {
29
29
  stroke: var(--color-light-status-positive);
30
30
  }
31
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__loading_laela {
31
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__loading_1rxth {
32
32
  color: var(--color-light-neutral-500);
33
33
  }
34
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__error_laela path {
34
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__error_1rxth path {
35
35
  stroke: var(--color-light-status-negative);
36
36
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"container":"file-upload-item__container_laela","clickable":"file-upload-item__clickable_laela","progress":"file-upload-item__progress_laela","success":"file-upload-item__success_laela","error":"file-upload-item__error_laela","loading":"file-upload-item__loading_laela"};
5
+ var styles = {"container":"file-upload-item__container_1rxth","clickable":"file-upload-item__clickable_1rxth","progress":"file-upload-item__progress_1rxth","success":"file-upload-item__success_1rxth","error":"file-upload-item__error_1rxth","loading":"file-upload-item__loading_1rxth"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -2,29 +2,29 @@
2
2
  --color-light-text-tertiary: rgba(5, 8, 29, 0.38);
3
3
  --color-light-text-tertiary-hover: rgba(4, 4, 21, 0.47);
4
4
  }
5
- .file-upload-item__container_mxw8d {
5
+ .file-upload-item__container_1gcch {
6
6
  display: flex;
7
7
  max-width: 144px;
8
8
  }
9
- .file-upload-item__container_mxw8d .file-upload-item__icon_mxw8d {
9
+ .file-upload-item__container_1gcch .file-upload-item__icon_1gcch {
10
10
  width: 48px;
11
11
  height: 48px;
12
12
  }
13
- .file-upload-item__deleteIconColor_mxw8d {
13
+ .file-upload-item__deleteIconColor_1gcch {
14
14
  fill: var(--color-light-text-tertiary);
15
15
  }
16
- .file-upload-item__deleteIconColor_mxw8d:hover {
16
+ .file-upload-item__deleteIconColor_1gcch:hover {
17
17
  fill: var(--color-light-text-tertiary-hover);
18
18
  }
19
- .file-upload-item__downloadIconColor_mxw8d {
19
+ .file-upload-item__downloadIconColor_1gcch {
20
20
  fill: var(--color-light-text-tertiary);
21
21
  }
22
- .file-upload-item__downloadIconColor_mxw8d:hover {
22
+ .file-upload-item__downloadIconColor_1gcch:hover {
23
23
  fill: var(--color-light-text-tertiary-hover);
24
24
  }
25
- .file-upload-item__restoreIconColor_mxw8d {
25
+ .file-upload-item__restoreIconColor_1gcch {
26
26
  fill: var(--color-light-text-tertiary);
27
27
  }
28
- .file-upload-item__restoreIconColor_mxw8d:hover {
28
+ .file-upload-item__restoreIconColor_1gcch:hover {
29
29
  fill: var(--color-light-text-tertiary-hover);
30
30
  }
@@ -1,6 +1,6 @@
1
1
  import './actions-control.css';
2
2
 
3
- var styles = {"container":"file-upload-item__container_mxw8d","icon":"file-upload-item__icon_mxw8d","deleteIconColor":"file-upload-item__deleteIconColor_mxw8d","downloadIconColor":"file-upload-item__downloadIconColor_mxw8d","restoreIconColor":"file-upload-item__restoreIconColor_mxw8d"};
3
+ var styles = {"container":"file-upload-item__container_1gcch","icon":"file-upload-item__icon_1gcch","deleteIconColor":"file-upload-item__deleteIconColor_1gcch","downloadIconColor":"file-upload-item__downloadIconColor_1gcch","restoreIconColor":"file-upload-item__restoreIconColor_1gcch"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=actions-control.module.css.js.map
@@ -1,3 +1,3 @@
1
- .file-upload-item__errorItem_1egeb {
1
+ .file-upload-item__errorItem_1b0fu {
2
2
  display: block;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './content-error.css';
2
2
 
3
- var styles = {"errorItem":"file-upload-item__errorItem_1egeb"};
3
+ var styles = {"errorItem":"file-upload-item__errorItem_1b0fu"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content-error.module.css.js.map
@@ -2,14 +2,14 @@
2
2
  --gap-xs: 8px;
3
3
  --gap-8: var(--gap-xs);
4
4
  }
5
- .file-upload-item__subtitle_5sknh {
5
+ .file-upload-item__subtitle_y3f6i {
6
6
  display: block;
7
7
  }
8
- .file-upload-item__subtitle_5sknh.file-upload-item__truncate_5sknh {
8
+ .file-upload-item__subtitle_y3f6i.file-upload-item__truncate_y3f6i {
9
9
  white-space: nowrap;
10
10
  overflow: hidden;
11
11
  text-overflow: ellipsis;
12
12
  }
13
- .file-upload-item__size_5sknh {
13
+ .file-upload-item__size_y3f6i {
14
14
  margin-right: var(--gap-8);
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './content-subtitle.css';
2
2
 
3
- var styles = {"subtitle":"file-upload-item__subtitle_5sknh","truncate":"file-upload-item__truncate_5sknh","size":"file-upload-item__size_5sknh"};
3
+ var styles = {"subtitle":"file-upload-item__subtitle_y3f6i","truncate":"file-upload-item__truncate_y3f6i","size":"file-upload-item__size_y3f6i"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content-subtitle.module.css.js.map
@@ -9,34 +9,34 @@
9
9
  --gap-4: var(--gap-2xs);
10
10
  --gap-16: var(--gap-m);
11
11
  }
12
- .file-upload-item__container_pwc95 {
12
+ .file-upload-item__container_2qp6y {
13
13
  padding: var(--gap-2) 0 0 var(--gap-16);
14
14
  flex-grow: 1;
15
15
  min-width: 0;
16
16
  }
17
- .file-upload-item__container_pwc95.file-upload-item__clickable_pwc95 {
17
+ .file-upload-item__container_2qp6y.file-upload-item__clickable_2qp6y {
18
18
  cursor: pointer;
19
19
  }
20
- .file-upload-item__container_pwc95.file-upload-item__single_pwc95 {
20
+ .file-upload-item__container_2qp6y.file-upload-item__single_2qp6y {
21
21
  display: flex;
22
22
  flex-direction: column;
23
23
  justify-content: center;
24
24
  padding-top: 0;
25
25
  min-height: 48px;
26
26
  }
27
- .file-upload-item__container_pwc95.file-upload-item__single_pwc95 .file-upload-item__title_pwc95 {
27
+ .file-upload-item__container_2qp6y.file-upload-item__single_2qp6y .file-upload-item__title_2qp6y {
28
28
  margin-bottom: 0;
29
29
  }
30
- .file-upload-item__container_pwc95 .file-upload-item__title_pwc95 {
30
+ .file-upload-item__container_2qp6y .file-upload-item__title_2qp6y {
31
31
  margin-bottom: var(--gap-4);
32
32
  display: block;
33
33
  overflow-wrap: break-word;
34
34
  }
35
- .file-upload-item__container_pwc95 .file-upload-item__title_pwc95.file-upload-item__truncate_pwc95 {
35
+ .file-upload-item__container_2qp6y .file-upload-item__title_2qp6y.file-upload-item__truncate_2qp6y {
36
36
  white-space: nowrap;
37
37
  overflow: hidden;
38
38
  text-overflow: ellipsis;
39
39
  }
40
- .file-upload-item__container_pwc95 .file-upload-item__title_pwc95.file-upload-item__restore_pwc95 {
40
+ .file-upload-item__container_2qp6y .file-upload-item__title_2qp6y.file-upload-item__restore_2qp6y {
41
41
  color: var(--color-light-text-tertiary);
42
42
  }
@@ -1,6 +1,6 @@
1
1
  import './content.css';
2
2
 
3
- var styles = {"container":"file-upload-item__container_pwc95","clickable":"file-upload-item__clickable_pwc95","single":"file-upload-item__single_pwc95","title":"file-upload-item__title_pwc95","truncate":"file-upload-item__truncate_pwc95","restore":"file-upload-item__restore_pwc95"};
3
+ var styles = {"container":"file-upload-item__container_2qp6y","clickable":"file-upload-item__clickable_2qp6y","single":"file-upload-item__single_2qp6y","title":"file-upload-item__title_2qp6y","truncate":"file-upload-item__truncate_2qp6y","restore":"file-upload-item__restore_2qp6y"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content.module.css.js.map
@@ -8,21 +8,21 @@
8
8
  --color-light-decorative-orange: #fa9313;
9
9
  --color-light-decorative-red: #fe5e48;
10
10
  }
11
- .file-upload-item__iconPDFColored_1oy63 {
11
+ .file-upload-item__iconPDFColored_1v9lw {
12
12
  fill: var(--color-light-decorative-red);
13
13
  }
14
- .file-upload-item__iconDOCColored_1oy63 {
14
+ .file-upload-item__iconDOCColored_1v9lw {
15
15
  fill: var(--color-light-decorative-blue);
16
16
  }
17
- .file-upload-item__iconExcelColored_1oy63 {
17
+ .file-upload-item__iconExcelColored_1v9lw {
18
18
  fill: var(--color-light-decorative-green);
19
19
  }
20
- .file-upload-item__icon1CColored_1oy63 {
20
+ .file-upload-item__icon1CColored_1v9lw {
21
21
  fill: var(--color-light-decorative-orange);
22
22
  }
23
- .file-upload-item__iconDocumentColored_1oy63 {
23
+ .file-upload-item__iconDocumentColored_1v9lw {
24
24
  fill: var(--color-light-neutral-translucent-1300);
25
25
  }
26
- .file-upload-item__iconArchiveColored_1oy63 {
26
+ .file-upload-item__iconArchiveColored_1v9lw {
27
27
  fill: var(--color-light-status-attention);
28
28
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"iconPDFColored":"file-upload-item__iconPDFColored_1oy63","iconDOCColored":"file-upload-item__iconDOCColored_1oy63","iconExcelColored":"file-upload-item__iconExcelColored_1oy63","icon1CColored":"file-upload-item__icon1CColored_1oy63","iconDocumentColored":"file-upload-item__iconDocumentColored_1oy63","iconArchiveColored":"file-upload-item__iconArchiveColored_1oy63"};
3
+ var styles = {"iconPDFColored":"file-upload-item__iconPDFColored_1v9lw","iconDOCColored":"file-upload-item__iconDOCColored_1v9lw","iconExcelColored":"file-upload-item__iconExcelColored_1v9lw","icon1CColored":"file-upload-item__icon1CColored_1v9lw","iconDocumentColored":"file-upload-item__iconDocumentColored_1v9lw","iconArchiveColored":"file-upload-item__iconArchiveColored_1v9lw"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -7,30 +7,30 @@
7
7
  --gap-2xs-neg: -4px;
8
8
  --gap-4-neg: var(--gap-2xs-neg);
9
9
  }
10
- .file-upload-item__container_laela {
10
+ .file-upload-item__container_1rxth {
11
11
  position: relative;
12
12
  }
13
- .file-upload-item__container_laela.file-upload-item__clickable_laela {
13
+ .file-upload-item__container_1rxth.file-upload-item__clickable_1rxth {
14
14
  cursor: pointer;
15
15
  }
16
- .file-upload-item__container_laela .file-upload-item__progress_laela {
16
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth {
17
17
  position: absolute;
18
18
  top: var(--gap-4-neg);
19
19
  left: var(--gap-4-neg);
20
20
  z-index: 1;
21
21
  will-change: opacity;
22
22
  }
23
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__success_laela,
24
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__error_laela {
23
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__success_1rxth,
24
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__error_1rxth {
25
25
  transition: opacity 400ms ease-in;
26
26
  opacity: 0;
27
27
  }
28
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__success_laela path {
28
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__success_1rxth path {
29
29
  stroke: var(--color-light-status-positive);
30
30
  }
31
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__loading_laela {
31
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__loading_1rxth {
32
32
  color: var(--color-light-neutral-500);
33
33
  }
34
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__error_laela path {
34
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__error_1rxth path {
35
35
  stroke: var(--color-light-status-negative);
36
36
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"container":"file-upload-item__container_laela","clickable":"file-upload-item__clickable_laela","progress":"file-upload-item__progress_laela","success":"file-upload-item__success_laela","error":"file-upload-item__error_laela","loading":"file-upload-item__loading_laela"};
3
+ var styles = {"container":"file-upload-item__container_1rxth","clickable":"file-upload-item__clickable_1rxth","progress":"file-upload-item__progress_1rxth","success":"file-upload-item__success_1rxth","error":"file-upload-item__error_1rxth","loading":"file-upload-item__loading_1rxth"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/esm/index.css CHANGED
@@ -4,14 +4,14 @@
4
4
  --gap-2: var(--gap-3xs);
5
5
  --gap-12: var(--gap-s);
6
6
  }
7
- .file-upload-item__component_12qgo {
7
+ .file-upload-item__component_y6suy {
8
8
  box-sizing: border-box;
9
9
  display: flex;
10
10
  align-items: flex-start;
11
11
  width: 100%;
12
12
  min-height: 48px;
13
13
  }
14
- .file-upload-item__restore_12qgo {
14
+ .file-upload-item__restore_y6suy {
15
15
  margin-left: var(--gap-12);
16
16
  margin-top: var(--gap-2);
17
17
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"file-upload-item__component_12qgo","restore":"file-upload-item__restore_12qgo"};
3
+ var styles = {"component":"file-upload-item__component_y6suy","restore":"file-upload-item__restore_y6suy"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/index.css CHANGED
@@ -4,14 +4,14 @@
4
4
  --gap-2: var(--gap-3xs);
5
5
  --gap-12: var(--gap-s);
6
6
  }
7
- .file-upload-item__component_12qgo {
7
+ .file-upload-item__component_y6suy {
8
8
  box-sizing: border-box;
9
9
  display: flex;
10
10
  align-items: flex-start;
11
11
  width: 100%;
12
12
  min-height: 48px;
13
13
  }
14
- .file-upload-item__restore_12qgo {
14
+ .file-upload-item__restore_y6suy {
15
15
  margin-left: var(--gap-12);
16
16
  margin-top: var(--gap-2);
17
17
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"file-upload-item__component_12qgo","restore":"file-upload-item__restore_12qgo"};
5
+ var styles = {"component":"file-upload-item__component_y6suy","restore":"file-upload-item__restore_y6suy"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -2,29 +2,29 @@
2
2
  --color-light-text-tertiary: rgba(5, 8, 29, 0.38);
3
3
  --color-light-text-tertiary-hover: rgba(4, 4, 21, 0.47);
4
4
  }
5
- .file-upload-item__container_mxw8d {
5
+ .file-upload-item__container_1gcch {
6
6
  display: flex;
7
7
  max-width: 144px;
8
8
  }
9
- .file-upload-item__container_mxw8d .file-upload-item__icon_mxw8d {
9
+ .file-upload-item__container_1gcch .file-upload-item__icon_1gcch {
10
10
  width: 48px;
11
11
  height: 48px;
12
12
  }
13
- .file-upload-item__deleteIconColor_mxw8d {
13
+ .file-upload-item__deleteIconColor_1gcch {
14
14
  fill: var(--color-light-text-tertiary);
15
15
  }
16
- .file-upload-item__deleteIconColor_mxw8d:hover {
16
+ .file-upload-item__deleteIconColor_1gcch:hover {
17
17
  fill: var(--color-light-text-tertiary-hover);
18
18
  }
19
- .file-upload-item__downloadIconColor_mxw8d {
19
+ .file-upload-item__downloadIconColor_1gcch {
20
20
  fill: var(--color-light-text-tertiary);
21
21
  }
22
- .file-upload-item__downloadIconColor_mxw8d:hover {
22
+ .file-upload-item__downloadIconColor_1gcch:hover {
23
23
  fill: var(--color-light-text-tertiary-hover);
24
24
  }
25
- .file-upload-item__restoreIconColor_mxw8d {
25
+ .file-upload-item__restoreIconColor_1gcch {
26
26
  fill: var(--color-light-text-tertiary);
27
27
  }
28
- .file-upload-item__restoreIconColor_mxw8d:hover {
28
+ .file-upload-item__restoreIconColor_1gcch:hover {
29
29
  fill: var(--color-light-text-tertiary-hover);
30
30
  }
@@ -1,6 +1,6 @@
1
1
  import './actions-control.css';
2
2
 
3
- const styles = {"container":"file-upload-item__container_mxw8d","icon":"file-upload-item__icon_mxw8d","deleteIconColor":"file-upload-item__deleteIconColor_mxw8d","downloadIconColor":"file-upload-item__downloadIconColor_mxw8d","restoreIconColor":"file-upload-item__restoreIconColor_mxw8d"};
3
+ const styles = {"container":"file-upload-item__container_1gcch","icon":"file-upload-item__icon_1gcch","deleteIconColor":"file-upload-item__deleteIconColor_1gcch","downloadIconColor":"file-upload-item__downloadIconColor_1gcch","restoreIconColor":"file-upload-item__restoreIconColor_1gcch"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=actions-control.module.css.js.map
@@ -1,3 +1,3 @@
1
- .file-upload-item__errorItem_1egeb {
1
+ .file-upload-item__errorItem_1b0fu {
2
2
  display: block;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './content-error.css';
2
2
 
3
- const styles = {"errorItem":"file-upload-item__errorItem_1egeb"};
3
+ const styles = {"errorItem":"file-upload-item__errorItem_1b0fu"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content-error.module.css.js.map
@@ -2,14 +2,14 @@
2
2
  --gap-xs: 8px;
3
3
  --gap-8: var(--gap-xs);
4
4
  }
5
- .file-upload-item__subtitle_5sknh {
5
+ .file-upload-item__subtitle_y3f6i {
6
6
  display: block;
7
7
  }
8
- .file-upload-item__subtitle_5sknh.file-upload-item__truncate_5sknh {
8
+ .file-upload-item__subtitle_y3f6i.file-upload-item__truncate_y3f6i {
9
9
  white-space: nowrap;
10
10
  overflow: hidden;
11
11
  text-overflow: ellipsis;
12
12
  }
13
- .file-upload-item__size_5sknh {
13
+ .file-upload-item__size_y3f6i {
14
14
  margin-right: var(--gap-8);
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './content-subtitle.css';
2
2
 
3
- const styles = {"subtitle":"file-upload-item__subtitle_5sknh","truncate":"file-upload-item__truncate_5sknh","size":"file-upload-item__size_5sknh"};
3
+ const styles = {"subtitle":"file-upload-item__subtitle_y3f6i","truncate":"file-upload-item__truncate_y3f6i","size":"file-upload-item__size_y3f6i"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content-subtitle.module.css.js.map
@@ -9,34 +9,34 @@
9
9
  --gap-4: var(--gap-2xs);
10
10
  --gap-16: var(--gap-m);
11
11
  }
12
- .file-upload-item__container_pwc95 {
12
+ .file-upload-item__container_2qp6y {
13
13
  padding: var(--gap-2) 0 0 var(--gap-16);
14
14
  flex-grow: 1;
15
15
  min-width: 0;
16
16
  }
17
- .file-upload-item__container_pwc95.file-upload-item__clickable_pwc95 {
17
+ .file-upload-item__container_2qp6y.file-upload-item__clickable_2qp6y {
18
18
  cursor: pointer;
19
19
  }
20
- .file-upload-item__container_pwc95.file-upload-item__single_pwc95 {
20
+ .file-upload-item__container_2qp6y.file-upload-item__single_2qp6y {
21
21
  display: flex;
22
22
  flex-direction: column;
23
23
  justify-content: center;
24
24
  padding-top: 0;
25
25
  min-height: 48px;
26
26
  }
27
- .file-upload-item__container_pwc95.file-upload-item__single_pwc95 .file-upload-item__title_pwc95 {
27
+ .file-upload-item__container_2qp6y.file-upload-item__single_2qp6y .file-upload-item__title_2qp6y {
28
28
  margin-bottom: 0;
29
29
  }
30
- .file-upload-item__container_pwc95 .file-upload-item__title_pwc95 {
30
+ .file-upload-item__container_2qp6y .file-upload-item__title_2qp6y {
31
31
  margin-bottom: var(--gap-4);
32
32
  display: block;
33
33
  overflow-wrap: break-word;
34
34
  }
35
- .file-upload-item__container_pwc95 .file-upload-item__title_pwc95.file-upload-item__truncate_pwc95 {
35
+ .file-upload-item__container_2qp6y .file-upload-item__title_2qp6y.file-upload-item__truncate_2qp6y {
36
36
  white-space: nowrap;
37
37
  overflow: hidden;
38
38
  text-overflow: ellipsis;
39
39
  }
40
- .file-upload-item__container_pwc95 .file-upload-item__title_pwc95.file-upload-item__restore_pwc95 {
40
+ .file-upload-item__container_2qp6y .file-upload-item__title_2qp6y.file-upload-item__restore_2qp6y {
41
41
  color: var(--color-light-text-tertiary);
42
42
  }
@@ -1,6 +1,6 @@
1
1
  import './content.css';
2
2
 
3
- const styles = {"container":"file-upload-item__container_pwc95","clickable":"file-upload-item__clickable_pwc95","single":"file-upload-item__single_pwc95","title":"file-upload-item__title_pwc95","truncate":"file-upload-item__truncate_pwc95","restore":"file-upload-item__restore_pwc95"};
3
+ const styles = {"container":"file-upload-item__container_2qp6y","clickable":"file-upload-item__clickable_2qp6y","single":"file-upload-item__single_2qp6y","title":"file-upload-item__title_2qp6y","truncate":"file-upload-item__truncate_2qp6y","restore":"file-upload-item__restore_2qp6y"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content.module.css.js.map
@@ -8,21 +8,21 @@
8
8
  --color-light-decorative-orange: #fa9313;
9
9
  --color-light-decorative-red: #fe5e48;
10
10
  }
11
- .file-upload-item__iconPDFColored_1oy63 {
11
+ .file-upload-item__iconPDFColored_1v9lw {
12
12
  fill: var(--color-light-decorative-red);
13
13
  }
14
- .file-upload-item__iconDOCColored_1oy63 {
14
+ .file-upload-item__iconDOCColored_1v9lw {
15
15
  fill: var(--color-light-decorative-blue);
16
16
  }
17
- .file-upload-item__iconExcelColored_1oy63 {
17
+ .file-upload-item__iconExcelColored_1v9lw {
18
18
  fill: var(--color-light-decorative-green);
19
19
  }
20
- .file-upload-item__icon1CColored_1oy63 {
20
+ .file-upload-item__icon1CColored_1v9lw {
21
21
  fill: var(--color-light-decorative-orange);
22
22
  }
23
- .file-upload-item__iconDocumentColored_1oy63 {
23
+ .file-upload-item__iconDocumentColored_1v9lw {
24
24
  fill: var(--color-light-neutral-translucent-1300);
25
25
  }
26
- .file-upload-item__iconArchiveColored_1oy63 {
26
+ .file-upload-item__iconArchiveColored_1v9lw {
27
27
  fill: var(--color-light-status-attention);
28
28
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"iconPDFColored":"file-upload-item__iconPDFColored_1oy63","iconDOCColored":"file-upload-item__iconDOCColored_1oy63","iconExcelColored":"file-upload-item__iconExcelColored_1oy63","icon1CColored":"file-upload-item__icon1CColored_1oy63","iconDocumentColored":"file-upload-item__iconDocumentColored_1oy63","iconArchiveColored":"file-upload-item__iconArchiveColored_1oy63"};
3
+ const styles = {"iconPDFColored":"file-upload-item__iconPDFColored_1v9lw","iconDOCColored":"file-upload-item__iconDOCColored_1v9lw","iconExcelColored":"file-upload-item__iconExcelColored_1v9lw","icon1CColored":"file-upload-item__icon1CColored_1v9lw","iconDocumentColored":"file-upload-item__iconDocumentColored_1v9lw","iconArchiveColored":"file-upload-item__iconArchiveColored_1v9lw"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -7,30 +7,30 @@
7
7
  --gap-2xs-neg: -4px;
8
8
  --gap-4-neg: var(--gap-2xs-neg);
9
9
  }
10
- .file-upload-item__container_laela {
10
+ .file-upload-item__container_1rxth {
11
11
  position: relative;
12
12
  }
13
- .file-upload-item__container_laela.file-upload-item__clickable_laela {
13
+ .file-upload-item__container_1rxth.file-upload-item__clickable_1rxth {
14
14
  cursor: pointer;
15
15
  }
16
- .file-upload-item__container_laela .file-upload-item__progress_laela {
16
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth {
17
17
  position: absolute;
18
18
  top: var(--gap-4-neg);
19
19
  left: var(--gap-4-neg);
20
20
  z-index: 1;
21
21
  will-change: opacity;
22
22
  }
23
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__success_laela,
24
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__error_laela {
23
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__success_1rxth,
24
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__error_1rxth {
25
25
  transition: opacity 400ms ease-in;
26
26
  opacity: 0;
27
27
  }
28
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__success_laela path {
28
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__success_1rxth path {
29
29
  stroke: var(--color-light-status-positive);
30
30
  }
31
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__loading_laela {
31
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__loading_1rxth {
32
32
  color: var(--color-light-neutral-500);
33
33
  }
34
- .file-upload-item__container_laela .file-upload-item__progress_laela.file-upload-item__error_laela path {
34
+ .file-upload-item__container_1rxth .file-upload-item__progress_1rxth.file-upload-item__error_1rxth path {
35
35
  stroke: var(--color-light-status-negative);
36
36
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"container":"file-upload-item__container_laela","clickable":"file-upload-item__clickable_laela","progress":"file-upload-item__progress_laela","success":"file-upload-item__success_laela","error":"file-upload-item__error_laela","loading":"file-upload-item__loading_laela"};
3
+ const styles = {"container":"file-upload-item__container_1rxth","clickable":"file-upload-item__clickable_1rxth","progress":"file-upload-item__progress_1rxth","success":"file-upload-item__success_1rxth","error":"file-upload-item__error_1rxth","loading":"file-upload-item__loading_1rxth"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/modern/index.css CHANGED
@@ -4,14 +4,14 @@
4
4
  --gap-2: var(--gap-3xs);
5
5
  --gap-12: var(--gap-s);
6
6
  }
7
- .file-upload-item__component_12qgo {
7
+ .file-upload-item__component_y6suy {
8
8
  box-sizing: border-box;
9
9
  display: flex;
10
10
  align-items: flex-start;
11
11
  width: 100%;
12
12
  min-height: 48px;
13
13
  }
14
- .file-upload-item__restore_12qgo {
14
+ .file-upload-item__restore_y6suy {
15
15
  margin-left: var(--gap-12);
16
16
  margin-top: var(--gap-2);
17
17
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"file-upload-item__component_12qgo","restore":"file-upload-item__restore_12qgo"};
3
+ const styles = {"component":"file-upload-item__component_y6suy","restore":"file-upload-item__restore_y6suy"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-file-upload-item",
3
- "version": "8.1.0-alfasans",
3
+ "version": "8.1.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -13,10 +13,10 @@
13
13
  "build": "rollup -c ../../tools/rollup/rollup.config.mjs --silent"
14
14
  },
15
15
  "dependencies": {
16
- "@alfalab/core-components-icon-button": "8.0.8-alfasans",
17
- "@alfalab/core-components-icon-view": "5.0.4-alfasans",
18
- "@alfalab/core-components-shared": "2.2.1-alfasans",
19
- "@alfalab/core-components-typography": "6.0.8-alfasans",
16
+ "@alfalab/core-components-icon-button": "^8.0.8",
17
+ "@alfalab/core-components-icon-view": "^5.0.4",
18
+ "@alfalab/core-components-shared": "^2.2.1",
19
+ "@alfalab/core-components-typography": "^6.0.8",
20
20
  "@alfalab/hooks": "^1.17.0",
21
21
  "@alfalab/icons-glyph": "^2.260.0",
22
22
  "classnames": "^2.5.1",
@@ -30,6 +30,6 @@
30
30
  "access": "public",
31
31
  "directory": "dist"
32
32
  },
33
- "themesVersion": "15.1.0-alfasans",
34
- "varsVersion": "11.1.0-alfasans"
33
+ "themesVersion": "15.1.0",
34
+ "varsVersion": "11.1.0"
35
35
  }