@cssdoc/spec 0.5.3 → 0.6.0
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/dist/index.mjs +16 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -45,6 +45,11 @@ const CSSDOC_TAGS = [
|
|
|
45
45
|
name: "privateRemarks",
|
|
46
46
|
kind: "block"
|
|
47
47
|
},
|
|
48
|
+
{
|
|
49
|
+
name: "todo",
|
|
50
|
+
kind: "block",
|
|
51
|
+
allowMultiple: true
|
|
52
|
+
},
|
|
48
53
|
{
|
|
49
54
|
name: "deprecated",
|
|
50
55
|
kind: "block"
|
|
@@ -112,6 +117,17 @@ const CSSDOC_TAGS = [
|
|
|
112
117
|
kind: "block",
|
|
113
118
|
allowMultiple: true
|
|
114
119
|
},
|
|
120
|
+
{
|
|
121
|
+
name: "pseudo",
|
|
122
|
+
kind: "block",
|
|
123
|
+
allowMultiple: true
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
name: "wrapper",
|
|
127
|
+
kind: "block",
|
|
128
|
+
allowMultiple: true,
|
|
129
|
+
argument: "part-name"
|
|
130
|
+
},
|
|
115
131
|
{
|
|
116
132
|
name: "slot",
|
|
117
133
|
kind: "block",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cssdoc/spec",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "The canonical cssdoc spec: the tag vocabulary and the formal grammar (CssDoc.grammarkdown), the single source of truth shared by the parser and every syntax grammar. Zero runtime dependencies.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cssdoc",
|