@crowdin/app-project-module 0.49.0 → 0.50.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,4 +0,0 @@
1
- <script type="text/javascript">
2
- window.opener.postMessage('{{{message}}}');
3
- window.close();
4
- </script>
@@ -1,48 +0,0 @@
1
- <head>
2
- <meta charset="UTF-8">
3
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
5
- <title></title>
6
- <link rel="stylesheet" href="/assets/css/styles.css">
7
- <script type="module"
8
- src="https://crowdin-web-components.s3.amazonaws.com/crowdin-web-components/crowdin-web-components.esm.js"></script>
9
- <script nomodule=""
10
- src="https://crowdin-web-components.s3.amazonaws.com/crowdin-web-components/crowdin-web-components.js"></script>
11
- <script type="text/javascript" src="https://cdn.crowdin.com/apps/dist/iframe.js"></script>
12
- <script type="text/javascript" src="/assets/js/polyfills/promise.js"></script>
13
- <script type="text/javascript" src="/assets/js/polyfills/fetch.js"></script>
14
- <script type="text/javascript" src="/assets/js/main.js"></script>
15
- <script type="text/javascript" src="/assets/js/dependent.js"></script>
16
- <style>
17
- .ml-10 {
18
- margin-left: 10px;
19
- }
20
- </style>
21
- {{#if sentryData}}
22
- <script
23
- src="https://browser.sentry-cdn.com/7.60.0/bundle.replay.min.js"
24
- integrity="sha384-N+VZps2PwFdv9LugkPA8nw+SMI1mGJG7IDe49jaxZlWDDJhHQ+SHakMpwhLQLAka"
25
- crossorigin="anonymous"
26
- ></script>
27
- <script>
28
- Sentry.init({
29
- dsn: "{{sentryData.dsn}}",
30
- environment: "frontend",
31
- replaysSessionSampleRate: 0,
32
- replaysOnErrorSampleRate: 1.0,
33
- integrations: [new Sentry.Replay()],
34
- });
35
-
36
- Sentry.configureScope(function(scope) {
37
- scope.setTag("identifier", "{{sentryData.appIdentifier}}");
38
-
39
- AP.getContext(contextData => {
40
- const { user_id, ...rest } = contextData;
41
-
42
- user_id && scope.setUser({ id: user_id });
43
- scope.setTags(rest);
44
- });
45
- });
46
- </script>
47
- {{/if}}
48
- </head>
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
-
4
- <head>
5
- <meta charset="UTF-8">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
8
- <title></title>
9
- <script type="module"
10
- src="https://crowdin-web-components.s3.amazonaws.com/crowdin-web-components/crowdin-web-components.esm.js"></script>
11
- <script nomodule=""
12
- src="https://crowdin-web-components.s3.amazonaws.com/crowdin-web-components/crowdin-web-components.js"></script>
13
- <script type="text/javascript" src="https://cdn.crowdin.com/apps/dist/iframe.js"></script>
14
- </head>
15
-
16
- <body>
17
- <div class="i_w center">
18
- <crowdin-alert type="warning">Subscribe to continue using the {{name}} app.</crowdin-alert>
19
- <br/>
20
- <crowdin-button primary onclick="window.open('{{subscribeLink}}','_blank')">Subscribe</crowdin-button>
21
- <crowdin-button outlined onclick="window.open('https://crowdin.com/contacts','_blank')">Contact us
22
- </crowdin-button>
23
- </div>
24
- </body>
25
-
26
- </html>