File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @kaizen/tailwind " : patch
3
+ ---
4
+
5
+ Bump tailwindcss to 3.4.0
Original file line number Diff line number Diff line change 137
137
"stylelint-config-standard-scss" : " ^12.0.0" ,
138
138
"svg-sprite-loader" : " ^6.0.11" ,
139
139
"svgo-loader" : " ~4.0.0" ,
140
- "tailwindcss" : " ^3.3.5 " ,
140
+ "tailwindcss" : " ^3.4.0 " ,
141
141
"ts-jest" : " ^29.1.1" ,
142
142
"turbo" : " ^1.11.2" ,
143
143
"typescript" : " ^5.3.3" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ import { ThemeConfig } from "tailwindcss/types/config"
2
2
import { defaultTheme } from "@kaizen/design-tokens/"
3
3
import { kzSpacing } from "./kz-spacing"
4
4
5
- export type KaizenTailwindTheme = Partial < ThemeConfig >
5
+ export type KaizenTailwindTheme = Partial < ThemeConfig > & {
6
+ extend : Partial < ThemeConfig >
7
+ }
6
8
export type KaizenTailwindPreset = {
7
9
theme : KaizenTailwindTheme
8
10
}
Original file line number Diff line number Diff line change @@ -17757,10 +17757,10 @@ table@^6.8.1:
17757
17757
string-width "^4.2.3"
17758
17758
strip-ansi "^6.0.1"
17759
17759
17760
- tailwindcss@^3.3.5 :
17761
- version "3.3.5 "
17762
- resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.5 .tgz#22a59e2fbe0ecb6660809d9cc5f3976b077be3b8 "
17763
- integrity sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA ==
17760
+ tailwindcss@^3.4.0 :
17761
+ version "3.4.0 "
17762
+ resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.0 .tgz#045a9c474e6885ebd0436354e611a76af1c76839 "
17763
+ integrity sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA ==
17764
17764
dependencies:
17765
17765
"@alloc/quick-lru" "^5.2.0"
17766
17766
arg "^5.0.2"
You can’t perform that action at this time.
0 commit comments