@mirai/ui 1.1.0-d → 1.1.1

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.
Files changed (186) hide show
  1. package/README.md +109 -60
  2. package/build/components/Action/Action.js +1 -1
  3. package/build/components/Action/Action.js.map +1 -1
  4. package/build/components/Action/Action.module.css +4 -7
  5. package/build/components/Action/Action.stories.js +1 -1
  6. package/build/components/Action/Action.stories.js.map +1 -1
  7. package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +26 -40
  8. package/build/components/Button/Button.module.css +30 -33
  9. package/build/components/Button/Button.stories.js +9 -0
  10. package/build/components/Button/Button.stories.js.map +1 -1
  11. package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +21 -30
  12. package/build/components/Calendar/Calendar.Month.js +12 -8
  13. package/build/components/Calendar/Calendar.Month.js.map +1 -1
  14. package/build/components/Calendar/Calendar.Week.js +7 -10
  15. package/build/components/Calendar/Calendar.Week.js.map +1 -1
  16. package/build/components/Calendar/Calendar.js +9 -1
  17. package/build/components/Calendar/Calendar.js.map +1 -1
  18. package/build/components/Calendar/Calendar.module.css +3 -4
  19. package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +15736 -15768
  20. package/build/components/Form/Form.constants.js +1 -1
  21. package/build/components/Form/Form.constants.js.map +1 -1
  22. package/build/components/Form/Form.js +3 -1
  23. package/build/components/Form/Form.js.map +1 -1
  24. package/build/components/Form/Form.stories.js +6 -1
  25. package/build/components/Form/Form.stories.js.map +1 -1
  26. package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +9 -9
  27. package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +42 -42
  28. package/build/components/InputNumber/InputNumber.js +2 -1
  29. package/build/components/InputNumber/InputNumber.js.map +1 -1
  30. package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +138 -153
  31. package/build/components/InputOption/InputOption.js +8 -1
  32. package/build/components/InputOption/InputOption.js.map +1 -1
  33. package/build/components/InputOption/InputOption.module.css +13 -2
  34. package/build/components/InputOption/InputOption.stories.js +2 -1
  35. package/build/components/InputOption/InputOption.stories.js.map +1 -1
  36. package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +96 -90
  37. package/build/components/InputPhone/InputPhone.js +22 -19
  38. package/build/components/InputPhone/InputPhone.js.map +1 -1
  39. package/build/components/InputPhone/InputPhone.module.css +18 -5
  40. package/build/components/InputPhone/InputPhone.stories.js +3 -3
  41. package/build/components/InputPhone/InputPhone.stories.js.map +1 -1
  42. package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +389 -389
  43. package/build/components/InputPhone/helpers/index.js +11 -0
  44. package/build/components/InputPhone/helpers/index.js.map +1 -1
  45. package/build/components/InputPhone/helpers/sanitizePrefixes.js +24 -0
  46. package/build/components/InputPhone/helpers/sanitizePrefixes.js.map +1 -0
  47. package/build/components/InputSelect/InputSelect.js +3 -5
  48. package/build/components/InputSelect/InputSelect.js.map +1 -1
  49. package/build/components/InputSelect/InputSelect.stories.js +1 -0
  50. package/build/components/InputSelect/InputSelect.stories.js.map +1 -1
  51. package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +136 -136
  52. package/build/components/InputSelect/partials/InputSelect.Expand.js +23 -0
  53. package/build/components/InputSelect/partials/InputSelect.Expand.js.map +1 -0
  54. package/build/components/InputSelect/partials/index.js +17 -0
  55. package/build/components/InputSelect/partials/index.js.map +1 -0
  56. package/build/components/InputText/InputText.js +6 -4
  57. package/build/components/InputText/InputText.js.map +1 -1
  58. package/build/components/InputText/InputText.module.css +18 -6
  59. package/build/components/InputText/InputText.stories.js +7 -2
  60. package/build/components/InputText/InputText.stories.js.map +1 -1
  61. package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +142 -143
  62. package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +72 -70
  63. package/build/components/Modal/Modal.js +15 -8
  64. package/build/components/Modal/Modal.js.map +1 -1
  65. package/build/components/Modal/Modal.module.css +30 -13
  66. package/build/components/Modal/Modal.stories.js +1 -0
  67. package/build/components/Modal/Modal.stories.js.map +1 -1
  68. package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +92 -98
  69. package/build/components/Notification/Notification.js +20 -12
  70. package/build/components/Notification/Notification.js.map +1 -1
  71. package/build/components/Notification/Notification.module.css +44 -58
  72. package/build/components/Notification/Notification.stories.js +15 -2
  73. package/build/components/Notification/Notification.stories.js.map +1 -1
  74. package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +600 -254
  75. package/build/components/Progress/Progress.js +2 -0
  76. package/build/components/Progress/Progress.js.map +1 -1
  77. package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +18 -18
  78. package/build/components/Slider/Slider.constants.js +3 -1
  79. package/build/components/Slider/Slider.constants.js.map +1 -1
  80. package/build/components/Slider/Slider.js +67 -66
  81. package/build/components/Slider/Slider.js.map +1 -1
  82. package/build/components/Slider/Slider.module.css +54 -54
  83. package/build/components/Slider/Slider.stories.js +9 -6
  84. package/build/components/Slider/Slider.stories.js.map +1 -1
  85. package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +708 -327
  86. package/build/components/Table/Table.ColumnFilter.js +17 -14
  87. package/build/components/Table/Table.ColumnFilter.js.map +1 -1
  88. package/build/components/Table/Table.Row.js +2 -1
  89. package/build/components/Table/Table.Row.js.map +1 -1
  90. package/build/components/Table/Table.constants.js +3 -1
  91. package/build/components/Table/Table.constants.js.map +1 -1
  92. package/build/components/Table/Table.js +54 -17
  93. package/build/components/Table/Table.js.map +1 -1
  94. package/build/components/Table/Table.module.css +12 -6
  95. package/build/components/Table/Table.stories.js +39 -19
  96. package/build/components/Table/Table.stories.js.map +1 -1
  97. package/build/components/Table/Table.stories.module.css +4 -5
  98. package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +221 -240
  99. package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +1725 -1085
  100. package/build/components/Table/helpers/exists.js +2 -3
  101. package/build/components/Table/helpers/exists.js.map +1 -1
  102. package/build/components/Table/helpers/select.js +24 -16
  103. package/build/components/Table/helpers/select.js.map +1 -1
  104. package/build/components/Tooltip/Tooltip.js +29 -6
  105. package/build/components/Tooltip/Tooltip.js.map +1 -1
  106. package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +51 -44
  107. package/build/components/index.js +11 -0
  108. package/build/components/index.js.map +1 -1
  109. package/build/helpers/getInputPhoneErrors.js +3 -2
  110. package/build/helpers/getInputPhoneErrors.js.map +1 -1
  111. package/build/hooks/useDevice.js +1 -1
  112. package/build/hooks/useDevice.js.map +1 -1
  113. package/build/primitives/Checkbox/Checkbox.js +4 -3
  114. package/build/primitives/Checkbox/Checkbox.js.map +1 -1
  115. package/build/primitives/Checkbox/Checkbox.module.css +42 -6
  116. package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +47 -16
  117. package/build/primitives/Icon/Icon.constants.js +43 -21
  118. package/build/primitives/Icon/Icon.constants.js.map +1 -1
  119. package/build/primitives/Icon/Icon.js +15 -5
  120. package/build/primitives/Icon/Icon.js.map +1 -1
  121. package/build/primitives/Icon/Icon.module.css +32 -19
  122. package/build/primitives/Icon/Icon.stories.js +5 -0
  123. package/build/primitives/Icon/Icon.stories.js.map +1 -1
  124. package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +291 -100
  125. package/build/primitives/Input/Input.js +9 -3
  126. package/build/primitives/Input/Input.js.map +1 -1
  127. package/build/primitives/Input/Input.stories.js +2 -0
  128. package/build/primitives/Input/Input.stories.js.map +1 -1
  129. package/build/primitives/Input/__tests__/__snapshots__/Input.test.js.snap +22 -0
  130. package/build/primitives/Layer/Layer.js +11 -5
  131. package/build/primitives/Layer/Layer.js.map +1 -1
  132. package/build/primitives/Layer/Layer.module.css +4 -0
  133. package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +78 -42
  134. package/build/primitives/Layer/helpers/index.js +11 -0
  135. package/build/primitives/Layer/helpers/index.js.map +1 -1
  136. package/build/primitives/Layer/helpers/isComponentFixed.js +32 -0
  137. package/build/primitives/Layer/helpers/isComponentFixed.js.map +1 -0
  138. package/build/primitives/Pressable/Pressable.constants.js +1 -1
  139. package/build/primitives/Pressable/Pressable.constants.js.map +1 -1
  140. package/build/primitives/Pressable/Pressable.js +3 -7
  141. package/build/primitives/Pressable/Pressable.js.map +1 -1
  142. package/build/primitives/Pressable/Pressable.module.css +0 -1
  143. package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +10 -14
  144. package/build/primitives/Primitive/Primitive.js +2 -2
  145. package/build/primitives/Primitive/Primitive.js.map +1 -1
  146. package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +7 -7
  147. package/build/primitives/Primitive/helpers/index.js +0 -11
  148. package/build/primitives/Primitive/helpers/index.js.map +1 -1
  149. package/build/primitives/Radio/Radio.js +1 -1
  150. package/build/primitives/Radio/Radio.js.map +1 -1
  151. package/build/primitives/Radio/Radio.module.css +18 -2
  152. package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +21 -21
  153. package/build/primitives/ScrollView/ScrollView.js +1 -1
  154. package/build/primitives/ScrollView/ScrollView.js.map +1 -1
  155. package/build/primitives/ScrollView/ScrollView.module.css +1 -0
  156. package/build/primitives/ScrollView/ScrollView.stories.js +5 -6
  157. package/build/primitives/ScrollView/ScrollView.stories.js.map +1 -1
  158. package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +20 -20
  159. package/build/primitives/Select/Select.js +13 -6
  160. package/build/primitives/Select/Select.js.map +1 -1
  161. package/build/primitives/Select/Select.stories.js +1 -0
  162. package/build/primitives/Select/Select.stories.js.map +1 -1
  163. package/build/primitives/Select/__tests__/__snapshots__/Select.test.js.snap +36 -0
  164. package/build/primitives/Switch/Switch.js +5 -3
  165. package/build/primitives/Switch/Switch.js.map +1 -1
  166. package/build/primitives/Switch/Switch.module.css +36 -8
  167. package/build/primitives/Switch/Switch.stories.js +1 -0
  168. package/build/primitives/Switch/Switch.stories.js.map +1 -1
  169. package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +88 -25
  170. package/build/primitives/Text/Text.js +12 -5
  171. package/build/primitives/Text/Text.js.map +1 -1
  172. package/build/primitives/Text/Text.module.css +29 -14
  173. package/build/primitives/Text/Text.stories.js +4 -0
  174. package/build/primitives/Text/Text.stories.js.map +1 -1
  175. package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +78 -38
  176. package/build/primitives/View/View.js +1 -1
  177. package/build/primitives/View/View.js.map +1 -1
  178. package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +10 -10
  179. package/build/theme/default.theme.css +54 -53
  180. package/build/theme/theme.constants.js +3 -1
  181. package/build/theme/theme.constants.js.map +1 -1
  182. package/build/theme/theme.js +34 -11
  183. package/build/theme/theme.js.map +1 -1
  184. package/package.json +4 -5
  185. package/build/primitives/Primitive/helpers/getTag.js +0 -32
  186. package/build/primitives/Primitive/helpers/getTag.js.map +0 -1
