@scalar/themes
Advanced tools
Comparing version 0.9.18 to 0.9.19
# @scalar/themes | ||
## 0.9.19 | ||
### Patch Changes | ||
- 3a6effa: feat(api-client): add response previews | ||
## 0.9.18 | ||
@@ -4,0 +10,0 @@ |
@@ -112,2 +112,6 @@ /** | ||
'7xl': string; | ||
full: string; | ||
'min ': string; | ||
max: string; | ||
fit: string; | ||
}; | ||
@@ -114,0 +118,0 @@ }; |
@@ -110,2 +110,6 @@ /** Scalar Tailwind Preset */ | ||
'7xl': string; | ||
full: string; | ||
'min ': string; | ||
max: string; | ||
fit: string; | ||
}; | ||
@@ -112,0 +116,0 @@ }; |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.9.18", | ||
"version": "0.9.19", | ||
"engines": { | ||
@@ -21,0 +21,0 @@ "node": ">=18" |
@@ -191,4 +191,8 @@ /** | ||
'7xl': remPx['80rem'], | ||
'full': '100%', | ||
'min ': 'min-content', | ||
'max': 'max-content', | ||
'fit': 'fit-content', | ||
}), | ||
}, | ||
} |
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
123904
3530