@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/README.md +24 -24
- package/dist/{Image-4MLJ7FPA.js → Image-YXIP4TUI.js} +2 -2
- package/dist/{chunk-PXJ4JXEH.js → chunk-CIZBB6QC.js} +2 -2
- package/dist/chunk-CIZBB6QC.js.map +1 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +107 -96
- package/dist/index.d.ts +107 -96
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-PXJ4JXEH.js.map +0 -1
- /package/dist/{Image-4MLJ7FPA.js.map → Image-YXIP4TUI.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
libMarkdownEditorOptions,
|
|
52
52
|
linkifyText,
|
|
53
53
|
scrollToTop
|
|
54
|
-
} from "./chunk-
|
|
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-
|
|
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
|
)
|