@things-factory/operato-board 7.0.48 → 7.0.49

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/_index.html CHANGED
@@ -56,28 +56,8 @@
56
56
  <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
57
57
  <link rel="stylesheet" href="/theme.css" />
58
58
 
59
- <style>
60
- html,
61
- body {
62
- margin: 0;
63
- padding: 0;
64
- overflow: hidden;
65
-
66
- overscroll-behavior-y: none;
67
-
68
- /* This is a font-stack that tries to use the system-default sans-serifs first */
69
- font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
70
- line-height: 1.5;
71
- -webkit-font-smoothing: antialiased;
72
-
73
- accent-color: var(--md-sys-color-primary);
74
- background-color: var(--md-sys-color-background);
75
- }
76
- </style>
77
-
78
59
  <!-- Global site tag (gtag.js) - Google Analytics -->
79
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-LP0TEL75EJ"></script>
80
- <script src="/index.js" defer></script>
60
+ <script src="/static/index.js" defer></script>
81
61
  </head>
82
62
  <body class="light">
83
63
  <things-app></things-app>
@@ -0,0 +1,16 @@
1
+ html,
2
+ body {
3
+ margin: 0;
4
+ padding: 0;
5
+ overflow: hidden;
6
+
7
+ overscroll-behavior-y: none;
8
+
9
+ /* This is a font-stack that tries to use the system-default sans-serifs first */
10
+ font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
11
+ line-height: 1.5;
12
+ -webkit-font-smoothing: antialiased;
13
+
14
+ accent-color: var(--md-sys-color-primary);
15
+ background-color: var(--md-sys-color-background);
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "7.0.48",
3
+ "version": "7.0.49",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -91,45 +91,45 @@
91
91
  "@operato/shell": "^7.0.0",
92
92
  "@operato/styles": "^7.0.0",
93
93
  "@operato/utils": "^7.0.0",
94
- "@things-factory/apptool-ui": "^7.0.48",
95
- "@things-factory/auth-azure-ad": "^7.0.48",
96
- "@things-factory/auth-google": "^7.0.48",
97
- "@things-factory/auth-ui": "^7.0.48",
98
- "@things-factory/board-service": "^7.0.48",
99
- "@things-factory/board-ui": "^7.0.48",
100
- "@things-factory/context-ui": "^7.0.48",
101
- "@things-factory/export-ui": "^7.0.48",
102
- "@things-factory/fav-base": "^7.0.48",
103
- "@things-factory/font-base": "^7.0.48",
94
+ "@things-factory/apptool-ui": "^7.0.49",
95
+ "@things-factory/auth-azure-ad": "^7.0.49",
96
+ "@things-factory/auth-google": "^7.0.49",
97
+ "@things-factory/auth-ui": "^7.0.49",
98
+ "@things-factory/board-service": "^7.0.49",
99
+ "@things-factory/board-ui": "^7.0.49",
100
+ "@things-factory/context-ui": "^7.0.49",
101
+ "@things-factory/export-ui": "^7.0.49",
102
+ "@things-factory/fav-base": "^7.0.49",
103
+ "@things-factory/font-base": "^7.0.49",
104
104
  "@things-factory/form-ui": "^7.0.33",
105
- "@things-factory/help": "^7.0.48",
106
- "@things-factory/i18n-base": "^7.0.48",
107
- "@things-factory/import-ui": "^7.0.48",
108
- "@things-factory/integration-base": "^7.0.48",
109
- "@things-factory/integration-email": "^7.0.48",
110
- "@things-factory/integration-influxdb": "^7.0.48",
111
- "@things-factory/integration-msgraph": "^7.0.48",
112
- "@things-factory/integration-notification": "^7.0.48",
113
- "@things-factory/integration-openai": "^7.0.48",
114
- "@things-factory/integration-ui": "^7.0.48",
115
- "@things-factory/more-ui": "^7.0.48",
116
- "@things-factory/notification": "^7.0.48",
117
- "@things-factory/oauth2-client": "^7.0.48",
118
- "@things-factory/offline-ui": "^7.0.48",
119
- "@things-factory/pdf": "^7.0.48",
120
- "@things-factory/print-service": "^7.0.48",
121
- "@things-factory/print-ui": "^7.0.48",
122
- "@things-factory/resource-ui": "^7.0.48",
123
- "@things-factory/setting-ui": "^7.0.48",
124
- "@things-factory/shell": "^7.0.48",
125
- "@things-factory/system": "^7.0.48"
105
+ "@things-factory/help": "^7.0.49",
106
+ "@things-factory/i18n-base": "^7.0.49",
107
+ "@things-factory/import-ui": "^7.0.49",
108
+ "@things-factory/integration-base": "^7.0.49",
109
+ "@things-factory/integration-email": "^7.0.49",
110
+ "@things-factory/integration-influxdb": "^7.0.49",
111
+ "@things-factory/integration-msgraph": "^7.0.49",
112
+ "@things-factory/integration-notification": "^7.0.49",
113
+ "@things-factory/integration-openai": "^7.0.49",
114
+ "@things-factory/integration-ui": "^7.0.49",
115
+ "@things-factory/more-ui": "^7.0.49",
116
+ "@things-factory/notification": "^7.0.49",
117
+ "@things-factory/oauth2-client": "^7.0.49",
118
+ "@things-factory/offline-ui": "^7.0.49",
119
+ "@things-factory/pdf": "^7.0.49",
120
+ "@things-factory/print-service": "^7.0.49",
121
+ "@things-factory/print-ui": "^7.0.49",
122
+ "@things-factory/resource-ui": "^7.0.49",
123
+ "@things-factory/setting-ui": "^7.0.49",
124
+ "@things-factory/shell": "^7.0.49",
125
+ "@things-factory/system": "^7.0.49"
126
126
  },
