@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.js
CHANGED
|
@@ -11526,7 +11526,7 @@ var CodeContainer = (_a) => {
|
|
|
11526
11526
|
"pre",
|
|
11527
11527
|
{
|
|
11528
11528
|
style,
|
|
11529
|
-
className: "relative max-w-full overflow-x-scroll",
|
|
11529
|
+
className: "relative max-w-full overflow-x-scroll hide-scrollbar",
|
|
11530
11530
|
children: tokens.map((line, i) => /* @__PURE__ */ jsxs55("div", __spreadProps(__spreadValues({}, getLineProps({ line })), { children: [
|
|
11531
11531
|
showNumbers && /* @__PURE__ */ jsx129("span", { className: "mr-6", children: i + 1 }),
|
|
11532
11532
|
line.map((token, key) => /* @__PURE__ */ jsx129(
|