@eslint/css-tree 4.0.3 → 4.0.4
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/README.md +1 -1
- package/dist/csstree.esm.js +1 -1
- package/dist/csstree.js +1 -1
- package/dist/data.cjs +9 -9
- package/dist/data.js +9 -9
- package/dist/version.cjs +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
package/dist/data.cjs
CHANGED
|
@@ -722,13 +722,13 @@ module.exports = {
|
|
|
722
722
|
"baseline-source": "auto|first|last",
|
|
723
723
|
"block-size": "<'width'>",
|
|
724
724
|
"border": "<line-width>||<line-style>||<color>",
|
|
725
|
-
"border-block": "<'border-
|
|
725
|
+
"border-block": "<'border-top'>",
|
|
726
726
|
"border-block-color": "<'border-top-color'>{1,2}",
|
|
727
|
-
"border-block-end": "<'border-top
|
|
727
|
+
"border-block-end": "<'border-top'>",
|
|
728
728
|
"border-block-end-color": "<'border-top-color'>",
|
|
729
729
|
"border-block-end-style": "<'border-top-style'>",
|
|
730
730
|
"border-block-end-width": "<'border-top-width'>",
|
|
731
|
-
"border-block-start": "<'border-top
|
|
731
|
+
"border-block-start": "<'border-top'>",
|
|
732
732
|
"border-block-start-color": "<'border-top-color'>",
|
|
733
733
|
"border-block-start-style": "<'border-top-style'>",
|
|
734
734
|
"border-block-start-width": "<'border-top-width'>",
|
|
@@ -750,13 +750,13 @@ module.exports = {
|
|
|
750
750
|
"border-image-slice": "[<number [0,∞]>|<percentage [0,∞]>]{1,4}&&fill?",
|
|
751
751
|
"border-image-source": "none|<image>",
|
|
752
752
|
"border-image-width": "[<length-percentage [0,∞]>|<number [0,∞]>|auto]{1,4}",
|
|
753
|
-
"border-inline": "<'border-
|
|
753
|
+
"border-inline": "<'border-top'>",
|
|
754
754
|
"border-inline-color": "<'border-top-color'>{1,2}",
|
|
755
|
-
"border-inline-end": "<'border-top
|
|
755
|
+
"border-inline-end": "<'border-top'>",
|
|
756
756
|
"border-inline-end-color": "<'border-top-color'>",
|
|
757
757
|
"border-inline-end-style": "<'border-top-style'>",
|
|
758
758
|
"border-inline-end-width": "<'border-top-width'>",
|
|
759
|
-
"border-inline-start": "<'border-top
|
|
759
|
+
"border-inline-start": "<'border-top'>",
|
|
760
760
|
"border-inline-start-color": "<'border-top-color'>",
|
|
761
761
|
"border-inline-start-style": "<'border-top-style'>",
|
|
762
762
|
"border-inline-start-width": "<'border-top-width'>",
|
|
@@ -815,8 +815,8 @@ module.exports = {
|
|
|
815
815
|
"column-height": "auto|<length [0,∞]>",
|
|
816
816
|
"column-rule": "<'column-rule-width'>||<'column-rule-style'>||<'column-rule-color'>",
|
|
817
817
|
"column-rule-color": "<color>",
|
|
818
|
-
"column-rule-style": "<
|
|
819
|
-
"column-rule-width": "<
|
|
818
|
+
"column-rule-style": "<line-style>",
|
|
819
|
+
"column-rule-width": "<line-width>",
|
|
820
820
|
"column-span": "none|all",
|
|
821
821
|
"column-width": "auto|<length [0,∞]>",
|
|
822
822
|
"column-wrap": "auto|nowrap|wrap",
|
|
@@ -1066,7 +1066,7 @@ module.exports = {
|
|
|
1066
1066
|
"place-self": "<'align-self'> <'justify-self'>?",
|
|
1067
1067
|
"pointer-events": "auto|none|visiblePainted|visibleFill|visibleStroke|visible|painted|fill|stroke|all|inherit",
|
|
1068
1068
|
"position": "static|relative|absolute|sticky|fixed|-webkit-sticky",
|
|
1069
|
-
"position-anchor": "auto|none|<anchor-name
|
|
1069
|
+
"position-anchor": "normal|auto|none|<anchor-name>|match-parent",
|
|
1070
1070
|
"position-area": "none|<position-area>",
|
|
1071
1071
|
"position-try": "<'position-try-order'>? <'position-try-fallbacks'>",
|
|
1072
1072
|
"position-try-fallbacks": "none|[[<dashed-ident>||<try-tactic>]|<'position-area'>]#",
|
package/dist/data.js
CHANGED
|
@@ -722,13 +722,13 @@ export default {
|
|
|
722
722
|
"baseline-source": "auto|first|last",
|
|
723
723
|
"block-size": "<'width'>",
|
|
724
724
|
"border": "<line-width>||<line-style>||<color>",
|
|
725
|
-
"border-block": "<'border-
|
|
725
|
+
"border-block": "<'border-top'>",
|
|
726
726
|
"border-block-color": "<'border-top-color'>{1,2}",
|
|
727
|
-
"border-block-end": "<'border-top
|
|
727
|
+
"border-block-end": "<'border-top'>",
|
|
728
728
|
"border-block-end-color": "<'border-top-color'>",
|
|
729
729
|
"border-block-end-style": "<'border-top-style'>",
|
|
730
730
|
"border-block-end-width": "<'border-top-width'>",
|
|
731
|
-
"border-block-start": "<'border-top
|
|
731
|
+
"border-block-start": "<'border-top'>",
|
|
732
732
|
"border-block-start-color": "<'border-top-color'>",
|
|
733
733
|
"border-block-start-style": "<'border-top-style'>",
|
|
734
734
|
"border-block-start-width": "<'border-top-width'>",
|
|
@@ -750,13 +750,13 @@ export default {
|
|
|
750
750
|
"border-image-slice": "[<number [0,∞]>|<percentage [0,∞]>]{1,4}&&fill?",
|
|
751
751
|
"border-image-source": "none|<image>",
|
|
752
752
|
"border-image-width": "[<length-percentage [0,∞]>|<number [0,∞]>|auto]{1,4}",
|
|
753
|
-
"border-inline": "<'border-
|
|
753
|
+
"border-inline": "<'border-top'>",
|
|
754
754
|
"border-inline-color": "<'border-top-color'>{1,2}",
|
|
755
|
-
"border-inline-end": "<'border-top
|
|
755
|
+
"border-inline-end": "<'border-top'>",
|
|
756
756
|
"border-inline-end-color": "<'border-top-color'>",
|
|
757
757
|
"border-inline-end-style": "<'border-top-style'>",
|
|
758
758
|
"border-inline-end-width": "<'border-top-width'>",
|
|
759
|
-
"border-inline-start": "<'border-top
|
|
759
|
+
"border-inline-start": "<'border-top'>",
|
|
760
760
|
"border-inline-start-color": "<'border-top-color'>",
|
|
761
761
|
"border-inline-start-style": "<'border-top-style'>",
|
|
762
762
|
"border-inline-start-width": "<'border-top-width'>",
|
|
@@ -815,8 +815,8 @@ export default {
|
|
|
815
815
|
"column-height": "auto|<length [0,∞]>",
|
|
816
816
|
"column-rule": "<'column-rule-width'>||<'column-rule-style'>||<'column-rule-color'>",
|
|
817
817
|
"column-rule-color": "<color>",
|
|
818
|
-
"column-rule-style": "<
|
|
819
|
-
"column-rule-width": "<
|
|
818
|
+
"column-rule-style": "<line-style>",
|
|
819
|
+
"column-rule-width": "<line-width>",
|
|
820
820
|
"column-span": "none|all",
|
|
821
821
|
"column-width": "auto|<length [0,∞]>",
|
|
822
822
|
"column-wrap": "auto|nowrap|wrap",
|
|
@@ -1066,7 +1066,7 @@ export default {
|
|
|
1066
1066
|
"place-self": "<'align-self'> <'justify-self'>?",
|
|
1067
1067
|
"pointer-events": "auto|none|visiblePainted|visibleFill|visibleStroke|visible|painted|fill|stroke|all|inherit",
|
|
1068
1068
|
"position": "static|relative|absolute|sticky|fixed|-webkit-sticky",
|
|
1069
|
-
"position-anchor": "auto|none|<anchor-name
|
|
1069
|
+
"position-anchor": "normal|auto|none|<anchor-name>|match-parent",
|
|
1070
1070
|
"position-area": "none|<position-area>",
|
|
1071
1071
|
"position-try": "<'position-try-order'>? <'position-try-fallbacks'>",
|
|
1072
1072
|
"position-try-fallbacks": "none|[[<dashed-ident>||<try-tactic>]|<'position-area'>]#",
|
package/dist/version.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = "4.0.
|
|
1
|
+
module.exports = "4.0.4";
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = "4.0.
|
|
1
|
+
export const version = "4.0.4";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint/css-tree",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations",
|
|
5
5
|
"author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"test:types": "tsc -p tests/types/tsconfig.json"
|
|
108
108
|
},
|
|
109
109
|
"dependencies": {
|
|
110
|
-
"mdn-data": "2.28.
|
|
110
|
+
"mdn-data": "2.28.1",
|
|
111
111
|
"source-map-js": "^1.2.1"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|