@mirai/core 0.1.137 → 0.1.141

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": "@mirai/core",
3
- "version": "0.1.137",
3
+ "version": "0.1.141",
4
4
  "source": "src/index.js",
5
5
  "repository": "https://gitlab.com/miraicorp/dev/frontend/core",
6
6
  "author": "JΛVI <hello@soyjavi.com>",
@@ -1,35 +1,34 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate, max-age=0" />
7
+ <title>@mirai/core</title>
8
+ <link rel="stylesheet" href="{url}/index.css" rel="preload" defer />
9
+ <link rel="stylesheet" href="{url}/site/customer.css" />
10
+ <link rel="stylesheet" href="{url}/site/core.css" />
11
+ </head>
3
12
 
4
- <head>
5
- <meta charset="utf-8" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1" />
7
- <title>@mirai/core</title>
8
- <link rel="stylesheet" href="{url}/index.css" rel="preload" defer />
9
- <link rel="stylesheet" href="{url}/site/customer.css" />
10
- <link rel="stylesheet" href="{url}/site/core.css" />
11
- </head>
13
+ <body>
14
+ <div data-mirai-id="88737419" data-type="hotel" data-locale="en-GB" hidden></div>
12
15
 
13
- <body>
14
- <div data-mirai-id="88737419" data-type="hotel" data-locale="en-GB" hidden></div>
16
+ <header>
17
+ <h1>@mirai/core</h1>
18
+ <nav>
19
+ <div data-mirai-component="session"></div>
20
+ <div data-mirai-component="bookingQuery"></div>
21
+ <div data-mirai-component="environment" data-mobile="false"></div>
22
+ <div data-mirai-component="state"></div>
23
+ </nav>
24
+ </header>
15
25
 
16
- <header>
17
- <h1>@mirai/core</h1>
18
- <nav>
19
- <div data-mirai-component="session"></div>
20
- <div data-mirai-component="bookingQuery"></div>
21
- <div data-mirai-component="environment" data-mobile="false"></div>
22
- <div data-mirai-component="state"></div>
23
- </nav>
24
- </header>
26
+ <section class="deals">
27
+ <div data-mirai-component="deals" data-id="205800"></div>
28
+ </section>
25
29
 
26
- <section class="deals">
27
- <div data-mirai-component="deals" data-id="205800"></div>
28
- </section>
30
+ <footer>Mirai Tech - Copyright, 2023</footer>
29
31
 
30
- <footer>Mirai Tech - Copyright, 2023</footer>
31
-
32
- <script type="module" defer src="{url}/index.js"></script>
33
- </body>
34
-
35
- </html>
32
+ <script type="module" defer src="{url}/index.js"></script>
33
+ </body>
34
+ </html>