@julseb-lib/react 0.1.26 → 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 +2 -2
- 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.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
|
|
10849
|
+
import atomOneDark from "react-syntax-highlighter/dist/esm/styles/hljs/atom-one-dark.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) => {
|