@ukic/canary-docs 2.0.0-canary.24 → 2.0.0-canary.25
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
|
@@ -4535,7 +4535,7 @@
|
|
|
4535
4535
|
"mutable": false,
|
|
4536
4536
|
"attr": "searchable",
|
|
4537
4537
|
"reflectToAttr": false,
|
|
4538
|
-
"docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options.",
|
|
4538
|
+
"docs": "If `true`, a searchable variant of the select will be displayed which can be typed in to filter options. This functionality is only available on the single-select variant of the select component.",
|
|
4539
4539
|
"docsTags": [],
|
|
4540
4540
|
"default": "false",
|
|
4541
4541
|
"values": [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/canary-docs",
|
|
4
|
-
"version": "2.0.0-canary.
|
|
4
|
+
"version": "2.0.0-canary.25",
|
|
5
5
|
"description": "API documentation for @ukic canary components",
|
|
6
6
|
"main": "docs.json",
|
|
7
7
|
"types": "./docs.d.ts",
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"email": "icds@gchq.gov.uk"
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "aff793113e94a59e56cc50e22325beb68593192a"
|
|
22
22
|
}
|