hamzus-ui 0.0.20 → 0.0.21

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -107,6 +107,9 @@
107
107
  cursor: not-allowed;
108
108
  transform: scale(0.9);
109
109
  }
110
+ .button.loading{
111
+ color: transparent;
112
+ }
110
113
 
111
114
  .button.loading :global(> *:not(.loader)) {
112
115
  opacity: 0;
@@ -104,6 +104,9 @@
104
104
  cursor: not-allowed;
105
105
  transform: scale(0.9);
106
106
  }
107
+ .button.loading{
108
+ color: transparent;
109
+ }
107
110
  .button.loading :global(> *:not(.loader)) {
108
111
  opacity: 0;
109
112
  user-select: none;