herum-shared 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 39" fill="none">
2
+ <path d="M21.6699 34L9 34C4.02944 34 7.89378e-07 29.9706 1.22392e-06 25L2.62268e-06 9C3.05722e-06 4.02943 4.02944 -4.19372e-06 9 -3.75918e-06L43 -7.86805e-07C47.9706 -3.52265e-07 52 4.02944 52 9L52 25C52 29.9706 47.9706 34 43 34L30.3301 34L26 39L21.6699 34Z" fill="#A255FF"/>
3
+ </svg>
@@ -2126,7 +2126,8 @@ class HerumUploadFileComponent {
2126
2126
  ngOnChanges(changes) {
2127
2127
  if (changes.selectedFile) {
2128
2128
  if (!this.selectedFile) {
2129
- this.files = [];
2129
+ this.files = undefined;
2130
+ this.hasTouched = false;
2130
2131
  return;
2131
2132
  }
2132
2133
  this.setExistingFile();