@ukic/docs 2.0.1 → 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.
Files changed (3) hide show
  1. package/docs.d.ts +1 -1
  2. package/docs.json +11 -5
  3. 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 comment found at in a class-level JSDoc for a Stencil component.
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-11-30T16:19:32",
2
+ "timestamp": "2022-12-22T16:13:17",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "2.19.1",
6
- "typescriptVersion": "4.7.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
  {
@@ -8238,7 +8244,7 @@
8238
8244
  "type": "string",
8239
8245
  "mutable": false,
8240
8246
  "attr": "target",
8241
- "reflectToAttr": false,
8247
+ "reflectToAttr": true,
8242
8248
  "docs": "The ID of the element the tooltip is describing - for when aria-labelledby or aria-describedby is used.",
8243
8249
  "docsTags": [],
8244
8250
  "values": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukic/docs",
3
- "version": "2.0.1",
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": "54da08aac4c570eecef01679f9dd1381c2ca3f7b"
12
+ "gitHead": "ef35f916b6b0982ee137941de6f5d50e64205db0"
13
13
  }