-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update panda-css monorepo to ^0.29.0 #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
|
Deploy preview for ui-storybook ready! ✅ Preview Built with commit 1fc54eb. |
70a143f to
e549550
Compare
385ca3e to
965ee18
Compare
965ee18 to
e5de679
Compare
8121a51 to
1fc54eb
Compare
1fc54eb to
1e23897
Compare
1e23897 to
9f103f2
Compare
This PR contains the following updates:
^0.28.0->^0.29.0^0.28.0->^0.29.0Release Notes
chakra-ui/panda (@pandacss/dev)
v0.29.0Compare Source
Minor Changes
a2fb5cc: - Add support for explicitly specifying config related files that should trigger a context reload on change.Set the
dependenciesoption inpanda.config.tsto a glob or list of files.Invoke
config:changehook in more situations (when the--watchflag is passed topanda codegen,panda cssgen,panda ship)Watch for more config options paths changes, so that the related artifacts will be regenerated a bit more reliably
(ex: updating the
config.hookswill now trigger a full regeneration ofstyled-system)Patch Changes
5fcdeb7]7c7340e]ea3f554]250b4d1]a2fb5cc]chakra-ui/panda (@pandacss/types)
v0.29.0Compare Source
Minor Changes
5fcdeb7: Update every utilities connected to thecolorstokens in the@pandacss/preset-base(included by default)to use the
color-mixCSS function.This function allows you to mix two colors together, and we use it to change the opacity of a color using the
{color}/{opacity}syntax.You can use it like this:
This will generate:
color-mixcolor-mixfunction is not supported by thebrowser.
The
utilitiestransform function also receives a newutilsobject that contains thecolorMixfunction, so youcan also use it on your own utilities:
Here's a cool snippet (that we use internally !) that makes it easier to create a utility transform for a given
property:
then the same utility transform as above can be written like this:
250b4d1: ### Container Query ThemeImprove support for CSS container queries by adding a new
containerNamesandcontainerSizestheme options.You can new define container names and sizes in your theme configuration and use them in your styles.
The default container sizes in the
@pandacss/preset-pandapreset are shown below:Then use them in your styles by referencing using
@<container-name>/<container-size>syntax:This will generate the following CSS:
Container Query Pattern
To make it easier to use container queries, we've added a new
cqpattern to@pandacss/preset-base.You can also named container queries:
a2fb5cc: - Add support for explicitly specifying config related files that should trigger a context reload on change.Set the
dependenciesoption inpanda.config.tsto a glob or list of files.Invoke
config:changehook in more situations (when the--watchflag is passed topanda codegen,panda cssgen,panda ship)Watch for more config options paths changes, so that the related artifacts will be regenerated a bit more reliably
(ex: updating the
config.hookswill now trigger a full regeneration ofstyled-system)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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.