@rotki/ui-library 1.2.8 → 1.3.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.
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@rotki/ui-library",
5
- "version": "1.2.8",
5
+ "version": "1.3.0",
6
6
  "js-types-syntax": "typescript",
7
7
  "description-markup": "markdown",
8
8
  "contributions": {
@@ -1284,9 +1284,19 @@
1284
1284
  "type": "{ label?: string | undefined; description?: string | undefined; } | undefined"
1285
1285
  }
1286
1286
  },
1287
+ {
1288
+ "name": "hide-default-header",
1289
+ "description": "should hide the header navigation",
1290
+ "required": false,
1291
+ "default": "false",
1292
+ "value": {
1293
+ "kind": "expression",
1294
+ "type": "boolean | undefined"
1295
+ }
1296
+ },
1287
1297
  {
1288
1298
  "name": "hide-default-footer",
1289
- "description": "should hide the footer",
1299
+ "description": "should hide the footer navigation",
1290
1300
  "required": false,
1291
1301
  "default": "false",
1292
1302
  "value": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotki/ui-library",
3
- "version": "1.2.8",
3
+ "version": "1.3.0",
4
4
  "description": "A vue design system and component library for rotki",
5
5
  "type": "module",
6
6
  "keywords": [