@ukic/docs 3.4.4 → 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.
- package/docs.json +114 -1
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -4143,6 +4143,10 @@
|
|
|
4143
4143
|
{
|
|
4144
4144
|
"name": "slot",
|
|
4145
4145
|
"text": "additional-field - Content to be displayed alongside a checkbox."
|
|
4146
|
+
},
|
|
4147
|
+
{
|
|
4148
|
+
"name": "slot",
|
|
4149
|
+
"text": "label - Label for the checkbox."
|
|
4146
4150
|
}
|
|
4147
4151
|
],
|
|
4148
4152
|
"usage": {},
|
|
@@ -4578,6 +4582,10 @@
|
|
|
4578
4582
|
{
|
|
4579
4583
|
"name": "additional-field",
|
|
4580
4584
|
"docs": "Content to be displayed alongside a checkbox."
|
|
4585
|
+
},
|
|
4586
|
+
{
|
|
4587
|
+
"name": "label",
|
|
4588
|
+
"docs": "Label for the checkbox."
|
|
4581
4589
|
}
|
|
4582
4590
|
],
|
|
4583
4591
|
"parts": [],
|
|
@@ -7232,6 +7240,33 @@
|
|
|
7232
7240
|
"getter": false,
|
|
7233
7241
|
"setter": false
|
|
7234
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
|
+
},
|
|
7235
7270
|
{
|
|
7236
7271
|
"name": "description",
|
|
7237
7272
|
"type": "string | undefined",
|
|
@@ -7928,6 +7963,45 @@
|
|
|
7928
7963
|
"required": false,
|
|
7929
7964
|
"getter": false,
|
|
7930
7965
|
"setter": false
|
|
7966
|
+
},
|
|
7967
|
+
{
|
|
7968
|
+
"name": "theme",
|
|
7969
|
+
"type": "\"dark\" | \"inherit\" | \"light\"",
|
|
7970
|
+
"complexType": {
|
|
7971
|
+
"original": "IcThemeMode",
|
|
7972
|
+
"resolved": "\"dark\" | \"inherit\" | \"light\"",
|
|
7973
|
+
"references": {
|
|
7974
|
+
"IcThemeMode": {
|
|
7975
|
+
"location": "import",
|
|
7976
|
+
"path": "../../utils/types",
|
|
7977
|
+
"id": "src/utils/types.ts::IcThemeMode"
|
|
7978
|
+
}
|
|
7979
|
+
}
|
|
7980
|
+
},
|
|
7981
|
+
"mutable": false,
|
|
7982
|
+
"attr": "theme",
|
|
7983
|
+
"reflectToAttr": false,
|
|
7984
|
+
"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.",
|
|
7985
|
+
"docsTags": [],
|
|
7986
|
+
"default": "\"inherit\"",
|
|
7987
|
+
"values": [
|
|
7988
|
+
{
|
|
7989
|
+
"value": "dark",
|
|
7990
|
+
"type": "string"
|
|
7991
|
+
},
|
|
7992
|
+
{
|
|
7993
|
+
"value": "inherit",
|
|
7994
|
+
"type": "string"
|
|
7995
|
+
},
|
|
7996
|
+
{
|
|
7997
|
+
"value": "light",
|
|
7998
|
+
"type": "string"
|
|
7999
|
+
}
|
|
8000
|
+
],
|
|
8001
|
+
"optional": false,
|
|
8002
|
+
"required": false,
|
|
8003
|
+
"getter": false,
|
|
8004
|
+
"setter": false
|
|
7931
8005
|
}
|
|
7932
8006
|
],
|
|
7933
8007
|
"methods": [],
|
|
@@ -14045,7 +14119,7 @@
|
|
|
14045
14119
|
},
|
|
14046
14120
|
{
|
|
14047
14121
|
"filePath": "src/components/ic-radio-option/ic-radio-option.tsx",
|
|
14048
|
-
"encapsulation": "
|
|
14122
|
+
"encapsulation": "scoped",
|
|
14049
14123
|
"tag": "ic-radio-option",
|
|
14050
14124
|
"readme": "# ic-radio-option\n\n\n",
|
|
14051
14125
|
"docs": "",
|
|
@@ -20814,6 +20888,45 @@
|
|
|
20814
20888
|
"getter": false,
|
|
20815
20889
|
"setter": false
|
|
20816
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
|
+
},
|
|
20817
20930
|
{
|
|
20818
20931
|
"name": "variant",
|
|
20819
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.
|
|
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": "
|
|
22
|
+
"gitHead": "e79d55a34a906d095f8674636410d47bdb6d3e03"
|
|
23
23
|
}
|