@csstools/css-syntax-patches-for-csstree 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # Changes to CSS Syntax Patches For CSSTree
2
2
 
3
- ### 1.0.12
3
+ ### 1.0.13
4
4
 
5
- _May 27, 2025_
5
+ _June 2, 2025_
6
+
7
+ - Update `@webref/css` to [`v6.21.2`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.21.2)
6
8
 
7
- - Update `@webref/css` to [`v6.21.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.21.1)
8
9
 
9
10
  [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree/CHANGELOG.md)
package/dist/index.json CHANGED
@@ -74,6 +74,7 @@
74
74
  "alignment-baseline": "| text-bottom | text-top",
75
75
  "animation-duration": "[ auto | <time [0s,∞]> ]#",
76
76
  "animation-trigger": "<single-animation-trigger>#",
77
+ "animation-trigger-behavior": "<single-animation-trigger-behavior>#",
77
78
  "animation-trigger-exit-range": "[ <'animation-trigger-exit-range-start'> <'animation-trigger-exit-range-end'>? ]#",
78
79
  "animation-trigger-exit-range-end": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
79
80
  "animation-trigger-exit-range-start": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
@@ -81,7 +82,6 @@
81
82
  "animation-trigger-range-end": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
82
83
  "animation-trigger-range-start": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
83
84
  "animation-trigger-timeline": "<single-animation-timeline>#",
84
- "animation-trigger-type": "<single-animation-trigger-type>#",
85
85
  "appearance": "none | auto | base | <compat-auto> | <compat-special> | base",
86
86
  "backdrop-filter": "none | <filter-value-list>",
87
87
  "background": "<bg-layer>#? , <final-bg-layer>",
@@ -387,6 +387,7 @@
387
387
  "scroll-padding-left": "auto | <length-percentage [0,∞]>",
388
388
  "scroll-padding-right": "auto | <length-percentage [0,∞]>",
389
389
  "scroll-padding-top": "auto | <length-percentage [0,∞]>",
390
+ "scroll-target-group": "none | auto",
390
391
  "scroll-timeline": "[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#",
391
392
  "shape-image-threshold": "<opacity-value>",
392
393
  "shape-inside": "auto | outside-shape | [ <basic-shape> || shape-box ] | <image> | display",
@@ -713,8 +714,8 @@
713
714
  "shape-command": "<move-command> | <line-command> | close | <horizontal-line-command> | <vertical-line-command> | <curve-command> | <smooth-command> | <arc-command>",
714
715
  "shape()": "shape( <'fill-rule'>? from <position> , <shape-command># )",
715
716
  "single-animation-iteration-count": "infinite | <number [0,∞]>",
716
- "single-animation-trigger": "<single-animation-trigger-type> || [ none | auto | [ [ <dashed-ident> | <scroll()> | <view()> ] [ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]{0,4} ] ]",
717
- "single-animation-trigger-type": "once | repeat | alternate | state",
717
+ "single-animation-trigger": "<single-animation-trigger-behavior> || [ none | auto | [ [ <dashed-ident> | <scroll()> | <view()> ] [ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]{0,4} ] ]",
718
+ "single-animation-trigger-behavior": "once | repeat | alternate | state",
718
719
  "size-keyword": "auto | max-content | min-content | stretch",
719
720
  "smooth-command": "smooth [ [ to <position> [ with <control-point> ]? ] | [ by <coordinate-pair> [ with <relative-control-point> ]? ] ]",
720
721
  "source-size": "<media-condition> <source-size-value> | auto",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@csstools/css-syntax-patches-for-csstree",
3
3
  "description": "CSS syntax patches for CSS tree",
4
- "version": "1.0.12",
4
+ "version": "1.0.13",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",