Comparing version 0.7.1 to 0.7.2
@@ -358,3 +358,3 @@ "use strict"; | ||
}) { | ||
const lineNumbersStyle = lineNumbers ? "" : `[data-bright-theme] [data-bright-ln] { | ||
const lineNumbersStyle = `[data-bright-theme] [data-bright-ln] { | ||
color: var(--line-number-color); | ||
@@ -368,3 +368,3 @@ margin-right: 1.5ch; | ||
[data-bright-theme] ::selection { background-color: var(--selection-background) } | ||
${lineNumbersStyle} | ||
${lineNumbers ? lineNumbersStyle : ""} | ||
`; | ||
@@ -371,0 +371,0 @@ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("style", { dangerouslySetInnerHTML: { __html: css } }); |
{ | ||
"name": "bright", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.mjs", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package