@ukic/docs 2.1.0-beta.0 → 2.1.0-beta.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/docs.d.ts +1 -1
- package/docs.json +10 -4
- package/package.json +2 -2
package/docs.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export interface JsonDocsComponent {
|
|
|
24
24
|
docs: string;
|
|
25
25
|
docsTags: JsonDocsTag[];
|
|
26
26
|
/**
|
|
27
|
-
* The
|
|
27
|
+
* The text from the class-level JSDoc for a Stencil component, if present.
|
|
28
28
|
*/
|
|
29
29
|
overview?: string;
|
|
30
30
|
usage: JsonDocsUsage;
|
package/docs.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2022-12-
|
|
2
|
+
"timestamp": "2022-12-22T16:13:17",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "2.
|
|
6
|
-
"typescriptVersion": "4.
|
|
5
|
+
"version": "2.20.0",
|
|
6
|
+
"typescriptVersion": "4.8.4"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
9
9
|
{
|
|
@@ -1066,6 +1066,12 @@
|
|
|
1066
1066
|
"event": "click",
|
|
1067
1067
|
"capture": true,
|
|
1068
1068
|
"passive": false
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"event": "icThemeChange",
|
|
1072
|
+
"target": "document",
|
|
1073
|
+
"capture": false,
|
|
1074
|
+
"passive": false
|
|
1069
1075
|
}
|
|
1070
1076
|
],
|
|
1071
1077
|
"styles": [],
|
|
@@ -1231,7 +1237,7 @@
|
|
|
1231
1237
|
"mutable": false,
|
|
1232
1238
|
"attr": "name",
|
|
1233
1239
|
"reflectToAttr": false,
|
|
1234
|
-
"docs": "Provide a name for the input",
|
|
1240
|
+
"docs": "Provide a name for the input. If not set when used in a checkbox group, the name will be based on the group name.",
|
|
1235
1241
|
"docsTags": [],
|
|
1236
1242
|
"values": [
|
|
1237
1243
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/docs",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.1",
|
|
4
4
|
"description": "API documentation for @ukic components",
|
|
5
5
|
"main": "docs.json",
|
|
6
6
|
"types": "docs.d.ts",
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"docs.d.ts"
|
|
10
10
|
],
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "ef35f916b6b0982ee137941de6f5d50e64205db0"
|
|
13
13
|
}
|