@ukic/docs 2.10.4 → 2.11.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.
- package/docs.json +78 -9
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-
|
|
2
|
+
"timestamp": "2024-05-10T14:30:05",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.10.0",
|
|
@@ -204,7 +204,12 @@
|
|
|
204
204
|
"tag": "ic-accordion-group",
|
|
205
205
|
"readme": "# ic-accordion-title\n\n\n",
|
|
206
206
|
"docs": "",
|
|
207
|
-
"docsTags": [
|
|
207
|
+
"docsTags": [
|
|
208
|
+
{
|
|
209
|
+
"name": "slot",
|
|
210
|
+
"text": "group-title - Content is placed as the accordion group title."
|
|
211
|
+
}
|
|
212
|
+
],
|
|
208
213
|
"usage": {},
|
|
209
214
|
"props": [
|
|
210
215
|
{
|
|
@@ -403,7 +408,12 @@
|
|
|
403
408
|
}
|
|
404
409
|
],
|
|
405
410
|
"styles": [],
|
|
406
|
-
"slots": [
|
|
411
|
+
"slots": [
|
|
412
|
+
{
|
|
413
|
+
"name": "group-title",
|
|
414
|
+
"docs": "Content is placed as the accordion group title."
|
|
415
|
+
}
|
|
416
|
+
],
|
|
407
417
|
"parts": [],
|
|
408
418
|
"dependents": [],
|
|
409
419
|
"dependencies": [
|
|
@@ -712,6 +722,39 @@
|
|
|
712
722
|
],
|
|
713
723
|
"optional": false,
|
|
714
724
|
"required": true
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "variant",
|
|
728
|
+
"type": "\"default\" | \"icon\"",
|
|
729
|
+
"complexType": {
|
|
730
|
+
"original": "IcBackToTopVariants",
|
|
731
|
+
"resolved": "\"default\" | \"icon\"",
|
|
732
|
+
"references": {
|
|
733
|
+
"IcBackToTopVariants": {
|
|
734
|
+
"location": "import",
|
|
735
|
+
"path": "./ic-back-to-top.types",
|
|
736
|
+
"id": "src/components/ic-back-to-top/ic-back-to-top.types.ts::IcBackToTopVariants"
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
"mutable": false,
|
|
741
|
+
"attr": "variant",
|
|
742
|
+
"reflectToAttr": false,
|
|
743
|
+
"docs": "The variant of the button to render",
|
|
744
|
+
"docsTags": [],
|
|
745
|
+
"default": "\"default\"",
|
|
746
|
+
"values": [
|
|
747
|
+
{
|
|
748
|
+
"value": "default",
|
|
749
|
+
"type": "string"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"value": "icon",
|
|
753
|
+
"type": "string"
|
|
754
|
+
}
|
|
755
|
+
],
|
|
756
|
+
"optional": false,
|
|
757
|
+
"required": false
|
|
715
758
|
}
|
|
716
759
|
],
|
|
717
760
|
"methods": [],
|
|
@@ -728,10 +771,15 @@
|
|
|
728
771
|
"parts": [],
|
|
729
772
|
"dependents": [],
|
|
730
773
|
"dependencies": [
|
|
731
|
-
"ic-typography"
|
|
774
|
+
"ic-typography",
|
|
775
|
+
"ic-tooltip"
|
|
732
776
|
],
|
|
733
777
|
"dependencyGraph": {
|
|
734
778
|
"ic-back-to-top": [
|
|
779
|
+
"ic-typography",
|
|
780
|
+
"ic-tooltip"
|
|
781
|
+
],
|
|
782
|
+
"ic-tooltip": [
|
|
735
783
|
"ic-typography"
|
|
736
784
|
]
|
|
737
785
|
}
|
|
@@ -16622,11 +16670,17 @@
|
|
|
16622
16670
|
"props": [
|
|
16623
16671
|
{
|
|
16624
16672
|
"name": "color",
|
|
16625
|
-
"type": "string",
|
|
16673
|
+
"type": "`#${string}` | `rgb(${string})` | `rgba(${string})`",
|
|
16626
16674
|
"complexType": {
|
|
16627
|
-
"original": "
|
|
16628
|
-
"resolved": "string",
|
|
16629
|
-
"references": {
|
|
16675
|
+
"original": "IcColor",
|
|
16676
|
+
"resolved": "`#${string}` | `rgb(${string})` | `rgba(${string})`",
|
|
16677
|
+
"references": {
|
|
16678
|
+
"IcColor": {
|
|
16679
|
+
"location": "import",
|
|
16680
|
+
"path": "../../utils/types",
|
|
16681
|
+
"id": "src/utils/types.ts::IcColor"
|
|
16682
|
+
}
|
|
16683
|
+
}
|
|
16630
16684
|
},
|
|
16631
16685
|
"mutable": false,
|
|
16632
16686
|
"attr": "color",
|
|
@@ -16636,7 +16690,13 @@
|
|
|
16636
16690
|
"default": "null",
|
|
16637
16691
|
"values": [
|
|
16638
16692
|
{
|
|
16639
|
-
"type": "string"
|
|
16693
|
+
"type": "`#${string}`"
|
|
16694
|
+
},
|
|
16695
|
+
{
|
|
16696
|
+
"type": "`rgb(${string})`"
|
|
16697
|
+
},
|
|
16698
|
+
{
|
|
16699
|
+
"type": "`rgba(${string})`"
|
|
16640
16700
|
}
|
|
16641
16701
|
],
|
|
16642
16702
|
"optional": true,
|
|
@@ -17941,6 +18001,7 @@
|
|
|
17941
18001
|
"slots": [],
|
|
17942
18002
|
"parts": [],
|
|
17943
18003
|
"dependents": [
|
|
18004
|
+
"ic-back-to-top",
|
|
17944
18005
|
"ic-button",
|
|
17945
18006
|
"ic-card",
|
|
17946
18007
|
"ic-chip",
|
|
@@ -17953,6 +18014,9 @@
|
|
|
17953
18014
|
"ic-tooltip": [
|
|
17954
18015
|
"ic-typography"
|
|
17955
18016
|
],
|
|
18017
|
+
"ic-back-to-top": [
|
|
18018
|
+
"ic-tooltip"
|
|
18019
|
+
],
|
|
17956
18020
|
"ic-button": [
|
|
17957
18021
|
"ic-tooltip"
|
|
17958
18022
|
],
|
|
@@ -18741,6 +18805,11 @@
|
|
|
18741
18805
|
"docstring": "",
|
|
18742
18806
|
"path": "src/utils/types.ts"
|
|
18743
18807
|
},
|
|
18808
|
+
"src/components/ic-back-to-top/ic-back-to-top.types.ts::IcBackToTopVariants": {
|
|
18809
|
+
"declaration": "export type IcBackToTopVariants = \"default\" | \"icon\";",
|
|
18810
|
+
"docstring": "",
|
|
18811
|
+
"path": "src/components/ic-back-to-top/ic-back-to-top.types.ts"
|
|
18812
|
+
},
|
|
18744
18813
|
"src/components/ic-classification-banner/ic-classification-banner.types.tsx::IcProtectiveMarkings": {
|
|
18745
18814
|
"declaration": "export type IcProtectiveMarkings =\n | \"default\"\n | \"official\"\n | \"official-sensitive\"\n | \"secret\"\n | \"top-secret\";",
|
|
18746
18815
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.11.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": "
|
|
21
|
+
"gitHead": "bee9250acbbeec465702a621ad5a68bf74cd91f4"
|
|
22
22
|
}
|