@ukic/docs 3.4.9 → 3.4.10
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 +8 -0
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -274,6 +274,10 @@
|
|
|
274
274
|
{
|
|
275
275
|
"name": "slot",
|
|
276
276
|
"text": "label - Content is placed as the accordion group title."
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "slot",
|
|
280
|
+
"text": "accessibleButtonLabel - Content is placed as the accessible label for the 'See all/Hide all' button for screen reader users. If this slot is not used, the `accessibleButtonLabel` prop will be used as the accessible label instead."
|
|
277
281
|
}
|
|
278
282
|
],
|
|
279
283
|
"usage": {},
|
|
@@ -505,6 +509,10 @@
|
|
|
505
509
|
],
|
|
506
510
|
"styles": [],
|
|
507
511
|
"slots": [
|
|
512
|
+
{
|
|
513
|
+
"name": "accessibleButtonLabel",
|
|
514
|
+
"docs": "Content is placed as the accessible label for the 'See all/Hide all' button for screen reader users. If this slot is not used, the `accessibleButtonLabel` prop will be used as the accessible label instead."
|
|
515
|
+
},
|
|
508
516
|
{
|
|
509
517
|
"name": "label",
|
|
510
518
|
"docs": "Content is placed as the accordion group title."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/docs",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.10",
|
|
4
4
|
"description": "API documentation for @ukic components",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/mi6/ic-ui-kit",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"docs.d.ts"
|
|
20
20
|
],
|
|
21
21
|
"packageManager": "^npm@10.9.2",
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "b6107a66306f8f311475bac5418929507fcef344"
|
|
23
23
|
}
|