@mirai/core 0.3.445 → 0.3.446

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.3.445",
3
+ "version": "0.3.446",
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,8 +1,6 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
3
  <head>
4
- <link rel="stylesheet" href="/index.25ab5e3a.css" />
5
- <link rel="stylesheet" href="/index.198da828.css" />
6
4
  <style>
7
5
  * {
8
6
  font-family: var(--mirai-ui-font);
@@ -11,28 +9,21 @@
11
9
  header {
12
10
  align-items: center;
13
11
  border-bottom: solid 1px var(--mirai-ui-content-border);
14
- display: flex;
15
- flex-direction: row;
16
- justify-content: space-between;
17
12
  padding: var(--mirai-ui-space-M);
18
13
  }
19
14
 
20
- header h1 {
15
+ header > h1 {
21
16
  font-size: var(--mirai-ui-font-size-headline-2);
22
17
  line-height: var(--mirai-ui-line-height-headline-2);
23
18
  margin: 0;
24
19
  padding: 0;
25
20
  }
26
21
 
27
- header small {
22
+ header > small {
28
23
  font-size: var(--mirai-ui-font-size-small);
29
24
  line-height: var(--mirai-ui-line-height-small);
30
25
  }
31
26
 
32
- header span {
33
- margin-left: var(--mirai-ui-space-M);
34
- }
35
-
36
27
  main {
37
28
  padding: 0 var(--mirai-ui-space-M);
38
29
  }
@@ -106,14 +97,8 @@
106
97
  <div id="mirai" data-mirai-id="100379008"></div>
107
98
 
108
99
  <header>
109
- <div>
110
- <h1>monalisa</h1>
111
- <small>Hotel & Resort</small>
112
- </div>
113
- <div>
114
- <span>Log in</span>
115
- <span>Signup</span>
116
- </div>
100
+ <h1>monalisa</h1>
101
+ <small>Hotel & Resort</small>
117
102
  </header>
118
103
  <main>
119
104
  <strong>Discover the Serenity of a Perfect Stay</strong>
@@ -124,6 +109,6 @@
124
109
  </main>
125
110
 
126
111
  <!-- @mirai/core -->
127
- <script async="" defer="" src="/index.93a27b30.js" onload="window.mirai.core"></script>
112
+ <script async type="module" defer src="../../src/index.js"></script>
128
113
  </body>
129
114
  </html>