@csstools/css-syntax-patches-for-csstree 1.0.4 → 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.4
3
+ ### 1.0.6
4
4
 
5
- _November 17, 2024_
5
+ _December 9, 2024_
6
6
 
7
- - Update `@webref/css` to [`v6.17.2`](https://github.com/w3c/webref/releases/tag/%40webref%2Fraw-css%406.17.2)
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
@@ -30,7 +30,8 @@
30
30
  "subscript-position-override": "[ normal | from-font | <percentage> ]{1,2}",
31
31
  "subscript-size-override": "[ normal | from-font | <percentage [0,∞]> ]{1,2}",
32
32
  "superscript-position-override": "[ normal | from-font | <percentage> ]{1,2}",
33
- "superscript-size-override": "[ normal | from-font | <percentage [0,∞]> ]{1,2}"
33
+ "superscript-size-override": "[ normal | from-font | <percentage [0,∞]> ]{1,2}",
34
+ "unicode-range": "<unicode-range-token>#"
34
35
  }
35
36
  },
36
37
  "font-feature-values": {
@@ -210,7 +211,6 @@
210
211
  "font-width": "normal | <percentage [0,∞]> | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded",
211
212
  "footnote-display": "block | inline | compact",
212
213
  "footnote-policy": "auto | line | block",
213
- "forced-color-adjust": "| preserve-parent-color",
214
214
  "glyph-orientation-vertical": "auto | 0deg | 90deg | 0 | 90",
215
215
  "grid-auto-flow": "[ row | column | row-reverse | column-reverse ] || dense || wrap-reverse",
216
216
  "grid-template-columns": "| masonry",
@@ -326,7 +326,6 @@
326
326
  "ruby-overhang": "auto | none",
327
327
  "rx": "<length-percentage> | auto",
328
328
  "ry": "<length-percentage> | auto",
329
- "scale": "none | [ <number> | <percentage> ]{1,3}",
330
329
  "scroll-marker-group": "none | before | after",
331
330
  "scroll-padding": "[ auto | <length-percentage [0,∞]> ]{1,4}",
332
331
  "scroll-padding-block": "[ auto | <length-percentage [0,∞]> ]{1,2}",
@@ -428,6 +427,7 @@
428
427
  },
429
428
  "types": {
430
429
  "dashed-ident": "<custom-property-name>",
430
+ "unicode-range-token": "<urange>",
431
431
  "anchor-size()": "anchor-size( [ <anchor-name> || <anchor-size> ]? , <length-percentage>? )",
432
432
  "anchor()": "anchor( <anchor-name>? && <anchor-side> , <length-percentage>? )",
433
433
  "angle-percentage": "[ <angle> | <percentage> ]",
@@ -441,7 +441,6 @@
441
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",
442
442
  "attr()": "attr( <attr-name> <attr-type>? , <declaration-value>? )",
443
443
  "autospace": "no-autospace | [ ideograph-alpha || ideograph-numeric || punctuation ] || [ insert | replace ]",
444
- "axis": "block | inline | x | y",
445
444
  "baseline-position": "[ first | last ]? && baseline",
446
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> )",
447
446
  "basic-shape-rect": "<inset()> | rect( [ <length-percentage> | auto ]{4} [ round <'border-radius'> ]? ) | xywh( <length-percentage>{2} <length-percentage [0,∞]>{2} [ round <'border-radius'> ]? )",
@@ -622,7 +621,6 @@
622
621
  "scroll-state-in-parens": "( <scroll-state-query> ) | ( <scroll-state-feature> ) | <general-enclosed>",
623
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>",
624
623
  "scroll()": "scroll( [ <scroller> || <axis> ]? )",
625
- "scroller": "root | nearest | self",
626
624
  "shadow": "<color>? && [ <length>{2} <length [0,∞]>? <length>? ] && inset?",
627
625
  "shape-box": "<visual-box> | margin-box",
628
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.4",
4
+ "version": "1.0.6",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",