@eslint/css-tree 3.3.1 → 3.3.3
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/data/patch.json +4 -23
- package/dist/csstree.esm.js +1 -1
- package/dist/csstree.js +1 -1
- package/dist/data.cjs +3 -4
- package/dist/data.js +3 -4
- package/dist/version.cjs +1 -1
- package/dist/version.js +1 -1
- package/lib/index.d.ts +99 -99
- package/package.json +1 -1
package/data/patch.json
CHANGED
|
@@ -6,14 +6,6 @@
|
|
|
6
6
|
"container": {
|
|
7
7
|
"prelude": "[ <container-name> ]? <container-condition>"
|
|
8
8
|
},
|
|
9
|
-
"font-face": {
|
|
10
|
-
"descriptors": {
|
|
11
|
-
"unicode-range": {
|
|
12
|
-
"comment": "replaces <unicode-range>, an old production name",
|
|
13
|
-
"syntax": "<urange>#"
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
9
|
"nest": {
|
|
18
10
|
"prelude": "<complex-selector-list>"
|
|
19
11
|
},
|
|
@@ -362,17 +354,6 @@
|
|
|
362
354
|
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
|
|
363
355
|
"syntax": "<time> | none | x-weak | weak | medium | strong | x-strong"
|
|
364
356
|
},
|
|
365
|
-
"scroll-timeline": {
|
|
366
|
-
"comment": "fix according to spec",
|
|
367
|
-
"references": [
|
|
368
|
-
"https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-shorthand"
|
|
369
|
-
],
|
|
370
|
-
"syntax": "[ <'scroll-timeline-name'> || <'scroll-timeline-axis'> ]#"
|
|
371
|
-
},
|
|
372
|
-
"src": {
|
|
373
|
-
"comment": "added @font-face's src property https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/src",
|
|
374
|
-
"syntax": "[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#"
|
|
375
|
-
},
|
|
376
357
|
"speak": {
|
|
377
358
|
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
|
|
378
359
|
"syntax": "auto | never | always"
|
|
@@ -416,10 +397,6 @@
|
|
|
416
397
|
"comment": "added prefixed keywords https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi",
|
|
417
398
|
"syntax": "| -moz-isolate | -moz-isolate-override | -moz-plaintext | -webkit-isolate | -webkit-isolate-override | -webkit-plaintext"
|
|
418
399
|
},
|
|
419
|
-
"unicode-range": {
|
|
420
|
-
"comment": "added missed property https://developer.mozilla.org/en-US/docs/Web/CSS/%40font-face/unicode-range",
|
|
421
|
-
"syntax": "<urange>#"
|
|
422
|
-
},
|
|
423
400
|
"voice-balance": {
|
|
424
401
|
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
|
|
425
402
|
"syntax": "<number> | left | center | right | leftwards | rightwards"
|
|
@@ -602,6 +579,10 @@
|
|
|
602
579
|
"coord-box": {
|
|
603
580
|
"syntax": "content-box | padding-box | border-box | fill-box | stroke-box | view-box"
|
|
604
581
|
},
|
|
582
|
+
"cubic-bezier-easing-function": {
|
|
583
|
+
"comment": "missed, https://drafts.csswg.org/css-easing-1/#cubic-bezier-easing-function",
|
|
584
|
+
"syntax": "ease | ease-in | ease-out | ease-in-out | cubic-bezier( <number [0,1]> , <number> , <number [0,1]> , <number> )"
|
|
585
|
+
},
|
|
605
586
|
"element()": {
|
|
606
587
|
"comment": "https://drafts.csswg.org/css-gcpm/#element-syntax & https://drafts.csswg.org/css-images-4/#element-notation",
|
|
607
588
|
"syntax": "element( <custom-ident> , [ first | start | last | first-except ]? ) | element( <id-selector> )"
|