@ukic/docs 2.10.0 → 2.10.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 +51 -1
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-03-
|
|
2
|
+
"timestamp": "2024-03-25T11:50:00",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.10.0",
|
|
@@ -17979,6 +17979,51 @@
|
|
|
17979
17979
|
"optional": false,
|
|
17980
17980
|
"required": false
|
|
17981
17981
|
},
|
|
17982
|
+
{
|
|
17983
|
+
"name": "customMobileBreakpoint",
|
|
17984
|
+
"type": "0 | 1200 | 576 | 768 | 992",
|
|
17985
|
+
"complexType": {
|
|
17986
|
+
"original": "IcDeviceSizes",
|
|
17987
|
+
"resolved": "0 | 1200 | 576 | 768 | 992",
|
|
17988
|
+
"references": {
|
|
17989
|
+
"IcDeviceSizes": {
|
|
17990
|
+
"location": "import",
|
|
17991
|
+
"path": "../../utils/types",
|
|
17992
|
+
"id": "src/utils/types.ts::IcDeviceSizes"
|
|
17993
|
+
}
|
|
17994
|
+
}
|
|
17995
|
+
},
|
|
17996
|
+
"mutable": false,
|
|
17997
|
+
"attr": "custom-mobile-breakpoint",
|
|
17998
|
+
"reflectToAttr": false,
|
|
17999
|
+
"docs": "Can set a custom breakpoint for the top navigation to switch to mobile mode.\nMust be one of our specified breakpoints in px: `0`, `576`, `768`, `992`, `1200`.",
|
|
18000
|
+
"docsTags": [],
|
|
18001
|
+
"default": "DEVICE_SIZES.L",
|
|
18002
|
+
"values": [
|
|
18003
|
+
{
|
|
18004
|
+
"value": "0",
|
|
18005
|
+
"type": "number"
|
|
18006
|
+
},
|
|
18007
|
+
{
|
|
18008
|
+
"value": "1200",
|
|
18009
|
+
"type": "number"
|
|
18010
|
+
},
|
|
18011
|
+
{
|
|
18012
|
+
"value": "576",
|
|
18013
|
+
"type": "number"
|
|
18014
|
+
},
|
|
18015
|
+
{
|
|
18016
|
+
"value": "768",
|
|
18017
|
+
"type": "number"
|
|
18018
|
+
},
|
|
18019
|
+
{
|
|
18020
|
+
"value": "992",
|
|
18021
|
+
"type": "number"
|
|
18022
|
+
}
|
|
18023
|
+
],
|
|
18024
|
+
"optional": false,
|
|
18025
|
+
"required": false
|
|
18026
|
+
},
|
|
17982
18027
|
{
|
|
17983
18028
|
"name": "href",
|
|
17984
18029
|
"type": "string",
|
|
@@ -18807,6 +18852,11 @@
|
|
|
18807
18852
|
"docstring": "",
|
|
18808
18853
|
"path": "src/components/ic-side-navigation/ic-side-navigation.types.ts"
|
|
18809
18854
|
},
|
|
18855
|
+
"src/utils/types.ts::IcDeviceSizes": {
|
|
18856
|
+
"declaration": "export type IcDeviceSizes = 0 | 576 | 768 | 992 | 1200;",
|
|
18857
|
+
"docstring": "",
|
|
18858
|
+
"path": "src/utils/types.ts"
|
|
18859
|
+
},
|
|
18810
18860
|
"src/components/ic-pagination/ic-pagination.types.ts::IcPaginationTypes": {
|
|
18811
18861
|
"declaration": "export type IcPaginationTypes = \"simple\" | \"complex\";",
|
|
18812
18862
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "mi6",
|
|
3
3
|
"name": "@ukic/docs",
|
|
4
|
-
"version": "2.10.
|
|
4
|
+
"version": "2.10.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": "5976cc52ef4bfb8988c33bb1a582e655961fe179"
|
|
22
22
|
}
|