@julseb-lib/react 0.1.27 → 0.1.28

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 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_atom_one_dark = __toESM(require("react-syntax-highlighter/dist/esm/styles/hljs/atom-one-dark"), 1);
11008
+ var import_atom_one_dark = __toESM(require("react-syntax-highlighter/dist/esm/styles/hljs/atom-one-dark.js"), 1);
11009
11009
  var import_bi25 = require("react-icons/bi");
11010
11010
  var import_jsx_runtime121 = require("react/jsx-runtime");
11011
11011
  var CodeContainer = (_a) => {