@ukic/docs 2.1.0-beta.16 → 2.1.0-beta.18

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 +33 -2
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2023-06-26T15:17:52",
2
+ "timestamp": "2023-07-24T13:10:26",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "3.3.1",
@@ -6755,6 +6755,11 @@
6755
6755
  "event": "icCheck",
6756
6756
  "capture": false,
6757
6757
  "passive": false
6758
+ },
6759
+ {
6760
+ "event": "icSelectedChange",
6761
+ "capture": false,
6762
+ "passive": false
6758
6763
  }
6759
6764
  ],
6760
6765
  "styles": [],
@@ -6945,7 +6950,16 @@
6945
6950
  "bubbles": true,
6946
6951
  "cancelable": true,
6947
6952
  "composed": true,
6948
- "docs": "Emitted when a radio is selected.",
6953
+ "docs": "Emitted when the radio option is selected.",
6954
+ "docsTags": []
6955
+ },
6956
+ {
6957
+ "event": "icSelectedChange",
6958
+ "detail": "void",
6959
+ "bubbles": true,
6960
+ "cancelable": true,
6961
+ "composed": true,
6962
+ "docs": "Emitted when the radio option is selected or deselected.",
6949
6963
  "docsTags": []
6950
6964
  },
6951
6965
  {
@@ -11269,6 +11283,23 @@
11269
11283
  "optional": false,
11270
11284
  "required": false
11271
11285
  },
11286
+ {
11287
+ "name": "shortAppTitle",
11288
+ "type": "string",
11289
+ "mutable": false,
11290
+ "attr": "short-app-title",
11291
+ "reflectToAttr": false,
11292
+ "docs": "The short title of the app to be displayed at small screen sizes in place of the app title.",
11293
+ "docsTags": [],
11294
+ "default": "\"\"",
11295
+ "values": [
11296
+ {
11297
+ "type": "string"
11298
+ }
11299
+ ],
11300
+ "optional": false,
11301
+ "required": false
11302
+ },
11272
11303
  {
11273
11304
  "name": "status",
11274
11305
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukic/docs",
3
- "version": "2.1.0-beta.16",
3
+ "version": "2.1.0-beta.18",
4
4
  "description": "API documentation for @ukic components",
5
5
  "main": "docs.json",
6
6
  "types": "docs.d.ts",
@@ -9,5 +9,5 @@
9
9
  "docs.d.ts"
10
10
  ],
11
11
  "license": "MIT",
12
- "gitHead": "89c27e06ee9dd4dc4b2596c18c8ed21e5865aed3"
12
+ "gitHead": "a49b2440edc392a46fedd56d278ea540f66d87a1"
13
13
  }