@scalar/themes
Advanced tools
Comparing version 0.9.36 to 0.9.37
# @scalar/themes | ||
## 0.9.37 | ||
### Patch Changes | ||
- @scalar/types@0.0.15 | ||
## 0.9.36 | ||
@@ -4,0 +10,0 @@ |
@@ -228,2 +228,5 @@ /** Scalar Tailwind Preset */ | ||
}; | ||
ringColor: { | ||
DEFAULT: string; | ||
}; | ||
brightness: { | ||
@@ -230,0 +233,0 @@ lifted: string; |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.9.36", | ||
"version": "0.9.37", | ||
"engines": { | ||
@@ -39,3 +39,3 @@ "node": ">=18" | ||
"dependencies": { | ||
"@scalar/types": "0.0.14" | ||
"@scalar/types": "0.0.15" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
@@ -129,2 +129,3 @@ import type { Config } from 'tailwindcss' | ||
borderColor: { DEFAULT: 'var(--scalar-border-color)' }, | ||
ringColor: { DEFAULT: 'var(--scalar-color-accent)' }, | ||
brightness: { | ||
@@ -131,0 +132,0 @@ lifted: 'var(--scalar-lifted-brightness)', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
125498
3542
+ Added@scalar/openapi-types@0.1.3(transitive)
+ Added@scalar/types@0.0.15(transitive)
- Removed@scalar/openapi-types@0.1.2(transitive)
- Removed@scalar/types@0.0.14(transitive)
Updated@scalar/types@0.0.15