@ukic/docs 2.14.2 → 2.15.0

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 +28 -12
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -3862,6 +3862,28 @@
3862
3862
  "optional": true,
3863
3863
  "required": false
3864
3864
  },
3865
+ {
3866
+ "name": "dismissLabel",
3867
+ "type": "string",
3868
+ "complexType": {
3869
+ "original": "string",
3870
+ "resolved": "string",
3871
+ "references": {}
3872
+ },
3873
+ "mutable": false,
3874
+ "attr": "dismiss-label",
3875
+ "reflectToAttr": false,
3876
+ "docs": "The text in the dismiss button tooltip and aria label.",
3877
+ "docsTags": [],
3878
+ "default": "\"Dismiss\"",
3879
+ "values": [
3880
+ {
3881
+ "type": "string"
3882
+ }
3883
+ ],
3884
+ "optional": true,
3885
+ "required": false
3886
+ },
3865
3887
  {
3866
3888
  "name": "dismissible",
3867
3889
  "type": "boolean",
@@ -10494,16 +10516,15 @@
10494
10516
  "events": [
10495
10517
  {
10496
10518
  "event": "icPopoverClosed",
10497
- "detail": "IcValueEventDetail",
10519
+ "detail": "HTMLIcMenuItemElement",
10498
10520
  "bubbles": true,
10499
10521
  "complexType": {
10500
- "original": "IcValueEventDetail",
10501
- "resolved": "IcValueEventDetail",
10522
+ "original": "HTMLIcMenuItemElement",
10523
+ "resolved": "HTMLIcMenuItemElement",
10502
10524
  "references": {
10503
- "IcValueEventDetail": {
10504
- "location": "import",
10505
- "path": "../../components",
10506
- "id": "src/components.d.ts::IcValueEventDetail"
10525
+ "HTMLIcMenuItemElement": {
10526
+ "location": "global",
10527
+ "id": "global::HTMLIcMenuItemElement"
10507
10528
  }
10508
10529
  }
10509
10530
  },
@@ -19181,11 +19202,6 @@
19181
19202
  "docstring": "",
19182
19203
  "path": "src/components/ic-pagination-item/ic-pagination-item.types.ts"
19183
19204
  },
19184
- "src/components.d.ts::IcValueEventDetail": {
19185
- "declaration": "any",
19186
- "docstring": "",
19187
- "path": "src/components.d.ts"
19188
- },
19189
19205
  "src/utils/types.ts::IcOrientation": {
19190
19206
  "declaration": "export type IcOrientation = \"horizontal\" | \"vertical\";",
19191
19207
  "docstring": "",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "mi6",
3
3
  "name": "@ukic/docs",
4
- "version": "2.14.2",
4
+ "version": "2.15.0",
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": "aff793113e94a59e56cc50e22325beb68593192a"
21
+ "gitHead": "601e99c0c72212bc0e7f74e378188f05d9ffb3bb"
22
22
  }