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

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 +5 -5
  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 +5 -5
  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 +5 -5
  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_13v09 {
5
+ .file-upload-item__container_1x9gi {
6
6
  display: flex;
7
7
  max-width: 144px;
8
8
  }
9
- .file-upload-item__container_13v09 .file-upload-item__icon_13v09 {
9
+ .file-upload-item__container_1x9gi .file-upload-item__icon_1x9gi {
10
10
  width: 48px;
11
11
  height: 48px;
12
12
  }
13
- .file-upload-item__deleteIconColor_13v09 {
13
+ .file-upload-item__deleteIconColor_1x9gi {
14
14
  fill: var(--color-light-text-tertiary);
15
15
  }
16
- .file-upload-item__deleteIconColor_13v09:hover {
16
+ .file-upload-item__deleteIconColor_1x9gi:hover {
17
17
  fill: var(--color-light-text-tertiary-hover);
18
18
  }
19
- .file-upload-item__downloadIconColor_13v09 {
19
+ .file-upload-item__downloadIconColor_1x9gi {
20
20
  fill: var(--color-light-text-tertiary);
21
21
  }
22
- .file-upload-item__downloadIconColor_13v09:hover {
22
+ .file-upload-item__downloadIconColor_1x9gi:hover {
23
23
  fill: var(--color-light-text-tertiary-hover);
24
24
  }
25
- .file-upload-item__restoreIconColor_13v09 {
25
+ .file-upload-item__restoreIconColor_1x9gi {
26
26
  fill: var(--color-light-text-tertiary);
27
27
  }
28
- .file-upload-item__restoreIconColor_13v09:hover {
28
+ .file-upload-item__restoreIconColor_1x9gi: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_13v09","icon":"file-upload-item__icon_13v09","deleteIconColor":"file-upload-item__deleteIconColor_13v09","downloadIconColor":"file-upload-item__downloadIconColor_13v09","restoreIconColor":"file-upload-item__restoreIconColor_13v09"};
5
+ var styles = {"container":"file-upload-item__container_1x9gi","icon":"file-upload-item__icon_1x9gi","deleteIconColor":"file-upload-item__deleteIconColor_1x9gi","downloadIconColor":"file-upload-item__downloadIconColor_1x9gi","restoreIconColor":"file-upload-item__restoreIconColor_1x9gi"};
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_8bqzu {
1
+ .file-upload-item__errorItem_1g78y {
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_8bqzu"};
5
+ var styles = {"errorItem":"file-upload-item__errorItem_1g78y"};
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_zrlvt {
5
+ .file-upload-item__subtitle_ligx1 {
6
6
  display: block;
7
7
  }
8
- .file-upload-item__subtitle_zrlvt.file-upload-item__truncate_zrlvt {
8
+ .file-upload-item__subtitle_ligx1.file-upload-item__truncate_ligx1 {
9
9
  white-space: nowrap;
10
10
  overflow: hidden;
11
11
  text-overflow: ellipsis;
12
12
  }
13
- .file-upload-item__size_zrlvt {
13
+ .file-upload-item__size_ligx1 {
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_zrlvt","truncate":"file-upload-item__truncate_zrlvt","size":"file-upload-item__size_zrlvt"};
5
+ var styles = {"subtitle":"file-upload-item__subtitle_ligx1","truncate":"file-upload-item__truncate_ligx1","size":"file-upload-item__size_ligx1"};
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_16tg9 {
12
+ .file-upload-item__container_jnt7n {
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_16tg9.file-upload-item__clickable_16tg9 {
17
+ .file-upload-item__container_jnt7n.file-upload-item__clickable_jnt7n {
18
18
  cursor: pointer;
19
19
  }
20
- .file-upload-item__container_16tg9.file-upload-item__single_16tg9 {
20
+ .file-upload-item__container_jnt7n.file-upload-item__single_jnt7n {
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_16tg9.file-upload-item__single_16tg9 .file-upload-item__title_16tg9 {
27
+ .file-upload-item__container_jnt7n.file-upload-item__single_jnt7n .file-upload-item__title_jnt7n {
28
28
  margin-bottom: 0;
29
29
  }
30
- .file-upload-item__container_16tg9 .file-upload-item__title_16tg9 {
30
+ .file-upload-item__container_jnt7n .file-upload-item__title_jnt7n {
31
31
  margin-bottom: var(--gap-4);
32
32
  display: block;
33
33
  overflow-wrap: break-word;
34
34
  }
35
- .file-upload-item__container_16tg9 .file-upload-item__title_16tg9.file-upload-item__truncate_16tg9 {
35
+ .file-upload-item__container_jnt7n .file-upload-item__title_jnt7n.file-upload-item__truncate_jnt7n {
36
36
  white-space: nowrap;
37
37
  overflow: hidden;
38
38
  text-overflow: ellipsis;
39
39
  }
40
- .file-upload-item__container_16tg9 .file-upload-item__title_16tg9.file-upload-item__restore_16tg9 {
40
+ .file-upload-item__container_jnt7n .file-upload-item__title_jnt7n.file-upload-item__restore_jnt7n {
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_16tg9","clickable":"file-upload-item__clickable_16tg9","single":"file-upload-item__single_16tg9","title":"file-upload-item__title_16tg9","truncate":"file-upload-item__truncate_16tg9","restore":"file-upload-item__restore_16tg9"};
5
+ var styles = {"container":"file-upload-item__container_jnt7n","clickable":"file-upload-item__clickable_jnt7n","single":"file-upload-item__single_jnt7n","title":"file-upload-item__title_jnt7n","truncate":"file-upload-item__truncate_jnt7n","restore":"file-upload-item__restore_jnt7n"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=content.module.css.js.map
@@ -7,18 +7,18 @@
7
7
  --color-light-decorative-orange: #fa9313;
8
8
  --color-light-decorative-red: #fe5e48;
9
9
  }
10
- .file-upload-item__iconPDFColored_aj2hx {
10
+ .file-upload-item__iconPDFColored_15mqf {
11
11
  fill: var(--color-light-decorative-red);
12
12
  }
13
- .file-upload-item__iconDOCColored_aj2hx {
13
+ .file-upload-item__iconDOCColored_15mqf {
14
14
  fill: var(--color-light-decorative-blue);
15
15
  }
16
- .file-upload-item__iconExcelColored_aj2hx {
16
+ .file-upload-item__iconExcelColored_15mqf {
17
17
  fill: var(--color-light-decorative-green);
18
18
  }
19
- .file-upload-item__icon1CColored_aj2hx {
19
+ .file-upload-item__icon1CColored_15mqf {
20
20
  fill: var(--color-light-decorative-orange);
21
21
  }
22
- .file-upload-item__iconDocumentColored_aj2hx {
22
+ .file-upload-item__iconDocumentColored_15mqf {
23
23
  fill: var(--color-light-neutral-translucent-1300);
24
24
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"iconPDFColored":"file-upload-item__iconPDFColored_aj2hx","iconDOCColored":"file-upload-item__iconDOCColored_aj2hx","iconExcelColored":"file-upload-item__iconExcelColored_aj2hx","icon1CColored":"file-upload-item__icon1CColored_aj2hx","iconDocumentColored":"file-upload-item__iconDocumentColored_aj2hx"};
5
+ var styles = {"iconPDFColored":"file-upload-item__iconPDFColored_15mqf","iconDOCColored":"file-upload-item__iconDOCColored_15mqf","iconExcelColored":"file-upload-item__iconExcelColored_15mqf","icon1CColored":"file-upload-item__icon1CColored_15mqf","iconDocumentColored":"file-upload-item__iconDocumentColored_15mqf"};
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_15wf2 {
10
+ .file-upload-item__container_12ay0 {
11
11
  position: relative;
12
12
  }
13
- .file-upload-item__container_15wf2.file-upload-item__clickable_15wf2 {
13
+ .file-upload-item__container_12ay0.file-upload-item__clickable_12ay0 {
14
14
  cursor: pointer;
15
15
  }
16
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2 {
16
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0 {
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_15wf2 .file-upload-item__progress_15wf2.file-upload-item__success_15wf2,
24
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2.file-upload-item__error_15wf2 {
23
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__success_12ay0,
24
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__error_12ay0 {
25
25
  transition: opacity 400ms ease-in;
26
26
  opacity: 0;
27
27
  }
28
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2.file-upload-item__success_15wf2 path {
28
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__success_12ay0 path {
29
29
  stroke: var(--color-light-status-positive);
30
30
  }
31
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2.file-upload-item__loading_15wf2 {
31
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__loading_12ay0 {
32
32
  color: var(--color-light-neutral-500);
33
33
  }
34
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2.file-upload-item__error_15wf2 path {
34
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__error_12ay0 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_15wf2","clickable":"file-upload-item__clickable_15wf2","progress":"file-upload-item__progress_15wf2","success":"file-upload-item__success_15wf2","error":"file-upload-item__error_15wf2","loading":"file-upload-item__loading_15wf2"};
5
+ var styles = {"container":"file-upload-item__container_12ay0","clickable":"file-upload-item__clickable_12ay0","progress":"file-upload-item__progress_12ay0","success":"file-upload-item__success_12ay0","error":"file-upload-item__error_12ay0","loading":"file-upload-item__loading_12ay0"};
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_13v09 {
5
+ .file-upload-item__container_1x9gi {
6
6
  display: flex;
7
7
  max-width: 144px;
8
8
  }
9
- .file-upload-item__container_13v09 .file-upload-item__icon_13v09 {
9
+ .file-upload-item__container_1x9gi .file-upload-item__icon_1x9gi {
10
10
  width: 48px;
11
11
  height: 48px;
12
12
  }
13
- .file-upload-item__deleteIconColor_13v09 {
13
+ .file-upload-item__deleteIconColor_1x9gi {
14
14
  fill: var(--color-light-text-tertiary);
15
15
  }
16
- .file-upload-item__deleteIconColor_13v09:hover {
16
+ .file-upload-item__deleteIconColor_1x9gi:hover {
17
17
  fill: var(--color-light-text-tertiary-hover);
18
18
  }
19
- .file-upload-item__downloadIconColor_13v09 {
19
+ .file-upload-item__downloadIconColor_1x9gi {
20
20
  fill: var(--color-light-text-tertiary);
21
21
  }
22
- .file-upload-item__downloadIconColor_13v09:hover {
22
+ .file-upload-item__downloadIconColor_1x9gi:hover {
23
23
  fill: var(--color-light-text-tertiary-hover);
24
24
  }
25
- .file-upload-item__restoreIconColor_13v09 {
25
+ .file-upload-item__restoreIconColor_1x9gi {
26
26
  fill: var(--color-light-text-tertiary);
27
27
  }
28
- .file-upload-item__restoreIconColor_13v09:hover {
28
+ .file-upload-item__restoreIconColor_1x9gi: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_13v09","icon":"file-upload-item__icon_13v09","deleteIconColor":"file-upload-item__deleteIconColor_13v09","downloadIconColor":"file-upload-item__downloadIconColor_13v09","restoreIconColor":"file-upload-item__restoreIconColor_13v09"};
3
+ var styles = {"container":"file-upload-item__container_1x9gi","icon":"file-upload-item__icon_1x9gi","deleteIconColor":"file-upload-item__deleteIconColor_1x9gi","downloadIconColor":"file-upload-item__downloadIconColor_1x9gi","restoreIconColor":"file-upload-item__restoreIconColor_1x9gi"};
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_8bqzu {
1
+ .file-upload-item__errorItem_1g78y {
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_8bqzu"};
3
+ var styles = {"errorItem":"file-upload-item__errorItem_1g78y"};
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_zrlvt {
5
+ .file-upload-item__subtitle_ligx1 {
6
6
  display: block;
7
7
  }
8
- .file-upload-item__subtitle_zrlvt.file-upload-item__truncate_zrlvt {
8
+ .file-upload-item__subtitle_ligx1.file-upload-item__truncate_ligx1 {
9
9
  white-space: nowrap;
10
10
  overflow: hidden;
11
11
  text-overflow: ellipsis;
12
12
  }
13
- .file-upload-item__size_zrlvt {
13
+ .file-upload-item__size_ligx1 {
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_zrlvt","truncate":"file-upload-item__truncate_zrlvt","size":"file-upload-item__size_zrlvt"};
3
+ var styles = {"subtitle":"file-upload-item__subtitle_ligx1","truncate":"file-upload-item__truncate_ligx1","size":"file-upload-item__size_ligx1"};
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_16tg9 {
12
+ .file-upload-item__container_jnt7n {
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_16tg9.file-upload-item__clickable_16tg9 {
17
+ .file-upload-item__container_jnt7n.file-upload-item__clickable_jnt7n {
18
18
  cursor: pointer;
19
19
  }
20
- .file-upload-item__container_16tg9.file-upload-item__single_16tg9 {
20
+ .file-upload-item__container_jnt7n.file-upload-item__single_jnt7n {
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_16tg9.file-upload-item__single_16tg9 .file-upload-item__title_16tg9 {
27
+ .file-upload-item__container_jnt7n.file-upload-item__single_jnt7n .file-upload-item__title_jnt7n {
28
28
  margin-bottom: 0;
29
29
  }
30
- .file-upload-item__container_16tg9 .file-upload-item__title_16tg9 {
30
+ .file-upload-item__container_jnt7n .file-upload-item__title_jnt7n {
31
31
  margin-bottom: var(--gap-4);
32
32
  display: block;
33
33
  overflow-wrap: break-word;
34
34
  }
35
- .file-upload-item__container_16tg9 .file-upload-item__title_16tg9.file-upload-item__truncate_16tg9 {
35
+ .file-upload-item__container_jnt7n .file-upload-item__title_jnt7n.file-upload-item__truncate_jnt7n {
36
36
  white-space: nowrap;
37
37
  overflow: hidden;
38
38
  text-overflow: ellipsis;
39
39
  }
40
- .file-upload-item__container_16tg9 .file-upload-item__title_16tg9.file-upload-item__restore_16tg9 {
40
+ .file-upload-item__container_jnt7n .file-upload-item__title_jnt7n.file-upload-item__restore_jnt7n {
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_16tg9","clickable":"file-upload-item__clickable_16tg9","single":"file-upload-item__single_16tg9","title":"file-upload-item__title_16tg9","truncate":"file-upload-item__truncate_16tg9","restore":"file-upload-item__restore_16tg9"};
3
+ var styles = {"container":"file-upload-item__container_jnt7n","clickable":"file-upload-item__clickable_jnt7n","single":"file-upload-item__single_jnt7n","title":"file-upload-item__title_jnt7n","truncate":"file-upload-item__truncate_jnt7n","restore":"file-upload-item__restore_jnt7n"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content.module.css.js.map
@@ -7,18 +7,18 @@
7
7
  --color-light-decorative-orange: #fa9313;
8
8
  --color-light-decorative-red: #fe5e48;
9
9
  }
10
- .file-upload-item__iconPDFColored_aj2hx {
10
+ .file-upload-item__iconPDFColored_15mqf {
11
11
  fill: var(--color-light-decorative-red);
12
12
  }
13
- .file-upload-item__iconDOCColored_aj2hx {
13
+ .file-upload-item__iconDOCColored_15mqf {
14
14
  fill: var(--color-light-decorative-blue);
15
15
  }
16
- .file-upload-item__iconExcelColored_aj2hx {
16
+ .file-upload-item__iconExcelColored_15mqf {
17
17
  fill: var(--color-light-decorative-green);
18
18
  }
19
- .file-upload-item__icon1CColored_aj2hx {
19
+ .file-upload-item__icon1CColored_15mqf {
20
20
  fill: var(--color-light-decorative-orange);
21
21
  }
22
- .file-upload-item__iconDocumentColored_aj2hx {
22
+ .file-upload-item__iconDocumentColored_15mqf {
23
23
  fill: var(--color-light-neutral-translucent-1300);
24
24
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"iconPDFColored":"file-upload-item__iconPDFColored_aj2hx","iconDOCColored":"file-upload-item__iconDOCColored_aj2hx","iconExcelColored":"file-upload-item__iconExcelColored_aj2hx","icon1CColored":"file-upload-item__icon1CColored_aj2hx","iconDocumentColored":"file-upload-item__iconDocumentColored_aj2hx"};
3
+ var styles = {"iconPDFColored":"file-upload-item__iconPDFColored_15mqf","iconDOCColored":"file-upload-item__iconDOCColored_15mqf","iconExcelColored":"file-upload-item__iconExcelColored_15mqf","icon1CColored":"file-upload-item__icon1CColored_15mqf","iconDocumentColored":"file-upload-item__iconDocumentColored_15mqf"};
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_15wf2 {
10
+ .file-upload-item__container_12ay0 {
11
11
  position: relative;
12
12
  }
13
- .file-upload-item__container_15wf2.file-upload-item__clickable_15wf2 {
13
+ .file-upload-item__container_12ay0.file-upload-item__clickable_12ay0 {
14
14
  cursor: pointer;
15
15
  }
16
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2 {
16
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0 {
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_15wf2 .file-upload-item__progress_15wf2.file-upload-item__success_15wf2,
24
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2.file-upload-item__error_15wf2 {
23
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__success_12ay0,
24
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__error_12ay0 {
25
25
  transition: opacity 400ms ease-in;
26
26
  opacity: 0;
27
27
  }
28
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2.file-upload-item__success_15wf2 path {
28
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__success_12ay0 path {
29
29
  stroke: var(--color-light-status-positive);
30
30
  }
31
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2.file-upload-item__loading_15wf2 {
31
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__loading_12ay0 {
32
32
  color: var(--color-light-neutral-500);
33
33
  }
34
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2.file-upload-item__error_15wf2 path {
34
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__error_12ay0 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_15wf2","clickable":"file-upload-item__clickable_15wf2","progress":"file-upload-item__progress_15wf2","success":"file-upload-item__success_15wf2","error":"file-upload-item__error_15wf2","loading":"file-upload-item__loading_15wf2"};
3
+ var styles = {"container":"file-upload-item__container_12ay0","clickable":"file-upload-item__clickable_12ay0","progress":"file-upload-item__progress_12ay0","success":"file-upload-item__success_12ay0","error":"file-upload-item__error_12ay0","loading":"file-upload-item__loading_12ay0"};
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_9tzxw {
7
+ .file-upload-item__component_1arr4 {
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_9tzxw {
14
+ .file-upload-item__restore_1arr4 {
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_9tzxw","restore":"file-upload-item__restore_9tzxw"};
3
+ var styles = {"component":"file-upload-item__component_1arr4","restore":"file-upload-item__restore_1arr4"};
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_9tzxw {
7
+ .file-upload-item__component_1arr4 {
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_9tzxw {
14
+ .file-upload-item__restore_1arr4 {
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_9tzxw","restore":"file-upload-item__restore_9tzxw"};
5
+ var styles = {"component":"file-upload-item__component_1arr4","restore":"file-upload-item__restore_1arr4"};
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_13v09 {
5
+ .file-upload-item__container_1x9gi {
6
6
  display: flex;
7
7
  max-width: 144px;
8
8
  }
9
- .file-upload-item__container_13v09 .file-upload-item__icon_13v09 {
9
+ .file-upload-item__container_1x9gi .file-upload-item__icon_1x9gi {
10
10
  width: 48px;
11
11
  height: 48px;
12
12
  }
13
- .file-upload-item__deleteIconColor_13v09 {
13
+ .file-upload-item__deleteIconColor_1x9gi {
14
14
  fill: var(--color-light-text-tertiary);
15
15
  }
16
- .file-upload-item__deleteIconColor_13v09:hover {
16
+ .file-upload-item__deleteIconColor_1x9gi:hover {
17
17
  fill: var(--color-light-text-tertiary-hover);
18
18
  }
19
- .file-upload-item__downloadIconColor_13v09 {
19
+ .file-upload-item__downloadIconColor_1x9gi {
20
20
  fill: var(--color-light-text-tertiary);
21
21
  }
22
- .file-upload-item__downloadIconColor_13v09:hover {
22
+ .file-upload-item__downloadIconColor_1x9gi:hover {
23
23
  fill: var(--color-light-text-tertiary-hover);
24
24
  }
25
- .file-upload-item__restoreIconColor_13v09 {
25
+ .file-upload-item__restoreIconColor_1x9gi {
26
26
  fill: var(--color-light-text-tertiary);
27
27
  }
28
- .file-upload-item__restoreIconColor_13v09:hover {
28
+ .file-upload-item__restoreIconColor_1x9gi: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_13v09","icon":"file-upload-item__icon_13v09","deleteIconColor":"file-upload-item__deleteIconColor_13v09","downloadIconColor":"file-upload-item__downloadIconColor_13v09","restoreIconColor":"file-upload-item__restoreIconColor_13v09"};
3
+ const styles = {"container":"file-upload-item__container_1x9gi","icon":"file-upload-item__icon_1x9gi","deleteIconColor":"file-upload-item__deleteIconColor_1x9gi","downloadIconColor":"file-upload-item__downloadIconColor_1x9gi","restoreIconColor":"file-upload-item__restoreIconColor_1x9gi"};
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_8bqzu {
1
+ .file-upload-item__errorItem_1g78y {
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_8bqzu"};
3
+ const styles = {"errorItem":"file-upload-item__errorItem_1g78y"};
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_zrlvt {
5
+ .file-upload-item__subtitle_ligx1 {
6
6
  display: block;
7
7
  }
8
- .file-upload-item__subtitle_zrlvt.file-upload-item__truncate_zrlvt {
8
+ .file-upload-item__subtitle_ligx1.file-upload-item__truncate_ligx1 {
9
9
  white-space: nowrap;
10
10
  overflow: hidden;
11
11
  text-overflow: ellipsis;
12
12
  }
13
- .file-upload-item__size_zrlvt {
13
+ .file-upload-item__size_ligx1 {
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_zrlvt","truncate":"file-upload-item__truncate_zrlvt","size":"file-upload-item__size_zrlvt"};
3
+ const styles = {"subtitle":"file-upload-item__subtitle_ligx1","truncate":"file-upload-item__truncate_ligx1","size":"file-upload-item__size_ligx1"};
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_16tg9 {
12
+ .file-upload-item__container_jnt7n {
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_16tg9.file-upload-item__clickable_16tg9 {
17
+ .file-upload-item__container_jnt7n.file-upload-item__clickable_jnt7n {
18
18
  cursor: pointer;
19
19
  }
20
- .file-upload-item__container_16tg9.file-upload-item__single_16tg9 {
20
+ .file-upload-item__container_jnt7n.file-upload-item__single_jnt7n {
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_16tg9.file-upload-item__single_16tg9 .file-upload-item__title_16tg9 {
27
+ .file-upload-item__container_jnt7n.file-upload-item__single_jnt7n .file-upload-item__title_jnt7n {
28
28
  margin-bottom: 0;
29
29
  }
30
- .file-upload-item__container_16tg9 .file-upload-item__title_16tg9 {
30
+ .file-upload-item__container_jnt7n .file-upload-item__title_jnt7n {
31
31
  margin-bottom: var(--gap-4);
32
32
  display: block;
33
33
  overflow-wrap: break-word;
34
34
  }
35
- .file-upload-item__container_16tg9 .file-upload-item__title_16tg9.file-upload-item__truncate_16tg9 {
35
+ .file-upload-item__container_jnt7n .file-upload-item__title_jnt7n.file-upload-item__truncate_jnt7n {
36
36
  white-space: nowrap;
37
37
  overflow: hidden;
38
38
  text-overflow: ellipsis;
39
39
  }
40
- .file-upload-item__container_16tg9 .file-upload-item__title_16tg9.file-upload-item__restore_16tg9 {
40
+ .file-upload-item__container_jnt7n .file-upload-item__title_jnt7n.file-upload-item__restore_jnt7n {
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_16tg9","clickable":"file-upload-item__clickable_16tg9","single":"file-upload-item__single_16tg9","title":"file-upload-item__title_16tg9","truncate":"file-upload-item__truncate_16tg9","restore":"file-upload-item__restore_16tg9"};
3
+ const styles = {"container":"file-upload-item__container_jnt7n","clickable":"file-upload-item__clickable_jnt7n","single":"file-upload-item__single_jnt7n","title":"file-upload-item__title_jnt7n","truncate":"file-upload-item__truncate_jnt7n","restore":"file-upload-item__restore_jnt7n"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content.module.css.js.map
@@ -7,18 +7,18 @@
7
7
  --color-light-decorative-orange: #fa9313;
8
8
  --color-light-decorative-red: #fe5e48;
9
9
  }
10
- .file-upload-item__iconPDFColored_aj2hx {
10
+ .file-upload-item__iconPDFColored_15mqf {
11
11
  fill: var(--color-light-decorative-red);
12
12
  }
13
- .file-upload-item__iconDOCColored_aj2hx {
13
+ .file-upload-item__iconDOCColored_15mqf {
14
14
  fill: var(--color-light-decorative-blue);
15
15
  }
16
- .file-upload-item__iconExcelColored_aj2hx {
16
+ .file-upload-item__iconExcelColored_15mqf {
17
17
  fill: var(--color-light-decorative-green);
18
18
  }
19
- .file-upload-item__icon1CColored_aj2hx {
19
+ .file-upload-item__icon1CColored_15mqf {
20
20
  fill: var(--color-light-decorative-orange);
21
21
  }
22
- .file-upload-item__iconDocumentColored_aj2hx {
22
+ .file-upload-item__iconDocumentColored_15mqf {
23
23
  fill: var(--color-light-neutral-translucent-1300);
24
24
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"iconPDFColored":"file-upload-item__iconPDFColored_aj2hx","iconDOCColored":"file-upload-item__iconDOCColored_aj2hx","iconExcelColored":"file-upload-item__iconExcelColored_aj2hx","icon1CColored":"file-upload-item__icon1CColored_aj2hx","iconDocumentColored":"file-upload-item__iconDocumentColored_aj2hx"};
3
+ const styles = {"iconPDFColored":"file-upload-item__iconPDFColored_15mqf","iconDOCColored":"file-upload-item__iconDOCColored_15mqf","iconExcelColored":"file-upload-item__iconExcelColored_15mqf","icon1CColored":"file-upload-item__icon1CColored_15mqf","iconDocumentColored":"file-upload-item__iconDocumentColored_15mqf"};
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_15wf2 {
10
+ .file-upload-item__container_12ay0 {
11
11
  position: relative;
12
12
  }
13
- .file-upload-item__container_15wf2.file-upload-item__clickable_15wf2 {
13
+ .file-upload-item__container_12ay0.file-upload-item__clickable_12ay0 {
14
14
  cursor: pointer;
15
15
  }
16
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2 {
16
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0 {
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_15wf2 .file-upload-item__progress_15wf2.file-upload-item__success_15wf2,
24
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2.file-upload-item__error_15wf2 {
23
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__success_12ay0,
24
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__error_12ay0 {
25
25
  transition: opacity 400ms ease-in;
26
26
  opacity: 0;
27
27
  }
28
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2.file-upload-item__success_15wf2 path {
28
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__success_12ay0 path {
29
29
  stroke: var(--color-light-status-positive);
30
30
  }
31
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2.file-upload-item__loading_15wf2 {
31
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__loading_12ay0 {
32
32
  color: var(--color-light-neutral-500);
33
33
  }
34
- .file-upload-item__container_15wf2 .file-upload-item__progress_15wf2.file-upload-item__error_15wf2 path {
34
+ .file-upload-item__container_12ay0 .file-upload-item__progress_12ay0.file-upload-item__error_12ay0 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_15wf2","clickable":"file-upload-item__clickable_15wf2","progress":"file-upload-item__progress_15wf2","success":"file-upload-item__success_15wf2","error":"file-upload-item__error_15wf2","loading":"file-upload-item__loading_15wf2"};
3
+ const styles = {"container":"file-upload-item__container_12ay0","clickable":"file-upload-item__clickable_12ay0","progress":"file-upload-item__progress_12ay0","success":"file-upload-item__success_12ay0","error":"file-upload-item__error_12ay0","loading":"file-upload-item__loading_12ay0"};
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_9tzxw {
7
+ .file-upload-item__component_1arr4 {
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_9tzxw {
14
+ .file-upload-item__restore_1arr4 {
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_9tzxw","restore":"file-upload-item__restore_9tzxw"};
3
+ const styles = {"component":"file-upload-item__component_1arr4","restore":"file-upload-item__restore_1arr4"};
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.0.6-alfasans",
3
+ "version": "8.0.6",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,10 +10,10 @@
10
10
  "main": "index.js",
11
11
  "module": "./esm/index.js",
12
12
  "dependencies": {
13
- "@alfalab/core-components-icon-button": "8.0.4-alfasans",
14
- "@alfalab/core-components-icon-view": "5.0.3-alfasans",
15
- "@alfalab/core-components-shared": "2.1.1-alfasans",
16
- "@alfalab/core-components-typography": "6.0.4-alfasans",
13
+ "@alfalab/core-components-icon-button": "^8.0.4",
14
+ "@alfalab/core-components-icon-view": "^5.0.3",
15
+ "@alfalab/core-components-shared": "^2.1.1",
16
+ "@alfalab/core-components-typography": "^6.0.4",
17
17
  "@alfalab/hooks": "^1.13.1",
18
18
  "@alfalab/icons-glyph": "^2.260.0",
19
19
  "classnames": "^2.5.1",
@@ -27,6 +27,6 @@
27
27
  "access": "public",
28
28
  "directory": "dist"
29
29
  },
30
- "themesVersion": "15.0.4-alfasans",
31
- "varsVersion": "11.0.2-alfasans"
30
+ "themesVersion": "15.0.4",
31
+ "varsVersion": "11.0.2"
32
32
  }