@julseb-lib/react 0.1.46 → 0.1.47
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
|
@@ -11685,7 +11685,7 @@ var CodeContainer = (_a) => {
|
|
|
11685
11685
|
"pre",
|
|
11686
11686
|
{
|
|
11687
11687
|
style,
|
|
11688
|
-
className: "relative max-w-full overflow-x-scroll",
|
|
11688
|
+
className: "relative max-w-full overflow-x-scroll hide-scrollbar",
|
|
11689
11689
|
children: tokens.map((line, i) => /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", __spreadProps(__spreadValues({}, getLineProps({ line })), { children: [
|
|
11690
11690
|
showNumbers && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "mr-6", children: i + 1 }),
|
|
11691
11691
|
line.map((token, key) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|