@ukic/docs 3.4.6 → 3.4.7

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 +27 -0
  2. package/package.json +12 -12
package/docs.json CHANGED
@@ -12728,6 +12728,33 @@
12728
12728
  "docsTags": [],
12729
12729
  "usage": {},
12730
12730
  "props": [
12731
+ {
12732
+ "name": "accessibleLabel",
12733
+ "type": "string | undefined",
12734
+ "complexType": {
12735
+ "original": "string",
12736
+ "resolved": "string | undefined",
12737
+ "references": {}
12738
+ },
12739
+ "mutable": false,
12740
+ "attr": "accessible-label",
12741
+ "reflectToAttr": false,
12742
+ "docs": "The accessible label of the pagination component to provide context for screen reader users.",
12743
+ "docsTags": [],
12744
+ "default": "\"Pagination Navigation\"",
12745
+ "values": [
12746
+ {
12747
+ "type": "string"
12748
+ },
12749
+ {
12750
+ "type": "undefined"
12751
+ }
12752
+ ],
12753
+ "optional": true,
12754
+ "required": false,
12755
+ "getter": false,
12756
+ "setter": false
12757
+ },
12731
12758
  {
12732
12759
  "name": "adjacentPageCount",
12733
12760
  "type": "number | undefined",
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
- "author": "mi6",
3
2
  "name": "@ukic/docs",
4
- "version": "3.4.6",
3
+ "version": "3.4.7",
5
4
  "description": "API documentation for @ukic components",
5
+ "bugs": {
6
+ "url": "https://github.com/mi6/ic-ui-kit",
7
+ "email": "icds@gchq.gov.uk"
8
+ },
9
+ "repository": {
10
+ "url": "https://github.com/mi6/ic-ui-kit",
11
+ "directory": "packages/docs"
12
+ },
13
+ "license": "MIT",
14
+ "author": "mi6",
6
15
  "main": "docs.json",
7
16
  "types": "docs.d.ts",
8
17
  "files": [
9
18
  "docs.json",
10
19
  "docs.d.ts"
11
20
  ],
12
- "repository": {
13
- "url": "https://github.com/mi6/ic-ui-kit",
14
- "directory": "packages/docs"
15
- },
16
- "bugs": {
17
- "url": "https://github.com/mi6/ic-ui-kit",
18
- "email": "icds@gchq.gov.uk"
19
- },
20
- "license": "MIT",
21
21
  "packageManager": "^npm@10.9.2",
22
- "gitHead": "e79d55a34a906d095f8674636410d47bdb6d3e03"
22
+ "gitHead": "f02f7dbf5c2a7967e86689b425e601f34f50231b"
23
23
  }