@ukic/docs 2.1.0-beta.17 → 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 +18 -1
  2. package/package.json +2 -2
package/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2023-07-13T09:57:07",
2
+ "timestamp": "2023-07-24T13:10:26",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "3.3.1",
@@ -11283,6 +11283,23 @@
11283
11283
  "optional": false,
11284
11284
  "required": false
11285
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
+ },
11286
11303
  {
11287
11304
  "name": "status",
11288
11305
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukic/docs",
3
- "version": "2.1.0-beta.17",
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": "7d0f6c6e808b4a5758e68c1b4b0fa4d596c95330"
12
+ "gitHead": "a49b2440edc392a46fedd56d278ea540f66d87a1"
13
13
  }