@things-factory/operato-tools 7.0.47 → 7.0.49

Sign up to get free protection for your applications and to get access to all the features.
package/_index.html CHANGED
@@ -55,27 +55,7 @@
55
55
  <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
56
56
  <link rel="stylesheet" href="/theme.css" />
57
57
 
58
- <!-- Add any global styles for body, document, etc. -->
59
- <style>
60
- body {
61
- margin: 0;
62
- padding: 0;
63
- overflow: hidden;
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
- </style>
71
-
72
- <script>
73
- if ('serviceWorker' in navigator) {
74
- navigator.serviceWorker.register('/service-worker.js', {
75
- scope: '/'
76
- })
77
- }
78
- </script>
58
+ <script src="/static/index.js" defer></script>
79
59
  </head>
80
60
 
81
61
  <body class="light">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-tools",
3
- "version": "7.0.47",
3
+ "version": "7.0.49",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -40,8 +40,8 @@
40
40
  "@things-factory/operato-license-checker": "^4.0.4"
41
41
  },
42
42
  "devDependencies": {
43
- "@things-factory/builder": "^7.0.33",
44
- "@things-factory/meta-ui": "^7.0.47"
43
+ "@things-factory/builder": "^7.0.49",
44
+ "@things-factory/meta-ui": "^7.0.49"
45
45
  },
46
- "gitHead": "785ae44608f27d3c4c16b48cd8be5e6fce14ea6c"
46
+ "gitHead": "3fdc2d9c86f8ebf1470fa5d2155b7b3019df6c0d"
47
47
  }
@@ -55,19 +55,6 @@
55
55
  <link href="/node_modules/@fontsource/roboto/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
- /* This is a font-stack that tries to use the system-default sans-serifs first */
65
- font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
66
- line-height: 1.5;
67
- -webkit-font-smoothing: antialiased;
68
- }
69
- </style>
70
-
71
58
  <!--- prefetch -->
72
59
  <link rel="prefetch" href="/auth/signin.js">
73
60
  <link rel="prefetch" href="/auth/signup.js">
@@ -86,7 +73,7 @@
86
73
 
87
74
  <script src="<%- elementScript %>"></script>
88
75
  <script src="/theme.js"></script>
89
- <script>
76
+ <script nonce="<%= nonce %>">
90
77
  var pageEl = document.querySelector('#page')
91
78
  page.data = <%- JSON.stringify(data) %>
92
79
  </script>
@@ -55,19 +55,6 @@
55
55
  <link href="/node_modules/@fontsource/roboto/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
- /* This is a font-stack that tries to use the system-default sans-serifs first */
65
- font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
66
- line-height: 1.5;
67
- -webkit-font-smoothing: antialiased;
68
- }
69
- </style>
70
-
71
58
  <!--- prefetch -->
72
59
  <link rel="prefetch" href="/public/home.js" />
73
60
  </head>