@julseb-lib/react 1.1.9 → 1.1.10
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/{Image-MFX5A7HO.js → Image-SUXJNFL6.js} +2 -2
- package/dist/{chunk-VA7LFHRP.js → chunk-BGER7RTC.js} +2 -1
- package/dist/{chunk-VA7LFHRP.js.map → chunk-BGER7RTC.js.map} +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- /package/dist/{Image-MFX5A7HO.js.map → Image-SUXJNFL6.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
libMarkdownEditorOptions,
|
|
49
49
|
linkifyText,
|
|
50
50
|
scrollToTop
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-BGER7RTC.js";
|
|
52
52
|
|
|
53
53
|
// #style-inject:#style-inject
|
|
54
54
|
function styleInject(css, { insertAt } = {}) {
|
|
@@ -1465,7 +1465,7 @@ var genPosition = {
|
|
|
1465
1465
|
// src/lib/components/LazyImage/LazyImage.tsx
|
|
1466
1466
|
import { Suspense, lazy } from "react";
|
|
1467
1467
|
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
1468
|
-
var Image2 = lazy(() => import("./Image-
|
|
1468
|
+
var Image2 = lazy(() => import("./Image-SUXJNFL6.js"));
|
|
1469
1469
|
var LazyImage = ({
|
|
1470
1470
|
className,
|
|
1471
1471
|
ref,
|
package/package.json
CHANGED
|
File without changes
|