@okaapp/oka-ui-sv 0.4.0 → 0.4.1

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.
@@ -21,7 +21,7 @@
21
21
  <button
22
22
  class={`auto-button ${isLoading && "auto-button__loading"} ${disabled && "auto-button__disabled"}`}
23
23
  {onclick}
24
- disabled={disabled || onclick}
24
+ disabled={disabled || isLoading}
25
25
  {...restProps}
26
26
  >
27
27
  <div
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okaapp/oka-ui-sv",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "OKA UI Svelte components library for the Appta software platform",
5
5
  "license": "MIT",
6
6
  "scripts": {