@ukic/docs 2.0.1 → 2.1.0-beta.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/docs.json +2 -2
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2022-
|
|
2
|
+
"timestamp": "2022-12-01T15:41:36",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "2.19.1",
|
|
@@ -8238,7 +8238,7 @@
|
|
|
8238
8238
|
"type": "string",
|
|
8239
8239
|
"mutable": false,
|
|
8240
8240
|
"attr": "target",
|
|
8241
|
-
"reflectToAttr":
|
|
8241
|
+
"reflectToAttr": true,
|
|
8242
8242
|
"docs": "The ID of the element the tooltip is describing - for when aria-labelledby or aria-describedby is used.",
|
|
8243
8243
|
"docsTags": [],
|
|
8244
8244
|
"values": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/docs",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.1.0-beta.0",
|
|
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": "49287b9feaeb8200c08c2e21243bc4b8e537f969"
|
|
13
13
|
}
|