@ukic/docs 2.12.0 → 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 +37 -5
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-05-30T13:05:50",
2
+ "timestamp": "2024-06-27T11:13:20",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.10.0",
@@ -3108,7 +3108,7 @@
3108
3108
  "resolved": "string",
3109
3109
  "references": {}
3110
3110
  },
3111
- "mutable": false,
3111
+ "mutable": true,
3112
3112
  "attr": "group-label",
3113
3113
  "reflectToAttr": false,
3114
3114
  "docs": "The group label for the checkbox.",
@@ -3194,7 +3194,7 @@
3194
3194
  "resolved": "string",
3195
3195
  "references": {}
3196
3196
  },
3197
- "mutable": false,
3197
+ "mutable": true,
3198
3198
  "attr": "name",
3199
3199
  "reflectToAttr": false,
3200
3200
  "docs": "The name for the checkbox. If not set when used in a checkbox group, the name will be based on the group name.",
@@ -3207,6 +3207,28 @@
3207
3207
  "optional": false,
3208
3208
  "required": false
3209
3209
  },
3210
+ {
3211
+ "name": "nativeIndeterminateBehaviour",
3212
+ "type": "boolean",
3213
+ "complexType": {
3214
+ "original": "boolean",
3215
+ "resolved": "boolean",
3216
+ "references": {}
3217
+ },
3218
+ "mutable": false,
3219
+ "attr": "native-indeterminate-behaviour",
3220
+ "reflectToAttr": false,
3221
+ "docs": "If `true`, the checkbox will behave like a native checkbox where the `indeterminate` prop sets the indeterminate visual styling, independent of the `checked` state.",
3222
+ "docsTags": [],
3223
+ "default": "false",
3224
+ "values": [
3225
+ {
3226
+ "type": "boolean"
3227
+ }
3228
+ ],
3229
+ "optional": false,
3230
+ "required": false
3231
+ },
3210
3232
  {
3211
3233
  "name": "size",
3212
3234
  "type": "\"default\" | \"large\" | \"small\"",
@@ -12620,7 +12642,12 @@
12620
12642
  "tag": "ic-select",
12621
12643
  "readme": "# ic-select\n\n\n",
12622
12644
  "docs": "",
12623
- "docsTags": [],
12645
+ "docsTags": [
12646
+ {
12647
+ "name": "slot",
12648
+ "text": "icon - Content will be placed to the left of the select text input."
12649
+ }
12650
+ ],
12624
12651
  "usage": {},
12625
12652
  "props": [
12626
12653
  {
@@ -13635,7 +13662,12 @@
13635
13662
  "docs": "Width of the input field"
13636
13663
  }
13637
13664
  ],
13638
- "slots": [],
13665
+ "slots": [
13666
+ {
13667
+ "name": "icon",
13668
+ "docs": "Content will be placed to the left of the select text input."
13669
+ }
13670
+ ],
13639
13671
  "parts": [],
13640
13672
  "dependents": [],
13641
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.0",
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": "d514f0b7ea02cad6e1f5f13aba34b7e8a3c162dd"
21
+ "gitHead": "89745753bb4b0ef64b123e2acca2a5873d333a40"
22
22
  }