@csstools/css-syntax-patches-for-csstree 1.0.5 → 1.0.6

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.5
3
+ ### 1.0.6
4
4
 
5
- _November 30, 2024_
5
+ _December 9, 2024_
6
6
 
7
- - Update `@webref/css` to [`v6.17.4`](https://github.com/w3c/webref/releases/tag/%40webref%2Fraw-css%406.17.4)
7
+ - Update `csstree` to [`v3.1.0`](https://github.com/csstree/csstree/releases/tag/v3.1.0)
8
+ - Update `@webref/css` to [`v6.17.05`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.17.5)
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
@@ -211,7 +211,6 @@
211
211
  "font-width": "normal | <percentage [0,∞]> | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded",
212
212
  "footnote-display": "block | inline | compact",
213
213
  "footnote-policy": "auto | line | block",
214
- "forced-color-adjust": "| preserve-parent-color",
215
214
  "glyph-orientation-vertical": "auto | 0deg | 90deg | 0 | 90",
216
215
  "grid-auto-flow": "[ row | column | row-reverse | column-reverse ] || dense || wrap-reverse",
217
216
  "grid-template-columns": "| masonry",
@@ -327,7 +326,6 @@
327
326
  "ruby-overhang": "auto | none",
328
327
  "rx": "<length-percentage> | auto",
329
328
  "ry": "<length-percentage> | auto",
330
- "scale": "none | [ <number> | <percentage> ]{1,3}",
331
329
  "scroll-marker-group": "none | before | after",
332
330
  "scroll-padding": "[ auto | <length-percentage [0,∞]> ]{1,4}",
333
331
  "scroll-padding-block": "[ auto | <length-percentage [0,∞]> ]{1,2}",
@@ -443,7 +441,6 @@
443
441
  "attr-unit": "'%' | em | ex | cap | ch | ic | rem | lh | rlh | vw | vh | vi | vb | vmin | vmax | cm | mm | q | in | pc | pt | px | deg | grad | rad | turn | s | ms | hz | khz | fr",
444
442
  "attr()": "attr( <attr-name> <attr-type>? , <declaration-value>? )",
445
443
  "autospace": "no-autospace | [ ideograph-alpha || ideograph-numeric || punctuation ] || [ insert | replace ]",
446
- "axis": "block | inline | x | y",
447
444
  "baseline-position": "[ first | last ]? && baseline",
448
445
  "basic-shape": "inset( <length-percentage>{1,4} [ round <'border-radius'> ]? ) | xywh( <length-percentage>{2} <length-percentage [0,∞]>{2} [ round <'border-radius'> ]? ) | rect( [ <length-percentage> | auto ]{4} [ round <'border-radius'> ]? ) | circle( <radial-size>? [ at <position> ]? ) | ellipse( [ <radial-size>{2} ]? [ at <position> ]? ) | polygon( <'fill-rule'>? [ round <length> ]? , [ <length-percentage> <length-percentage> ]# ) | path( <'fill-rule'>? , <string> )",
449
446
  "basic-shape-rect": "<inset()> | rect( [ <length-percentage> | auto ]{4} [ round <'border-radius'> ]? ) | xywh( <length-percentage>{2} <length-percentage [0,∞]>{2} [ round <'border-radius'> ]? )",
@@ -624,7 +621,6 @@
624
621
  "scroll-state-in-parens": "( <scroll-state-query> ) | ( <scroll-state-feature> ) | <general-enclosed>",
625
622
  "scroll-state-query": "not <scroll-state-in-parens> | <scroll-state-in-parens> [ [ and <scroll-state-in-parens> ]* | [ or <scroll-state-in-parens> ]* ] | <scroll-state-feature>",
626
623
  "scroll()": "scroll( [ <scroller> || <axis> ]? )",
627
- "scroller": "root | nearest | self",
628
624
  "shadow": "<color>? && [ <length>{2} <length [0,∞]>? <length>? ] && inset?",
629
625
  "shape-box": "<visual-box> | margin-box",
630
626
  "shape-command": "<move-command> | <line-command> | <hv-line-command> | <curve-command> | <smooth-command> | <arc-command> | close",
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.5",
4
+ "version": "1.0.6",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",