@ukic/docs 2.12.1 → 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.
Files changed (2) hide show
  1. package/docs.json +25 -11
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-06-24T09:26:04",
2
+ "timestamp": "2024-07-19T12:14:10",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.10.0",
@@ -12642,7 +12642,12 @@
12642
12642
  "tag": "ic-select",
12643
12643
  "readme": "# ic-select\n\n\n",
12644
12644
  "docs": "",
12645
- "docsTags": [],
12645
+ "docsTags": [
12646
+ {
12647
+ "name": "slot",
12648
+ "text": "icon - Content will be placed to the left of the select text input."
12649
+ }
12650
+ ],
12646
12651
  "usage": {},
12647
12652
  "props": [
12648
12653
  {
@@ -13657,7 +13662,12 @@
13657
13662
  "docs": "Width of the input field"
13658
13663
  }
13659
13664
  ],
13660
- "slots": [],
13665
+ "slots": [
13666
+ {
13667
+ "name": "icon",
13668
+ "docs": "Content will be placed to the left of the select text input."
13669
+ }
13670
+ ],
13661
13671
  "parts": [],
13662
13672
  "dependents": [],
13663
13673
  "dependencies": [
@@ -14231,15 +14241,15 @@
14231
14241
  },
14232
14242
  {
14233
14243
  "name": "size",
14234
- "type": "\"default\" | \"small\"",
14244
+ "type": "\"default\" | \"large\" | \"small\"",
14235
14245
  "complexType": {
14236
- "original": "IcSizesNoLarge",
14237
- "resolved": "\"default\" | \"small\"",
14246
+ "original": "IcSizes",
14247
+ "resolved": "\"default\" | \"large\" | \"small\"",
14238
14248
  "references": {
14239
- "IcSizesNoLarge": {
14249
+ "IcSizes": {
14240
14250
  "location": "import",
14241
14251
  "path": "../../utils/types",
14242
- "id": "src/utils/types.ts::IcSizesNoLarge"
14252
+ "id": "src/utils/types.ts::IcSizes"
14243
14253
  }
14244
14254
  }
14245
14255
  },
@@ -14254,6 +14264,10 @@
14254
14264
  "value": "default",
14255
14265
  "type": "string"
14256
14266
  },
14267
+ {
14268
+ "value": "large",
14269
+ "type": "string"
14270
+ },
14257
14271
  {
14258
14272
  "value": "small",
14259
14273
  "type": "string"
@@ -14607,7 +14621,7 @@
14607
14621
  "mutable": false,
14608
14622
  "attr": "connector-width",
14609
14623
  "reflectToAttr": false,
14610
- "docs": "The length of the connnector between each step in pixels. Minimum length is 100px.",
14624
+ "docs": "The length of the connector between each step in pixels. Minimum length is 100px.",
14611
14625
  "docsTags": [],
14612
14626
  "default": "100",
14613
14627
  "values": [
@@ -16055,7 +16069,7 @@
16055
16069
  "mutable": false,
16056
16070
  "attr": "max-characters",
16057
16071
  "reflectToAttr": false,
16058
- "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.",
16059
16073
  "docsTags": [],
16060
16074
  "default": "0",
16061
16075
  "values": [
@@ -16077,7 +16091,7 @@
16077
16091
  "mutable": false,
16078
16092
  "attr": "max-length",
16079
16093
  "reflectToAttr": false,
16080
- "docs": "The label for maximum number of characters that can be entered in the field.",
16094
+ "docs": "The count of characters in the field. Will display a warning if the bound is reached.",
16081
16095
  "docsTags": [],
16082
16096
  "default": "0",
16083
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.1",
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": "fc202d5fde5e93c4e744747d115d83d09901cf79"
21
+ "gitHead": "eb7aab0b104807bab72ff8030dbd57f847480fd7"
22
22
  }