@ukic/docs 3.4.5 → 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 +94 -1
  2. package/package.json +12 -12
package/docs.json CHANGED
@@ -7240,6 +7240,33 @@
7240
7240
  "getter": false,
7241
7241
  "setter": false
7242
7242
  },
7243
+ {
7244
+ "name": "copyrightText",
7245
+ "type": "string | undefined",
7246
+ "complexType": {
7247
+ "original": "string",
7248
+ "resolved": "string | undefined",
7249
+ "references": {}
7250
+ },
7251
+ "mutable": false,
7252
+ "attr": "copyright-text",
7253
+ "reflectToAttr": false,
7254
+ "docs": "The text displayed for the copyright notice if `copyright` is `true`.",
7255
+ "docsTags": [],
7256
+ "default": "\"© Crown Copyright\"",
7257
+ "values": [
7258
+ {
7259
+ "type": "string"
7260
+ },
7261
+ {
7262
+ "type": "undefined"
7263
+ }
7264
+ ],
7265
+ "optional": true,
7266
+ "required": false,
7267
+ "getter": false,
7268
+ "setter": false
7269
+ },
7243
7270
  {
7244
7271
  "name": "description",
7245
7272
  "type": "string | undefined",
@@ -12701,6 +12728,33 @@
12701
12728
  "docsTags": [],
12702
12729
  "usage": {},
12703
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
+ },
12704
12758
  {
12705
12759
  "name": "adjacentPageCount",
12706
12760
  "type": "number | undefined",
@@ -14092,7 +14146,7 @@
14092
14146
  },
14093
14147
  {
14094
14148
  "filePath": "src/components/ic-radio-option/ic-radio-option.tsx",
14095
- "encapsulation": "none",
14149
+ "encapsulation": "scoped",
14096
14150
  "tag": "ic-radio-option",
14097
14151
  "readme": "# ic-radio-option\n\n\n",
14098
14152
  "docs": "",
@@ -20861,6 +20915,45 @@
20861
20915
  "getter": false,
20862
20916
  "setter": false
20863
20917
  },
20918
+ {
20919
+ "name": "theme",
20920
+ "type": "\"dark\" | \"inherit\" | \"light\"",
20921
+ "complexType": {
20922
+ "original": "IcThemeMode",
20923
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
20924
+ "references": {
20925
+ "IcThemeMode": {
20926
+ "location": "import",
20927
+ "path": "../../utils/types",
20928
+ "id": "src/utils/types.ts::IcThemeMode"
20929
+ }
20930
+ }
20931
+ },
20932
+ "mutable": false,
20933
+ "attr": "theme",
20934
+ "reflectToAttr": false,
20935
+ "docs": "Sets the theme color to the dark or light theme color. \"inherit\" will set the color based on the system settings or ic-theme component.",
20936
+ "docsTags": [],
20937
+ "default": "\"inherit\"",
20938
+ "values": [
20939
+ {
20940
+ "value": "dark",
20941
+ "type": "string"
20942
+ },
20943
+ {
20944
+ "value": "inherit",
20945
+ "type": "string"
20946
+ },
20947
+ {
20948
+ "value": "light",
20949
+ "type": "string"
20950
+ }
20951
+ ],
20952
+ "optional": false,
20953
+ "required": false,
20954
+ "getter": false,
20955
+ "setter": false
20956
+ },
20864
20957
  {
20865
20958
  "name": "variant",
20866
20959
  "type": "\"ai\" | \"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\" | undefined",
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
- "author": "mi6",
3
2
  "name": "@ukic/docs",
4
- "version": "3.4.5",
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": "055d3ec189bdc7b19e08762df4a74905043b5ea3"
22
+ "gitHead": "f02f7dbf5c2a7967e86689b425e601f34f50231b"
23
23
  }