@things-factory/layout-ui 5.0.0-zeta.9 → 5.0.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.
@@ -1,7 +1,7 @@
1
1
  body {
2
2
  --header-bar-background-color: var(--secondary-color);
3
3
  --header-bar-icon-size: var(--icon-default-size);
4
- --header-bar-title: bold 16px var(--theme-font);
4
+ --header-bar-title: bold 17.5px var(--theme-font);
5
5
  --header-bar-color: #fff;
6
6
  --header-bar-height: 45px;
7
7
  --header-bar-item-padding: 0px 5px 0 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/layout-ui",
3
- "version": "5.0.0-zeta.9",
3
+ "version": "5.0.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,8 +24,8 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/help": "^1.0.0-beta.40",
28
- "@operato/layout": "^1.0.0-beta.40"
27
+ "@operato/help": "^1.0.0",
28
+ "@operato/layout": "^1.0.0"
29
29
  },
30
- "gitHead": "af1562aba5cd179a7d10fc252b791e0a78049283"
30
+ "gitHead": "32cb91663e38de9ab1bb7a72af923c3bf8ac187b"
31
31
  }