@mirai/ui 1.0.221 → 1.1.0-beta

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 (118) hide show
  1. package/build/components/Action/Action.js +5 -3
  2. package/build/components/Action/Action.js.map +1 -1
  3. package/build/components/Action/Action.module.css +49 -50
  4. package/build/components/Action/Action.stories.js +8 -5
  5. package/build/components/Action/Action.stories.js.map +1 -1
  6. package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +40 -26
  7. package/build/components/Button/Button.js +7 -5
  8. package/build/components/Button/Button.js.map +1 -1
  9. package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +30 -19
  10. package/build/components/Calendar/Calendar.Month.js +6 -4
  11. package/build/components/Calendar/Calendar.Month.js.map +1 -1
  12. package/build/components/Calendar/Calendar.Week.js +6 -6
  13. package/build/components/Calendar/Calendar.Week.js.map +1 -1
  14. package/build/components/Calendar/Calendar.Weekdays.js +6 -3
  15. package/build/components/Calendar/Calendar.Weekdays.js.map +1 -1
  16. package/build/components/Calendar/Calendar.js +3 -3
  17. package/build/components/Calendar/Calendar.js.map +1 -1
  18. package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +15608 -15576
  19. package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +9 -9
  20. package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +42 -42
  21. package/build/components/InputNumber/InputNumber.js +9 -7
  22. package/build/components/InputNumber/InputNumber.js.map +1 -1
  23. package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +129 -114
  24. package/build/components/InputOption/InputOption.js +7 -4
  25. package/build/components/InputOption/InputOption.js.map +1 -1
  26. package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +84 -71
  27. package/build/components/InputPhone/InputPhone.js +11 -11
  28. package/build/components/InputPhone/InputPhone.js.map +1 -1
  29. package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +331 -331
  30. package/build/components/InputSelect/InputSelect.js +7 -7
  31. package/build/components/InputSelect/InputSelect.js.map +1 -1
  32. package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +112 -112
  33. package/build/components/InputText/InputText.js +10 -10
  34. package/build/components/InputText/InputText.js.map +1 -1
  35. package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +131 -130
  36. package/build/components/InputText/partials/InputText.Hint.js +5 -2
  37. package/build/components/InputText/partials/InputText.Hint.js.map +1 -1
  38. package/build/components/InputText/partials/InputText.IconState.js +5 -2
  39. package/build/components/InputText/partials/InputText.IconState.js.map +1 -1
  40. package/build/components/InputText/partials/InputText.Label.js +6 -3
  41. package/build/components/InputText/partials/InputText.Label.js.map +1 -1
  42. package/build/components/Menu/Menu.Option.js +8 -5
  43. package/build/components/Menu/Menu.Option.js.map +1 -1
  44. package/build/components/Menu/Menu.js +6 -3
  45. package/build/components/Menu/Menu.js.map +1 -1
  46. package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +68 -55
  47. package/build/components/Modal/Modal.js +8 -8
  48. package/build/components/Modal/Modal.js.map +1 -1
  49. package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +88 -69
  50. package/build/components/Notification/Notification.js +8 -5
  51. package/build/components/Notification/Notification.js.map +1 -1
  52. package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +143 -142
  53. package/build/components/Progress/Progress.js +6 -3
  54. package/build/components/Progress/Progress.js.map +1 -1
  55. package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +18 -18
  56. package/build/components/Slider/Slider.js +11 -11
  57. package/build/components/Slider/Slider.js.map +1 -1
  58. package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +248 -230
  59. package/build/components/Table/Table.ColumnFilter.js +9 -9
  60. package/build/components/Table/Table.ColumnFilter.js.map +1 -1
  61. package/build/components/Table/Table.Filter.js +7 -4
  62. package/build/components/Table/Table.Filter.js.map +1 -1
  63. package/build/components/Table/Table.Row.js +7 -8
  64. package/build/components/Table/Table.Row.js.map +1 -1
  65. package/build/components/Table/Table.js +3 -3
  66. package/build/components/Table/Table.js.map +1 -1
  67. package/build/components/Table/Table.stories.js +4 -5
  68. package/build/components/Table/Table.stories.js.map +1 -1
  69. package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +222 -192
  70. package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +971 -949
  71. package/build/components/Tooltip/Tooltip.js +4 -4
  72. package/build/components/Tooltip/Tooltip.js.map +1 -1
  73. package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +34 -24
  74. package/build/primitives/Checkbox/Checkbox.js +7 -3
  75. package/build/primitives/Checkbox/Checkbox.js.map +1 -1
  76. package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +16 -16
  77. package/build/primitives/Icon/Icon.js +5 -3
  78. package/build/primitives/Icon/Icon.js.map +1 -1
  79. package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +60 -60
  80. package/build/primitives/Input/Input.js +2 -2
  81. package/build/primitives/Input/Input.js.map +1 -1
  82. package/build/primitives/Layer/Layer.js +4 -3
  83. package/build/primitives/Layer/Layer.js.map +1 -1
  84. package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +42 -36
  85. package/build/primitives/Pressable/Pressable.constants.js +1 -1
  86. package/build/primitives/Pressable/Pressable.constants.js.map +1 -1
  87. package/build/primitives/Pressable/Pressable.js +11 -5
  88. package/build/primitives/Pressable/Pressable.js.map +1 -1
  89. package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +14 -10
  90. package/build/primitives/Primitive/Primitive.js +2 -2
  91. package/build/primitives/Primitive/Primitive.js.map +1 -1
  92. package/build/primitives/Primitive/Primitive.module.css +241 -0
  93. package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +7 -7
  94. package/build/primitives/Primitive/helpers/getTag.js +32 -0
  95. package/build/primitives/Primitive/helpers/getTag.js.map +1 -0
  96. package/build/primitives/Primitive/helpers/index.js +11 -0
  97. package/build/primitives/Primitive/helpers/index.js.map +1 -1
  98. package/build/primitives/Radio/Radio.js +8 -5
  99. package/build/primitives/Radio/Radio.js.map +1 -1
  100. package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +21 -21
  101. package/build/primitives/ScrollView/ScrollView.js +3 -3
  102. package/build/primitives/ScrollView/ScrollView.js.map +1 -1
  103. package/build/primitives/ScrollView/ScrollView.stories.js +6 -5
  104. package/build/primitives/ScrollView/ScrollView.stories.js.map +1 -1
  105. package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +20 -20
  106. package/build/primitives/Select/Select.js +2 -2
  107. package/build/primitives/Select/Select.js.map +1 -1
  108. package/build/primitives/Switch/Switch.js +8 -5
  109. package/build/primitives/Switch/Switch.js.map +1 -1
  110. package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +25 -25
  111. package/build/primitives/Text/Text.js +7 -4
  112. package/build/primitives/Text/Text.js.map +1 -1
  113. package/build/primitives/Text/Text.module.css +4 -4
  114. package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +38 -38
  115. package/build/primitives/View/View.js +5 -3
  116. package/build/primitives/View/View.js.map +1 -1
  117. package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +10 -10
  118. package/package.json +5 -1
