@ukic/docs 2.12.1 → 2.12.2

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 +13 -3
  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-06-27T11:13:20",
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": [
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.2",
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": "89745753bb4b0ef64b123e2acca2a5873d333a40"
22
22
  }