@julseb-lib/react 1.1.1 → 1.1.2
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-RZGG6J4R.js → Image-SOI547ZO.js} +2 -2
- package/dist/{chunk-2MIHOGHB.js → chunk-ZPUNEWJC.js} +3 -3
- package/dist/{chunk-2MIHOGHB.js.map → chunk-ZPUNEWJC.js.map} +1 -1
- package/dist/index.cjs +6 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -4
- package/dist/index.d.ts +2 -4
- package/dist/index.js +6 -8
- package/dist/index.js.map +1 -1
- package/dist/types/components-props.d.cts +1 -1
- package/dist/types/components-props.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/{Image-RZGG6J4R.js.map → Image-SOI547ZO.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Image
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ZPUNEWJC.js";
|
|
4
4
|
|
|
5
5
|
// src/lib/components/LazyImage/Image.tsx
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -11,4 +11,4 @@ var Image_default = Image2;
|
|
|
11
11
|
export {
|
|
12
12
|
Image_default as default
|
|
13
13
|
};
|
|
14
|
-
//# sourceMappingURL=Image-
|
|
14
|
+
//# sourceMappingURL=Image-SOI547ZO.js.map
|
|
@@ -1363,7 +1363,7 @@ var Table = ({
|
|
|
1363
1363
|
|
|
1364
1364
|
// src/lib/utils/options-markdown.tsx
|
|
1365
1365
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
1366
|
-
var
|
|
1366
|
+
var libMarkdownComponents = {
|
|
1367
1367
|
h1: (props) => /* @__PURE__ */ jsx3(Text, { tag: "h1", ...props }),
|
|
1368
1368
|
h2: (props) => /* @__PURE__ */ jsx3(Text, { tag: "h2", ...props }),
|
|
1369
1369
|
h3: (props) => /* @__PURE__ */ jsx3(Text, { tag: "h3", ...props }),
|
|
@@ -2055,7 +2055,7 @@ export {
|
|
|
2055
2055
|
TEXT_BASE_CLASSES,
|
|
2056
2056
|
Text,
|
|
2057
2057
|
Table,
|
|
2058
|
-
|
|
2058
|
+
libMarkdownComponents,
|
|
2059
2059
|
libMarkdownEditorOptions,
|
|
2060
2060
|
genRingColor,
|
|
2061
2061
|
genRingColorChildren,
|
|
@@ -2065,4 +2065,4 @@ export {
|
|
|
2065
2065
|
scrollToTop,
|
|
2066
2066
|
Image
|
|
2067
2067
|
};
|
|
2068
|
-
//# sourceMappingURL=chunk-
|
|
2068
|
+
//# sourceMappingURL=chunk-ZPUNEWJC.js.map
|