@ukic/docs 3.4.5 → 3.4.6

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 +67 -1
  2. package/package.json +2 -2
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",
@@ -14092,7 +14119,7 @@
14092
14119
  },
14093
14120
  {
14094
14121
  "filePath": "src/components/ic-radio-option/ic-radio-option.tsx",
14095
- "encapsulation": "none",
14122
+ "encapsulation": "scoped",
14096
14123
  "tag": "ic-radio-option",
14097
14124
  "readme": "# ic-radio-option\n\n\n",
14098
14125
  "docs": "",
@@ -20861,6 +20888,45 @@
20861
20888
  "getter": false,
20862
20889
  "setter": false
20863
20890
  },
20891
+ {
20892
+ "name": "theme",
20893
+ "type": "\"dark\" | \"inherit\" | \"light\"",
20894
+ "complexType": {
20895
+ "original": "IcThemeMode",
20896
+ "resolved": "\"dark\" | \"inherit\" | \"light\"",
20897
+ "references": {
20898
+ "IcThemeMode": {
20899
+ "location": "import",
20900
+ "path": "../../utils/types",
20901
+ "id": "src/utils/types.ts::IcThemeMode"
20902
+ }
20903
+ }
20904
+ },
20905
+ "mutable": false,
20906
+ "attr": "theme",
20907
+ "reflectToAttr": false,
20908
+ "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.",
20909
+ "docsTags": [],
20910
+ "default": "\"inherit\"",
20911
+ "values": [
20912
+ {
20913
+ "value": "dark",
20914
+ "type": "string"
20915
+ },
20916
+ {
20917
+ "value": "inherit",
20918
+ "type": "string"
20919
+ },
20920
+ {
20921
+ "value": "light",
20922
+ "type": "string"
20923
+ }
20924
+ ],
20925
+ "optional": false,
20926
+ "required": false,
20927
+ "getter": false,
20928
+ "setter": false
20929
+ },
20864
20930
  {
20865
20931
  "name": "variant",
20866
20932
  "type": "\"ai\" | \"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\" | undefined",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "mi6",
3
3
  "name": "@ukic/docs",
4
- "version": "3.4.5",
4
+ "version": "3.4.6",
5
5
  "description": "API documentation for @ukic components",
6
6
  "main": "docs.json",
7
7
  "types": "docs.d.ts",
@@ -19,5 +19,5 @@
19
19
  },
20
20
  "license": "MIT",
21
21
  "packageManager": "^npm@10.9.2",
22
- "gitHead": "055d3ec189bdc7b19e08762df4a74905043b5ea3"
22
+ "gitHead": "e79d55a34a906d095f8674636410d47bdb6d3e03"
23
23
  }