fix(deps): update dependency @vanilla-extract/css to v1.17.0 #132
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:
1.14.2
->1.17.0
Release Notes
vanilla-extract-css/vanilla-extract (@vanilla-extract/css)
v1.17.0
Compare Source
Minor Changes
#1092
fd673f6
Thanks @z4o4z! -keyframes
: Add support for avars
property to steps withinkeyframes
declarationsExample usage:
#1512
4abfc0b
Thanks @askoufis! -createTheme
,createGlobalTheme
: Add support for assigning themes to a layerThemes can now be assigned to a layer by name using the
@layer
key at the top-level of the theme definition.EXAMPLE USAGE:
This will generate the following CSS:
#1092
fd673f6
Thanks @z4o4z! -createVar
: Add support for defining [@property
][@property] rulesExample usage:
This will generate the following CSS:
v1.16.1
Compare Source
Patch Changes
103ce57
Thanks @askoufis! - Fixes a bug that caused invalid selectors to be generated when adjacent classnames contained a substring equal to another local classnamev1.16.0
Compare Source
Minor Changes
#1475
cd9d8b2
Thanks @corradopetrelli! - Add::-webkit-calendar-picker-indicator
as a valid pseudo-element#1450
7b256d2
Thanks @wuz! - AddcreateViewTransition
APIcreateViewTransition
creates a single scoped view transition name for use with CSS View Transitions. This avoids potential naming collisions with other view transitions.v1.15.5
Compare Source
Patch Changes
6432199fa0717f424fb3f45fbe36410b03b01c1c
Thanks @askoufis! - Speed up dev prefix generation for long file pathsv1.15.4
Compare Source
Patch Changes
#1463
61878f5fb21a33190ef242551c639e216ba4748a
Thanks @askoufis! - Export types withexport { type T }
syntaxUpdated dependencies [
61878f5fb21a33190ef242551c639e216ba4748a
]:v1.15.3
Compare Source
Patch Changes
#1425
b86f3f59c86420e12593996a14f8cdb5db2f7c25
Thanks @askoufis! - Fixes a bug where declarations with identical selectors would not be merged correctly inside conditional rules#1410
99e974b2ae56e1e851b376988216b7bd30813813
Thanks @pengooseDev! - Fixes a bug causing incorrect type inference when callingcreateTheme
with a theme contractv1.15.2
Compare Source
Patch Changes
#1335
b8a99e4980710a34692034d5da43e584edbc3d17
Thanks @askoufis! - Addtypes
field topackage.json
Updated dependencies [
b8a99e4980710a34692034d5da43e584edbc3d17
]:v1.15.1
Compare Source
Patch Changes
#1386
e58cf9013c6f6cdfacb2a7936b3354e71138e9fb
Thanks @askoufis! - Replaceoutdent
dependency withdedent
#1385
3df9b4ebc5ad7e03e5c908c10216447b7089132a
Thanks @askoufis! - Replacechalk
dependency withpicocolors
v1.15.0
Compare Source
Minor Changes
#1379
df9fe3ee3fc0057bc14a2333a405f8229f80c214
Thanks @ronci! - Add support for passing multiple font face rules toglobalFontFace
EXAMPLE USAGE:
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 was generated by Mend Renovate. View the repository job log.