@csstools/css-syntax-patches-for-csstree 1.1.0 → 1.1.1
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 +4 -3
- package/dist/index.json +8 -5
- package/package.json +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# Changes to CSS Syntax Patches For CSSTree
|
|
2
2
|
|
|
3
|
-
### 1.1.
|
|
3
|
+
### 1.1.1
|
|
4
4
|
|
|
5
|
-
_March
|
|
5
|
+
_March 14, 2026_
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Remove patch for `<'filter'>`
|
|
8
|
+
- Add `css-tree` as an optional peer dependency to set version constraints
|
|
8
9
|
- Update `@webref/css` to [`v8.4.0`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.4.0)
|
|
9
10
|
|
|
10
11
|
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree/CHANGELOG.md)
|
package/dist/index.json
CHANGED
|
@@ -206,6 +206,7 @@
|
|
|
206
206
|
"fill-position": "<position>#",
|
|
207
207
|
"fill-repeat": "<repeat-style>#",
|
|
208
208
|
"fill-size": "<bg-size>#",
|
|
209
|
+
"filter": "none | <filter-value-list>",
|
|
209
210
|
"flex-grow": "<number [0,∞]>",
|
|
210
211
|
"flex-shrink": "<number [0,∞]>",
|
|
211
212
|
"float": "| block-start | block-end | snap-block | snap-block( <length> , [ start | end | near ]? ) | snap-inline | snap-inline( <length> , [ left | right | near ]? ) | top | bottom | footnote",
|
|
@@ -402,7 +403,7 @@
|
|
|
402
403
|
"user-select": "auto | text | none | contain | all",
|
|
403
404
|
"vertical-align": "[ first | last ] || <'alignment-baseline'> || <'baseline-shift'>",
|
|
404
405
|
"view-transition-group": "normal | contain | nearest | <custom-ident>",
|
|
405
|
-
"view-transition-scope": "none |
|
|
406
|
+
"view-transition-scope": "none | all",
|
|
406
407
|
"visibility": "visible | hidden | force-hidden | collapse",
|
|
407
408
|
"voice-duration": "auto | <time [0s,∞]>",
|
|
408
409
|
"voice-family": "[ <voice-family-name> | <generic-voice> ]# | preserve",
|
|
@@ -490,7 +491,7 @@
|
|
|
490
491
|
"cross-origin-modifier": "cross-origin( anonymous | use-credentials )",
|
|
491
492
|
"css-type": "<syntax-component> | <type()>",
|
|
492
493
|
"cubic-bezier-easing-function": "ease | ease-in | ease-out | ease-in-out | <cubic-bezier()>",
|
|
493
|
-
"cursor-image": "[ <url> | <url-set> ]
|
|
494
|
+
"cursor-image": "[ <url> | <url-set> ] <number>{2}?",
|
|
494
495
|
"curve-command": "curve [ [ to <position> with <control-point> [ / <control-point> ]? ] | [ by <coordinate-pair> with <relative-control-point> [ / <relative-control-point> ]? ] ]",
|
|
495
496
|
"custom-arg": "'$' <ident-token>",
|
|
496
497
|
"default-value": "<declaration-value>",
|
|
@@ -640,10 +641,11 @@
|
|
|
640
641
|
"pt-name-and-class-selector": "<pt-name-selector> <pt-class-selector>? | <pt-class-selector>",
|
|
641
642
|
"pt-name-selector": "'*' | <custom-ident>",
|
|
642
643
|
"query-in-parens": "( <container-query> ) | ( <size-feature> ) | style( <style-query> ) | scroll-state( <scroll-state-query> ) | <general-enclosed>",
|
|
644
|
+
"random-cache-key": "auto | <random-name> | fixed <number [0,1]>",
|
|
643
645
|
"random-item-args": "random-item( <declaration-value> , [ <declaration-value>? ]# )",
|
|
644
|
-
"random-item()": "random-item( <random-
|
|
645
|
-
"random-
|
|
646
|
-
"random()": "random( <random-
|
|
646
|
+
"random-item()": "random-item( <random-cache-key> , [ <declaration-value>? ]# )",
|
|
647
|
+
"random-name": "<dashed-ident> [ element | property index? ]?",
|
|
648
|
+
"random()": "random( <random-cache-key>? , <calc-sum> , <calc-sum> , <calc-sum>? )",
|
|
647
649
|
"rectangular-color-space": "srgb | srgb-linear | display-p3 | display-p3-linear | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | <xyz-space>",
|
|
648
650
|
"referrer-policy-modifier": "referrer-policy( no-referrer | no-referrer-when-downgrade | same-origin | origin | strict-origin | origin-when-cross-origin | strict-origin-when-cross-origin | unsafe-url )",
|
|
649
651
|
"relative-control-point": "<coordinate-pair> [ from [ start | end | origin ] ]?",
|
|
@@ -656,6 +658,7 @@
|
|
|
656
658
|
"rgb()": "[ <legacy-rgb-syntax> | <modern-rgb-syntax> ]",
|
|
657
659
|
"rgba()": "[ <legacy-rgba-syntax> | <modern-rgba-syntax> ]",
|
|
658
660
|
"round()": "round( <rounding-strategy>? , <calc-sum> , <calc-sum>? )",
|
|
661
|
+
"rounding-strategy": "| line-width",
|
|
659
662
|
"route-name": "<dashed-ident>",
|
|
660
663
|
"running()": "running( <custom-ident> )",
|
|
661
664
|
"scope-end": "<selector-list>",
|
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.1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -32,6 +32,14 @@
|
|
|
32
32
|
"README.md",
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
|
+
"peerDependencies": {
|
|
36
|
+
"css-tree": "^3.2.1"
|
|
37
|
+
},
|
|
38
|
+
"peerDependenciesMeta": {
|
|
39
|
+
"css-tree": {
|
|
40
|
+
"optional": true
|
|
41
|
+
}
|
|
42
|
+
},
|
|
35
43
|
"scripts": {},
|
|
36
44
|
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree#readme",
|
|
37
45
|
"repository": {
|