@ukic/docs 2.14.3 → 2.15.1
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 +108 -4
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -2082,8 +2082,8 @@
|
|
|
2082
2082
|
"references": {
|
|
2083
2083
|
"IcButtonTooltipPlacement": {
|
|
2084
2084
|
"location": "import",
|
|
2085
|
-
"path": "
|
|
2086
|
-
"id": "src/
|
|
2085
|
+
"path": "../../utils/types",
|
|
2086
|
+
"id": "src/utils/types.ts::IcButtonTooltipPlacement"
|
|
2087
2087
|
}
|
|
2088
2088
|
}
|
|
2089
2089
|
},
|
|
@@ -3862,6 +3862,28 @@
|
|
|
3862
3862
|
"optional": true,
|
|
3863
3863
|
"required": false
|
|
3864
3864
|
},
|
|
3865
|
+
{
|
|
3866
|
+
"name": "dismissLabel",
|
|
3867
|
+
"type": "string",
|
|
3868
|
+
"complexType": {
|
|
3869
|
+
"original": "string",
|
|
3870
|
+
"resolved": "string",
|
|
3871
|
+
"references": {}
|
|
3872
|
+
},
|
|
3873
|
+
"mutable": false,
|
|
3874
|
+
"attr": "dismiss-label",
|
|
3875
|
+
"reflectToAttr": false,
|
|
3876
|
+
"docs": "The text in the dismiss button tooltip and aria label.",
|
|
3877
|
+
"docsTags": [],
|
|
3878
|
+
"default": "\"Dismiss\"",
|
|
3879
|
+
"values": [
|
|
3880
|
+
{
|
|
3881
|
+
"type": "string"
|
|
3882
|
+
}
|
|
3883
|
+
],
|
|
3884
|
+
"optional": true,
|
|
3885
|
+
"required": false
|
|
3886
|
+
},
|
|
3865
3887
|
{
|
|
3866
3888
|
"name": "dismissible",
|
|
3867
3889
|
"type": "boolean",
|
|
@@ -17505,6 +17527,47 @@
|
|
|
17505
17527
|
"optional": false,
|
|
17506
17528
|
"required": false
|
|
17507
17529
|
},
|
|
17530
|
+
{
|
|
17531
|
+
"name": "tooltipPlacement",
|
|
17532
|
+
"type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
17533
|
+
"complexType": {
|
|
17534
|
+
"original": "IcButtonTooltipPlacement",
|
|
17535
|
+
"resolved": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
17536
|
+
"references": {
|
|
17537
|
+
"IcButtonTooltipPlacement": {
|
|
17538
|
+
"location": "import",
|
|
17539
|
+
"path": "../../utils/types",
|
|
17540
|
+
"id": "src/utils/types.ts::IcButtonTooltipPlacement"
|
|
17541
|
+
}
|
|
17542
|
+
}
|
|
17543
|
+
},
|
|
17544
|
+
"mutable": false,
|
|
17545
|
+
"attr": "tooltip-placement",
|
|
17546
|
+
"reflectToAttr": false,
|
|
17547
|
+
"docs": "The position of the tooltip in relation to the toggle button.",
|
|
17548
|
+
"docsTags": [],
|
|
17549
|
+
"default": "\"bottom\"",
|
|
17550
|
+
"values": [
|
|
17551
|
+
{
|
|
17552
|
+
"value": "bottom",
|
|
17553
|
+
"type": "string"
|
|
17554
|
+
},
|
|
17555
|
+
{
|
|
17556
|
+
"value": "left",
|
|
17557
|
+
"type": "string"
|
|
17558
|
+
},
|
|
17559
|
+
{
|
|
17560
|
+
"value": "right",
|
|
17561
|
+
"type": "string"
|
|
17562
|
+
},
|
|
17563
|
+
{
|
|
17564
|
+
"value": "top",
|
|
17565
|
+
"type": "string"
|
|
17566
|
+
}
|
|
17567
|
+
],
|
|
17568
|
+
"optional": false,
|
|
17569
|
+
"required": false
|
|
17570
|
+
},
|
|
17508
17571
|
{
|
|
17509
17572
|
"name": "variant",
|
|
17510
17573
|
"type": "\"default\" | \"icon\"",
|
|
@@ -17856,6 +17919,47 @@
|
|
|
17856
17919
|
"optional": true,
|
|
17857
17920
|
"required": false
|
|
17858
17921
|
},
|
|
17922
|
+
{
|
|
17923
|
+
"name": "tooltipPlacement",
|
|
17924
|
+
"type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
17925
|
+
"complexType": {
|
|
17926
|
+
"original": "IcButtonTooltipPlacement",
|
|
17927
|
+
"resolved": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
17928
|
+
"references": {
|
|
17929
|
+
"IcButtonTooltipPlacement": {
|
|
17930
|
+
"location": "import",
|
|
17931
|
+
"path": "../../utils/types",
|
|
17932
|
+
"id": "src/utils/types.ts::IcButtonTooltipPlacement"
|
|
17933
|
+
}
|
|
17934
|
+
}
|
|
17935
|
+
},
|
|
17936
|
+
"mutable": false,
|
|
17937
|
+
"attr": "tooltip-placement",
|
|
17938
|
+
"reflectToAttr": false,
|
|
17939
|
+
"docs": "The position of the tooltip in relation to the toggle buttons.",
|
|
17940
|
+
"docsTags": [],
|
|
17941
|
+
"default": "\"bottom\"",
|
|
17942
|
+
"values": [
|
|
17943
|
+
{
|
|
17944
|
+
"value": "bottom",
|
|
17945
|
+
"type": "string"
|
|
17946
|
+
},
|
|
17947
|
+
{
|
|
17948
|
+
"value": "left",
|
|
17949
|
+
"type": "string"
|
|
17950
|
+
},
|
|
17951
|
+
{
|
|
17952
|
+
"value": "right",
|
|
17953
|
+
"type": "string"
|
|
17954
|
+
},
|
|
17955
|
+
{
|
|
17956
|
+
"value": "top",
|
|
17957
|
+
"type": "string"
|
|
17958
|
+
}
|
|
17959
|
+
],
|
|
17960
|
+
"optional": false,
|
|
17961
|
+
"required": false
|
|
17962
|
+
},
|
|
17859
17963
|
{
|
|
17860
17964
|
"name": "variant",
|
|
17861
17965
|
"type": "\"default\" | \"icon\"",
|
|
@@ -19000,10 +19104,10 @@
|
|
|
19000
19104
|
"docstring": "",
|
|
19001
19105
|
"path": "src/components/ic-badge/ic-badge.types.ts"
|
|
19002
19106
|
},
|
|
19003
|
-
"src/
|
|
19107
|
+
"src/utils/types.ts::IcButtonTooltipPlacement": {
|
|
19004
19108
|
"declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
19005
19109
|
"docstring": "",
|
|
19006
|
-
"path": "src/
|
|
19110
|
+
"path": "src/utils/types.ts"
|
|
19007
19111
|
},
|
|
19008
19112
|
"src/components/ic-button/ic-button.types.ts::IcButtonTypes": {
|
|
19009
19113
|
"declaration": "export type IcButtonTypes = \"reset\" | \"submit\" | \"button\";",
|
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.15.1",
|
|
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": "6933256d2e62a911545e88614bf8283471bc0331"
|
|
22
22
|
}
|