@julseb-lib/react 1.1.32 → 1.1.34
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-N6SBVL55.js} +2 -2
- package/dist/{chunk-PXJ4JXEH.js → chunk-AXOMYMGN.js} +84 -2
- package/dist/chunk-AXOMYMGN.js.map +1 -0
- package/dist/{global-CXiIaXyy.d.cts → global-BFS193oO.d.cts} +83 -0
- package/dist/{global-CXiIaXyy.d.ts → global-BFS193oO.d.ts} +83 -0
- package/dist/index.cjs +83 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +391 -98
- package/dist/index.d.ts +391 -98
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/types/components-items-props.d.cts +1 -1
- package/dist/types/components-items-props.d.ts +1 -1
- package/dist/types/components-props.d.cts +1 -1
- package/dist/types/components-props.d.ts +1 -1
- package/dist/types/global.d.cts +1 -1
- package/dist/types/global.d.ts +1 -1
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-PXJ4JXEH.js.map +0 -1
- /package/dist/{Image-4MLJ7FPA.js.map → Image-N6SBVL55.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-AXOMYMGN.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-N6SBVL55.js"));
|
|
1429
1429
|
var LazyImage = ({
|
|
1430
1430
|
className,
|
|
1431
1431
|
ref,
|