@kodaris/krubble-components 1.0.46 → 1.0.47

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.
@@ -607,6 +607,12 @@
607
607
  this._stateTimeout = window.setTimeout(() => this.reset(), duration);
608
608
  }
609
609
  }
610
+ /**
611
+ * Returns whether the button is currently in the loading state.
612
+ */
613
+ isLoading() {
614
+ return this._state === 'loading';
615
+ }
610
616
  /**
611
617
  * Resets the button to its idle state.
612
618
  */
@@ -4658,9 +4664,6 @@
4658
4664
  fill: #000;
4659
4665
  }
4660
4666
 
4661
- .file-list__action--delete:hover {
4662
- fill: #dc3545;
4663
- }
4664
4667
 
4665
4668
  .file-list__empty {
4666
4669
  color: #000;