@greghowe79/the-lib 0.4.8 → 0.4.9

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.
@@ -53,7 +53,7 @@ const Modal = qwik.component$(({ title, open, primaryButtonLabel, secondaryButto
53
53
  id: "confirm-button",
54
54
  label: primaryButtonLabel,
55
55
  onClick$: primaryAction,
56
- isLoading: isLoading?.value
56
+ isLoading
57
57
  })
58
58
  ]
59
59
  })
@@ -51,7 +51,7 @@ const Modal = component$(({ title, open, primaryButtonLabel, secondaryButtonLabe
51
51
  id: "confirm-button",
52
52
  label: primaryButtonLabel,
53
53
  onClick$: primaryAction,
54
- isLoading: isLoading?.value
54
+ isLoading
55
55
  })
56
56
  ]
57
57
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greghowe79/the-lib",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "Collection of fast components for Qwik",
5
5
  "main": "./lib/index.qwik.mjs",
6
6
  "qwik": "./lib/index.qwik.mjs",