@scalar/themes
Advanced tools
Comparing version 0.9.55 to 0.9.57
# @scalar/themes | ||
## 0.9.57 | ||
### Patch Changes | ||
- Updated dependencies [c263aaf] | ||
- @scalar/types@0.0.25 | ||
## 0.9.56 | ||
### Patch Changes | ||
- 23daedd: feat(components): create ScalarHeader component | ||
## 0.9.55 | ||
@@ -4,0 +17,0 @@ |
@@ -234,2 +234,3 @@ /** Scalar Tailwind Preset */ | ||
px: string; | ||
header: string; | ||
}; | ||
@@ -236,0 +237,0 @@ }; |
@@ -127,3 +127,4 @@ import a from "./pixelPreset.js"; | ||
spacing: { | ||
px: "1px" | ||
px: "1px", | ||
header: "48px" | ||
} | ||
@@ -130,0 +131,0 @@ } |
@@ -10,3 +10,3 @@ { | ||
"type": "git", | ||
"url": "https://github.com/scalar/scalar.git", | ||
"url": "git+https://github.com/scalar/scalar.git", | ||
"directory": "packages/themes" | ||
@@ -19,3 +19,3 @@ }, | ||
], | ||
"version": "0.9.55", | ||
"version": "0.9.57", | ||
"engines": { | ||
@@ -50,3 +50,3 @@ "node": ">=18" | ||
"dependencies": { | ||
"@scalar/types": "0.0.24" | ||
"@scalar/types": "0.0.25" | ||
}, | ||
@@ -53,0 +53,0 @@ "devDependencies": { |
@@ -135,2 +135,3 @@ import type { Config } from 'tailwindcss' | ||
px: '1px', | ||
header: '48px', | ||
}, | ||
@@ -137,0 +138,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
203158
5752
+ Added@scalar/types@0.0.25(transitive)
- Removed@scalar/types@0.0.24(transitive)
Updated@scalar/types@0.0.25