@julseb-lib/react 0.1.23 → 0.1.24

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.js CHANGED
@@ -10846,7 +10846,7 @@ var MarkdownContainer = (_a) => {
10846
10846
  // src/lib/components/CodeContainer/CodeContainer.tsx
10847
10847
  import { useState as useState26 } from "react";
10848
10848
  import SyntaxHighlighter from "react-syntax-highlighter";
10849
- import { atomOneDark } from "react-syntax-highlighter/dist/esm/styles/hljs";
10849
+ import { atomOneDark } from "react-syntax-highlighter/dist/esm/styles/hljs/index.js";
10850
10850
  import { BiCheck as BiCheck2, BiClipboard } from "react-icons/bi";
10851
10851
  import { jsx as jsx120, jsxs as jsxs50 } from "react/jsx-runtime";
10852
10852
  var CodeContainer = (_a) => {