@scalar/themes
Advanced tools
Comparing version 0.9.15 to 0.9.16
# @scalar/themes | ||
## 0.9.16 | ||
### Patch Changes | ||
- a5f3a84: feat(components): create combo box component | ||
## 0.9.15 | ||
@@ -4,0 +10,0 @@ |
@@ -120,2 +120,3 @@ /** Scalar Tailwind Preset */ | ||
full: string; | ||
none: string; | ||
}; | ||
@@ -122,0 +123,0 @@ borderWidth: { |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.9.15", | ||
"version": "0.9.16", | ||
"engines": { | ||
@@ -45,7 +45,5 @@ "node": ">=18" | ||
"tailwindcss": "^3.4.4", | ||
"tsc-alias": "^1.8.8", | ||
"vite": "^5.2.10", | ||
"vite-plugin-static-copy": "^1.0.2", | ||
"vitest": "^1.6.0", | ||
"vue-tsc": "^2.0.13", | ||
"@scalar/build-tooling": "0.1.10" | ||
@@ -52,0 +50,0 @@ }, |
@@ -16,2 +16,3 @@ import type { Config } from 'tailwindcss' | ||
full: '9999px', | ||
none: '0px', | ||
}, | ||
@@ -18,0 +19,0 @@ borderWidth: { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
123333
7
3521
0