@julseb-lib/react 1.1.31 → 1.1.33

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/dist/index.js CHANGED
@@ -51,7 +51,7 @@ import {
51
51
  libMarkdownEditorOptions,
52
52
  linkifyText,
53
53
  scrollToTop
54
- } from "./chunk-PXJ4JXEH.js";
54
+ } from "./chunk-CIZBB6QC.js";
55
55
 
56
56
  // #style-inject:#style-inject
57
57
  function styleInject(css, { insertAt } = {}) {
@@ -1425,7 +1425,7 @@ var genPosition = {
1425
1425
  // src/lib/components/LazyImage/LazyImage.tsx
1426
1426
  import { Suspense, lazy } from "react";
1427
1427
  import { jsx as jsx16 } from "react/jsx-runtime";
1428
- var Image2 = lazy(() => import("./Image-4MLJ7FPA.js"));
1428
+ var Image2 = lazy(() => import("./Image-YXIP4TUI.js"));
1429
1429
  var LazyImage = ({
1430
1430
  className,
1431
1431
  ref,
@@ -64721,6 +64721,7 @@ var Form = ({
64721
64721
  type: buttonSecondary.type ?? "button",
64722
64722
  variant: "transparent",
64723
64723
  className: "form-button",
64724
+ isLoading,
64724
64725
  children: buttonSecondary.content
64725
64726
  }
64726
64727
  )