@fmidev/smartmet-alert-client 4.7.0-beta.0 → 4.7.0-beta.13

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/Jenkinsfile CHANGED
@@ -83,6 +83,7 @@ pipeline {
83
83
  }
84
84
  }
85
85
 
86
+ /* Disabled npmjs.com deployment for now
86
87
  stage('Publish package to npmjs.com') {
87
88
  when { environment name: 'BRANCH_NAME', value: 'main' }
88
89
  environment {
@@ -95,6 +96,7 @@ pipeline {
95
96
  }
96
97
  }
97
98
  }
99
+ */
98
100
 
99
101
  post {
100
102
  success {
Binary file
@@ -0,0 +1,20 @@
1
+ <!doctype html>
2
+ <html lang="fi">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta
6
+ name="viewport"
7
+ content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0, user-scalable=yes" />
8
+ <title>SmartMet Alert Client</title>
9
+ <style>
10
+ body {
11
+ background-color: #191b22;
12
+ }
13
+ </style>
14
+ </head>
15
+
16
+ <body>
17
+ <smartmet-alert-client language="fi" theme="dark"></smartmet-alert-client>
18
+ <script type="module" src="./index.js"></script>
19
+ </body>
20
+ </html>
@@ -0,0 +1,15 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta
6
+ name="viewport"
7
+ content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0, user-scalable=yes" />
8
+ <title>SmartMet Alert Client</title>
9
+ </head>
10
+
11
+ <body>
12
+ <smartmet-alert-client language="en"></smartmet-alert-client>
13
+ <script type="module" src="./index.js"></script>
14
+ </body>
15
+ </html>
@@ -0,0 +1,15 @@
1
+ <!doctype html>
2
+ <html lang="fi">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta
6
+ name="viewport"
7
+ content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0, user-scalable=yes" />
8
+ <title>SmartMet Alert Client</title>
9
+ </head>
10
+
11
+ <body>
12
+ <smartmet-alert-client language="fi"></smartmet-alert-client>
13
+ <script type="module" src="./index.js"></script>
14
+ </body>
15
+ </html>
@@ -0,0 +1,20 @@
1
+ <!doctype html>
2
+ <html lang="fi">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta
6
+ name="viewport"
7
+ content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
8
+ <title>SmartMet Alert Client</title>
9
+ <script type="module" crossorigin src="./index.mjs"></script>
10
+ <link rel="modulepreload" crossorigin href="./vendor-DlLAhxdV.js">
11
+ <link rel="modulepreload" crossorigin href="./xml-parser-BiNO9kc-.js">
12
+ <link rel="modulepreload" crossorigin href="./locale-en-DHsK0f7r.js">
13
+ <link rel="modulepreload" crossorigin href="./locale-fi-BvhOIS2k.js">
14
+ <link rel="modulepreload" crossorigin href="./locale-sv-DjUExDp4.js">
15
+ </head>
16
+
17
+ <body>
18
+ <smartmet-alert-client></smartmet-alert-client>
19
+ </body>
20
+ </html>