@mirai/core 0.3.255 → 0.3.256

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.
@@ -7,7 +7,11 @@ exports[`component:<InputField> inherit:className 1`] = `
7
7
  >
8
8
  <div
9
9
  class="view"
10
- />
10
+ >
11
+ <div
12
+ class="view wide"
13
+ />
14
+ </div>
11
15
  </div>
12
16
  </DocumentFragment>
13
17
  `;
@@ -20,35 +24,39 @@ exports[`component:<InputField> property error 1`] = `
20
24
  <div
21
25
  class="view"
22
26
  >
23
- <span
24
- class="text small"
25
- >
26
- label
27
- </span>
28
- <span>
29
- children
30
- </span>
31
- <span
32
- class="icon headline-3"
27
+ <div
28
+ class="view wide"
33
29
  >
34
- <svg
35
- fill="currentColor"
36
- height="1em"
37
- stroke="currentColor"
38
- stroke-width="0"
39
- viewBox="0 0 24 24"
40
- width="1em"
41
- xmlns="http://www.w3.org/2000/svg"
30
+ <span
31
+ class="text small"
42
32
  >
43
- <path
44
- d="M0 0h24v24H0V0z"
45
- fill="none"
46
- />
47
- <path
48
- d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
49
- />
50
- </svg>
51
- </span>
33
+ label
34
+ </span>
35
+ <span>
36
+ children
37
+ </span>
38
+ <span
39
+ class="icon headline-3"
40
+ >
41
+ <svg
42
+ fill="currentColor"
43
+ height="1em"
44
+ stroke="currentColor"
45
+ stroke-width="0"
46
+ viewBox="0 0 24 24"
47
+ width="1em"
48
+ xmlns="http://www.w3.org/2000/svg"
49
+ >
50
+ <path
51
+ d="M0 0h24v24H0V0z"
52
+ fill="none"
53
+ />
54
+ <path
55
+ d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
56
+ />
57
+ </svg>
58
+ </span>
59
+ </div>
52
60
  </div>
53
61
  </div>
54
62
  </DocumentFragment>
@@ -62,14 +70,18 @@ exports[`component:<InputField> property hint 1`] = `
62
70
  <div
63
71
  class="view"
64
72
  >
65
- <span
66
- class="text small"
73
+ <div
74
+ class="view wide"
67
75
  >
68
- label
69
- </span>
70
- <span>
71
- children
72
- </span>
76
+ <span
77
+ class="text small"
78
+ >
79
+ label
80
+ </span>
81
+ <span>
82
+ children
83
+ </span>
84
+ </div>
73
85
  </div>
74
86
  <span
75
87
  class="text small"
@@ -88,35 +100,39 @@ exports[`component:<InputField> property success 1`] = `
88
100
  <div
89
101
  class="view"
90
102
  >
91
- <span
92
- class="text small"
103
+ <div
104
+ class="view wide"
93
105
  >
94
- label
95
- </span>
96
- <span>
97
- children
98
- </span>
99
- <span
100
- class="icon headline-3"
101
- >
102
- <svg
103
- fill="currentColor"
104
- height="1em"
105
- stroke="currentColor"
106
- stroke-width="0"
107
- viewBox="0 0 24 24"
108
- width="1em"
109
- xmlns="http://www.w3.org/2000/svg"
106
+ <span
107
+ class="text small"
108
+ >
109
+ label
110
+ </span>
111
+ <span>
112
+ children
113
+ </span>
114
+ <span
115
+ class="icon headline-3"
110
116
  >
111
- <path
112
- d="M0 0h24v24H0V0zm0 0h24v24H0V0z"
113
- fill="none"
114
- />
115
- <path
116
- d="M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
117
- />
118
- </svg>
119
- </span>
117
+ <svg
118
+ fill="currentColor"
119
+ height="1em"
120
+ stroke="currentColor"
121
+ stroke-width="0"
122
+ viewBox="0 0 24 24"
123
+ width="1em"
124
+ xmlns="http://www.w3.org/2000/svg"
125
+ >
126
+ <path
127
+ d="M0 0h24v24H0V0zm0 0h24v24H0V0z"
128
+ fill="none"
129
+ />
130
+ <path
131
+ d="M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
132
+ />
133
+ </svg>
134
+ </span>
135
+ </div>
120
136
  </div>
121
137
  </div>
122
138
  </DocumentFragment>
@@ -130,14 +146,18 @@ exports[`component:<InputField> renders 1`] = `
130
146
  <div
131
147
  class="view"
132
148
  >
133
- <span
134
- class="text small"
149
+ <div
150
+ class="view wide"
135
151
  >
136
- label
137
- </span>
138
- <span>
139
- children
140
- </span>
152
+ <span
153
+ class="text small"
154
+ >
155
+ label
156
+ </span>
157
+ <span>
158
+ children
159
+ </span>
160
+ </div>
141
161
  </div>
142
162
  </div>
143
163
  </DocumentFragment>
@@ -152,14 +172,18 @@ exports[`component:<InputField> testID 1`] = `
152
172
  <div
153
173
  class="view"
154
174
  >
155
- <span
156
- class="text small"
175
+ <div
176
+ class="view wide"
157
177
  >
158
- label
159
- </span>
160
- <span>
161
- children
162
- </span>
178
+ <span
179
+ class="text small"
180
+ >
181
+ label
182
+ </span>
183
+ <span>
184
+ children
185
+ </span>
186
+ </div>
163
187
  </div>
164
188
  </div>
165
189
  </DocumentFragment>
@@ -6,5 +6,5 @@
6
6
 
7
7
  .input {
8
8
  box-sizing: border-box;
9
- height: calc(var(--mirai-ui-space-XXS) + var(--mirai-ui-space-XL));
9
+ height: var(--mirai-ui-space-XL);
10
10
  }