@julseb-lib/react 0.1.24 → 0.1.26
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -11005,7 +11005,7 @@ var MarkdownContainer = (_a) => {
|
|
|
11005
11005
|
// src/lib/components/CodeContainer/CodeContainer.tsx
|
|
11006
11006
|
var import_react51 = require("react");
|
|
11007
11007
|
var import_react_syntax_highlighter = __toESM(require("react-syntax-highlighter"), 1);
|
|
11008
|
-
var import_hljs = require("react-syntax-highlighter/dist/esm/styles/hljs
|
|
11008
|
+
var import_hljs = require("react-syntax-highlighter/dist/esm/styles/hljs");
|
|
11009
11009
|
var import_bi25 = require("react-icons/bi");
|
|
11010
11010
|
var import_jsx_runtime121 = require("react/jsx-runtime");
|
|
11011
11011
|
var CodeContainer = (_a) => {
|