@ukic/docs 2.15.0 → 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.
Files changed (2) hide show
  1. package/docs.json +86 -4
  2. 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": "./ic-button.types",
2086
- "id": "src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement"
2085
+ "path": "../../utils/types",
2086
+ "id": "src/utils/types.ts::IcButtonTooltipPlacement"
2087
2087
  }
2088
2088
  }
2089
2089
  },
@@ -17527,6 +17527,47 @@
17527
17527
  "optional": false,
17528
17528
  "required": false
17529
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
+ },
17530
17571
  {
17531
17572
  "name": "variant",
17532
17573
  "type": "\"default\" | \"icon\"",
@@ -17878,6 +17919,47 @@
17878
17919
  "optional": true,
17879
17920
  "required": false
17880
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
+ },
17881
17963
  {
17882
17964
  "name": "variant",
17883
17965
  "type": "\"default\" | \"icon\"",
@@ -19022,10 +19104,10 @@
19022
19104
  "docstring": "",
19023
19105
  "path": "src/components/ic-badge/ic-badge.types.ts"
19024
19106
  },
19025
- "src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement": {
19107
+ "src/utils/types.ts::IcButtonTooltipPlacement": {
19026
19108
  "declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
19027
19109
  "docstring": "",
19028
- "path": "src/components/ic-button/ic-button.types.ts"
19110
+ "path": "src/utils/types.ts"
19029
19111
  },
19030
19112
  "src/components/ic-button/ic-button.types.ts::IcButtonTypes": {
19031
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.15.0",
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": "601e99c0c72212bc0e7f74e378188f05d9ffb3bb"
21
+ "gitHead": "6933256d2e62a911545e88614bf8283471bc0331"
22
22
  }