chore(deps): update dependency daisyui to v4 #168
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.9.4
->^4.0.0
Release Notes
saadeghi/daisyui (daisyui)
v4.0.3
Compare Source
v4.0.2
Compare Source
Bug Fixes
v4.0.1
Compare Source
v4.0.0
Compare Source
Breaking changes
--p
,--s
, etc) now contain OKLCH values instead of HSL.hsl(var(--p))
you have to change it tooklch(var(--p))
*-focus
color names. They where being used only for buttons.primary-focus
secondary-focus
accent-focus
neutral-focus
color-mix()
. For example to make primary (--p
) color darker, you can use this class name:bg-[color-mix(in_oklab,oklch(var(--p)),black)]
mr-*
,pl-*
, etc)rtl
daisyUI configtailwindcss-flip
plugin anymore.rtl: true
intailwind.config.js
dir=rtl
to<html>
tag and everything will be RTL on runtime.tab
item.tab
are removed:tab-lifted
tab-bordered
tab-lg
tab-md
tab-sm
tab-xs
tabs
class instead:tabs-lifted
tabs-bordered
tabs-lg
tabs-md
tabs-sm
tabs-xs
tabs
class is now using grid, instead of flex.:before
) instead of two (:before
andafter
)--btn-text-case
CSS variable from themesrtl
config because RTL is now automaticcolord
,rtlcss
,postcss
,tailwindcss
culori
,picocolors
Features
timeline
skeleton
diff
theme-controller
divider-primary
divider-secondary
divider-accent
divider-neutral
divider-success
divider-warning
divider-info
divider-error
divider-start
divider-end
btn-info
btn-success
btn-warning
btn-error
tab
tag now grows and fills the empty spacetab
class can now be a radio input.aria-label
value will be shown as the tab title so it's accessible for screen readers and keyboard navigation.tab-content
class allows you to switch tab content@tailwindcss/forms
@tailwindcss/forms
plugin (even though you don't need it alongside daisyUI)themeRoot
config:root
to receive the color CSS variables.Bug Fixes
Docs
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.