Commit 6351584
authored
feat(styled kit): tailwind v4 update (#1122)
* chore: migration script
* fix: tailwind 4 @source
* fix: global css using @source
* chore: transition theme
* chore: transform hsl() to oklch(from var(...) l c h)
* fix: collapsible and accordion animations
* fix: modal is no longer centered by default
* docs: headless modal margins
* fix: border-width and stroke-width theme css variables
* fix: shadows and press animations
* docs: update modal code
* chore: copy global.css for cli
* refactor: cli install tailwind 4
* chore: copy-css-config base global.css config appended
* fix: qwik-ui, popover-polyfill layers order
* refactor: add base @layer and @import to extract-theme
* chore: remove tailwind.config.cjs cli handling
* fix: cli tests config
* fix: component-tests
* test: extract-theme-css
* fix: CI cli-e2e
* fix: shadows
* chore: format all
* chore: update components mdx
* chore: reset action.yml
* chore: remove tailwind.extend_template
* test: update setup-tailwind-generator.spec
* chore: fix extract-theme-css shadows extraction
* chore: fix simple and brutalist shadows
* fix: extract-theme storke width
* update: styled install docs
* chore: update extract-theme.css base theme
* chore: update styled install
* fix: CI utils snapshots
* chore: prettierrc tailwindStylesheet
* fix: extract-theme-css extra curly brace
* fix: let the cli install tw-animate-css instead of tailwindcss-animate
* docs: update install deps
* test: cli update snapshots
* test: utils:test update snapshots
* chore: changesets
* fix: cli package.json utils version
* docs: add migration guide
* docs: add legacy page
* docs: non breaking note
* fix: carousel start slide width1 parent 4338aca commit 6351584
File tree
151 files changed
+7595
-8061
lines changed- .changeset
- .vscode
- apps
- component-tests
- src
- website
- src
- _state
- components
- anatomy-table
- animations
- api-table
- code-copy
- copy-css-config
- feature-list
- header
- highlight
- info-popup
- install-snippet
- keyboard-interaction-table
- make-it-yours
- mdx-components
- note
- search
- showcase
- status-banner
- routes
- docs
- headless
- accordion/snippets
- carousel/examples
- checkbox
- examples
- snippets
- collapsible
- auto-api
- examples
- snippets
- combobox/snippets
- dropdown/snippets
- install
- examples
- label/snippets
- modal
- examples
- snippets
- pagination
- popover
- examples
- snippets
- progress/snippets
- select/snippets
- separator/snippets
- tabs
- toggle-group/snippets
- toggle/snippets
- tooltip
- auto-api
- snippets
- styled
- (getting-started)
- install
- legacy
- usage
- (guides)/tailwind-3-migration
- accordion
- alert
- badge
- breadcrumb
- button
- card
- examples
- carousel
- examples
- checkbox/examples
- combobox
- dropdown
- input
- modal
- examples
- popover
- examples
- progress
- select
- separator/examples
- skeleton
- tabs
- textarea
- toggle
- tooltip
- cla-signs/v1
- packages
- cli-e2e/src
- cli
- bin
- src
- generators
- init
- setup-tailwind
- kit-headless/src
- components
- carousel
- collapsible
- select
- utils
- kit-styled/src
- components
- accordion
- alert
- badge
- breadcrumb
- button
- card
- carousel
- combobox
- dropdown
- input
- modal
- popover
- progress
- select
- skeleton
- tabs
- textarea
- toggle
- tooltip
- templates
- utils/src/theme
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
151 files changed
+7595
-8061
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
This file was deleted.
0 commit comments