127
127
  "devDependencies": {
128
- "@things-factory/board-test": "^7.0.48",
129
- "@things-factory/builder": "^7.0.48"
128
+ "@things-factory/board-test": "^7.0.49",
129
+ "@things-factory/builder": "^7.0.49"
130
130
  },
131
131
  "resolutions": {
132
132
  "passport": "^0.7.0"
133
133
  },
134
- "gitHead": "516772ebee08900790bcc43477419d60adcb4dcd"
134
+ "gitHead": "3fdc2d9c86f8ebf1470fa5d2155b7b3019df6c0d"
135
135
  }
@@ -56,24 +56,6 @@
56
56
  <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
57
57
  <link rel="stylesheet" href="/theme.css" />
58
58
 
59
- <style>
60
- body {
61
- margin: 0;
62
- padding: 0;
63
- overflow: hidden;
64
-
65
- overscroll-behavior-y: none;
66
-
67
- /* This is a font-stack that tries to use the system-default sans-serifs first */
68
- font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
69
- line-height: 1.5;
70
- -webkit-font-smoothing: antialiased;
71
-
72
- accent-color: var(--md-sys-color-primary);
73
- background-color: var(--md-sys-color-background);
74
- }
75
- </style>
76
-
77
59
  <!--- prefetch -->
78
60
  <link rel="prefetch" href="/auth/signin.js">
79
61
  <link rel="prefetch" href="/auth/signup.js">
@@ -55,22 +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: auto;
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
- accent-color: var(--md-sys-color-primary);
70
- background-color: var(--md-sys-color-background);
71
- }
72
- </style>
73
-
74
58
  <!--- prefetch -->
75
59
  <link rel="prefetch" href="/public/home.js" />
76
60
  </head>
package/_index.js DELETED
@@ -1,5 +0,0 @@
1
- if ('serviceWorker' in navigator) {
2
- navigator.serviceWorker.register('/service-worker.js', {
3
- scope: '/'
4
- })
5
- }