@@ -2,16 +2,16 @@
2
2
 
3
3
  exports[`component:<InputPhone> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <div
5
+ <ui_view
6
6
  class="view container mirai"
7
7
  >
8
- <div
8
+ <ui_view
9
9
  class="view row inputBorder"
10
10
  >
11
- <div
11
+ <ui_view
12
12
  class="view row"
13
13
  >
14
- <div
14
+ <ui_view
15
15
  class="view content"
16
16
  >
17
17
  <select
@@ -34,8 +34,8 @@ exports[`component:<InputPhone> inherit:className 1`] = `
34
34
  +001
35
35
  </option>
36
36
  </select>
37
- </div>
38
- <span
37
+ </ui_view>
38
+ <ui_icon
39
39
  class="icon headline-3 expand"
40
40
  >
41
41
  <svg
@@ -56,15 +56,15 @@ exports[`component:<InputPhone> inherit:className 1`] = `
56
56
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
57
57
  />
58
58
  </svg>
59
- </span>
60
- </div>
61
- <div
59
+ </ui_icon>
60
+ </ui_view>
61
+ <ui_view
62
62
  class="view forceRow separator"
63
63
  />
64
- <div
64
+ <ui_view
65
65
  class="view row wide"
66
66
  >
67
- <div
67
+ <ui_view
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
- </div>
78
- </div>
79
- </div>
80
- </div>
77
+ </ui_view>
78
+ </ui_view>
79
+ </ui_view>
80
+ </ui_view>
81
81
  </DocumentFragment>
82
82
  `;
83
83
 
84
84
  exports[`component:<InputPhone> prop:disabled 1`] = `
85
85
  <DocumentFragment>
86
- <div
86
+ <ui_view
87
87
  class="view container"
88
88
  >
89
- <div
89
+ <ui_view
90
90
  class="view row inputBorder disabled"
91
91
  >
92
- <div
92
+ <ui_view
93
93
  class="view row"
94
94
  >
95
- <div
95
+ <ui_view
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
- </div>
120
- </div>
121
- <div
119
+ </ui_view>
120
+ </ui_view>
121
+ <ui_view
122
122
  class="view forceRow separator"
123
123
  />
124
- <div
124
+ <ui_view
125
125
  class="view row wide"
126
126
  >
127
- <div
127
+ <ui_view
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
- </div>
139
- </div>
140
- </div>
141
- </div>
138
+ </ui_view>
139
+ </ui_view>
140
+ </ui_view>
141
+ </ui_view>
142
142
  </DocumentFragment>
143
143
  `;
144
144
 
145
145
  exports[`component:<InputPhone> prop:error 1`] = `
146
146
  <DocumentFragment>
147
- <div
147
+ <ui_view
148
148
  class="view container"
149
149
  >
150
- <div
150
+ <ui_view
151
151
  class="view row inputBorder error"
152
152
  >
153
- <div
153
+ <ui_view
154
154
  class="view row"
155
155
  >
156
- <div
156
+ <ui_view
157
157
  class="view content"
158
158
  >
159
159
  <select
@@ -176,8 +176,8 @@ exports[`component:<InputPhone> prop:error 1`] = `
176
176
  +001
177
177
  </option>
178
178
  </select>
179
- </div>
180
- <span
179
+ </ui_view>
180
+ <ui_icon
181
181
  class="icon headline-3 expand"
182
182
  >
183
183
  <svg
@@ -198,15 +198,15 @@ exports[`component:<InputPhone> prop:error 1`] = `
198
198
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
199
199
  />
200
200
  </svg>
201
- </span>
202
- </div>
203
- <div
201
+ </ui_icon>
202
+ </ui_view>
203
+ <ui_view
204
204
  class="view forceRow separator"
205
205
  />
206
- <div
206
+ <ui_view
207
207
  class="view row wide"
208
208
  >
209
- <div
209
+ <ui_view
210
210
  class="view wide content"
211
211
  >
212
212
  <input
@@ -216,9 +216,9 @@ exports[`component:<InputPhone> prop:error 1`] = `
216
216
  type="tel"
217
217
  value=""
218
218
  />
219
- </div>
220
- </div>
221
- <span
219
+ </ui_view>
220
+ </ui_view>
221
+ <ui_icon
222
222
  class="icon headline-3 icon error"
223
223
  >
224
224
  <svg
@@ -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
- </span>
242
- </div>
243
- </div>
241
+ </ui_icon>
242
+ </ui_view>
243
+ </ui_view>
244
244
  </DocumentFragment>
245
245
  `;
246
246
 
247
247
  exports[`component:<InputPhone> prop:hint 1`] = `
248
248
  <DocumentFragment>
249
- <div
249
+ <ui_view
250
250
  class="view container"
251
251
  >
252
- <div
252
+ <ui_view
253
253
  class="view row inputBorder"
254
254
  >
255
- <div
255
+ <ui_view
256
256
  class="view row"
257
257
  >
258
- <div
258
+ <ui_view
259
259
  class="view content"
260
260
  >
261
261
  <select
@@ -278,8 +278,8 @@ exports[`component:<InputPhone> prop:hint 1`] = `
278
278
  +001
279
279
  </option>
280
280
  </select>
281
- </div>
282
- <span
281
+ </ui_view>
282
+ <ui_icon
283
283
  class="icon headline-3 expand"
284
284
  >
285
285
  <svg
@@ -300,15 +300,15 @@ exports[`component:<InputPhone> prop:hint 1`] = `
300
300
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
301
301
  />
302
302
  </svg>
303
- </span>
304
- </div>
305
- <div
303
+ </ui_icon>
304
+ </ui_view>
305
+ <ui_view
306
306
  class="view forceRow separator"
307
307
  />
308
- <div
308
+ <ui_view
309
309
  class="view row wide"
310
310
  >
311
- <div
311
+ <ui_view
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
- </div>
322
- </div>
323
- </div>
324
- <span
321
+ </ui_view>
322
+ </ui_view>
323
+ </ui_view>
324
+ <ui_text
325
325
  class="text small text hint"
326
326
  >
327
327
  hint
328
- </span>
329
- </div>
328
+ </ui_text>
329
+ </ui_view>
330
330
  </DocumentFragment>
331
331
  `;
332
332
 
333
333
  exports[`component:<InputPhone> prop:icon & disabled 1`] = `
334
334
  <DocumentFragment>
335
- <div
335
+ <ui_view
336
336
  class="view container"
337
337
  >
338
- <div
338
+ <ui_view
339
339
  class="view row inputBorder disabled"
340
340
  >
341
- <div
341
+ <ui_view
342
342
  class="view row"
343
343
  >
344
- <div
344
+ <ui_view
345
345
  class="view content"
346
346
  >
347
347
  <select
@@ -365,15 +365,15 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
365
365
  +001
366
366
  </option>
367
367
  </select>
368
- </div>
369
- </div>
370
- <div
368
+ </ui_view>
369
+ </ui_view>
370
+ <ui_view
371
371
  class="view forceRow separator"
372
372
  />
373
- <div
373
+ <ui_view
374
374
  class="view row wide"
375
375
  >
376
- <span
376
+ <ui_icon
377
377
  class="icon headline-3 icon left disabled"
378
378
  >
379
379
  <svg
@@ -393,8 +393,8 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
393
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"
394
394
  />
395
395
  </svg>
396
- </span>
397
- <div
396
+ </ui_icon>
397
+ <ui_view
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
- </div>
409
- </div>
410
- </div>
411
- </div>
408
+ </ui_view>
409
+ </ui_view>
410
+ </ui_view>
411
+ </ui_view>
412
412
  </DocumentFragment>
413
413
  `;
414
414
 
415
415
  exports[`component:<InputPhone> prop:icon & error 1`] = `
416
416
  <DocumentFragment>
417
- <div
417
+ <ui_view
418
418
  class="view container"
419
419
  >
420
- <div
420
+ <ui_view
421
421
  class="view row inputBorder error"
422
422
  >
423
- <div
423
+ <ui_view
424
424
  class="view row"
425
425
  >
426
- <div
426
+ <ui_view
427
427
  class="view content"
428
428
  >
429
429
  <select
@@ -446,8 +446,8 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
446
446
  +001
447
447
  </option>
448
448
  </select>
449
- </div>
450
- <span
449
+ </ui_view>
450
+ <ui_icon
451
451
  class="icon headline-3 expand"
452
452
  >
453
453
  <svg
@@ -468,15 +468,15 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
468
468
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
469
469
  />
470
470
  </svg>
471
- </span>
472
- </div>
473
- <div
471
+ </ui_icon>
472
+ </ui_view>
473
+ <ui_view
474
474
  class="view forceRow separator"
475
475
  />
476
- <div
476
+ <ui_view
477
477
  class="view row wide"
478
478
  >
479
- <span
479
+ <ui_icon
480
480
  class="icon headline-3 icon left error"
481
481
  >
482
482
  <svg
@@ -496,8 +496,8 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
496
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"
497
497
  />
498
498
  </svg>
499
- </span>
500
- <div
499
+ </ui_icon>
500
+ <ui_view
501
501
  class="view wide content"
502
502
  >
503
503
  <input
@@ -507,9 +507,9 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
507
507
  type="tel"
508
508
  value=""
509
509
  />
510
- </div>
511
- </div>
512
- <span
510
+ </ui_view>
511
+ </ui_view>
512
+ <ui_icon
513
513
  class="icon headline-3 icon error"
514
514
  >
515
515
  <svg
@@ -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
- </span>
533
- </div>
534
- </div>
532
+ </ui_icon>
533
+ </ui_view>
534
+ </ui_view>
535
535
  </DocumentFragment>
536
536
  `;
537
537
 
538
538
  exports[`component:<InputPhone> prop:icon 1`] = `
539
539
  <DocumentFragment>
540
- <div
540
+ <ui_view
541
541
  class="view container"
542
542
  >
543
- <div
543
+ <ui_view
544
544
  class="view row inputBorder"
545
545
  >
546
- <div
546
+ <ui_view
547
547
  class="view row"
548
548
  >
549
- <div
549
+ <ui_view
550
550
  class="view content"
551
551
  >
552
552
  <select
@@ -569,8 +569,8 @@ exports[`component:<InputPhone> prop:icon 1`] = `
569
569
  +001
570
570
  </option>
571
571
  </select>
572
- </div>
573
- <span
572
+ </ui_view>
573
+ <ui_icon
574
574
  class="icon headline-3 expand"
575
575
  >
576
576
  <svg
@@ -591,15 +591,15 @@ exports[`component:<InputPhone> prop:icon 1`] = `
591
591
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
592
592
  />
593
593
  </svg>
594
- </span>
595
- </div>
596
- <div
594
+ </ui_icon>
595
+ </ui_view>
596
+ <ui_view
597
597
  class="view forceRow separator"
598
598
  />
599
- <div
599
+ <ui_view
600
600
  class="view row wide"
601
601
  >
602
- <span
602
+ <ui_icon
603
603
  class="icon headline-3 icon left"
604
604
  >
605
605
  <svg
@@ -619,8 +619,8 @@ exports[`component:<InputPhone> prop:icon 1`] = `
619
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"
620
620
  />
621
621
  </svg>
622
- </span>
623
- <div
622
+ </ui_icon>
623
+ <ui_view
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
- </div>
634
- </div>
635
- </div>
636
- </div>
633
+ </ui_view>
634
+ </ui_view>
635
+ </ui_view>
636
+ </ui_view>
637
637
  </DocumentFragment>
638
638
  `;
639
639
 
640
640
  exports[`component:<InputPhone> prop:label 1`] = `
641
641
  <DocumentFragment>
642
- <div
642
+ <ui_view
643
643
  class="view container"
644
644
  >
645
- <div
645
+ <ui_view
646
646
  class="view row inputBorder"
647
647
  >
648
- <div
648
+ <ui_view
649
649
  class="view row"
650
650
  >
651
- <div
651
+ <ui_view
652
652
  class="view content"
653
653
  >
654
654
  <select
@@ -671,8 +671,8 @@ exports[`component:<InputPhone> prop:label 1`] = `
671
671
  +001
672
672
  </option>
673
673
  </select>
674
- </div>
675
- <span
674
+ </ui_view>
675
+ <ui_icon
676
676
  class="icon headline-3 expand"
677
677
  >
678
678
  <svg
@@ -693,22 +693,22 @@ exports[`component:<InputPhone> prop:label 1`] = `
693
693
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
694
694
  />
695
695
  </svg>
696
- </span>
697
- </div>
698
- <div
696
+ </ui_icon>
697
+ </ui_view>
698
+ <ui_view
699
699
  class="view forceRow separator"
700
700
  />
701
- <div
701
+ <ui_view
702
702
  class="view row wide"
703
703
  >
704
- <div
704
+ <ui_view
705
705
  class="view wide content"
706
706
  >
707
- <span
707
+ <ui_text
708
708
  class="text paragraph text label"
709
709
  >
710
710
  label
711
- </span>
711
+ </ui_text>
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
- </div>
720
- </div>
721
- </div>
722
- </div>
719
+ </ui_view>
720
+ </ui_view>
721
+ </ui_view>
722
+ </ui_view>
723
723
  </DocumentFragment>
724
724
  `;
725
725
 
726
726
  exports[`component:<InputPhone> prop:labelPrefix 1`] = `
727
727
  <DocumentFragment>
728
- <div
728
+ <ui_view
729
729
  class="view container"
730
730
  >
731
- <div
731
+ <ui_view
732
732
  class="view row inputBorder"
733
733
  >
734
- <div
734
+ <ui_view
735
735
  class="view row"
736
736
  >
737
- <div
737
+ <ui_view
738
738
  class="view content"
739
739
  >
740
- <span
740
+ <ui_text
741
741
  class="text paragraph text label"
742
742
  >
743
743
  labelPrefix
744
- </span>
744
+ </ui_text>
745
745
  <select
746
746
  class="select empty input prefix withLabel empty"
747
747
  name="name-prefix"
@@ -762,8 +762,8 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
762
762
  +001
763
763
  </option>
764
764
  </select>
765
- </div>
766
- <span
765
+ </ui_view>
766
+ <ui_icon
767
767
  class="icon headline-3 expand"
768
768
  >
769
769
  <svg
@@ -784,15 +784,15 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
784
784
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
785
785
  />
786
786
  </svg>
787
- </span>
788
- </div>
789
- <div
787
+ </ui_icon>
788
+ </ui_view>
789
+ <ui_view
790
790
  class="view forceRow separator"
791
791
  />
792
- <div
792
+ <ui_view
793
793
  class="view row wide"
794
794
  >
795
- <div
795
+ <ui_view
796
796
  class="view wide content"
797
797
  >
798
798
  <input
@@ -802,28 +802,28 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
802
802
  type="tel"
803
803
  value=""
804
804
  />
805
- </div>
806
- </div>
807
- </div>
808
- </div>
805
+ </ui_view>
806
+ </ui_view>
807
+ </ui_view>
808
+ </ui_view>
809
809
  </DocumentFragment>
810
810
  `;
811
811
 
812
812
  exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
813
813
  <DocumentFragment>
814
- <div
814
+ <ui_view
815
815
  class="view container"
816
816
  >
817
- <div
817
+ <ui_view
818
818
  class="view row inputBorder"
819
819
  >
820
- <div
820
+ <ui_view
821
821
  class="view row"
822
822
  >
823
- <div
823
+ <ui_view
824
824
  class="view content"
825
825
  >
826
- <span
826
+ <ui_text
827
827
  class="text paragraph text label"
828
828
  >
829
829
  labelPrefix
@@ -832,7 +832,7 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
832
832
  >
833
833
  *
834
834
  </span>
835
- </span>
835
+ </ui_text>
836
836
  <select
837
837
  class="select empty input prefix withLabel empty"
838
838
  name="name-prefix"
@@ -854,8 +854,8 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
854
854
  +001
855
855
  </option>
856
856
  </select>
857
- </div>
858
- <span
857
+ </ui_view>
858
+ <ui_icon
859
859
  class="icon headline-3 expand"
860
860
  >
861
861
  <svg
@@ -876,18 +876,18 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
876
876
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
877
877
  />
878
878
  </svg>
879
- </span>
880
- </div>
881
- <div
879
+ </ui_icon>
880
+ </ui_view>
881
+ <ui_view
882
882
  class="view forceRow separator"
883
883
  />
884
- <div
884
+ <ui_view
885
885
  class="view row wide"
886
886
  >
887
- <div
887
+ <ui_view
888
888
  class="view wide content"
889
889
  >
890
- <span
890
+ <ui_text
891
891
  class="text paragraph text label"
892
892
  >
893
893
  label
@@ -896,7 +896,7 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
896
896
  >
897
897
  *
898
898
  </span>
899
- </span>
899
+ </ui_text>
900
900
  <input
901
901
  class="input input withLabel"
902
902
  maxlength="12"
@@ -905,32 +905,32 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
905
905
  type="tel"
906
906
  value=""
907
907
  />
908
- </div>
909
- </div>
910
- </div>
911
- </div>
908
+ </ui_view>
909
+ </ui_view>
910
+ </ui_view>
911
+ </ui_view>
912
912
  </DocumentFragment>
913
913
  `;
914
914
 
915
915
  exports[`component:<InputPhone> prop:required 1`] = `
916
916
  <DocumentFragment>
917
- <div
917
+ <ui_view
918
918
  class="view container"
919
919
  >
920
- <div
920
+ <ui_view
921
921
  class="view row inputBorder"
922
922
  >
923
- <div
923
+ <ui_view
924
924
  class="view row"
925
925
  >
926
- <div
926
+ <ui_view
927
927
  class="view content"
928
928
  >
929
- <span
929
+ <ui_text
930
930
  class="text paragraph text label"
931
931
  >
932
932
  labelPrefix
933
- </span>
933
+ </ui_text>
934
934
  <select
935
935
  class="select empty input prefix withLabel empty"
936
936
  name="name-prefix"
@@ -952,8 +952,8 @@ exports[`component:<InputPhone> prop:required 1`] = `
952
952
  +001
953
953
  </option>
954
954
  </select>
955
- </div>
956
- <span
955
+ </ui_view>
956
+ <ui_icon
957
957
  class="icon headline-3 expand"
958
958
  >
959
959
  <svg
@@ -974,22 +974,22 @@ exports[`component:<InputPhone> prop:required 1`] = `
974
974
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
975
975
  />
976
976
  </svg>
977
- </span>
978
- </div>
979
- <div
977
+ </ui_icon>
978
+ </ui_view>
979
+ <ui_view
980
980
  class="view forceRow separator"
981
981
  />
982
- <div
982
+ <ui_view
983
983
  class="view row wide"
984
984
  >
985
- <div
985
+ <ui_view
986
986
  class="view wide content"
987
987
  >
988
- <span
988
+ <ui_text
989
989
  class="text paragraph text label"
990
990
  >
991
991
  label
992
- </span>
992
+ </ui_text>
993
993
  <input
994
994
  class="input input withLabel"
995
995
  maxlength="12"
@@ -998,25 +998,25 @@ exports[`component:<InputPhone> prop:required 1`] = `
998
998
  type="tel"
999
999
  value=""
1000
1000
  />
1001
- </div>
1002
- </div>
1003
- </div>
1004
- </div>
1001
+ </ui_view>
1002
+ </ui_view>
1003
+ </ui_view>
1004
+ </ui_view>
1005
1005
  </DocumentFragment>
1006
1006
  `;
1007
1007
 
1008
1008
  exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
1009
1009
  <DocumentFragment>
1010
- <div
1010
+ <ui_view
1011
1011
  class="view container"
1012
1012
  >
1013
- <div
1013
+ <ui_view
1014
1014
  class="view row inputBorder error"
1015
1015
  >
1016
- <div
1016
+ <ui_view
1017
1017
  class="view row"
1018
1018
  >
1019
- <div
1019
+ <ui_view
1020
1020
  class="view content"
1021
1021
  >
1022
1022
  <select
@@ -1039,8 +1039,8 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
1039
1039
  +001
1040
1040
  </option>
1041
1041
  </select>
1042
- </div>
1043
- <span
1042
+ </ui_view>
1043
+ <ui_icon
1044
1044
  class="icon headline-3 expand"
1045
1045
  >
1046
1046
  <svg
@@ -1061,15 +1061,15 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
1061
1061
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1062
1062
  />
1063
1063
  </svg>
1064
- </span>
1065
- </div>
1066
- <div
1064
+ </ui_icon>
1065
+ </ui_view>
1066
+ <ui_view
1067
1067
  class="view forceRow separator"
1068
1068
  />
1069
- <div
1069
+ <ui_view
1070
1070
  class="view row wide"
1071
1071
  >
1072
- <div
1072
+ <ui_view
1073
1073
  class="view wide content"
1074
1074
  >
1075
1075
  <input
@@ -1079,9 +1079,9 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
1079
1079
  type="tel"
1080
1080
  value=""
1081
1081
  />
1082
- </div>
1083
- </div>
1084
- <span
1082
+ </ui_view>
1083
+ </ui_view>
1084
+ <ui_icon
1085
1085
  class="icon headline-3 icon error"
1086
1086
  >
1087
1087
  <svg
@@ -1101,24 +1101,24 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
1101
1101
  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
1102
  />
1103
1103
  </svg>
1104
- </span>
1105
- </div>
1106
- </div>
1104
+ </ui_icon>
1105
+ </ui_view>
1106
+ </ui_view>
1107
1107
  </DocumentFragment>
1108
1108
  `;
1109
1109
 
1110
1110
  exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
1111
1111
  <DocumentFragment>
1112
- <div
1112
+ <ui_view
1113
1113
  class="view container"
1114
1114
  >
1115
- <div
1115
+ <ui_view
1116
1116
  class="view row inputBorder"
1117
1117
  >
1118
- <div
1118
+ <ui_view
1119
1119
  class="view row"
1120
1120
  >
1121
- <div
1121
+ <ui_view
1122
1122
  class="view content"
1123
1123
  >
1124
1124
  <select
@@ -1141,8 +1141,8 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
1141
1141
  +001
1142
1142
  </option>
1143
1143
  </select>
1144
- </div>
1145
- <span
1144
+ </ui_view>
1145
+ <ui_icon
1146
1146
  class="icon headline-3 expand"
1147
1147
  >
1148
1148
  <svg
@@ -1163,15 +1163,15 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
1163
1163
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1164
1164
  />
1165
1165
  </svg>
1166
- </span>
1167
- </div>
1168
- <div
1166
+ </ui_icon>
1167
+ </ui_view>
1168
+ <ui_view
1169
1169
  class="view forceRow separator"
1170
1170
  />
1171
- <div
1171
+ <ui_view
1172
1172
  class="view row wide"
1173
1173
  >
1174
- <div
1174
+ <ui_view
1175
1175
  class="view wide content"
1176
1176
  >
1177
1177
  <input
@@ -1181,9 +1181,9 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
1181
1181
  type="tel"
1182
1182
  value=""
1183
1183
  />
1184
- </div>
1185
- </div>
1186
- <span
1184
+ </ui_view>
1185
+ </ui_view>
1186
+ <ui_icon
1187
1187
  class="icon headline-3 icon success"
1188
1188
  >
1189
1189
  <svg
@@ -1203,24 +1203,24 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
1203
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"
1204
1204
  />
1205
1205
  </svg>
1206
- </span>
1207
- </div>
1208
- </div>
1206
+ </ui_icon>
1207
+ </ui_view>
1208
+ </ui_view>
1209
1209
  </DocumentFragment>
1210
1210
  `;
1211
1211
 
1212
1212
  exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
1213
1213
  <DocumentFragment>
1214
- <div
1214
+ <ui_view
1215
1215
  class="view container"
1216
1216
  >
1217
- <div
1217
+ <ui_view
1218
1218
  class="view row inputBorder"
1219
1219
  >
1220
- <div
1220
+ <ui_view
1221
1221
  class="view row"
1222
1222
  >
1223
- <div
1223
+ <ui_view
1224
1224
  class="view content"
1225
1225
  >
1226
1226
  <select
@@ -1243,8 +1243,8 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
1243
1243
  +001
1244
1244
  </option>
1245
1245
  </select>
1246
- </div>
1247
- <span
1246
+ </ui_view>
1247
+ <ui_icon
1248
1248
  class="icon headline-3 expand"
1249
1249
  >
1250
1250
  <svg
@@ -1265,15 +1265,15 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
1265
1265
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1266
1266
  />
1267
1267
  </svg>
1268
- </span>
1269
- </div>
1270
- <div
1268
+ </ui_icon>
1269
+ </ui_view>
1270
+ <ui_view
1271
1271
  class="view forceRow separator"
1272
1272
  />
1273
- <div
1273
+ <ui_view
1274
1274
  class="view row wide"
1275
1275
  >
1276
- <div
1276
+ <ui_view
1277
1277
  class="view wide content"
1278
1278
  >
1279
1279
  <input
@@ -1283,9 +1283,9 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
1283
1283
  type="tel"
1284
1284
  value=""
1285
1285
  />
1286
- </div>
1287
- </div>
1288
- <span
1286
+ </ui_view>
1287
+ </ui_view>
1288
+ <ui_icon
1289
1289
  class="icon headline-3 icon warning"
1290
1290
  >
1291
1291
  <svg
@@ -1301,24 +1301,24 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
1301
1301
  d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1302
1302
  />
1303
1303
  </svg>
1304
- </span>
1305
- </div>
1306
- </div>
1304
+ </ui_icon>
1305
+ </ui_view>
1306
+ </ui_view>
1307
1307
  </DocumentFragment>
1308
1308
  `;
1309
1309
 
1310
1310
  exports[`component:<InputPhone> prop:success 1`] = `
1311
1311
  <DocumentFragment>
1312
- <div
1312
+ <ui_view
1313
1313
  class="view container"
1314
1314
  >
1315
- <div
1315
+ <ui_view
1316
1316
  class="view row inputBorder"
1317
1317
  >
1318
- <div
1318
+ <ui_view
1319
1319
  class="view row"
1320
1320
  >
1321
- <div
1321
+ <ui_view
1322
1322
  class="view content"
1323
1323
  >
1324
1324
  <select
@@ -1341,8 +1341,8 @@ exports[`component:<InputPhone> prop:success 1`] = `
1341
1341
  +001
1342
1342
  </option>
1343
1343
  </select>
1344
- </div>
1345
- <span
1344
+ </ui_view>
1345
+ <ui_icon
1346
1346
  class="icon headline-3 expand"
1347
1347
  >
1348
1348
  <svg
@@ -1363,15 +1363,15 @@ exports[`component:<InputPhone> prop:success 1`] = `
1363
1363
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1364
1364
  />
1365
1365
  </svg>
1366
- </span>
1367
- </div>
1368
- <div
1366
+ </ui_icon>
1367
+ </ui_view>
1368
+ <ui_view
1369
1369
  class="view forceRow separator"
1370
1370
  />
1371
- <div
1371
+ <ui_view
1372
1372
  class="view row wide"
1373
1373
  >
1374
- <div
1374
+ <ui_view
1375
1375
  class="view wide content"
1376
1376
  >
1377
1377
  <input
@@ -1381,9 +1381,9 @@ exports[`component:<InputPhone> prop:success 1`] = `
1381
1381
  type="tel"
1382
1382
  value=""
1383
1383
  />
1384
- </div>
1385
- </div>
1386
- <span
1384
+ </ui_view>
1385
+ </ui_view>
1386
+ <ui_icon
1387
1387
  class="icon headline-3 icon success"
1388
1388
  >
1389
1389
  <svg
@@ -1403,24 +1403,24 @@ exports[`component:<InputPhone> prop:success 1`] = `
1403
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"
1404
1404
  />
1405
1405
  </svg>
1406
- </span>
1407
- </div>
1408
- </div>
1406
+ </ui_icon>
1407
+ </ui_view>
1408
+ </ui_view>
1409
1409
  </DocumentFragment>
1410
1410
  `;
1411
1411
 
1412
1412
  exports[`component:<InputPhone> prop:value 1`] = `
1413
1413
  <DocumentFragment>
1414
- <div
1414
+ <ui_view
1415
1415
  class="view container"
1416
1416
  >
1417
- <div
1417
+ <ui_view
1418
1418
  class="view row inputBorder"
1419
1419
  >
1420
- <div
1420
+ <ui_view
1421
1421
  class="view row"
1422
1422
  >
1423
- <div
1423
+ <ui_view
1424
1424
  class="view content"
1425
1425
  >
1426
1426
  <select
@@ -1443,8 +1443,8 @@ exports[`component:<InputPhone> prop:value 1`] = `
1443
1443
  +001
1444
1444
  </option>
1445
1445
  </select>
1446
- </div>
1447
- <span
1446
+ </ui_view>
1447
+ <ui_icon
1448
1448
  class="icon headline-3 expand"
1449
1449
  >
1450
1450
  <svg
@@ -1465,15 +1465,15 @@ exports[`component:<InputPhone> prop:value 1`] = `
1465
1465
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1466
1466
  />
1467
1467
  </svg>
1468
- </span>
1469
- </div>
1470
- <div
1468
+ </ui_icon>
1469
+ </ui_view>
1470
+ <ui_view
1471
1471
  class="view forceRow separator"
1472
1472
  />
1473
- <div
1473
+ <ui_view
1474
1474
  class="view row wide"
1475
1475
  >
1476
- <div
1476
+ <ui_view
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
- </div>
1487
- </div>
1488
- </div>
1489
- </div>
1486
+ </ui_view>
1487
+ </ui_view>
1488
+ </ui_view>
1489
+ </ui_view>
1490
1490
  </DocumentFragment>
1491
1491
  `;
1492
1492
 
1493
1493
  exports[`component:<InputPhone> prop:value:without prefixes 1`] = `
1494
1494
  <DocumentFragment>
1495
- <div
1495
+ <ui_view
1496
1496
  class="view container"
1497
1497
  >
1498
- <div
1498
+ <ui_view
1499
1499
  class="view row inputBorder"
1500
1500
  >
1501
- <div
1501
+ <ui_view
1502
1502
  class="view row wide"
1503
1503
  >
1504
- <div
1504
+ <ui_view
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
- </div>
1515
- </div>
1516
- </div>
1517
- </div>
1514
+ </ui_view>
1515
+ </ui_view>
1516
+ </ui_view>
1517
+ </ui_view>
1518
1518
  </DocumentFragment>
1519
1519
  `;
1520
1520
 
1521
1521
  exports[`component:<InputPhone> prop:warning 1`] = `
1522
1522
  <DocumentFragment>
1523
- <div
1523
+ <ui_view
1524
1524
  class="view container"
1525
1525
  >
1526
- <div
1526
+ <ui_view
1527
1527
  class="view row inputBorder"
1528
1528
  >
1529
- <div
1529
+ <ui_view
1530
1530
  class="view row"
1531
1531
  >
1532
- <div
1532
+ <ui_view
1533
1533
  class="view content"
1534
1534
  >
1535
1535
  <select
@@ -1552,8 +1552,8 @@ exports[`component:<InputPhone> prop:warning 1`] = `
1552
1552
  +001
1553
1553
  </option>
1554
1554
  </select>
1555
- </div>
1556
- <span
1555
+ </ui_view>
1556
+ <ui_icon
1557
1557
  class="icon headline-3 expand"
1558
1558
  >
1559
1559
  <svg
@@ -1574,15 +1574,15 @@ exports[`component:<InputPhone> prop:warning 1`] = `
1574
1574
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1575
1575
  />
1576
1576
  </svg>
1577
- </span>
1578
- </div>
1579
- <div
1577
+ </ui_icon>
1578
+ </ui_view>
1579
+ <ui_view
1580
1580
  class="view forceRow separator"
1581
1581
  />
1582
- <div
1582
+ <ui_view
1583
1583
  class="view row wide"
1584
1584
  >
1585
- <div
1585
+ <ui_view
1586
1586
  class="view wide content"
1587
1587
  >
1588
1588
  <input
@@ -1592,9 +1592,9 @@ exports[`component:<InputPhone> prop:warning 1`] = `
1592
1592
  type="tel"
1593
1593
  value=""
1594
1594
  />
1595
- </div>
1596
- </div>
1597
- <span
1595
+ </ui_view>
1596
+ </ui_view>
1597
+ <ui_icon
1598
1598
  class="icon headline-3 icon warning"
1599
1599
  >
1600
1600
  <svg
@@ -1610,24 +1610,24 @@ exports[`component:<InputPhone> prop:warning 1`] = `
1610
1610
  d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1611
1611
  />
1612
1612
  </svg>
1613
- </span>
1614
- </div>
1615
- </div>
1613
+ </ui_icon>
1614
+ </ui_view>
1615
+ </ui_view>
1616
1616
  </DocumentFragment>
1617
1617
  `;
1618
1618
 
1619
1619
  exports[`component:<InputPhone> renders 1`] = `
1620
1620
  <DocumentFragment>
1621
- <div
1621
+ <ui_view
1622
1622
  class="view container"
1623
1623
  >
1624
- <div
1624
+ <ui_view
1625
1625
  class="view row inputBorder"
1626
1626
  >
1627
- <div
1627
+ <ui_view
1628
1628
  class="view row"
1629
1629
  >
1630
- <div
1630
+ <ui_view
1631
1631
  class="view content"
1632
1632
  >
1633
1633
  <select
@@ -1650,8 +1650,8 @@ exports[`component:<InputPhone> renders 1`] = `
1650
1650
  +001
1651
1651
  </option>
1652
1652
  </select>
1653
- </div>
1654
- <span
1653
+ </ui_view>
1654
+ <ui_icon
1655
1655
  class="icon headline-3 expand"
1656
1656
  >
1657
1657
  <svg
@@ -1672,15 +1672,15 @@ exports[`component:<InputPhone> renders 1`] = `
1672
1672
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1673
1673
  />
1674
1674
  </svg>
1675
- </span>
1676
- </div>
1677
- <div
1675
+ </ui_icon>
1676
+ </ui_view>
1677
+ <ui_view
1678
1678
  class="view forceRow separator"
1679
1679
  />
1680
- <div
1680
+ <ui_view
1681
1681
  class="view row wide"
1682
1682
  >
1683
- <div
1683
+ <ui_view
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
- </div>
1694
- </div>
1695
- </div>
1696
- </div>
1693
+ </ui_view>
1694
+ </ui_view>
1695
+ </ui_view>
1696
+ </ui_view>
1697
1697
  </DocumentFragment>
1698
1698
  `;
1699
1699
 
1700
1700
  exports[`component:<InputPhone> testId 1`] = `
1701
1701
  <DocumentFragment>
1702
- <div
1702
+ <ui_view
1703
1703
  class="view container"
1704
1704
  >
1705
- <div
1705
+ <ui_view
1706
1706
  class="view row inputBorder"
1707
1707
  >
1708
- <div
1708
+ <ui_view
1709
1709
  class="view row"
1710
1710
  >
1711
- <div
1711
+ <ui_view
1712
1712
  class="view content"
1713
1713
  >
1714
1714
  <select
@@ -1732,8 +1732,8 @@ exports[`component:<InputPhone> testId 1`] = `
1732
1732
  +001
1733
1733
  </option>
1734
1734
  </select>
1735
- </div>
1736
- <span
1735
+ </ui_view>
1736
+ <ui_icon
1737
1737
  class="icon headline-3 expand"
1738
1738
  >
1739
1739
  <svg
@@ -1754,15 +1754,15 @@ exports[`component:<InputPhone> testId 1`] = `
1754
1754
  d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1755
1755
  />
1756
1756
  </svg>
1757
- </span>
1758
- </div>
1759
- <div
1757
+ </ui_icon>
1758
+ </ui_view>
1759
+ <ui_view
1760
1760
  class="view forceRow separator"
1761
1761
  />
1762
- <div
1762
+ <ui_view
1763
1763
  class="view row wide"
1764
1764
  >
1765
- <div
1765
+ <ui_view
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
- </div>
1777
- </div>
1778
- </div>
1779
- </div>
1776
+ </ui_view>
1777
+ </ui_view>
1778
+ </ui_view>
1779
+ </ui_view>
1780
1780
  </DocumentFragment>
1781
1781
  `;
1782
1782
 
1783
1783
  exports[`component:<InputPhone> testId:without prefixes 1`] = `
1784
1784
  <DocumentFragment>
1785
- <div
1785
+ <ui_view
1786
1786
  class="view container"
1787
1787
  >
1788
- <div
1788
+ <ui_view
1789
1789
  class="view row inputBorder"
1790
1790
  >
1791
- <div
1791
+ <ui_view
1792
1792
  class="view row wide"
1793
1793
  >
1794
- <div
1794
+ <ui_view
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
- </div>
1806
- </div>
1807
- </div>
1808
- </div>
1805
+ </ui_view>
1806
+ </ui_view>
1807
+ </ui_view>
1808
+ </ui_view>
1809
1809
  </DocumentFragment>
1810
1810
  `;