@scalar/themes
Advanced tools
Comparing version 0.9.31 to 0.9.32
# @scalar/themes | ||
## 0.9.32 | ||
### Patch Changes | ||
- f961940: chore: add @scalar/types to dependency for ThemeId type | ||
- Updated dependencies [f961940] | ||
- @scalar/types@0.0.11 | ||
## 0.9.31 | ||
@@ -4,0 +12,0 @@ |
@@ -1,3 +0,4 @@ | ||
export { migrateThemeVariables } from './utilities/legacy'; | ||
export { hasObtrusiveScrollbars } from './utilities/hasObtrusiveScrollbars'; | ||
import type { ThemeId } from '@scalar/types/legacy'; | ||
export { migrateThemeVariables } from './utilities/legacy.js'; | ||
export { hasObtrusiveScrollbars } from './utilities/hasObtrusiveScrollbars.js'; | ||
export declare const themeIds: readonly ["alternate", "default", "moon", "purple", "solarized", "bluePlanet", "deepSpace", "saturn", "kepler", "mars", "none"]; | ||
@@ -7,3 +8,3 @@ /** | ||
*/ | ||
export type ThemeId = (typeof themeIds)[number]; | ||
export type { ThemeId }; | ||
/** | ||
@@ -10,0 +11,0 @@ * User readable theme names / labels |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.9.31", | ||
"version": "0.9.32", | ||
"engines": { | ||
@@ -38,2 +38,5 @@ "node": ">=18" | ||
"module": "./dist/index.js", | ||
"dependencies": { | ||
"@scalar/types": "0.0.11" | ||
}, | ||
"devDependencies": { | ||
@@ -40,0 +43,0 @@ "@vitejs/plugin-vue": "^5.0.4", |
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
126725
3577
1
+ Added@scalar/types@0.0.11
+ Added@scalar/openapi-types@0.1.1(transitive)
+ Added@scalar/types@0.0.11(transitive)
+ Added@unhead/schema@1.11.13(transitive)
+ Addedhookable@5.5.3(transitive)
+ Addedzhead@2.2.4(transitive)