@scalar/themes
Advanced tools
Comparing version 0.7.11 to 0.8.0
# @scalar/themes | ||
## 0.8.0 | ||
### Minor Changes | ||
- 7d3bc16: feat: css files must be explicitly imported, check the docs | ||
- 7d3bc16: BREAKING CHANGE: css must now be explicitly imported, see docs for more details | ||
### Patch Changes | ||
- a839889: fix: also use cascade layers for CSS reset to avoid overriding tailwind | ||
## 0.7.11 | ||
@@ -4,0 +15,0 @@ |
@@ -1,2 +0,1 @@ | ||
import './index.css'; | ||
import { defineComponent as l, openBlock as o, createBlock as d, resolveDynamicComponent as b, unref as e, createElementBlock as h, Fragment as v, createCommentVNode as t, withCtx as x, createTextVNode as _, toDisplayString as w, onMounted as y, useCssModule as i, renderSlot as g } from "vue"; | ||
@@ -342,4 +341,3 @@ const S = `/* basic theme */ | ||
.light-mode .t-doc__sidebar { | ||
--scalar-sidebar-item-active-background: #09090b; | ||
--scalar-sidebar-color-active: var(--scalar-sidebar-background-1); | ||
--scalar-sidebar-item-active-background: var(--scalar-background-2); | ||
} | ||
@@ -1220,3 +1218,3 @@ /* advanced */ | ||
} | ||
}), E = "_reset_1t7cn_3", L = { | ||
}), E = "_reset_1w0av_3", L = { | ||
reset: E | ||
@@ -1236,7 +1234,7 @@ }, m = (c, a) => { | ||
} | ||
}), N = "_scrollbars_1mr8w_3", O = { | ||
}), N = "_scrollbars_3tunk_3", O = { | ||
scrollbars: N, | ||
"cm-scroller": "_cm-scroller_1mr8w_4", | ||
"custom-scroll": "_custom-scroll_1mr8w_5", | ||
"custom-scroll-self-contain-overflow": "_custom-scroll-self-contain-overflow_1mr8w_11" | ||
"cm-scroller": "_cm-scroller_3tunk_4", | ||
"custom-scroll": "_custom-scroll_3tunk_5", | ||
"custom-scroll-self-contain-overflow": "_custom-scroll-self-contain-overflow_3tunk_11" | ||
}, G = { | ||
@@ -1243,0 +1241,0 @@ $style: O |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.7.11", | ||
"version": "0.8.0", | ||
"engines": { | ||
@@ -29,2 +29,3 @@ "node": ">=18" | ||
"./fonts.css": "./dist/fonts.css", | ||
"./style.css": "./dist/style.css", | ||
"./presets/alternate.css": "./dist/presets/alternate.css", | ||
@@ -46,3 +47,2 @@ "./presets/default.css": "./dist/presets/default.css", | ||
"vite": "^5.2.10", | ||
"vite-plugin-lib-inject-css": "^2.0.1", | ||
"vite-plugin-static-copy": "^1.0.2", | ||
@@ -49,0 +49,0 @@ "vitest": "^1.5.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
141755
7
3735