@ukic/docs 2.15.7 → 2.15.8
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 +1 -1
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -5074,7 +5074,7 @@
|
|
|
5074
5074
|
},
|
|
5075
5075
|
"cancelable": true,
|
|
5076
5076
|
"composed": true,
|
|
5077
|
-
"docs": "
|
|
5077
|
+
"docs": "Cancellation event emitted when default 'Cancel' button clicked or 'cancelDialog' method is called.",
|
|
5078
5078
|
"docsTags": []
|
|
5079
5079
|
},
|
|
5080
5080
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "2.15.
|
|
4
|
+
"version": "2.15.8",
|
|
5
5
|
"description": "API documentation for @ukic components",
|
|
6
6
|
"main": "docs.json",
|
|
7
7
|
"types": "docs.d.ts",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"packageManager": "^npm@10.9.2",
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "8c2f56c391c8e48623e39b8b19e0106b210e848e"
|
|
23
23
|
}
|