@ukic/docs 2.12.2 → 2.12.3
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 +13 -9
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-
|
|
2
|
+
"timestamp": "2024-07-19T12:14:10",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.10.0",
|
|
@@ -14241,15 +14241,15 @@
|
|
|
14241
14241
|
},
|
|
14242
14242
|
{
|
|
14243
14243
|
"name": "size",
|
|
14244
|
-
"type": "\"default\" | \"small\"",
|
|
14244
|
+
"type": "\"default\" | \"large\" | \"small\"",
|
|
14245
14245
|
"complexType": {
|
|
14246
|
-
"original": "
|
|
14247
|
-
"resolved": "\"default\" | \"small\"",
|
|
14246
|
+
"original": "IcSizes",
|
|
14247
|
+
"resolved": "\"default\" | \"large\" | \"small\"",
|
|
14248
14248
|
"references": {
|
|
14249
|
-
"
|
|
14249
|
+
"IcSizes": {
|
|
14250
14250
|
"location": "import",
|
|
14251
14251
|
"path": "../../utils/types",
|
|
14252
|
-
"id": "src/utils/types.ts::
|
|
14252
|
+
"id": "src/utils/types.ts::IcSizes"
|
|
14253
14253
|
}
|
|
14254
14254
|
}
|
|
14255
14255
|
},
|
|
@@ -14264,6 +14264,10 @@
|
|
|
14264
14264
|
"value": "default",
|
|
14265
14265
|
"type": "string"
|
|
14266
14266
|
},
|
|
14267
|
+
{
|
|
14268
|
+
"value": "large",
|
|
14269
|
+
"type": "string"
|
|
14270
|
+
},
|
|
14267
14271
|
{
|
|
14268
14272
|
"value": "small",
|
|
14269
14273
|
"type": "string"
|
|
@@ -14617,7 +14621,7 @@
|
|
|
14617
14621
|
"mutable": false,
|
|
14618
14622
|
"attr": "connector-width",
|
|
14619
14623
|
"reflectToAttr": false,
|
|
14620
|
-
"docs": "The length of the
|
|
14624
|
+
"docs": "The length of the connector between each step in pixels. Minimum length is 100px.",
|
|
14621
14625
|
"docsTags": [],
|
|
14622
14626
|
"default": "100",
|
|
14623
14627
|
"values": [
|
|
@@ -16065,7 +16069,7 @@
|
|
|
16065
16069
|
"mutable": false,
|
|
16066
16070
|
"attr": "max-characters",
|
|
16067
16071
|
"reflectToAttr": false,
|
|
16068
|
-
"docs": "The maximum number of characters that can be entered in the field.",
|
|
16072
|
+
"docs": "The maximum number of characters that can be entered in the field. Will display an error if too many characters are entered.",
|
|
16069
16073
|
"docsTags": [],
|
|
16070
16074
|
"default": "0",
|
|
16071
16075
|
"values": [
|
|
@@ -16087,7 +16091,7 @@
|
|
|
16087
16091
|
"mutable": false,
|
|
16088
16092
|
"attr": "max-length",
|
|
16089
16093
|
"reflectToAttr": false,
|
|
16090
|
-
"docs": "The
|
|
16094
|
+
"docs": "The count of characters in the field. Will display a warning if the bound is reached.",
|
|
16091
16095
|
"docsTags": [],
|
|
16092
16096
|
"default": "0",
|
|
16093
16097
|
"values": [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "2.12.
|
|
4
|
+
"version": "2.12.3",
|
|
5
5
|
"description": "API documentation for @ukic 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": "eb7aab0b104807bab72ff8030dbd57f847480fd7"
|
|
22
22
|
}
|