Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Jan 13, 2025
1 parent 6be6f2a commit 39ab920
Show file tree
Hide file tree
Showing 15 changed files with 318 additions and 154 deletions.
440 changes: 300 additions & 140 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/css-syntax-patches-for-csstree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to CSS Syntax Patches For CSSTree

### Unreleased (patch)

- Update `@webref/css` to [`v6.18.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.18.1)

### 1.0.8

_December 27, 2024_
Expand Down
2 changes: 1 addition & 1 deletion packages/css-syntax-patches-for-csstree/dist/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
"predefined-rectangular": "jzazbz | ictcp",
"predefined-rectangular-params": "<predefined-rectangular> [ <number> | <percentage> | none ]{3}",
"predefined-rgb": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | rec2100-pq | rec2100-hlg | rec2100-linear",
"progress": "[ <percentage> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
"progress": "[ <percentage-token> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
"progress()": "progress( <calc-sum> , <calc-sum> , <calc-sum> )",
"pseudo-page": "':' [ left | right | first | blank ]",
"pt-class-selector": "[ '.' <custom-ident> ]+",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3087,8 +3087,8 @@
"type": "added",
"comment": "",
"syntax-b": "",
"syntax-a": "[ <percentage> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
"syntax-m": "[ <percentage> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
"syntax-a": "[ <percentage-token> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
"syntax-m": "[ <percentage-token> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
"tests": {
"passing": [],
"failing": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@
"progress": {
"type": "added",
"syntax-b": "",
"syntax-a": "[ <percentage> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
"syntax-a": "[ <percentage-token> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?",
"comment": ""
},
"progress()": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@
"syntax": "<predefined-rgb> [ <number> | <percentage> | none ]{3}"
},
"progress": {
"syntax": "[ <percentage> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?"
"syntax": "[ <percentage-token> | <number> | <'animation-timeline'> ] && [ by <easing-function> ]?"
},
"progress()": {
"syntax": "progress( <calc-sum> , <calc-sum> , <calc-sum> )"
Expand Down
2 changes: 1 addition & 1 deletion plugins/css-blank-pseudo/dist/browser-global.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/css-blank-pseudo/dist/browser.cjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/css-blank-pseudo/dist/browser.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/css-has-pseudo/dist/browser-global.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/css-has-pseudo/dist/browser.cjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/css-has-pseudo/dist/browser.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/postcss-focus-within/dist/browser-global.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 39ab920

Please sign in to comment.