@ukic/docs 2.14.3 → 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 +22 -0
  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",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "mi6",
3
3
  "name": "@ukic/docs",
4
- "version": "2.14.3",
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": "f980df4943f525b9ff377a859284bec90a5725da"
21
+ "gitHead": "601e99c0c72212bc0e7f74e378188f05d9ffb3bb"
22
22
  }