@shuriken-ui/tailwind
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -0,3 +1,3 @@ | ||
import * as typography from '@tailwindcss/typography'; | ||
import * as tailwindcss_types_config from 'tailwindcss/types/config'; | ||
import * as typography from '@tailwindcss/typography'; | ||
import { Config } from 'tailwindcss'; | ||
@@ -10,8 +10,6 @@ | ||
content: never[]; | ||
plugins: (typeof typography | { | ||
handler: () => void; | ||
} | { | ||
plugins: ({ | ||
handler: tailwindcss_types_config.PluginCreator; | ||
config?: Partial<Config> | undefined; | ||
})[]; | ||
} | typeof typography)[]; | ||
theme: { | ||
@@ -18,0 +16,0 @@ fontFamily: { |
@@ -14,4 +14,2 @@ import * as tailwindcss_types_config from 'tailwindcss/types/config'; | ||
plugins: (typeof typography__default | { | ||
handler: () => void; | ||
} | { | ||
handler: tailwindcss_types_config.PluginCreator; | ||
@@ -206,4 +204,2 @@ config?: Partial<Config> | undefined; | ||
plugins: (typeof typography__default | { | ||
handler: () => void; | ||
} | { | ||
handler: tailwindcss_types_config.PluginCreator; | ||
@@ -210,0 +206,0 @@ config?: Partial<Config> | undefined; |
{ | ||
"name": "@shuriken-ui/tailwind", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"license": "MIT", | ||
@@ -68,5 +68,4 @@ "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)", | ||
"dependencies": { | ||
"@tailwindcss/aspect-ratio": "^0.4.2", | ||
"@tailwindcss/container-queries": "^0.1.1", | ||
"@tailwindcss/typography": "^0.5.9", | ||
"@tailwindcss/typography": "^0.5.10", | ||
"defu": "^6.1.2", | ||
@@ -100,3 +99,3 @@ "tailwindcss": "^3.3.3" | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.28", | ||
"postcss": "^8.4.31", | ||
"prettier": "^3.0.2", | ||
@@ -103,0 +102,0 @@ "react": "^18.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
4
836783
21317
- Removed@tailwindcss/aspect-ratio@^0.4.2
- Removed@tailwindcss/aspect-ratio@0.4.2(transitive)