@ukic/docs 2.11.1 → 2.12.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 +50 -4
- package/package.json +2 -2
package/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-05-
|
|
2
|
+
"timestamp": "2024-05-30T13:05:50",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.10.0",
|
|
@@ -2146,10 +2146,10 @@
|
|
|
2146
2146
|
},
|
|
2147
2147
|
{
|
|
2148
2148
|
"name": "variant",
|
|
2149
|
-
"type": "\"destructive\" | \"icon\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
2149
|
+
"type": "\"destructive\" | \"icon\" | \"icon-destructive\" | \"icon-primary\" | \"icon-secondary\" | \"icon-tertiary\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
2150
2150
|
"complexType": {
|
|
2151
2151
|
"original": "IcButtonVariants",
|
|
2152
|
-
"resolved": "\"destructive\" | \"icon\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
2152
|
+
"resolved": "\"destructive\" | \"icon\" | \"icon-destructive\" | \"icon-primary\" | \"icon-secondary\" | \"icon-tertiary\" | \"primary\" | \"secondary\" | \"tertiary\"",
|
|
2153
2153
|
"references": {
|
|
2154
2154
|
"IcButtonVariants": {
|
|
2155
2155
|
"location": "import",
|
|
@@ -2173,6 +2173,22 @@
|
|
|
2173
2173
|
"value": "icon",
|
|
2174
2174
|
"type": "string"
|
|
2175
2175
|
},
|
|
2176
|
+
{
|
|
2177
|
+
"value": "icon-destructive",
|
|
2178
|
+
"type": "string"
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"value": "icon-primary",
|
|
2182
|
+
"type": "string"
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"value": "icon-secondary",
|
|
2186
|
+
"type": "string"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"value": "icon-tertiary",
|
|
2190
|
+
"type": "string"
|
|
2191
|
+
},
|
|
2176
2192
|
{
|
|
2177
2193
|
"value": "primary",
|
|
2178
2194
|
"type": "string"
|
|
@@ -3105,6 +3121,28 @@
|
|
|
3105
3121
|
"optional": false,
|
|
3106
3122
|
"required": false
|
|
3107
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "hideLabel",
|
|
3126
|
+
"type": "boolean",
|
|
3127
|
+
"complexType": {
|
|
3128
|
+
"original": "boolean",
|
|
3129
|
+
"resolved": "boolean",
|
|
3130
|
+
"references": {}
|
|
3131
|
+
},
|
|
3132
|
+
"mutable": false,
|
|
3133
|
+
"attr": "hide-label",
|
|
3134
|
+
"reflectToAttr": false,
|
|
3135
|
+
"docs": "If `true`, the label will be hidden and the required label value will be applied as an aria-label.",
|
|
3136
|
+
"docsTags": [],
|
|
3137
|
+
"default": "false",
|
|
3138
|
+
"values": [
|
|
3139
|
+
{
|
|
3140
|
+
"type": "boolean"
|
|
3141
|
+
}
|
|
3142
|
+
],
|
|
3143
|
+
"optional": false,
|
|
3144
|
+
"required": false
|
|
3145
|
+
},
|
|
3108
3146
|
{
|
|
3109
3147
|
"name": "indeterminate",
|
|
3110
3148
|
"type": "boolean",
|
|
@@ -8945,6 +8983,10 @@
|
|
|
8945
8983
|
{
|
|
8946
8984
|
"name": "slot",
|
|
8947
8985
|
"text": "badge - Badge component overlaying the top right of the icon."
|
|
8986
|
+
},
|
|
8987
|
+
{
|
|
8988
|
+
"name": "slot",
|
|
8989
|
+
"text": "icon - Content will be displayed to the left of the label for expanded navigation items, and in replacement of the label for collapsed navigation items."
|
|
8948
8990
|
}
|
|
8949
8991
|
],
|
|
8950
8992
|
"usage": {},
|
|
@@ -9205,6 +9247,10 @@
|
|
|
9205
9247
|
{
|
|
9206
9248
|
"name": "badge",
|
|
9207
9249
|
"docs": "Badge component overlaying the top right of the icon."
|
|
9250
|
+
},
|
|
9251
|
+
{
|
|
9252
|
+
"name": "icon",
|
|
9253
|
+
"docs": "Content will be displayed to the left of the label for expanded navigation items, and in replacement of the label for collapsed navigation items."
|
|
9208
9254
|
}
|
|
9209
9255
|
],
|
|
9210
9256
|
"parts": [
|
|
@@ -18814,7 +18860,7 @@
|
|
|
18814
18860
|
"path": "src/components/ic-button/ic-button.types.ts"
|
|
18815
18861
|
},
|
|
18816
18862
|
"src/components/ic-button/ic-button.types.ts::IcButtonVariants": {
|
|
18817
|
-
"declaration": "export type IcButtonVariants =\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"icon\"\n | \"destructive\";",
|
|
18863
|
+
"declaration": "export type IcButtonVariants =\n | \"primary\"\n | \"secondary\"\n | \"tertiary\"\n | \"destructive\"\n | \"icon\"\n | \"icon-primary\"\n | \"icon-secondary\"\n | \"icon-tertiary\"\n | \"icon-destructive\";",
|
|
18818
18864
|
"docstring": "",
|
|
18819
18865
|
"path": "src/components/ic-button/ic-button.types.ts"
|
|
18820
18866
|
},
|
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.12.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": "d514f0b7ea02cad6e1f5f13aba34b7e8a3c162dd"
|
|
22
22
|
}
|