@alfalab/core-components-file-upload-item 7.0.0 → 7.0.1-snapshot-c2c8d5a

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/components/status-control-icon/status-control-icon.css +5 -5
  10. package/components/status-control/components/status-control-icon/status-control-icon.module.css.js +1 -1
  11. package/components/status-control/status-control.css +10 -10
  12. package/components/status-control/status-control.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/components/status-control-icon/status-control-icon.css +5 -5
  22. package/esm/components/status-control/components/status-control-icon/status-control-icon.module.css.js +1 -1
  23. package/esm/components/status-control/status-control.css +10 -10
  24. package/esm/components/status-control/status-control.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/components/status-control-icon/status-control-icon.css +5 -5
  38. package/modern/components/status-control/components/status-control-icon/status-control-icon.module.css.js +1 -1
  39. package/modern/components/status-control/status-control.css +10 -10
  40. package/modern/components/status-control/status-control.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 +4 -4
@@ -1,22 +1,22 @@
1
1
  :root {
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
- } .file-upload-item__container_1y4lw {
4
+ } .file-upload-item__container_1mngh {
5
5
  display: flex;
6
6
  max-width: 144px
7
- } .file-upload-item__container_1y4lw .file-upload-item__icon_1y4lw {
7
+ } .file-upload-item__container_1mngh .file-upload-item__icon_1mngh {
8
8
  width: 48px;
9
9
  height: 48px;
10
- } .file-upload-item__deleteIconColor_1y4lw {
10
+ } .file-upload-item__deleteIconColor_1mngh {
11
11
  fill: var(--color-light-text-tertiary)
12
- } .file-upload-item__deleteIconColor_1y4lw:hover {
12
+ } .file-upload-item__deleteIconColor_1mngh:hover {
13
13
  fill: var(--color-light-text-tertiary-hover);
14
- } .file-upload-item__downloadIconColor_1y4lw {
14
+ } .file-upload-item__downloadIconColor_1mngh {
15
15
  fill: var(--color-light-text-tertiary)
16
- } .file-upload-item__downloadIconColor_1y4lw:hover {
16
+ } .file-upload-item__downloadIconColor_1mngh:hover {
17
17
  fill: var(--color-light-text-tertiary-hover);
18
- } .file-upload-item__restoreIconColor_1y4lw {
18
+ } .file-upload-item__restoreIconColor_1mngh {
19
19
  fill: var(--color-light-text-tertiary)
20
- } .file-upload-item__restoreIconColor_1y4lw:hover {
20
+ } .file-upload-item__restoreIconColor_1mngh:hover {
21
21
  fill: var(--color-light-text-tertiary-hover);
22
22
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./actions-control.css');
4
4
 
5
- var styles = {"container":"file-upload-item__container_1y4lw","icon":"file-upload-item__icon_1y4lw","deleteIconColor":"file-upload-item__deleteIconColor_1y4lw","downloadIconColor":"file-upload-item__downloadIconColor_1y4lw","restoreIconColor":"file-upload-item__restoreIconColor_1y4lw"};
5
+ var styles = {"container":"file-upload-item__container_1mngh","icon":"file-upload-item__icon_1mngh","deleteIconColor":"file-upload-item__deleteIconColor_1mngh","downloadIconColor":"file-upload-item__downloadIconColor_1mngh","restoreIconColor":"file-upload-item__restoreIconColor_1mngh"};
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_105a4 {
1
+ .file-upload-item__errorItem_1i301 {
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_105a4"};
5
+ var styles = {"errorItem":"file-upload-item__errorItem_1i301"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=content-error.module.css.js.map
@@ -1,12 +1,12 @@
1
1
  :root {
2
2
  --gap-xs: 8px;
3
3
  --gap-8: var(--gap-xs);
4
- } .file-upload-item__subtitle_shgl9 {
4
+ } .file-upload-item__subtitle_15to0 {
5
5
  display: block
6
- } .file-upload-item__subtitle_shgl9.file-upload-item__truncate_shgl9 {
6
+ } .file-upload-item__subtitle_15to0.file-upload-item__truncate_15to0 {
7
7
  white-space: nowrap;
8
8
  overflow: hidden;
9
9
  text-overflow: ellipsis;
10
- } .file-upload-item__size_shgl9 {
10
+ } .file-upload-item__size_15to0 {
11
11
  margin-right: var(--gap-8);
12
12
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./content-subtitle.css');
4
4
 
5
- var styles = {"subtitle":"file-upload-item__subtitle_shgl9","truncate":"file-upload-item__truncate_shgl9","size":"file-upload-item__size_shgl9"};
5
+ var styles = {"subtitle":"file-upload-item__subtitle_15to0","truncate":"file-upload-item__truncate_15to0","size":"file-upload-item__size_15to0"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=content-subtitle.module.css.js.map
@@ -7,28 +7,28 @@
7
7
  --gap-2: var(--gap-3xs);
8
8
  --gap-4: var(--gap-2xs);
9
9
  --gap-16: var(--gap-m);
10
- } .file-upload-item__container_kiylw {
10
+ } .file-upload-item__container_1ixmk {
11
11
  padding: var(--gap-2) 0 0 var(--gap-16);
12
12
  flex-grow: 1;
13
13
  min-width: 0
14
- } .file-upload-item__container_kiylw.file-upload-item__clickable_kiylw {
14
+ } .file-upload-item__container_1ixmk.file-upload-item__clickable_1ixmk {
15
15
  cursor: pointer;
16
- } .file-upload-item__container_kiylw.file-upload-item__single_kiylw {
16
+ } .file-upload-item__container_1ixmk.file-upload-item__single_1ixmk {
17
17
  display: flex;
18
18
  flex-direction: column;
19
19
  justify-content: center;
20
20
  padding-top: 0;
21
21
  min-height: 48px
22
- } .file-upload-item__container_kiylw.file-upload-item__single_kiylw .file-upload-item__title_kiylw {
22
+ } .file-upload-item__container_1ixmk.file-upload-item__single_1ixmk .file-upload-item__title_1ixmk {
23
23
  margin-bottom: 0;
24
- } .file-upload-item__container_kiylw .file-upload-item__title_kiylw {
24
+ } .file-upload-item__container_1ixmk .file-upload-item__title_1ixmk {
25
25
  margin-bottom: var(--gap-4);
26
26
  display: block;
27
27
  overflow-wrap: break-word
28
- } .file-upload-item__container_kiylw .file-upload-item__title_kiylw.file-upload-item__truncate_kiylw {
28
+ } .file-upload-item__container_1ixmk .file-upload-item__title_1ixmk.file-upload-item__truncate_1ixmk {
29
29
  white-space: nowrap;
30
30
  overflow: hidden;
31
31
  text-overflow: ellipsis;
32
- } .file-upload-item__container_kiylw .file-upload-item__title_kiylw.file-upload-item__restore_kiylw {
32
+ } .file-upload-item__container_1ixmk .file-upload-item__title_1ixmk.file-upload-item__restore_1ixmk {
33
33
  color: var(--color-light-text-tertiary);
34
34
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./content.css');
4
4
 
5
- var styles = {"container":"file-upload-item__container_kiylw","clickable":"file-upload-item__clickable_kiylw","single":"file-upload-item__single_kiylw","title":"file-upload-item__title_kiylw","truncate":"file-upload-item__truncate_kiylw","restore":"file-upload-item__restore_kiylw"};
5
+ var styles = {"container":"file-upload-item__container_1ixmk","clickable":"file-upload-item__clickable_1ixmk","single":"file-upload-item__single_1ixmk","title":"file-upload-item__title_1ixmk","truncate":"file-upload-item__truncate_1ixmk","restore":"file-upload-item__restore_1ixmk"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=content.module.css.js.map
@@ -5,14 +5,14 @@
5
5
  --color-light-decorative-green: #0cc44d;
6
6
  --color-light-decorative-orange: #fa9313;
7
7
  --color-light-decorative-red: #fe5e48;
8
- } .file-upload-item__iconPDFColored_9haca {
8
+ } .file-upload-item__iconPDFColored_14zzw {
9
9
  fill: var(--color-light-decorative-red);
10
- } .file-upload-item__iconDOCColored_9haca {
10
+ } .file-upload-item__iconDOCColored_14zzw {
11
11
  fill: var(--color-light-decorative-blue);
12
- } .file-upload-item__iconExcelColored_9haca {
12
+ } .file-upload-item__iconExcelColored_14zzw {
13
13
  fill: var(--color-light-decorative-green);
14
- } .file-upload-item__icon1CColored_9haca {
14
+ } .file-upload-item__icon1CColored_14zzw {
15
15
  fill: var(--color-light-decorative-orange);
16
- } .file-upload-item__iconDocumentColored_9haca {
16
+ } .file-upload-item__iconDocumentColored_14zzw {
17
17
  fill: var(--color-light-neutral-translucent-1300);
18
18
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./status-control-icon.css');
4
4
 
5
- var styles = {"iconPDFColored":"file-upload-item__iconPDFColored_9haca","iconDOCColored":"file-upload-item__iconDOCColored_9haca","iconExcelColored":"file-upload-item__iconExcelColored_9haca","icon1CColored":"file-upload-item__icon1CColored_9haca","iconDocumentColored":"file-upload-item__iconDocumentColored_9haca"};
5
+ var styles = {"iconPDFColored":"file-upload-item__iconPDFColored_14zzw","iconDOCColored":"file-upload-item__iconDOCColored_14zzw","iconExcelColored":"file-upload-item__iconExcelColored_14zzw","icon1CColored":"file-upload-item__icon1CColored_14zzw","iconDocumentColored":"file-upload-item__iconDocumentColored_14zzw"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=status-control-icon.module.css.js.map
@@ -5,11 +5,11 @@
5
5
  } :root {
6
6
  --gap-2xs-neg: -4px;
7
7
  --gap-4-neg: var(--gap-2xs-neg);
8
- } .file-upload-item__container_tydmd {
8
+ } .file-upload-item__container_1fp0y {
9
9
  position: relative
10
- } .file-upload-item__container_tydmd.file-upload-item__clickable_tydmd {
10
+ } .file-upload-item__container_1fp0y.file-upload-item__clickable_1fp0y {
11
11
  cursor: pointer;
12
- } .file-upload-item__container_tydmd .file-upload-item__progress_tydmd {
12
+ } .file-upload-item__container_1fp0y .file-upload-item__progress_1fp0y {
13
13
  position: absolute;
14
14
  top: var(--gap-4-neg);
15
15
  left: var(--gap-4-neg);
@@ -21,20 +21,20 @@
21
21
  -webkit-mask-image: conic-gradient(black 0, transparent 0);
22
22
 
23
23
  mask-image: conic-gradient(black 0, transparent 0)
24
- } .file-upload-item__container_tydmd .file-upload-item__progress_tydmd.file-upload-item__uploading_tydmd {
24
+ } .file-upload-item__container_1fp0y .file-upload-item__progress_1fp0y.file-upload-item__uploading_1fp0y {
25
25
  opacity: 1;
26
- } .file-upload-item__container_tydmd .file-upload-item__progress_tydmd.file-upload-item__success_tydmd,
27
- .file-upload-item__container_tydmd .file-upload-item__progress_tydmd.file-upload-item__error_tydmd {
26
+ } .file-upload-item__container_1fp0y .file-upload-item__progress_1fp0y.file-upload-item__success_1fp0y,
27
+ .file-upload-item__container_1fp0y .file-upload-item__progress_1fp0y.file-upload-item__error_1fp0y {
28
28
  transition: opacity 400ms ease-in;
29
29
  opacity: 0;
30
30
  -webkit-mask-image: conic-gradient(black 360deg, transparent 0);
31
31
  mask-image: conic-gradient(black 360deg, transparent 0);
32
- } .file-upload-item__container_tydmd .file-upload-item__progressBarTransparent_tydmd {
32
+ } .file-upload-item__container_1fp0y .file-upload-item__progressBarTransparent_1fp0y {
33
33
  fill: transparent;
34
- } .file-upload-item__container_tydmd .file-upload-item__progressBarUploading_tydmd {
34
+ } .file-upload-item__container_1fp0y .file-upload-item__progressBarUploading_1fp0y {
35
35
  fill: var(--color-light-neutral-500);
36
- } .file-upload-item__container_tydmd .file-upload-item__progressBarSuccess_tydmd {
36
+ } .file-upload-item__container_1fp0y .file-upload-item__progressBarSuccess_1fp0y {
37
37
  fill: var(--color-light-status-positive);
38
- } .file-upload-item__container_tydmd .file-upload-item__progressBarError_tydmd {
38
+ } .file-upload-item__container_1fp0y .file-upload-item__progressBarError_1fp0y {
39
39
  fill: var(--color-light-status-negative);
40
40
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./status-control.css');
4
4
 
5
- var styles = {"container":"file-upload-item__container_tydmd","clickable":"file-upload-item__clickable_tydmd","progress":"file-upload-item__progress_tydmd","uploading":"file-upload-item__uploading_tydmd","success":"file-upload-item__success_tydmd","error":"file-upload-item__error_tydmd","progressBarTransparent":"file-upload-item__progressBarTransparent_tydmd","progressBarUploading":"file-upload-item__progressBarUploading_tydmd","progressBarSuccess":"file-upload-item__progressBarSuccess_tydmd","progressBarError":"file-upload-item__progressBarError_tydmd"};
5
+ var styles = {"container":"file-upload-item__container_1fp0y","clickable":"file-upload-item__clickable_1fp0y","progress":"file-upload-item__progress_1fp0y","uploading":"file-upload-item__uploading_1fp0y","success":"file-upload-item__success_1fp0y","error":"file-upload-item__error_1fp0y","progressBarTransparent":"file-upload-item__progressBarTransparent_1fp0y","progressBarUploading":"file-upload-item__progressBarUploading_1fp0y","progressBarSuccess":"file-upload-item__progressBarSuccess_1fp0y","progressBarError":"file-upload-item__progressBarError_1fp0y"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=status-control.module.css.js.map
@@ -1,22 +1,22 @@
1
1
  :root {
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
- } .file-upload-item__container_1y4lw {
4
+ } .file-upload-item__container_1mngh {
5
5
  display: flex;
6
6
  max-width: 144px
7
- } .file-upload-item__container_1y4lw .file-upload-item__icon_1y4lw {
7
+ } .file-upload-item__container_1mngh .file-upload-item__icon_1mngh {
8
8
  width: 48px;
9
9
  height: 48px;
10
- } .file-upload-item__deleteIconColor_1y4lw {
10
+ } .file-upload-item__deleteIconColor_1mngh {
11
11
  fill: var(--color-light-text-tertiary)
12
- } .file-upload-item__deleteIconColor_1y4lw:hover {
12
+ } .file-upload-item__deleteIconColor_1mngh:hover {
13
13
  fill: var(--color-light-text-tertiary-hover);
14
- } .file-upload-item__downloadIconColor_1y4lw {
14
+ } .file-upload-item__downloadIconColor_1mngh {
15
15
  fill: var(--color-light-text-tertiary)
16
- } .file-upload-item__downloadIconColor_1y4lw:hover {
16
+ } .file-upload-item__downloadIconColor_1mngh:hover {
17
17
  fill: var(--color-light-text-tertiary-hover);
18
- } .file-upload-item__restoreIconColor_1y4lw {
18
+ } .file-upload-item__restoreIconColor_1mngh {
19
19
  fill: var(--color-light-text-tertiary)
20
- } .file-upload-item__restoreIconColor_1y4lw:hover {
20
+ } .file-upload-item__restoreIconColor_1mngh:hover {
21
21
  fill: var(--color-light-text-tertiary-hover);
22
22
  }
@@ -1,6 +1,6 @@
1
1
  import './actions-control.css';
2
2
 
3
- var styles = {"container":"file-upload-item__container_1y4lw","icon":"file-upload-item__icon_1y4lw","deleteIconColor":"file-upload-item__deleteIconColor_1y4lw","downloadIconColor":"file-upload-item__downloadIconColor_1y4lw","restoreIconColor":"file-upload-item__restoreIconColor_1y4lw"};
3
+ var styles = {"container":"file-upload-item__container_1mngh","icon":"file-upload-item__icon_1mngh","deleteIconColor":"file-upload-item__deleteIconColor_1mngh","downloadIconColor":"file-upload-item__downloadIconColor_1mngh","restoreIconColor":"file-upload-item__restoreIconColor_1mngh"};
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_105a4 {
1
+ .file-upload-item__errorItem_1i301 {
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_105a4"};
3
+ var styles = {"errorItem":"file-upload-item__errorItem_1i301"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content-error.module.css.js.map
@@ -1,12 +1,12 @@
1
1
  :root {
2
2
  --gap-xs: 8px;
3
3
  --gap-8: var(--gap-xs);
4
- } .file-upload-item__subtitle_shgl9 {
4
+ } .file-upload-item__subtitle_15to0 {
5
5
  display: block
6
- } .file-upload-item__subtitle_shgl9.file-upload-item__truncate_shgl9 {
6
+ } .file-upload-item__subtitle_15to0.file-upload-item__truncate_15to0 {
7
7
  white-space: nowrap;
8
8
  overflow: hidden;
9
9
  text-overflow: ellipsis;
10
- } .file-upload-item__size_shgl9 {
10
+ } .file-upload-item__size_15to0 {
11
11
  margin-right: var(--gap-8);
12
12
  }
@@ -1,6 +1,6 @@
1
1
  import './content-subtitle.css';
2
2
 
3
- var styles = {"subtitle":"file-upload-item__subtitle_shgl9","truncate":"file-upload-item__truncate_shgl9","size":"file-upload-item__size_shgl9"};
3
+ var styles = {"subtitle":"file-upload-item__subtitle_15to0","truncate":"file-upload-item__truncate_15to0","size":"file-upload-item__size_15to0"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content-subtitle.module.css.js.map
@@ -7,28 +7,28 @@
7
7
  --gap-2: var(--gap-3xs);
8
8
  --gap-4: var(--gap-2xs);
9
9
  --gap-16: var(--gap-m);
10
- } .file-upload-item__container_kiylw {
10
+ } .file-upload-item__container_1ixmk {
11
11
  padding: var(--gap-2) 0 0 var(--gap-16);
12
12
  flex-grow: 1;
13
13
  min-width: 0
14
- } .file-upload-item__container_kiylw.file-upload-item__clickable_kiylw {
14
+ } .file-upload-item__container_1ixmk.file-upload-item__clickable_1ixmk {
15
15
  cursor: pointer;
16
- } .file-upload-item__container_kiylw.file-upload-item__single_kiylw {
16
+ } .file-upload-item__container_1ixmk.file-upload-item__single_1ixmk {
17
17
  display: flex;
18
18
  flex-direction: column;
19
19
  justify-content: center;
20
20
  padding-top: 0;
21
21
  min-height: 48px
22
- } .file-upload-item__container_kiylw.file-upload-item__single_kiylw .file-upload-item__title_kiylw {
22
+ } .file-upload-item__container_1ixmk.file-upload-item__single_1ixmk .file-upload-item__title_1ixmk {
23
23
  margin-bottom: 0;
24
- } .file-upload-item__container_kiylw .file-upload-item__title_kiylw {
24
+ } .file-upload-item__container_1ixmk .file-upload-item__title_1ixmk {
25
25
  margin-bottom: var(--gap-4);
26
26
  display: block;
27
27
  overflow-wrap: break-word
28
- } .file-upload-item__container_kiylw .file-upload-item__title_kiylw.file-upload-item__truncate_kiylw {
28
+ } .file-upload-item__container_1ixmk .file-upload-item__title_1ixmk.file-upload-item__truncate_1ixmk {
29
29
  white-space: nowrap;
30
30
  overflow: hidden;
31
31
  text-overflow: ellipsis;
32
- } .file-upload-item__container_kiylw .file-upload-item__title_kiylw.file-upload-item__restore_kiylw {
32
+ } .file-upload-item__container_1ixmk .file-upload-item__title_1ixmk.file-upload-item__restore_1ixmk {
33
33
  color: var(--color-light-text-tertiary);
34
34
  }
@@ -1,6 +1,6 @@
1
1
  import './content.css';
2
2
 
3
- var styles = {"container":"file-upload-item__container_kiylw","clickable":"file-upload-item__clickable_kiylw","single":"file-upload-item__single_kiylw","title":"file-upload-item__title_kiylw","truncate":"file-upload-item__truncate_kiylw","restore":"file-upload-item__restore_kiylw"};
3
+ var styles = {"container":"file-upload-item__container_1ixmk","clickable":"file-upload-item__clickable_1ixmk","single":"file-upload-item__single_1ixmk","title":"file-upload-item__title_1ixmk","truncate":"file-upload-item__truncate_1ixmk","restore":"file-upload-item__restore_1ixmk"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content.module.css.js.map
@@ -5,14 +5,14 @@
5
5
  --color-light-decorative-green: #0cc44d;
6
6
  --color-light-decorative-orange: #fa9313;
7
7
  --color-light-decorative-red: #fe5e48;
8
- } .file-upload-item__iconPDFColored_9haca {
8
+ } .file-upload-item__iconPDFColored_14zzw {
9
9
  fill: var(--color-light-decorative-red);
10
- } .file-upload-item__iconDOCColored_9haca {
10
+ } .file-upload-item__iconDOCColored_14zzw {
11
11
  fill: var(--color-light-decorative-blue);
12
- } .file-upload-item__iconExcelColored_9haca {
12
+ } .file-upload-item__iconExcelColored_14zzw {
13
13
  fill: var(--color-light-decorative-green);
14
- } .file-upload-item__icon1CColored_9haca {
14
+ } .file-upload-item__icon1CColored_14zzw {
15
15
  fill: var(--color-light-decorative-orange);
16
- } .file-upload-item__iconDocumentColored_9haca {
16
+ } .file-upload-item__iconDocumentColored_14zzw {
17
17
  fill: var(--color-light-neutral-translucent-1300);
18
18
  }
@@ -1,6 +1,6 @@
1
1
  import './status-control-icon.css';
2
2
 
3
- var styles = {"iconPDFColored":"file-upload-item__iconPDFColored_9haca","iconDOCColored":"file-upload-item__iconDOCColored_9haca","iconExcelColored":"file-upload-item__iconExcelColored_9haca","icon1CColored":"file-upload-item__icon1CColored_9haca","iconDocumentColored":"file-upload-item__iconDocumentColored_9haca"};
3
+ var styles = {"iconPDFColored":"file-upload-item__iconPDFColored_14zzw","iconDOCColored":"file-upload-item__iconDOCColored_14zzw","iconExcelColored":"file-upload-item__iconExcelColored_14zzw","icon1CColored":"file-upload-item__icon1CColored_14zzw","iconDocumentColored":"file-upload-item__iconDocumentColored_14zzw"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=status-control-icon.module.css.js.map
@@ -5,11 +5,11 @@
5
5
  } :root {
6
6
  --gap-2xs-neg: -4px;
7
7
  --gap-4-neg: var(--gap-2xs-neg);
8
- } .file-upload-item__container_tydmd {
8
+ } .file-upload-item__container_1fp0y {
9
9
  position: relative
10
- } .file-upload-item__container_tydmd.file-upload-item__clickable_tydmd {
10
+ } .file-upload-item__container_1fp0y.file-upload-item__clickable_1fp0y {
11
11
  cursor: pointer;
12
- } .file-upload-item__container_tydmd .file-upload-item__progress_tydmd {
12
+ } .file-upload-item__container_1fp0y .file-upload-item__progress_1fp0y {
13
13
  position: absolute;
14
14
  top: var(--gap-4-neg);
15
15
  left: var(--gap-4-neg);
@@ -21,20 +21,20 @@
21
21
  -webkit-mask-image: conic-gradient(black 0, transparent 0);
22
22
 
23
23
  mask-image: conic-gradient(black 0, transparent 0)
24
- } .file-upload-item__container_tydmd .file-upload-item__progress_tydmd.file-upload-item__uploading_tydmd {
24
+ } .file-upload-item__container_1fp0y .file-upload-item__progress_1fp0y.file-upload-item__uploading_1fp0y {
25
25
  opacity: 1;
26
- } .file-upload-item__container_tydmd .file-upload-item__progress_tydmd.file-upload-item__success_tydmd,
27
- .file-upload-item__container_tydmd .file-upload-item__progress_tydmd.file-upload-item__error_tydmd {
26
+ } .file-upload-item__container_1fp0y .file-upload-item__progress_1fp0y.file-upload-item__success_1fp0y,
27
+ .file-upload-item__container_1fp0y .file-upload-item__progress_1fp0y.file-upload-item__error_1fp0y {
28
28
  transition: opacity 400ms ease-in;
29
29
  opacity: 0;
30
30
  -webkit-mask-image: conic-gradient(black 360deg, transparent 0);
31
31
  mask-image: conic-gradient(black 360deg, transparent 0);
32
- } .file-upload-item__container_tydmd .file-upload-item__progressBarTransparent_tydmd {
32
+ } .file-upload-item__container_1fp0y .file-upload-item__progressBarTransparent_1fp0y {
33
33
  fill: transparent;
34
- } .file-upload-item__container_tydmd .file-upload-item__progressBarUploading_tydmd {
34
+ } .file-upload-item__container_1fp0y .file-upload-item__progressBarUploading_1fp0y {
35
35
  fill: var(--color-light-neutral-500);
36
- } .file-upload-item__container_tydmd .file-upload-item__progressBarSuccess_tydmd {
36
+ } .file-upload-item__container_1fp0y .file-upload-item__progressBarSuccess_1fp0y {
37
37
  fill: var(--color-light-status-positive);
38
- } .file-upload-item__container_tydmd .file-upload-item__progressBarError_tydmd {
38
+ } .file-upload-item__container_1fp0y .file-upload-item__progressBarError_1fp0y {
39
39
  fill: var(--color-light-status-negative);
40
40
  }
@@ -1,6 +1,6 @@
1
1
  import './status-control.css';
2
2
 
3
- var styles = {"container":"file-upload-item__container_tydmd","clickable":"file-upload-item__clickable_tydmd","progress":"file-upload-item__progress_tydmd","uploading":"file-upload-item__uploading_tydmd","success":"file-upload-item__success_tydmd","error":"file-upload-item__error_tydmd","progressBarTransparent":"file-upload-item__progressBarTransparent_tydmd","progressBarUploading":"file-upload-item__progressBarUploading_tydmd","progressBarSuccess":"file-upload-item__progressBarSuccess_tydmd","progressBarError":"file-upload-item__progressBarError_tydmd"};
3
+ var styles = {"container":"file-upload-item__container_1fp0y","clickable":"file-upload-item__clickable_1fp0y","progress":"file-upload-item__progress_1fp0y","uploading":"file-upload-item__uploading_1fp0y","success":"file-upload-item__success_1fp0y","error":"file-upload-item__error_1fp0y","progressBarTransparent":"file-upload-item__progressBarTransparent_1fp0y","progressBarUploading":"file-upload-item__progressBarUploading_1fp0y","progressBarSuccess":"file-upload-item__progressBarSuccess_1fp0y","progressBarError":"file-upload-item__progressBarError_1fp0y"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=status-control.module.css.js.map
package/esm/index.css CHANGED
@@ -3,13 +3,13 @@
3
3
  --gap-s: 12px;
4
4
  --gap-2: var(--gap-3xs);
5
5
  --gap-12: var(--gap-s);
6
- } .file-upload-item__component_g62kk {
6
+ } .file-upload-item__component_1c48g {
7
7
  box-sizing: border-box;
8
8
  display: flex;
9
9
  align-items: flex-start;
10
10
  width: 100%;
11
11
  min-height: 48px;
12
- } .file-upload-item__restore_g62kk {
12
+ } .file-upload-item__restore_1c48g {
13
13
  margin-left: var(--gap-12);
14
14
  margin-top: var(--gap-2);
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"file-upload-item__component_g62kk","restore":"file-upload-item__restore_g62kk"};
3
+ var styles = {"component":"file-upload-item__component_1c48g","restore":"file-upload-item__restore_1c48g"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/index.css CHANGED
@@ -3,13 +3,13 @@
3
3
  --gap-s: 12px;
4
4
  --gap-2: var(--gap-3xs);
5
5
  --gap-12: var(--gap-s);
6
- } .file-upload-item__component_g62kk {
6
+ } .file-upload-item__component_1c48g {
7
7
  box-sizing: border-box;
8
8
  display: flex;
9
9
  align-items: flex-start;
10
10
  width: 100%;
11
11
  min-height: 48px;
12
- } .file-upload-item__restore_g62kk {
12
+ } .file-upload-item__restore_1c48g {
13
13
  margin-left: var(--gap-12);
14
14
  margin-top: var(--gap-2);
15
15
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"file-upload-item__component_g62kk","restore":"file-upload-item__restore_g62kk"};
5
+ var styles = {"component":"file-upload-item__component_1c48g","restore":"file-upload-item__restore_1c48g"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,22 +1,22 @@
1
1
  :root {
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
- } .file-upload-item__container_1y4lw {
4
+ } .file-upload-item__container_1mngh {
5
5
  display: flex;
6
6
  max-width: 144px
7
- } .file-upload-item__container_1y4lw .file-upload-item__icon_1y4lw {
7
+ } .file-upload-item__container_1mngh .file-upload-item__icon_1mngh {
8
8
  width: 48px;
9
9
  height: 48px;
10
- } .file-upload-item__deleteIconColor_1y4lw {
10
+ } .file-upload-item__deleteIconColor_1mngh {
11
11
  fill: var(--color-light-text-tertiary)
12
- } .file-upload-item__deleteIconColor_1y4lw:hover {
12
+ } .file-upload-item__deleteIconColor_1mngh:hover {
13
13
  fill: var(--color-light-text-tertiary-hover);
14
- } .file-upload-item__downloadIconColor_1y4lw {
14
+ } .file-upload-item__downloadIconColor_1mngh {
15
15
  fill: var(--color-light-text-tertiary)
16
- } .file-upload-item__downloadIconColor_1y4lw:hover {
16
+ } .file-upload-item__downloadIconColor_1mngh:hover {
17
17
  fill: var(--color-light-text-tertiary-hover);
18
- } .file-upload-item__restoreIconColor_1y4lw {
18
+ } .file-upload-item__restoreIconColor_1mngh {
19
19
  fill: var(--color-light-text-tertiary)
20
- } .file-upload-item__restoreIconColor_1y4lw:hover {
20
+ } .file-upload-item__restoreIconColor_1mngh:hover {
21
21
  fill: var(--color-light-text-tertiary-hover);
22
22
  }
@@ -1,6 +1,6 @@
1
1
  import './actions-control.css';
2
2
 
3
- const styles = {"container":"file-upload-item__container_1y4lw","icon":"file-upload-item__icon_1y4lw","deleteIconColor":"file-upload-item__deleteIconColor_1y4lw","downloadIconColor":"file-upload-item__downloadIconColor_1y4lw","restoreIconColor":"file-upload-item__restoreIconColor_1y4lw"};
3
+ const styles = {"container":"file-upload-item__container_1mngh","icon":"file-upload-item__icon_1mngh","deleteIconColor":"file-upload-item__deleteIconColor_1mngh","downloadIconColor":"file-upload-item__downloadIconColor_1mngh","restoreIconColor":"file-upload-item__restoreIconColor_1mngh"};
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_105a4 {
1
+ .file-upload-item__errorItem_1i301 {
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_105a4"};
3
+ const styles = {"errorItem":"file-upload-item__errorItem_1i301"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content-error.module.css.js.map
@@ -1,12 +1,12 @@
1
1
  :root {
2
2
  --gap-xs: 8px;
3
3
  --gap-8: var(--gap-xs);
4
- } .file-upload-item__subtitle_shgl9 {
4
+ } .file-upload-item__subtitle_15to0 {
5
5
  display: block
6
- } .file-upload-item__subtitle_shgl9.file-upload-item__truncate_shgl9 {
6
+ } .file-upload-item__subtitle_15to0.file-upload-item__truncate_15to0 {
7
7
  white-space: nowrap;
8
8
  overflow: hidden;
9
9
  text-overflow: ellipsis;
10
- } .file-upload-item__size_shgl9 {
10
+ } .file-upload-item__size_15to0 {
11
11
  margin-right: var(--gap-8);
12
12
  }
@@ -1,6 +1,6 @@
1
1
  import './content-subtitle.css';
2
2
 
3
- const styles = {"subtitle":"file-upload-item__subtitle_shgl9","truncate":"file-upload-item__truncate_shgl9","size":"file-upload-item__size_shgl9"};
3
+ const styles = {"subtitle":"file-upload-item__subtitle_15to0","truncate":"file-upload-item__truncate_15to0","size":"file-upload-item__size_15to0"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content-subtitle.module.css.js.map
@@ -7,28 +7,28 @@
7
7
  --gap-2: var(--gap-3xs);
8
8
  --gap-4: var(--gap-2xs);
9
9
  --gap-16: var(--gap-m);
10
- } .file-upload-item__container_kiylw {
10
+ } .file-upload-item__container_1ixmk {
11
11
  padding: var(--gap-2) 0 0 var(--gap-16);
12
12
  flex-grow: 1;
13
13
  min-width: 0
14
- } .file-upload-item__container_kiylw.file-upload-item__clickable_kiylw {
14
+ } .file-upload-item__container_1ixmk.file-upload-item__clickable_1ixmk {
15
15
  cursor: pointer;
16
- } .file-upload-item__container_kiylw.file-upload-item__single_kiylw {
16
+ } .file-upload-item__container_1ixmk.file-upload-item__single_1ixmk {
17
17
  display: flex;
18
18
  flex-direction: column;
19
19
  justify-content: center;
20
20
  padding-top: 0;
21
21
  min-height: 48px
22
- } .file-upload-item__container_kiylw.file-upload-item__single_kiylw .file-upload-item__title_kiylw {
22
+ } .file-upload-item__container_1ixmk.file-upload-item__single_1ixmk .file-upload-item__title_1ixmk {
23
23
  margin-bottom: 0;
24
- } .file-upload-item__container_kiylw .file-upload-item__title_kiylw {
24
+ } .file-upload-item__container_1ixmk .file-upload-item__title_1ixmk {
25
25
  margin-bottom: var(--gap-4);
26
26
  display: block;
27
27
  overflow-wrap: break-word
28
- } .file-upload-item__container_kiylw .file-upload-item__title_kiylw.file-upload-item__truncate_kiylw {
28
+ } .file-upload-item__container_1ixmk .file-upload-item__title_1ixmk.file-upload-item__truncate_1ixmk {
29
29
  white-space: nowrap;
30
30
  overflow: hidden;
31
31
  text-overflow: ellipsis;
32
- } .file-upload-item__container_kiylw .file-upload-item__title_kiylw.file-upload-item__restore_kiylw {
32
+ } .file-upload-item__container_1ixmk .file-upload-item__title_1ixmk.file-upload-item__restore_1ixmk {
33
33
  color: var(--color-light-text-tertiary);
34
34
  }
@@ -1,6 +1,6 @@
1
1
  import './content.css';
2
2
 
3
- const styles = {"container":"file-upload-item__container_kiylw","clickable":"file-upload-item__clickable_kiylw","single":"file-upload-item__single_kiylw","title":"file-upload-item__title_kiylw","truncate":"file-upload-item__truncate_kiylw","restore":"file-upload-item__restore_kiylw"};
3
+ const styles = {"container":"file-upload-item__container_1ixmk","clickable":"file-upload-item__clickable_1ixmk","single":"file-upload-item__single_1ixmk","title":"file-upload-item__title_1ixmk","truncate":"file-upload-item__truncate_1ixmk","restore":"file-upload-item__restore_1ixmk"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=content.module.css.js.map
@@ -5,14 +5,14 @@
5
5
  --color-light-decorative-green: #0cc44d;
6
6
  --color-light-decorative-orange: #fa9313;
7
7
  --color-light-decorative-red: #fe5e48;
8
- } .file-upload-item__iconPDFColored_9haca {
8
+ } .file-upload-item__iconPDFColored_14zzw {
9
9
  fill: var(--color-light-decorative-red);
10
- } .file-upload-item__iconDOCColored_9haca {
10
+ } .file-upload-item__iconDOCColored_14zzw {
11
11
  fill: var(--color-light-decorative-blue);
12
- } .file-upload-item__iconExcelColored_9haca {
12
+ } .file-upload-item__iconExcelColored_14zzw {
13
13
  fill: var(--color-light-decorative-green);
14
- } .file-upload-item__icon1CColored_9haca {
14
+ } .file-upload-item__icon1CColored_14zzw {
15
15
  fill: var(--color-light-decorative-orange);
16
- } .file-upload-item__iconDocumentColored_9haca {
16
+ } .file-upload-item__iconDocumentColored_14zzw {
17
17
  fill: var(--color-light-neutral-translucent-1300);
18
18
  }
@@ -1,6 +1,6 @@
1
1
  import './status-control-icon.css';
2
2
 
3
- const styles = {"iconPDFColored":"file-upload-item__iconPDFColored_9haca","iconDOCColored":"file-upload-item__iconDOCColored_9haca","iconExcelColored":"file-upload-item__iconExcelColored_9haca","icon1CColored":"file-upload-item__icon1CColored_9haca","iconDocumentColored":"file-upload-item__iconDocumentColored_9haca"};
3
+ const styles = {"iconPDFColored":"file-upload-item__iconPDFColored_14zzw","iconDOCColored":"file-upload-item__iconDOCColored_14zzw","iconExcelColored":"file-upload-item__iconExcelColored_14zzw","icon1CColored":"file-upload-item__icon1CColored_14zzw","iconDocumentColored":"file-upload-item__iconDocumentColored_14zzw"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=status-control-icon.module.css.js.map
@@ -5,11 +5,11 @@
5
5
  } :root {
6
6
  --gap-2xs-neg: -4px;
7
7
  --gap-4-neg: var(--gap-2xs-neg);
8
- } .file-upload-item__container_tydmd {
8
+ } .file-upload-item__container_1fp0y {
9
9
  position: relative
10
- } .file-upload-item__container_tydmd.file-upload-item__clickable_tydmd {
10
+ } .file-upload-item__container_1fp0y.file-upload-item__clickable_1fp0y {
11
11
  cursor: pointer;
12
- } .file-upload-item__container_tydmd .file-upload-item__progress_tydmd {
12
+ } .file-upload-item__container_1fp0y .file-upload-item__progress_1fp0y {
13
13
  position: absolute;
14
14
  top: var(--gap-4-neg);
15
15
  left: var(--gap-4-neg);
@@ -21,20 +21,20 @@
21
21
  -webkit-mask-image: conic-gradient(black 0, transparent 0);
22
22
 
23
23
  mask-image: conic-gradient(black 0, transparent 0)
24
- } .file-upload-item__container_tydmd .file-upload-item__progress_tydmd.file-upload-item__uploading_tydmd {
24
+ } .file-upload-item__container_1fp0y .file-upload-item__progress_1fp0y.file-upload-item__uploading_1fp0y {
25
25
  opacity: 1;
26
- } .file-upload-item__container_tydmd .file-upload-item__progress_tydmd.file-upload-item__success_tydmd,
27
- .file-upload-item__container_tydmd .file-upload-item__progress_tydmd.file-upload-item__error_tydmd {
26
+ } .file-upload-item__container_1fp0y .file-upload-item__progress_1fp0y.file-upload-item__success_1fp0y,
27
+ .file-upload-item__container_1fp0y .file-upload-item__progress_1fp0y.file-upload-item__error_1fp0y {
28
28
  transition: opacity 400ms ease-in;
29
29
  opacity: 0;
30
30
  -webkit-mask-image: conic-gradient(black 360deg, transparent 0);
31
31
  mask-image: conic-gradient(black 360deg, transparent 0);
32
- } .file-upload-item__container_tydmd .file-upload-item__progressBarTransparent_tydmd {
32
+ } .file-upload-item__container_1fp0y .file-upload-item__progressBarTransparent_1fp0y {
33
33
  fill: transparent;
34
- } .file-upload-item__container_tydmd .file-upload-item__progressBarUploading_tydmd {
34
+ } .file-upload-item__container_1fp0y .file-upload-item__progressBarUploading_1fp0y {
35
35
  fill: var(--color-light-neutral-500);
36
- } .file-upload-item__container_tydmd .file-upload-item__progressBarSuccess_tydmd {
36
+ } .file-upload-item__container_1fp0y .file-upload-item__progressBarSuccess_1fp0y {
37
37
  fill: var(--color-light-status-positive);
38
- } .file-upload-item__container_tydmd .file-upload-item__progressBarError_tydmd {
38
+ } .file-upload-item__container_1fp0y .file-upload-item__progressBarError_1fp0y {
39
39
  fill: var(--color-light-status-negative);
40
40
  }
@@ -1,6 +1,6 @@
1
1
  import './status-control.css';
2
2
 
3
- const styles = {"container":"file-upload-item__container_tydmd","clickable":"file-upload-item__clickable_tydmd","progress":"file-upload-item__progress_tydmd","uploading":"file-upload-item__uploading_tydmd","success":"file-upload-item__success_tydmd","error":"file-upload-item__error_tydmd","progressBarTransparent":"file-upload-item__progressBarTransparent_tydmd","progressBarUploading":"file-upload-item__progressBarUploading_tydmd","progressBarSuccess":"file-upload-item__progressBarSuccess_tydmd","progressBarError":"file-upload-item__progressBarError_tydmd"};
3
+ const styles = {"container":"file-upload-item__container_1fp0y","clickable":"file-upload-item__clickable_1fp0y","progress":"file-upload-item__progress_1fp0y","uploading":"file-upload-item__uploading_1fp0y","success":"file-upload-item__success_1fp0y","error":"file-upload-item__error_1fp0y","progressBarTransparent":"file-upload-item__progressBarTransparent_1fp0y","progressBarUploading":"file-upload-item__progressBarUploading_1fp0y","progressBarSuccess":"file-upload-item__progressBarSuccess_1fp0y","progressBarError":"file-upload-item__progressBarError_1fp0y"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=status-control.module.css.js.map
package/modern/index.css CHANGED
@@ -3,13 +3,13 @@
3
3
  --gap-s: 12px;
4
4
  --gap-2: var(--gap-3xs);
5
5
  --gap-12: var(--gap-s);
6
- } .file-upload-item__component_g62kk {
6
+ } .file-upload-item__component_1c48g {
7
7
  box-sizing: border-box;
8
8
  display: flex;
9
9
  align-items: flex-start;
10
10
  width: 100%;
11
11
  min-height: 48px;
12
- } .file-upload-item__restore_g62kk {
12
+ } .file-upload-item__restore_1c48g {
13
13
  margin-left: var(--gap-12);
14
14
  margin-top: var(--gap-2);
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"file-upload-item__component_g62kk","restore":"file-upload-item__restore_g62kk"};
3
+ const styles = {"component":"file-upload-item__component_1c48g","restore":"file-upload-item__restore_1c48g"};
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": "7.0.0",
3
+ "version": "7.0.1-snapshot-c2c8d5a",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,9 +10,9 @@
10
10
  "main": "index.js",
11
11
  "module": "./esm/index.js",
12
12
  "dependencies": {
13
- "@alfalab/core-components-icon-button": "^7.0.0",
13
+ "@alfalab/core-components-icon-button": "7.0.1-snapshot-c2c8d5a",
14
14
  "@alfalab/core-components-icon-view": "^4.0.0",
15
- "@alfalab/core-components-typography": "^5.0.0",
15
+ "@alfalab/core-components-typography": "5.0.1-snapshot-c2c8d5a",
16
16
  "@alfalab/icons-glyph": "^2.210.0",
17
17
  "classnames": "^2.5.1",
18
18
  "tslib": "^2.4.0"
@@ -26,5 +26,5 @@
26
26
  "directory": "dist"
27
27
  },
28
28
  "themesVersion": "14.0.0",
29
- "varsVersion": "10.0.0"
29
+ "varsVersion": "10.0.1-snapshot-c2c8d5a"
30
30
  }