@scalar/themes
Advanced tools
Comparing version 0.5.10 to 0.6.0
# @scalar/themes | ||
## 0.6.0 | ||
### Minor Changes | ||
- ad2b95a: fix: scope scrollbar styles | ||
- ad2b95a: refactor: move reset component to themes package | ||
## 0.5.10 | ||
@@ -4,0 +11,0 @@ |
import '../base.css'; | ||
import { type ThemeId } from '../index'; | ||
import '../scrollbar.css'; | ||
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ | ||
id?: ThemeId | undefined; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ | ||
id?: ThemeId | undefined; | ||
@@ -8,0 +7,0 @@ }>>>, {}, {}>; |
@@ -1,5 +0,7 @@ | ||
/** | ||
* A component to insert the theme styles. | ||
*/ | ||
/** A component to insert the theme styles */ | ||
export { default as ThemeStyles } from './components/ThemeStyles.vue'; | ||
/** A scoped style reset component. */ | ||
export { default as ResetStyles } from './components/ResetStyles.vue'; | ||
/** A scoped scrollbar style component. */ | ||
export { default as ScrollbarStyles } from './components/ScrollbarStyles.vue'; | ||
/** | ||
@@ -6,0 +8,0 @@ * Available theme IDs as a type. |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.5.10", | ||
"version": "0.6.0", | ||
"engines": { | ||
@@ -23,3 +23,2 @@ "node": ">=18" | ||
"./base.css": "./dist/base.css", | ||
"./scrollbar.css": "./dist/scrollbar.css", | ||
"./presets/alternate.css": "./dist/presets/alternate.css", | ||
@@ -26,0 +25,0 @@ "./presets/default.css": "./dist/presets/default.css", |
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 too big to display
160248
26
3529