@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 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_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) => {
@@ -11017,7 +11017,7 @@ var CodeContainer = (_a) => {
11017
11017
  highlighterProps,
11018
11018
  textColor,
11019
11019
  backgroundColor,
11020
- style = import_hljs.atomOneDark,
11020
+ style = import_atom_one_dark.default,
11021
11021
  hideCopyButton,
11022
11022
  tooltipTexts,
11023
11023
  icons