@mirai/core 0.1.63 → 0.1.64

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.63",
3
+ "version": "0.1.64",
4
4
  "source": "src/index.js",
5
5
  "repository": "https://gitlab.com/miraicorp/dev/frontend/core",
6
6
  "author": "JΛVI <hello@soyjavi.com>",
@@ -67,22 +67,25 @@ section {
67
67
  width: calc(100% - calc(var(--mirai-ui-space-M) * 2));
68
68
  }
69
69
 
70
- section.finder {
71
- background-color: var(--mirai-ui-content-border);
72
- padding-bottom: var(--mirai-ui-space-XL);
73
- padding-top: var(--mirai-ui-space-XL);
70
+ section.booking {
74
71
  }
75
72
 
76
73
  section.deals {
77
74
  }
78
75
 
79
- section.signup {
76
+ section.finder {
77
+ background-color: var(--mirai-ui-content-border);
78
+ padding-bottom: var(--mirai-ui-space-XL);
79
+ padding-top: var(--mirai-ui-space-XL);
80
80
  }
81
81
 
82
82
  section.profile > * {
83
83
  width: 100%;
84
84
  }
85
85
 
86
+ section.signup {
87
+ }
88
+
86
89
  footer {
87
90
  background-color: var(--mirai-ui-content-border);
88
91
  color: var(--mirai-ui-content-light);
@@ -0,0 +1,19 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <title>@mirai/core</title>
7
+ <link rel="stylesheet" href="{url}/index.css" rel="preload" defer />
8
+ <link rel="stylesheet" href="{url}/site/customer.css" />
9
+ </head>
10
+ <body>
11
+ <div data-mirai-id="501404" data-hotel="100376545" data-type="chain" data-locale="en-GB" hidden></div>
12
+
13
+ <section class="booking">
14
+ <div data-mirai-component="booking"></div>
15
+ </section>
16
+
17
+ <script type="module" defer src="{url}/index.js"></script>
18
+ </body>
19
+ </html>
@@ -0,0 +1,31 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <title>@mirai/core</title>
7
+ <link rel="stylesheet" href="{url}/index.css" rel="preload" defer />
8
+ <link rel="stylesheet" href="{url}/site/customer.css" />
9
+ </head>
10
+ <body>
11
+ <div data-mirai-id="501404" data-hotel="100376545" data-type="chain" data-locale="en-GB" hidden></div>
12
+
13
+ <header>
14
+ <h1>@mirai/core</h1>
15
+ <nav>
16
+ <div data-mirai-component="session"></div>
17
+ <div data-mirai-component="bookingQuery"></div>
18
+ <div data-mirai-component="environment" data-mobile="false"></div>
19
+ <div data-mirai-component="state"></div>
20
+ </nav>
21
+ </header>
22
+
23
+ <section class="deals">
24
+ <div data-mirai-component="deals"></div>
25
+ </section>
26
+
27
+ <footer>Mirai Tech - Copyright, 2023</footer>
28
+
29
+ <script type="module" defer src="{url}/index.js"></script>
30
+ </body>
31
+ </html>
@@ -24,10 +24,6 @@
24
24
  <div data-mirai-component="profile"></div>
25
25
  </section>
26
26
 
27
- <section class="signup">
28
- <div data-mirai-component="signup"></div>
29
- </section>
30
-
31
27
  <footer>Mirai Tech - Copyright, 2023</footer>
32
28
 
33
29
  <script type="module" defer src="{url}/index.js"></script>