@things-factory/reference-app 6.2.166 → 6.2.167

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "6.2.166",
3
+ "version": "6.2.167",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -67,42 +67,42 @@
67
67
  "@operato/scene-tab": "^1.0.0",
68
68
  "@operato/shell": "^1.0.1",
69
69
  "@operato/utils": "^1.0.1",
70
- "@things-factory/api": "^6.2.165",
71
- "@things-factory/apptool-ui": "^6.2.165",
72
- "@things-factory/attachment-base": "^6.2.165",
73
- "@things-factory/auth-ui": "^6.2.165",
74
- "@things-factory/board-service": "^6.2.165",
75
- "@things-factory/board-ui": "^6.2.166",
76
- "@things-factory/ccp": "^6.2.165",
77
- "@things-factory/contact": "^6.2.165",
78
- "@things-factory/context-ui": "^6.2.165",
79
- "@things-factory/dashboard": "^6.2.166",
80
- "@things-factory/dataset": "^6.2.165",
81
- "@things-factory/export-ui": "^6.2.165",
82
- "@things-factory/export-ui-excel": "^6.2.165",
83
- "@things-factory/help": "^6.2.165",
84
- "@things-factory/integration-ui": "^6.2.165",
85
- "@things-factory/lite-menu": "^6.2.166",
86
- "@things-factory/more-ui": "^6.2.165",
87
- "@things-factory/notification": "^6.2.165",
88
- "@things-factory/oauth2-client": "^6.2.165",
89
- "@things-factory/organization": "^6.2.165",
90
- "@things-factory/print-ui": "^6.2.165",
91
- "@things-factory/product-base": "^6.2.165",
92
- "@things-factory/qc": "^6.2.165",
93
- "@things-factory/resource-ui": "^6.2.165",
94
- "@things-factory/routing-base": "^6.2.165",
95
- "@things-factory/setting-base": "^6.2.165",
96
- "@things-factory/setting-ui": "^6.2.165",
97
- "@things-factory/shell": "^6.2.165",
98
- "@things-factory/system": "^6.2.165",
99
- "@things-factory/web-editor": "^6.2.165",
100
- "@things-factory/work-shift": "^6.2.165",
70
+ "@things-factory/api": "^6.2.167",
71
+ "@things-factory/apptool-ui": "^6.2.167",
72
+ "@things-factory/attachment-base": "^6.2.167",
73
+ "@things-factory/auth-ui": "^6.2.167",
74
+ "@things-factory/board-service": "^6.2.167",
75
+ "@things-factory/board-ui": "^6.2.167",
76
+ "@things-factory/ccp": "^6.2.167",
77
+ "@things-factory/contact": "^6.2.167",
78
+ "@things-factory/context-ui": "^6.2.167",
79
+ "@things-factory/dashboard": "^6.2.167",
80
+ "@things-factory/dataset": "^6.2.167",
81
+ "@things-factory/export-ui": "^6.2.167",
82
+ "@things-factory/export-ui-excel": "^6.2.167",
83
+ "@things-factory/help": "^6.2.167",
84
+ "@things-factory/integration-ui": "^6.2.167",
85
+ "@things-factory/lite-menu": "^6.2.167",
86
+ "@things-factory/more-ui": "^6.2.167",
87
+ "@things-factory/notification": "^6.2.167",
88
+ "@things-factory/oauth2-client": "^6.2.167",
89
+ "@things-factory/organization": "^6.2.167",
90
+ "@things-factory/print-ui": "^6.2.167",
91
+ "@things-factory/product-base": "^6.2.167",
92
+ "@things-factory/qc": "^6.2.167",
93
+ "@things-factory/resource-ui": "^6.2.167",
94
+ "@things-factory/routing-base": "^6.2.167",
95
+ "@things-factory/setting-base": "^6.2.167",
96
+ "@things-factory/setting-ui": "^6.2.167",
97
+ "@things-factory/shell": "^6.2.167",
98
+ "@things-factory/system": "^6.2.167",
99
+ "@things-factory/web-editor": "^6.2.167",
100
+ "@things-factory/work-shift": "^6.2.167",
101
101
  "@tinymce/tinymce-webcomponent": "^2.0.1",
102
102
  "random-words": "^1.2.0"
103
103
  },
104
104
  "devDependencies": {
105
- "@things-factory/builder": "^6.2.122"
105
+ "@things-factory/builder": "^6.2.167"
106
106
  },
107
- "gitHead": "d6cd35fee6a24067cd754fbb3a5488b09c923c5d"
107
+ "gitHead": "c0b528ac67d7cd766d901e0e2f74ae39ef648cab"
108
108
  }
@@ -55,23 +55,6 @@
55
55
  <link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
56
56
  <link rel="stylesheet" href="/theme.css" />
57
57
 
58
- <style>
59
- body {
60
- margin: 0;
61
- padding: 0;
62
- overflow: hidden;
63
-
64
- overscroll-behavior-y: none;
65
-
66
- /* This is a font-stack that tries to use the system-default sans-serifs first */
67
- font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
68
- line-height: 1.5;
69
- -webkit-font-smoothing: antialiased;
70
-
71
- accent-color: var(--primary-color);
72
- }
73
- </style>
74
-
75
58
  <!--- prefetch -->
76
59
  <link rel="prefetch" href="/auth/signin.js">
77
60
  <link rel="prefetch" href="/auth/signup.js">
@@ -90,7 +73,7 @@
90
73
 
91
74
  <script src="<%- elementScript %>"></script>
92
75
  <script src="/theme.js"></script>
93
- <script>
76
+ <script nonce="<%= nonce %>">
94
77
  var pageEl = document.querySelector('#page')
95
78
  page.data = <%- JSON.stringify(data) %>
96
79
  </script>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
@@ -54,23 +54,6 @@
54
54
  <link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
55
55
  <link rel="stylesheet" href="/theme.css" />
56
56
 
57
- <style>
58
- body {
59
- margin: 0;
60
- padding: 0;
61
- overflow: hidden;
62
-
63
- overscroll-behavior-y: none;
64
-
65
- /* This is a font-stack that tries to use the system-default sans-serifs first */
66
- font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
67
- line-height: 1.5;
68
- -webkit-font-smoothing: antialiased;
69
-
70
- accent-color: var(--primary-color);
71
- }
72
- </style>
73
-
74
57
  <!--- prefetch -->
75
58
  <link rel="prefetch" href="/public/home.js" />
76
59
  </head>