@@ -2,16 +2,16 @@
2
2
 
3
3
  exports[`component:<InputPhone> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <ui_view
5
+ <div
6
6
  class="view container mirai"
7
7
  >
8
- <ui_view
8
+ <div
9
9
  class="view row inputBorder"
10
10
  >
11
- <ui_view
11
+ <div
12
12
  class="view row"
13
13
  >
14
- <ui_view
14
+ <div
15
15
  class="view content"
16
16
  >
17
17
  <select
@@ -34,9 +34,9 @@ exports[`component:<InputPhone> inherit:className 1`] = `
34
34
  +001
35
35
  </option>
36
36
  </select>
37
- </ui_view>
38
- <ui_icon
39
- class="icon h3 expand"
37
+ </div>
38
+ <span
39
+ class="icon headline-3 icon expand"
40
40
  >
41
41
  <svg
42
42
  fill="currentColor"
@@ -53,18 +53,18 @@ exports[`component:<InputPhone> inherit:className 1`] = `
53
53
  opacity=".87"
54
54
  />
55
55
  <path
56
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
56
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
57
57
  />
58
58
  </svg>
59
- </ui_icon>
60
- </ui_view>
61
- <ui_view
59
+ </span>
60
+ </div>
61
+ <div
62
62
  class="view forceRow separator"
63
63
  />
64
- <ui_view
64
+ <div
65
65
  class="view row wide"
66
66
  >
67
- <ui_view
67
+ <div
68
68
  class="view wide content"
69
69
  >
70
70
  <input
@@ -74,25 +74,25 @@ exports[`component:<InputPhone> inherit:className 1`] = `
74
74
  type="tel"
75
75
  value=""
76
76
  />
77
- </ui_view>
78
- </ui_view>
79
- </ui_view>
80
- </ui_view>
77
+ </div>
78
+ </div>
79
+ </div>
80
+ </div>
81
81
  </DocumentFragment>
82
82
  `;
83
83
 
84
84
  exports[`component:<InputPhone> prop:disabled 1`] = `
85
85
  <DocumentFragment>
86
- <ui_view
86
+ <div
87
87
  class="view container"
88
88
  >
89
- <ui_view
89
+ <div
90
90
  class="view row inputBorder disabled"
91
91
  >
92
- <ui_view
92
+ <div
93
93
  class="view row"
94
94
  >
95
- <ui_view
95
+ <div
96
96
  class="view content"
97
97
  >
98
98
  <select
@@ -116,15 +116,15 @@ exports[`component:<InputPhone> prop:disabled 1`] = `
116
116
  +001
117
117
  </option>
118
118
  </select>
119
- </ui_view>
120
- </ui_view>
121
- <ui_view
119
+ </div>
120
+ </div>
121
+ <div
122
122
  class="view forceRow separator"
123
123
  />
124
- <ui_view
124
+ <div
125
125
  class="view row wide"
126
126
  >
127
- <ui_view
127
+ <div
128
128
  class="view wide content"
129
129
  >
130
130
  <input
@@ -135,25 +135,25 @@ exports[`component:<InputPhone> prop:disabled 1`] = `
135
135
  type="tel"
136
136
  value=""
137
137
  />
138
- </ui_view>
139
- </ui_view>
140
- </ui_view>
141
- </ui_view>
138
+ </div>
139
+ </div>
140
+ </div>
141
+ </div>
142
142
  </DocumentFragment>
143
143
  `;
144
144
 
145
145
  exports[`component:<InputPhone> prop:error 1`] = `
146
146
  <DocumentFragment>
147
- <ui_view
147
+ <div
148
148
  class="view container"
149
149
  >
150
- <ui_view
150
+ <div
151
151
  class="view row inputBorder error"
152
152
  >
153
- <ui_view
153
+ <div
154
154
  class="view row"
155
155
  >
156
- <ui_view
156
+ <div
157
157
  class="view content"
158
158
  >
159
159
  <select
@@ -176,9 +176,9 @@ exports[`component:<InputPhone> prop:error 1`] = `
176
176
  +001
177
177
  </option>
178
178
  </select>
179
- </ui_view>
180
- <ui_icon
181
- class="icon h3 expand"
179
+ </div>
180
+ <span
181
+ class="icon headline-3 icon expand"
182
182
  >
183
183
  <svg
184
184
  fill="currentColor"
@@ -195,18 +195,18 @@ exports[`component:<InputPhone> prop:error 1`] = `
195
195
  opacity=".87"
196
196
  />
197
197
  <path
198
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
198
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
199
199
  />
200
200
  </svg>
201
- </ui_icon>
202
- </ui_view>
203
- <ui_view
201
+ </span>
202
+ </div>
203
+ <div
204
204
  class="view forceRow separator"
205
205
  />
206
- <ui_view
206
+ <div
207
207
  class="view row wide"
208
208
  >
209
- <ui_view
209
+ <div
210
210
  class="view wide content"
211
211
  >
212
212
  <input
@@ -216,10 +216,10 @@ exports[`component:<InputPhone> prop:error 1`] = `
216
216
  type="tel"
217
217
  value=""
218
218
  />
219
- </ui_view>
220
- </ui_view>
221
- <ui_icon
222
- class="icon h3 icon error"
219
+ </div>
220
+ </div>
221
+ <span
222
+ class="icon headline-3 icon error"
223
223
  >
224
224
  <svg
225
225
  fill="currentColor"
@@ -238,24 +238,24 @@ exports[`component:<InputPhone> prop:error 1`] = `
238
238
  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"
239
239
  />
240
240
  </svg>
241
- </ui_icon>
242
- </ui_view>
243
- </ui_view>
241
+ </span>
242
+ </div>
243
+ </div>
244
244
  </DocumentFragment>
245
245
  `;
246
246
 
247
247
  exports[`component:<InputPhone> prop:hint 1`] = `
248
248
  <DocumentFragment>
249
- <ui_view
249
+ <div
250
250
  class="view container"
251
251
  >
252
- <ui_view
252
+ <div
253
253
  class="view row inputBorder"
254
254
  >
255
- <ui_view
255
+ <div
256
256
  class="view row"
257
257
  >
258
- <ui_view
258
+ <div
259
259
  class="view content"
260
260
  >
261
261
  <select
@@ -278,9 +278,9 @@ exports[`component:<InputPhone> prop:hint 1`] = `
278
278
  +001
279
279
  </option>
280
280
  </select>
281
- </ui_view>
282
- <ui_icon
283
- class="icon h3 expand"
281
+ </div>
282
+ <span
283
+ class="icon headline-3 icon expand"
284
284
  >
285
285
  <svg
286
286
  fill="currentColor"
@@ -297,18 +297,18 @@ exports[`component:<InputPhone> prop:hint 1`] = `
297
297
  opacity=".87"
298
298
  />
299
299
  <path
300
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
300
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
301
301
  />
302
302
  </svg>
303
- </ui_icon>
304
- </ui_view>
305
- <ui_view
303
+ </span>
304
+ </div>
305
+ <div
306
306
  class="view forceRow separator"
307
307
  />
308
- <ui_view
308
+ <div
309
309
  class="view row wide"
310
310
  >
311
- <ui_view
311
+ <div
312
312
  class="view wide content"
313
313
  >
314
314
  <input
@@ -318,30 +318,30 @@ exports[`component:<InputPhone> prop:hint 1`] = `
318
318
  type="tel"
319
319
  value=""
320
320
  />
321
- </ui_view>
322
- </ui_view>
323
- </ui_view>
324
- <ui_text
321
+ </div>
322
+ </div>
323
+ </div>
324
+ <span
325
325
  class="text small text hint"
326
326
  >
327
327
  hint
328
- </ui_text>
329
- </ui_view>
328
+ </span>
329
+ </div>
330
330
  </DocumentFragment>
331
331
  `;
332
332
 
333
333
  exports[`component:<InputPhone> prop:icon & disabled 1`] = `
334
334
  <DocumentFragment>
335
- <ui_view
335
+ <div
336
336
  class="view container"
337
337
  >
338
- <ui_view
338
+ <div
339
339
  class="view row inputBorder disabled"
340
340
  >
341
- <ui_view
341
+ <div
342
342
  class="view row"
343
343
  >
344
- <ui_view
344
+ <div
345
345
  class="view content"
346
346
  >
347
347
  <select
@@ -365,16 +365,16 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
365
365
  +001
366
366
  </option>
367
367
  </select>
368
- </ui_view>
369
- </ui_view>
370
- <ui_view
368
+ </div>
369
+ </div>
370
+ <div
371
371
  class="view forceRow separator"
372
372
  />
373
- <ui_view
373
+ <div
374
374
  class="view row wide"
375
375
  >
376
- <ui_icon
377
- class="icon h3 icon left disabled"
376
+ <span
377
+ class="icon headline-3 icon left disabled"
378
378
  >
379
379
  <svg
380
380
  fill="currentColor"
@@ -390,11 +390,11 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
390
390
  fill="none"
391
391
  />
392
392
  <path
393
- d="M12 6a9.77 9.77 0 018.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0112 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 010 5 2.5 2.5 0 010-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
393
+ d="M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
394
394
  />
395
395
  </svg>
396
- </ui_icon>
397
- <ui_view
396
+ </span>
397
+ <div
398
398
  class="view wide content"
399
399
  >
400
400
  <input
@@ -405,25 +405,25 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
405
405
  type="tel"
406
406
  value=""
407
407
  />
408
- </ui_view>
409
- </ui_view>
410
- </ui_view>
411
- </ui_view>
408
+ </div>
409
+ </div>
410
+ </div>
411
+ </div>
412
412
  </DocumentFragment>
413
413
  `;
414
414
 
415
415
  exports[`component:<InputPhone> prop:icon & error 1`] = `
416
416
  <DocumentFragment>
417
- <ui_view
417
+ <div
418
418
  class="view container"
419
419
  >
420
- <ui_view
420
+ <div
421
421
  class="view row inputBorder error"
422
422
  >
423
- <ui_view
423
+ <div
424
424
  class="view row"
425
425
  >
426
- <ui_view
426
+ <div
427
427
  class="view content"
428
428
  >
429
429
  <select
@@ -446,9 +446,9 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
446
446
  +001
447
447
  </option>
448
448
  </select>
449
- </ui_view>
450
- <ui_icon
451
- class="icon h3 expand"
449
+ </div>
450
+ <span
451
+ class="icon headline-3 icon expand"
452
452
  >
453
453
  <svg
454
454
  fill="currentColor"
@@ -465,19 +465,19 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
465
465
  opacity=".87"
466
466
  />
467
467
  <path
468
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
468
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
469
469
  />
470
470
  </svg>
471
- </ui_icon>
472
- </ui_view>
473
- <ui_view
471
+ </span>
472
+ </div>
473
+ <div
474
474
  class="view forceRow separator"
475
475
  />
476
- <ui_view
476
+ <div
477
477
  class="view row wide"
478
478
  >
479
- <ui_icon
480
- class="icon h3 icon left error"
479
+ <span
480
+ class="icon headline-3 icon left error"
481
481
  >
482
482
  <svg
483
483
  fill="currentColor"
@@ -493,11 +493,11 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
493
493
  fill="none"
494
494
  />
495
495
  <path
496
- d="M12 6a9.77 9.77 0 018.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0112 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 010 5 2.5 2.5 0 010-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
496
+ d="M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
497
497
  />
498
498
  </svg>
499
- </ui_icon>
500
- <ui_view
499
+ </span>
500
+ <div
501
501
  class="view wide content"
502
502
  >
503
503
  <input
@@ -507,10 +507,10 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
507
507
  type="tel"
508
508
  value=""
509
509
  />
510
- </ui_view>
511
- </ui_view>
512
- <ui_icon
513
- class="icon h3 icon error"
510
+ </div>
511
+ </div>
512
+ <span
513
+ class="icon headline-3 icon error"
514
514
  >
515
515
  <svg
516
516
  fill="currentColor"
@@ -529,24 +529,24 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
529
529
  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"
530
530
  />
531
531
  </svg>
532
- </ui_icon>
533
- </ui_view>
534
- </ui_view>
532
+ </span>
533
+ </div>
534
+ </div>
535
535
  </DocumentFragment>
536
536
  `;
537
537
 
538
538
  exports[`component:<InputPhone> prop:icon 1`] = `
539
539
  <DocumentFragment>
540
- <ui_view
540
+ <div
541
541
  class="view container"
542
542
  >
543
- <ui_view
543
+ <div
544
544
  class="view row inputBorder"
545
545
  >
546
- <ui_view
546
+ <div
547
547
  class="view row"
548
548
  >
549
- <ui_view
549
+ <div
550
550
  class="view content"
551
551
  >
552
552
  <select
@@ -569,9 +569,9 @@ exports[`component:<InputPhone> prop:icon 1`] = `
569
569
  +001
570
570
  </option>
571
571
  </select>
572
- </ui_view>
573
- <ui_icon
574
- class="icon h3 expand"
572
+ </div>
573
+ <span
574
+ class="icon headline-3 icon expand"
575
575
  >
576
576
  <svg
577
577
  fill="currentColor"
@@ -588,19 +588,19 @@ exports[`component:<InputPhone> prop:icon 1`] = `
588
588
  opacity=".87"
589
589
  />
590
590
  <path
591
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
591
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
592
592
  />
593
593
  </svg>
594
- </ui_icon>
595
- </ui_view>
596
- <ui_view
594
+ </span>
595
+ </div>
596
+ <div
597
597
  class="view forceRow separator"
598
598
  />
599
- <ui_view
599
+ <div
600
600
  class="view row wide"
601
601
  >
602
- <ui_icon
603
- class="icon h3 icon left"
602
+ <span
603
+ class="icon headline-3 icon left"
604
604
  >
605
605
  <svg
606
606
  fill="currentColor"
@@ -616,11 +616,11 @@ exports[`component:<InputPhone> prop:icon 1`] = `
616
616
  fill="none"
617
617
  />
618
618
  <path
619
- d="M12 6a9.77 9.77 0 018.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0112 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 010 5 2.5 2.5 0 010-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
619
+ d="M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
620
620
  />
621
621
  </svg>
622
- </ui_icon>
623
- <ui_view
622
+ </span>
623
+ <div
624
624
  class="view wide content"
625
625
  >
626
626
  <input
@@ -630,25 +630,25 @@ exports[`component:<InputPhone> prop:icon 1`] = `
630
630
  type="tel"
631
631
  value=""
632
632
  />
633
- </ui_view>
634
- </ui_view>
635
- </ui_view>
636
- </ui_view>
633
+ </div>
634
+ </div>
635
+ </div>
636
+ </div>
637
637
  </DocumentFragment>
638
638
  `;
639
639
 
640
640
  exports[`component:<InputPhone> prop:label 1`] = `
641
641
  <DocumentFragment>
642
- <ui_view
642
+ <div
643
643
  class="view container"
644
644
  >
645
- <ui_view
645
+ <div
646
646
  class="view row inputBorder"
647
647
  >
648
- <ui_view
648
+ <div
649
649
  class="view row"
650
650
  >
651
- <ui_view
651
+ <div
652
652
  class="view content"
653
653
  >
654
654
  <select
@@ -671,9 +671,9 @@ exports[`component:<InputPhone> prop:label 1`] = `
671
671
  +001
672
672
  </option>
673
673
  </select>
674
- </ui_view>
675
- <ui_icon
676
- class="icon h3 expand"
674
+ </div>
675
+ <span
676
+ class="icon headline-3 icon expand"
677
677
  >
678
678
  <svg
679
679
  fill="currentColor"
@@ -690,25 +690,25 @@ exports[`component:<InputPhone> prop:label 1`] = `
690
690
  opacity=".87"
691
691
  />
692
692
  <path
693
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
693
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
694
694
  />
695
695
  </svg>
696
- </ui_icon>
697
- </ui_view>
698
- <ui_view
696
+ </span>
697
+ </div>
698
+ <div
699
699
  class="view forceRow separator"
700
700
  />
701
- <ui_view
701
+ <div
702
702
  class="view row wide"
703
703
  >
704
- <ui_view
704
+ <div
705
705
  class="view wide content"
706
706
  >
707
- <ui_text
707
+ <span
708
708
  class="text paragraph text label"
709
709
  >
710
710
  label
711
- </ui_text>
711
+ </span>
712
712
  <input
713
713
  class="input input withLabel"
714
714
  maxlength="12"
@@ -716,32 +716,32 @@ exports[`component:<InputPhone> prop:label 1`] = `
716
716
  type="tel"
717
717
  value=""
718
718
  />
719
- </ui_view>
720
- </ui_view>
721
- </ui_view>
722
- </ui_view>
719
+ </div>
720
+ </div>
721
+ </div>
722
+ </div>
723
723
  </DocumentFragment>
724
724
  `;
725
725
 
726
726
  exports[`component:<InputPhone> prop:labelPrefix 1`] = `
727
727
  <DocumentFragment>
728
- <ui_view
728
+ <div
729
729
  class="view container"
730
730
  >
731
- <ui_view
731
+ <div
732
732
  class="view row inputBorder"
733
733
  >
734
- <ui_view
734
+ <div
735
735
  class="view row"
736
736
  >
737
- <ui_view
737
+ <div
738
738
  class="view content"
739
739
  >
740
- <ui_text
740
+ <span
741
741
  class="text paragraph text label"
742
742
  >
743
743
  labelPrefix
744
- </ui_text>
744
+ </span>
745
745
  <select
746
746
  class="select empty input prefix withLabel empty"
747
747
  name="name-prefix"
@@ -762,9 +762,9 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
762
762
  +001
763
763
  </option>
764
764
  </select>
765
- </ui_view>
766
- <ui_icon
767
- class="icon h3 expand"
765
+ </div>
766
+ <span
767
+ class="icon headline-3 icon expand"
768
768
  >
769
769
  <svg
770
770
  fill="currentColor"
@@ -781,18 +781,18 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
781
781
  opacity=".87"
782
782
  />
783
783
  <path
784
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
784
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
785
785
  />
786
786
  </svg>
787
- </ui_icon>
788
- </ui_view>
789
- <ui_view
787
+ </span>
788
+ </div>
789
+ <div
790
790
  class="view forceRow separator"
791
791
  />
792
- <ui_view
792
+ <div
793
793
  class="view row wide"
794
794
  >
795
- <ui_view
795
+ <div
796
796
  class="view wide content"
797
797
  >
798
798
  <input
@@ -802,37 +802,32 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
802
802
  type="tel"
803
803
  value=""
804
804
  />
805
- </ui_view>
806
- </ui_view>
807
- </ui_view>
808
- </ui_view>
805
+ </div>
806
+ </div>
807
+ </div>
808
+ </div>
809
809
  </DocumentFragment>
810
810
  `;
811
811
 
812
812
  exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
813
813
  <DocumentFragment>
814
- <ui_view
814
+ <div
815
815
  class="view container"
816
816
  >
817
- <ui_view
817
+ <div
818
818
  class="view row inputBorder"
819
819
  >
820
- <ui_view
820
+ <div
821
821
  class="view row"
822
822
  >
823
- <ui_view
823
+ <div
824
824
  class="view content"
825
825
  >
826
- <ui_text
826
+ <span
827
827
  class="text paragraph text label"
828
828
  >
829
829
  labelPrefix
830
- <span
831
- class="required"
832
- >
833
- *
834
- </span>
835
- </ui_text>
830
+ </span>
836
831
  <select
837
832
  class="select empty input prefix withLabel empty"
838
833
  name="name-prefix"
@@ -854,9 +849,9 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
854
849
  +001
855
850
  </option>
856
851
  </select>
857
- </ui_view>
858
- <ui_icon
859
- class="icon h3 expand"
852
+ </div>
853
+ <span
854
+ class="icon headline-3 icon expand"
860
855
  >
861
856
  <svg
862
857
  fill="currentColor"
@@ -873,21 +868,21 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
873
868
  opacity=".87"
874
869
  />
875
870
  <path
876
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
871
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
877
872
  />
878
873
  </svg>
879
- </ui_icon>
880
- </ui_view>
881
- <ui_view
874
+ </span>
875
+ </div>
876
+ <div
882
877
  class="view forceRow separator"
883
878
  />
884
- <ui_view
879
+ <div
885
880
  class="view row wide"
886
881
  >
887
- <ui_view
882
+ <div
888
883
  class="view wide content"
889
884
  >
890
- <ui_text
885
+ <span
891
886
  class="text paragraph text label"
892
887
  >
893
888
  label
@@ -896,7 +891,7 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
896
891
  >
897
892
  *
898
893
  </span>
899
- </ui_text>
894
+ </span>
900
895
  <input
901
896
  class="input input withLabel"
902
897
  maxlength="12"
@@ -905,32 +900,32 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
905
900
  type="tel"
906
901
  value=""
907
902
  />
908
- </ui_view>
909
- </ui_view>
910
- </ui_view>
911
- </ui_view>
903
+ </div>
904
+ </div>
905
+ </div>
906
+ </div>
912
907
  </DocumentFragment>
913
908
  `;
914
909
 
915
910
  exports[`component:<InputPhone> prop:required 1`] = `
916
911
  <DocumentFragment>
917
- <ui_view
912
+ <div
918
913
  class="view container"
919
914
  >
920
- <ui_view
915
+ <div
921
916
  class="view row inputBorder"
922
917
  >
923
- <ui_view
918
+ <div
924
919
  class="view row"
925
920
  >
926
- <ui_view
921
+ <div
927
922
  class="view content"
928
923
  >
929
- <ui_text
924
+ <span
930
925
  class="text paragraph text label"
931
926
  >
932
927
  labelPrefix
933
- </ui_text>
928
+ </span>
934
929
  <select
935
930
  class="select empty input prefix withLabel empty"
936
931
  name="name-prefix"
@@ -952,9 +947,9 @@ exports[`component:<InputPhone> prop:required 1`] = `
952
947
  +001
953
948
  </option>
954
949
  </select>
955
- </ui_view>
956
- <ui_icon
957
- class="icon h3 expand"
950
+ </div>
951
+ <span
952
+ class="icon headline-3 icon expand"
958
953
  >
959
954
  <svg
960
955
  fill="currentColor"
@@ -971,25 +966,25 @@ exports[`component:<InputPhone> prop:required 1`] = `
971
966
  opacity=".87"
972
967
  />
973
968
  <path
974
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
969
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
975
970
  />
976
971
  </svg>
977
- </ui_icon>
978
- </ui_view>
979
- <ui_view
972
+ </span>
973
+ </div>
974
+ <div
980
975
  class="view forceRow separator"
981
976
  />
982
- <ui_view
977
+ <div
983
978
  class="view row wide"
984
979
  >
985
- <ui_view
980
+ <div
986
981
  class="view wide content"
987
982
  >
988
- <ui_text
983
+ <span
989
984
  class="text paragraph text label"
990
985
  >
991
986
  label
992
- </ui_text>
987
+ </span>
993
988
  <input
994
989
  class="input input withLabel"
995
990
  maxlength="12"
@@ -998,25 +993,25 @@ exports[`component:<InputPhone> prop:required 1`] = `
998
993
  type="tel"
999
994
  value=""
1000
995
  />
1001
- </ui_view>
1002
- </ui_view>
1003
- </ui_view>
1004
- </ui_view>
996
+ </div>
997
+ </div>
998
+ </div>
999
+ </div>
1005
1000
  </DocumentFragment>
1006
1001
  `;
1007
1002
 
1008
1003
  exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
1009
1004
  <DocumentFragment>
1010
- <ui_view
1005
+ <div
1011
1006
  class="view container"
1012
1007
  >
1013
- <ui_view
1008
+ <div
1014
1009
  class="view row inputBorder error"
1015
1010
  >
1016
- <ui_view
1011
+ <div
1017
1012
  class="view row"
1018
1013
  >
1019
- <ui_view
1014
+ <div
1020
1015
  class="view content"
1021
1016
  >
1022
1017
  <select
@@ -1039,9 +1034,9 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
1039
1034
  +001
1040
1035
  </option>
1041
1036
  </select>
1042
- </ui_view>
1043
- <ui_icon
1044
- class="icon h3 expand"
1037
+ </div>
1038
+ <span
1039
+ class="icon headline-3 icon expand"
1045
1040
  >
1046
1041
  <svg
1047
1042
  fill="currentColor"
@@ -1058,18 +1053,18 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
1058
1053
  opacity=".87"
1059
1054
  />
1060
1055
  <path
1061
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1056
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1062
1057
  />
1063
1058
  </svg>
1064
- </ui_icon>
1065
- </ui_view>
1066
- <ui_view
1059
+ </span>
1060
+ </div>
1061
+ <div
1067
1062
  class="view forceRow separator"
1068
1063
  />
1069
- <ui_view
1064
+ <div
1070
1065
  class="view row wide"
1071
1066
  >
1072
- <ui_view
1067
+ <div
1073
1068
  class="view wide content"
1074
1069
  >
1075
1070
  <input
@@ -1079,10 +1074,10 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
1079
1074
  type="tel"
1080
1075
  value=""
1081
1076
  />
1082
- </ui_view>
1083
- </ui_view>
1084
- <ui_icon
1085
- class="icon h3 icon error"
1077
+ </div>
1078
+ </div>
1079
+ <span
1080
+ class="icon headline-3 icon error"
1086
1081
  >
1087
1082
  <svg
1088
1083
  fill="currentColor"
@@ -1101,24 +1096,24 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
1101
1096
  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"
1102
1097
  />
1103
1098
  </svg>
1104
- </ui_icon>
1105
- </ui_view>
1106
- </ui_view>
1099
+ </span>
1100
+ </div>
1101
+ </div>
1107
1102
  </DocumentFragment>
1108
1103
  `;
1109
1104
 
1110
1105
  exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
1111
1106
  <DocumentFragment>
1112
- <ui_view
1107
+ <div
1113
1108
  class="view container"
1114
1109
  >
1115
- <ui_view
1110
+ <div
1116
1111
  class="view row inputBorder"
1117
1112
  >
1118
- <ui_view
1113
+ <div
1119
1114
  class="view row"
1120
1115
  >
1121
- <ui_view
1116
+ <div
1122
1117
  class="view content"
1123
1118
  >
1124
1119
  <select
@@ -1141,9 +1136,9 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
1141
1136
  +001
1142
1137
  </option>
1143
1138
  </select>
1144
- </ui_view>
1145
- <ui_icon
1146
- class="icon h3 expand"
1139
+ </div>
1140
+ <span
1141
+ class="icon headline-3 icon expand"
1147
1142
  >
1148
1143
  <svg
1149
1144
  fill="currentColor"
@@ -1160,18 +1155,18 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
1160
1155
  opacity=".87"
1161
1156
  />
1162
1157
  <path
1163
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1158
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1164
1159
  />
1165
1160
  </svg>
1166
- </ui_icon>
1167
- </ui_view>
1168
- <ui_view
1161
+ </span>
1162
+ </div>
1163
+ <div
1169
1164
  class="view forceRow separator"
1170
1165
  />
1171
- <ui_view
1166
+ <div
1172
1167
  class="view row wide"
1173
1168
  >
1174
- <ui_view
1169
+ <div
1175
1170
  class="view wide content"
1176
1171
  >
1177
1172
  <input
@@ -1181,10 +1176,10 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
1181
1176
  type="tel"
1182
1177
  value=""
1183
1178
  />
1184
- </ui_view>
1185
- </ui_view>
1186
- <ui_icon
1187
- class="icon h3 icon success"
1179
+ </div>
1180
+ </div>
1181
+ <span
1182
+ class="icon headline-3 icon success"
1188
1183
  >
1189
1184
  <svg
1190
1185
  fill="currentColor"
@@ -1196,31 +1191,31 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
1196
1191
  xmlns="http://www.w3.org/2000/svg"
1197
1192
  >
1198
1193
  <path
1199
- d="M0 0h24v24H0V0z"
1194
+ d="M0 0h24v24H0V0zm0 0h24v24H0V0z"
1200
1195
  fill="none"
1201
1196
  />
1202
1197
  <path
1203
- d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"
1198
+ 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"
1204
1199
  />
1205
1200
  </svg>
1206
- </ui_icon>
1207
- </ui_view>
1208
- </ui_view>
1201
+ </span>
1202
+ </div>
1203
+ </div>
1209
1204
  </DocumentFragment>
1210
1205
  `;
1211
1206
 
1212
1207
  exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
1213
1208
  <DocumentFragment>
1214
- <ui_view
1209
+ <div
1215
1210
  class="view container"
1216
1211
  >
1217
- <ui_view
1212
+ <div
1218
1213
  class="view row inputBorder"
1219
1214
  >
1220
- <ui_view
1215
+ <div
1221
1216
  class="view row"
1222
1217
  >
1223
- <ui_view
1218
+ <div
1224
1219
  class="view content"
1225
1220
  >
1226
1221
  <select
@@ -1243,9 +1238,9 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
1243
1238
  +001
1244
1239
  </option>
1245
1240
  </select>
1246
- </ui_view>
1247
- <ui_icon
1248
- class="icon h3 expand"
1241
+ </div>
1242
+ <span
1243
+ class="icon headline-3 icon expand"
1249
1244
  >
1250
1245
  <svg
1251
1246
  fill="currentColor"
@@ -1262,18 +1257,18 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
1262
1257
  opacity=".87"
1263
1258
  />
1264
1259
  <path
1265
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1260
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1266
1261
  />
1267
1262
  </svg>
1268
- </ui_icon>
1269
- </ui_view>
1270
- <ui_view
1263
+ </span>
1264
+ </div>
1265
+ <div
1271
1266
  class="view forceRow separator"
1272
1267
  />
1273
- <ui_view
1268
+ <div
1274
1269
  class="view row wide"
1275
1270
  >
1276
- <ui_view
1271
+ <div
1277
1272
  class="view wide content"
1278
1273
  >
1279
1274
  <input
@@ -1283,10 +1278,10 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
1283
1278
  type="tel"
1284
1279
  value=""
1285
1280
  />
1286
- </ui_view>
1287
- </ui_view>
1288
- <ui_icon
1289
- class="icon h3 icon warning"
1281
+ </div>
1282
+ </div>
1283
+ <span
1284
+ class="icon headline-3 icon warning"
1290
1285
  >
1291
1286
  <svg
1292
1287
  fill="currentColor"
@@ -1298,27 +1293,27 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
1298
1293
  xmlns="http://www.w3.org/2000/svg"
1299
1294
  >
1300
1295
  <path
1301
- d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1296
+ d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1302
1297
  />
1303
1298
  </svg>
1304
- </ui_icon>
1305
- </ui_view>
1306
- </ui_view>
1299
+ </span>
1300
+ </div>
1301
+ </div>
1307
1302
  </DocumentFragment>
1308
1303
  `;
1309
1304
 
1310
1305
  exports[`component:<InputPhone> prop:success 1`] = `
1311
1306
  <DocumentFragment>
1312
- <ui_view
1307
+ <div
1313
1308
  class="view container"
1314
1309
  >
1315
- <ui_view
1310
+ <div
1316
1311
  class="view row inputBorder"
1317
1312
  >
1318
- <ui_view
1313
+ <div
1319
1314
  class="view row"
1320
1315
  >
1321
- <ui_view
1316
+ <div
1322
1317
  class="view content"
1323
1318
  >
1324
1319
  <select
@@ -1341,9 +1336,9 @@ exports[`component:<InputPhone> prop:success 1`] = `
1341
1336
  +001
1342
1337
  </option>
1343
1338
  </select>
1344
- </ui_view>
1345
- <ui_icon
1346
- class="icon h3 expand"
1339
+ </div>
1340
+ <span
1341
+ class="icon headline-3 icon expand"
1347
1342
  >
1348
1343
  <svg
1349
1344
  fill="currentColor"
@@ -1360,18 +1355,18 @@ exports[`component:<InputPhone> prop:success 1`] = `
1360
1355
  opacity=".87"
1361
1356
  />
1362
1357
  <path
1363
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1358
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1364
1359
  />
1365
1360
  </svg>
1366
- </ui_icon>
1367
- </ui_view>
1368
- <ui_view
1361
+ </span>
1362
+ </div>
1363
+ <div
1369
1364
  class="view forceRow separator"
1370
1365
  />
1371
- <ui_view
1366
+ <div
1372
1367
  class="view row wide"
1373
1368
  >
1374
- <ui_view
1369
+ <div
1375
1370
  class="view wide content"
1376
1371
  >
1377
1372
  <input
@@ -1381,10 +1376,10 @@ exports[`component:<InputPhone> prop:success 1`] = `
1381
1376
  type="tel"
1382
1377
  value=""
1383
1378
  />
1384
- </ui_view>
1385
- </ui_view>
1386
- <ui_icon
1387
- class="icon h3 icon success"
1379
+ </div>
1380
+ </div>
1381
+ <span
1382
+ class="icon headline-3 icon success"
1388
1383
  >
1389
1384
  <svg
1390
1385
  fill="currentColor"
@@ -1396,33 +1391,38 @@ exports[`component:<InputPhone> prop:success 1`] = `
1396
1391
  xmlns="http://www.w3.org/2000/svg"
1397
1392
  >
1398
1393
  <path
1399
- d="M0 0h24v24H0V0z"
1394
+ d="M0 0h24v24H0V0zm0 0h24v24H0V0z"
1400
1395
  fill="none"
1401
1396
  />
1402
1397
  <path
1403
- d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"
1398
+ 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"
1404
1399
  />
1405
1400
  </svg>
1406
- </ui_icon>
1407
- </ui_view>
1408
- </ui_view>
1401
+ </span>
1402
+ </div>
1403
+ </div>
1409
1404
  </DocumentFragment>
1410
1405
  `;
1411
1406
 
1412
1407
  exports[`component:<InputPhone> prop:value 1`] = `
1413
1408
  <DocumentFragment>
1414
- <ui_view
1409
+ <div
1415
1410
  class="view container"
1416
1411
  >
1417
- <ui_view
1412
+ <div
1418
1413
  class="view row inputBorder"
1419
1414
  >
1420
- <ui_view
1415
+ <div
1421
1416
  class="view row"
1422
1417
  >
1423
- <ui_view
1418
+ <div
1424
1419
  class="view content"
1425
1420
  >
1421
+ <span
1422
+ class="text paragraph prefixValue"
1423
+ >
1424
+ +44
1425
+ </span>
1426
1426
  <select
1427
1427
  class="select input prefix"
1428
1428
  name="name-prefix"
@@ -1443,9 +1443,9 @@ exports[`component:<InputPhone> prop:value 1`] = `
1443
1443
  +001
1444
1444
  </option>
1445
1445
  </select>
1446
- </ui_view>
1447
- <ui_icon
1448
- class="icon h3 expand"
1446
+ </div>
1447
+ <span
1448
+ class="icon headline-3 icon expand"
1449
1449
  >
1450
1450
  <svg
1451
1451
  fill="currentColor"
@@ -1462,18 +1462,18 @@ exports[`component:<InputPhone> prop:value 1`] = `
1462
1462
  opacity=".87"
1463
1463
  />
1464
1464
  <path
1465
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1465
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1466
1466
  />
1467
1467
  </svg>
1468
- </ui_icon>
1469
- </ui_view>
1470
- <ui_view
1468
+ </span>
1469
+ </div>
1470
+ <div
1471
1471
  class="view forceRow separator"
1472
1472
  />
1473
- <ui_view
1473
+ <div
1474
1474
  class="view row wide"
1475
1475
  >
1476
- <ui_view
1476
+ <div
1477
1477
  class="view wide content"
1478
1478
  >
1479
1479
  <input
@@ -1483,25 +1483,25 @@ exports[`component:<InputPhone> prop:value 1`] = `
1483
1483
  type="tel"
1484
1484
  value="212123789"
1485
1485
  />
1486
- </ui_view>
1487
- </ui_view>
1488
- </ui_view>
1489
- </ui_view>
1486
+ </div>
1487
+ </div>
1488
+ </div>
1489
+ </div>
1490
1490
  </DocumentFragment>
1491
1491
  `;
1492
1492
 
1493
1493
  exports[`component:<InputPhone> prop:value:without prefixes 1`] = `
1494
1494
  <DocumentFragment>
1495
- <ui_view
1495
+ <div
1496
1496
  class="view container"
1497
1497
  >
1498
- <ui_view
1498
+ <div
1499
1499
  class="view row inputBorder"
1500
1500
  >
1501
- <ui_view
1501
+ <div
1502
1502
  class="view row wide"
1503
1503
  >
1504
- <ui_view
1504
+ <div
1505
1505
  class="view wide content"
1506
1506
  >
1507
1507
  <input
@@ -1511,25 +1511,25 @@ exports[`component:<InputPhone> prop:value:without prefixes 1`] = `
1511
1511
  type="tel"
1512
1512
  value="212123789"
1513
1513
  />
1514
- </ui_view>
1515
- </ui_view>
1516
- </ui_view>
1517
- </ui_view>
1514
+ </div>
1515
+ </div>
1516
+ </div>
1517
+ </div>
1518
1518
  </DocumentFragment>
1519
1519
  `;
1520
1520
 
1521
1521
  exports[`component:<InputPhone> prop:warning 1`] = `
1522
1522
  <DocumentFragment>
1523
- <ui_view
1523
+ <div
1524
1524
  class="view container"
1525
1525
  >
1526
- <ui_view
1526
+ <div
1527
1527
  class="view row inputBorder"
1528
1528
  >
1529
- <ui_view
1529
+ <div
1530
1530
  class="view row"
1531
1531
  >
1532
- <ui_view
1532
+ <div
1533
1533
  class="view content"
1534
1534
  >
1535
1535
  <select
@@ -1552,9 +1552,9 @@ exports[`component:<InputPhone> prop:warning 1`] = `
1552
1552
  +001
1553
1553
  </option>
1554
1554
  </select>
1555
- </ui_view>
1556
- <ui_icon
1557
- class="icon h3 expand"
1555
+ </div>
1556
+ <span
1557
+ class="icon headline-3 icon expand"
1558
1558
  >
1559
1559
  <svg
1560
1560
  fill="currentColor"
@@ -1571,18 +1571,18 @@ exports[`component:<InputPhone> prop:warning 1`] = `
1571
1571
  opacity=".87"
1572
1572
  />
1573
1573
  <path
1574
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1574
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1575
1575
  />
1576
1576
  </svg>
1577
- </ui_icon>
1578
- </ui_view>
1579
- <ui_view
1577
+ </span>
1578
+ </div>
1579
+ <div
1580
1580
  class="view forceRow separator"
1581
1581
  />
1582
- <ui_view
1582
+ <div
1583
1583
  class="view row wide"
1584
1584
  >
1585
- <ui_view
1585
+ <div
1586
1586
  class="view wide content"
1587
1587
  >
1588
1588
  <input
@@ -1592,10 +1592,10 @@ exports[`component:<InputPhone> prop:warning 1`] = `
1592
1592
  type="tel"
1593
1593
  value=""
1594
1594
  />
1595
- </ui_view>
1596
- </ui_view>
1597
- <ui_icon
1598
- class="icon h3 icon warning"
1595
+ </div>
1596
+ </div>
1597
+ <span
1598
+ class="icon headline-3 icon warning"
1599
1599
  >
1600
1600
  <svg
1601
1601
  fill="currentColor"
@@ -1607,27 +1607,27 @@ exports[`component:<InputPhone> prop:warning 1`] = `
1607
1607
  xmlns="http://www.w3.org/2000/svg"
1608
1608
  >
1609
1609
  <path
1610
- d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1610
+ d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1611
1611
  />
1612
1612
  </svg>
1613
- </ui_icon>
1614
- </ui_view>
1615
- </ui_view>
1613
+ </span>
1614
+ </div>
1615
+ </div>
1616
1616
  </DocumentFragment>
1617
1617
  `;
1618
1618
 
1619
1619
  exports[`component:<InputPhone> renders 1`] = `
1620
1620
  <DocumentFragment>
1621
- <ui_view
1621
+ <div
1622
1622
  class="view container"
1623
1623
  >
1624
- <ui_view
1624
+ <div
1625
1625
  class="view row inputBorder"
1626
1626
  >
1627
- <ui_view
1627
+ <div
1628
1628
  class="view row"
1629
1629
  >
1630
- <ui_view
1630
+ <div
1631
1631
  class="view content"
1632
1632
  >
1633
1633
  <select
@@ -1650,9 +1650,9 @@ exports[`component:<InputPhone> renders 1`] = `
1650
1650
  +001
1651
1651
  </option>
1652
1652
  </select>
1653
- </ui_view>
1654
- <ui_icon
1655
- class="icon h3 expand"
1653
+ </div>
1654
+ <span
1655
+ class="icon headline-3 icon expand"
1656
1656
  >
1657
1657
  <svg
1658
1658
  fill="currentColor"
@@ -1669,18 +1669,18 @@ exports[`component:<InputPhone> renders 1`] = `
1669
1669
  opacity=".87"
1670
1670
  />
1671
1671
  <path
1672
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1672
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1673
1673
  />
1674
1674
  </svg>
1675
- </ui_icon>
1676
- </ui_view>
1677
- <ui_view
1675
+ </span>
1676
+ </div>
1677
+ <div
1678
1678
  class="view forceRow separator"
1679
1679
  />
1680
- <ui_view
1680
+ <div
1681
1681
  class="view row wide"
1682
1682
  >
1683
- <ui_view
1683
+ <div
1684
1684
  class="view wide content"
1685
1685
  >
1686
1686
  <input
@@ -1690,25 +1690,25 @@ exports[`component:<InputPhone> renders 1`] = `
1690
1690
  type="tel"
1691
1691
  value=""
1692
1692
  />
1693
- </ui_view>
1694
- </ui_view>
1695
- </ui_view>
1696
- </ui_view>
1693
+ </div>
1694
+ </div>
1695
+ </div>
1696
+ </div>
1697
1697
  </DocumentFragment>
1698
1698
  `;
1699
1699
 
1700
1700
  exports[`component:<InputPhone> testId 1`] = `
1701
1701
  <DocumentFragment>
1702
- <ui_view
1702
+ <div
1703
1703
  class="view container"
1704
1704
  >
1705
- <ui_view
1705
+ <div
1706
1706
  class="view row inputBorder"
1707
1707
  >
1708
- <ui_view
1708
+ <div
1709
1709
  class="view row"
1710
1710
  >
1711
- <ui_view
1711
+ <div
1712
1712
  class="view content"
1713
1713
  >
1714
1714
  <select
@@ -1732,9 +1732,9 @@ exports[`component:<InputPhone> testId 1`] = `
1732
1732
  +001
1733
1733
  </option>
1734
1734
  </select>
1735
- </ui_view>
1736
- <ui_icon
1737
- class="icon h3 expand"
1735
+ </div>
1736
+ <span
1737
+ class="icon headline-3 icon expand"
1738
1738
  >
1739
1739
  <svg
1740
1740
  fill="currentColor"
@@ -1751,18 +1751,18 @@ exports[`component:<InputPhone> testId 1`] = `
1751
1751
  opacity=".87"
1752
1752
  />
1753
1753
  <path
1754
- d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1754
+ d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1755
1755
  />
1756
1756
  </svg>
1757
- </ui_icon>
1758
- </ui_view>
1759
- <ui_view
1757
+ </span>
1758
+ </div>
1759
+ <div
1760
1760
  class="view forceRow separator"
1761
1761
  />
1762
- <ui_view
1762
+ <div
1763
1763
  class="view row wide"
1764
1764
  >
1765
- <ui_view
1765
+ <div
1766
1766
  class="view wide content"
1767
1767
  >
1768
1768
  <input
@@ -1773,25 +1773,25 @@ exports[`component:<InputPhone> testId 1`] = `
1773
1773
  type="tel"
1774
1774
  value=""
1775
1775
  />
1776
- </ui_view>
1777
- </ui_view>
1778
- </ui_view>
1779
- </ui_view>
1776
+ </div>
1777
+ </div>
1778
+ </div>
1779
+ </div>
1780
1780
  </DocumentFragment>
1781
1781
  `;
1782
1782
 
1783
1783
  exports[`component:<InputPhone> testId:without prefixes 1`] = `
1784
1784
  <DocumentFragment>
1785
- <ui_view
1785
+ <div
1786
1786
  class="view container"
1787
1787
  >
1788
- <ui_view
1788
+ <div
1789
1789
  class="view row inputBorder"
1790
1790
  >
1791
- <ui_view
1791
+ <div
1792
1792
  class="view row wide"
1793
1793
  >
1794
- <ui_view
1794
+ <div
1795
1795
  class="view wide content"
1796
1796
  >
1797
1797
  <input
@@ -1802,9 +1802,9 @@ exports[`component:<InputPhone> testId:without prefixes 1`] = `
1802
1802
  type="tel"
1803
1803
  value=""
1804
1804
  />
1805
- </ui_view>
1806
- </ui_view>
1807
- </ui_view>
1808
- </ui_view>
1805
+ </div>
1806
+ </div>
1807
+ </div>
1808
+ </div>
1809
1809
  </DocumentFragment>
1810
1810
  `;