@mirai/ui 1.0.218 → 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 (130) 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 +55 -41
  7. package/build/components/Button/Button.js +7 -5
  8. package/build/components/Button/Button.js.map +1 -1
  9. package/build/components/Button/Button.module.css +10 -16
  10. package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +45 -34
  11. package/build/components/Calendar/Calendar.Month.js +6 -4
  12. package/build/components/Calendar/Calendar.Month.js.map +1 -1
  13. package/build/components/Calendar/Calendar.Week.js +6 -6
  14. package/build/components/Calendar/Calendar.Week.js.map +1 -1
  15. package/build/components/Calendar/Calendar.Weekdays.js +6 -3
  16. package/build/components/Calendar/Calendar.Weekdays.js.map +1 -1
  17. package/build/components/Calendar/Calendar.js +3 -3
  18. package/build/components/Calendar/Calendar.js.map +1 -1
  19. package/build/components/Calendar/Calendar.module.css +6 -7
  20. package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +17618 -17586
  21. package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +10 -10
  22. package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +49 -49
  23. package/build/components/InputNumber/InputNumber.js +9 -7
  24. package/build/components/InputNumber/InputNumber.js.map +1 -1
  25. package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +153 -138
  26. package/build/components/InputOption/InputOption.js +7 -4
  27. package/build/components/InputOption/InputOption.js.map +1 -1
  28. package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +84 -71
  29. package/build/components/InputPhone/InputPhone.js +11 -11
  30. package/build/components/InputPhone/InputPhone.js.map +1 -1
  31. package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +371 -371
  32. package/build/components/InputSelect/InputSelect.js +7 -7
  33. package/build/components/InputSelect/InputSelect.js.map +1 -1
  34. package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +112 -112
  35. package/build/components/InputText/InputText.js +10 -10
  36. package/build/components/InputText/InputText.js.map +1 -1
  37. package/build/components/InputText/InputText.module.css +3 -7
  38. package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +147 -146
  39. package/build/components/InputText/partials/InputText.Hint.js +5 -2
  40. package/build/components/InputText/partials/InputText.Hint.js.map +1 -1
  41. package/build/components/InputText/partials/InputText.IconState.js +5 -2
  42. package/build/components/InputText/partials/InputText.IconState.js.map +1 -1
  43. package/build/components/InputText/partials/InputText.Label.js +6 -3
  44. package/build/components/InputText/partials/InputText.Label.js.map +1 -1
  45. package/build/components/Menu/Menu.Option.js +8 -5
  46. package/build/components/Menu/Menu.Option.js.map +1 -1
  47. package/build/components/Menu/Menu.js +6 -3
  48. package/build/components/Menu/Menu.js.map +1 -1
  49. package/build/components/Menu/Menu.module.css +3 -3
  50. package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +80 -67
  51. package/build/components/Modal/Modal.js +9 -9
  52. package/build/components/Modal/Modal.js.map +1 -1
  53. package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +91 -72
  54. package/build/components/Notification/Notification.js +8 -5
  55. package/build/components/Notification/Notification.js.map +1 -1
  56. package/build/components/Notification/Notification.module.css +7 -10
  57. package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +149 -148
  58. package/build/components/Progress/Progress.js +6 -3
  59. package/build/components/Progress/Progress.js.map +1 -1
  60. package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +18 -18
  61. package/build/components/Slider/Slider.js +11 -11
  62. package/build/components/Slider/Slider.js.map +1 -1
  63. package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +248 -230
  64. package/build/components/Table/Table.ColumnFilter.js +9 -9
  65. package/build/components/Table/Table.ColumnFilter.js.map +1 -1
  66. package/build/components/Table/Table.Filter.js +7 -4
  67. package/build/components/Table/Table.Filter.js.map +1 -1
  68. package/build/components/Table/Table.Row.js +7 -8
  69. package/build/components/Table/Table.Row.js.map +1 -1
  70. package/build/components/Table/Table.js +3 -3
  71. package/build/components/Table/Table.js.map +1 -1
  72. package/build/components/Table/Table.module.css +2 -6
  73. package/build/components/Table/Table.stories.js +4 -5
  74. package/build/components/Table/Table.stories.js.map +1 -1
  75. package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +258 -228
  76. package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +1010 -1090
  77. package/build/components/Tooltip/Tooltip.js +4 -4
  78. package/build/components/Tooltip/Tooltip.js.map +1 -1
  79. package/build/components/Tooltip/Tooltip.module.css +5 -5
  80. package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +46 -36
  81. package/build/primitives/Checkbox/Checkbox.js +7 -3
  82. package/build/primitives/Checkbox/Checkbox.js.map +1 -1
  83. package/build/primitives/Checkbox/Checkbox.module.css +1 -2
  84. package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +16 -16
  85. package/build/primitives/Icon/Icon.js +5 -3
  86. package/build/primitives/Icon/Icon.js.map +1 -1
  87. package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +60 -60
  88. package/build/primitives/Input/Input.js +2 -2
  89. package/build/primitives/Input/Input.js.map +1 -1
  90. package/build/primitives/Layer/Layer.js +4 -3
  91. package/build/primitives/Layer/Layer.js.map +1 -1
  92. package/build/primitives/Layer/Layer.module.css +4 -1
  93. package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +48 -42
  94. package/build/primitives/Pressable/Pressable.constants.js +1 -1
  95. package/build/primitives/Pressable/Pressable.constants.js.map +1 -1
  96. package/build/primitives/Pressable/Pressable.js +11 -5
  97. package/build/primitives/Pressable/Pressable.js.map +1 -1
  98. package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +14 -10
  99. package/build/primitives/Primitive/Primitive.js +2 -2
  100. package/build/primitives/Primitive/Primitive.js.map +1 -1
  101. package/build/primitives/Primitive/Primitive.module.css +241 -0
  102. package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +7 -7
  103. package/build/primitives/Primitive/helpers/getTag.js +32 -0
  104. package/build/primitives/Primitive/helpers/getTag.js.map +1 -0
  105. package/build/primitives/Primitive/helpers/index.js +11 -0
  106. package/build/primitives/Primitive/helpers/index.js.map +1 -1
  107. package/build/primitives/Radio/Radio.js +8 -5
  108. package/build/primitives/Radio/Radio.js.map +1 -1
  109. package/build/primitives/Radio/Radio.module.css +2 -2
  110. package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +21 -21
  111. package/build/primitives/ScrollView/ScrollView.js +3 -3
  112. package/build/primitives/ScrollView/ScrollView.js.map +1 -1
  113. package/build/primitives/ScrollView/ScrollView.stories.js +6 -5
  114. package/build/primitives/ScrollView/ScrollView.stories.js.map +1 -1
  115. package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +20 -20
  116. package/build/primitives/Select/Select.js +2 -2
  117. package/build/primitives/Select/Select.js.map +1 -1
  118. package/build/primitives/Select/Select.module.css +1 -5
  119. package/build/primitives/Switch/Switch.js +8 -5
  120. package/build/primitives/Switch/Switch.js.map +1 -1
  121. package/build/primitives/Switch/Switch.module.css +1 -5
  122. package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +25 -25
  123. package/build/primitives/Text/Text.js +7 -4
  124. package/build/primitives/Text/Text.js.map +1 -1
  125. package/build/primitives/Text/Text.module.css +4 -8
  126. package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +38 -38
  127. package/build/primitives/View/View.js +5 -3
  128. package/build/primitives/View/View.js.map +1 -1
  129. package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +10 -10
  130. package/package.json +5 -1
@@ -2,17 +2,17 @@
2
2
 
3
3
  exports[`component:<InputNumber> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <div
5
+ <ui_view
6
6
  class="view row inputNumber mirai"
7
7
  >
8
- <div
8
+ <ui_view
9
9
  class="view texts"
10
10
  />
11
11
  <button
12
- class="pressable disabled button active rounded squared primary solid disabled"
12
+ class="pressable disabled button rounded squared disabled"
13
13
  disabled=""
14
14
  >
15
- <span
15
+ <ui_icon
16
16
  class="icon headline-3"
17
17
  >
18
18
  <svg
@@ -32,17 +32,18 @@ exports[`component:<InputNumber> inherit:className 1`] = `
32
32
  d="M19 13H5v-2h14v2z"
33
33
  />
34
34
  </svg>
35
- </span>
35
+ </ui_icon>
36
36
  </button>
37
- <span
37
+ <ui_h3
38
38
  class="text headline-3 value"
39
39
  >
40
40
  0
41
- </span>
41
+ </ui_h3>
42
42
  <button
43
- class="pressable button active rounded squared secondary solid enabled"
43
+ class="pressable button rounded squared secondary"
44
+ tabindex="0"
44
45
  >
45
- <span
46
+ <ui_icon
46
47
  class="icon headline-3"
47
48
  >
48
49
  <svg
@@ -62,25 +63,25 @@ exports[`component:<InputNumber> inherit:className 1`] = `
62
63
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
63
64
  />
64
65
  </svg>
65
- </span>
66
+ </ui_icon>
66
67
  </button>
67
- </div>
68
+ </ui_view>
68
69
  </DocumentFragment>
69
70
  `;
70
71
 
71
72
  exports[`component:<InputNumber> prop:disabled 1`] = `
72
73
  <DocumentFragment>
73
- <div
74
+ <ui_view
74
75
  class="view row inputNumber"
75
76
  >
76
- <div
77
+ <ui_view
77
78
  class="view texts"
78
79
  />
79
80
  <button
80
- class="pressable disabled button active rounded squared primary solid disabled"
81
+ class="pressable disabled button rounded squared disabled"
81
82
  disabled=""
82
83
  >
83
- <span
84
+ <ui_icon
84
85
  class="icon headline-3"
85
86
  >
86
87
  <svg
@@ -100,18 +101,18 @@ exports[`component:<InputNumber> prop:disabled 1`] = `
100
101
  d="M19 13H5v-2h14v2z"
101
102
  />
102
103
  </svg>
103
- </span>
104
+ </ui_icon>
104
105
  </button>
105
- <span
106
+ <ui_h3
106
107
  class="text headline-3 value disabled"
107
108
  >
108
109
  0
109
- </span>
110
+ </ui_h3>
110
111
  <button
111
- class="pressable disabled button active rounded squared primary solid disabled"
112
+ class="pressable disabled button rounded squared disabled"
112
113
  disabled=""
113
114
  >
114
- <span
115
+ <ui_icon
115
116
  class="icon headline-3"
116
117
  >
117
118
  <svg
@@ -131,31 +132,31 @@ exports[`component:<InputNumber> prop:disabled 1`] = `
131
132
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
132
133
  />
133
134
  </svg>
134
- </span>
135
+ </ui_icon>
135
136
  </button>
136
- </div>
137
+ </ui_view>
137
138
  </DocumentFragment>
138
139
  `;
139
140
 
140
141
  exports[`component:<InputNumber> prop:hint 1`] = `
141
142
  <DocumentFragment>
142
- <div
143
+ <ui_view
143
144
  class="view row inputNumber"
144
145
  >
145
- <div
146
+ <ui_view
146
147
  class="view texts"
147
148
  >
148
- <span
149
+ <ui_text
149
150
  class="text small text hint hint"
150
151
  >
151
152
  hint
152
- </span>
153
- </div>
153
+ </ui_text>
154
+ </ui_view>
154
155
  <button
155
- class="pressable disabled button active rounded squared primary solid disabled"
156
+ class="pressable disabled button rounded squared disabled"
156
157
  disabled=""
157
158
  >
158
- <span
159
+ <ui_icon
159
160
  class="icon headline-3"
160
161
  >
161
162
  <svg
@@ -175,17 +176,18 @@ exports[`component:<InputNumber> prop:hint 1`] = `
175
176
  d="M19 13H5v-2h14v2z"
176
177
  />
177
178
  </svg>
178
- </span>
179
+ </ui_icon>
179
180
  </button>
180
- <span
181
+ <ui_h3
181
182
  class="text headline-3 value"
182
183
  >
183
184
  0
184
- </span>
185
+ </ui_h3>
185
186
  <button
186
- class="pressable button active rounded squared secondary solid enabled"
187
+ class="pressable button rounded squared secondary"
188
+ tabindex="0"
187
189
  >
188
- <span
190
+ <ui_icon
189
191
  class="icon headline-3"
190
192
  >
191
193
  <svg
@@ -205,31 +207,31 @@ exports[`component:<InputNumber> prop:hint 1`] = `
205
207
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
206
208
  />
207
209
  </svg>
208
- </span>
210
+ </ui_icon>
209
211
  </button>
210
- </div>
212
+ </ui_view>
211
213
  </DocumentFragment>
212
214
  `;
213
215
 
214
216
  exports[`component:<InputNumber> prop:label 1`] = `
215
217
  <DocumentFragment>
216
- <div
218
+ <ui_view
217
219
  class="view row inputNumber"
218
220
  >
219
- <div
221
+ <ui_view
220
222
  class="view texts"
221
223
  >
222
- <span
224
+ <ui_text
223
225
  class="text paragraph text label"
224
226
  >
225
227
  label
226
- </span>
227
- </div>
228
+ </ui_text>
229
+ </ui_view>
228
230
  <button
229
- class="pressable disabled button active rounded squared primary solid disabled"
231
+ class="pressable disabled button rounded squared disabled"
230
232
  disabled=""
231
233
  >
232
- <span
234
+ <ui_icon
233
235
  class="icon headline-3"
234
236
  >
235
237
  <svg
@@ -249,17 +251,18 @@ exports[`component:<InputNumber> prop:label 1`] = `
249
251
  d="M19 13H5v-2h14v2z"
250
252
  />
251
253
  </svg>
252
- </span>
254
+ </ui_icon>
253
255
  </button>
254
- <span
256
+ <ui_h3
255
257
  class="text headline-3 value"
256
258
  >
257
259
  0
258
- </span>
260
+ </ui_h3>
259
261
  <button
260
- class="pressable button active rounded squared secondary solid enabled"
262
+ class="pressable button rounded squared secondary"
263
+ tabindex="0"
261
264
  >
262
- <span
265
+ <ui_icon
263
266
  class="icon headline-3"
264
267
  >
265
268
  <svg
@@ -279,24 +282,25 @@ exports[`component:<InputNumber> prop:label 1`] = `
279
282
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
280
283
  />
281
284
  </svg>
282
- </span>
285
+ </ui_icon>
283
286
  </button>
284
- </div>
287
+ </ui_view>
285
288
  </DocumentFragment>
286
289
  `;
287
290
 
288
291
  exports[`component:<InputNumber> prop:max 1`] = `
289
292
  <DocumentFragment>
290
- <div
293
+ <ui_view
291
294
  class="view row inputNumber"
292
295
  >
293
- <div
296
+ <ui_view
294
297
  class="view texts"
295
298
  />
296
299
  <button
297
- class="pressable button active rounded squared secondary solid enabled"
300
+ class="pressable button rounded squared secondary"
301
+ tabindex="0"
298
302
  >
299
- <span
303
+ <ui_icon
300
304
  class="icon headline-3"
301
305
  >
302
306
  <svg
@@ -316,18 +320,18 @@ exports[`component:<InputNumber> prop:max 1`] = `
316
320
  d="M19 13H5v-2h14v2z"
317
321
  />
318
322
  </svg>
319
- </span>
323
+ </ui_icon>
320
324
  </button>
321
- <span
325
+ <ui_h3
322
326
  class="text headline-3 value"
323
327
  >
324
328
  10
325
- </span>
329
+ </ui_h3>
326
330
  <button
327
- class="pressable disabled button active rounded squared primary solid disabled"
331
+ class="pressable disabled button rounded squared disabled"
328
332
  disabled=""
329
333
  >
330
- <span
334
+ <ui_icon
331
335
  class="icon headline-3"
332
336
  >
333
337
  <svg
@@ -347,25 +351,25 @@ exports[`component:<InputNumber> prop:max 1`] = `
347
351
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
348
352
  />
349
353
  </svg>
350
- </span>
354
+ </ui_icon>
351
355
  </button>
352
- </div>
356
+ </ui_view>
353
357
  </DocumentFragment>
354
358
  `;
355
359
 
356
360
  exports[`component:<InputNumber> prop:min 1`] = `
357
361
  <DocumentFragment>
358
- <div
362
+ <ui_view
359
363
  class="view row inputNumber"
360
364
  >
361
- <div
365
+ <ui_view
362
366
  class="view texts"
363
367
  />
364
368
  <button
365
- class="pressable disabled button active rounded squared primary solid disabled"
369
+ class="pressable disabled button rounded squared disabled"
366
370
  disabled=""
367
371
  >
368
- <span
372
+ <ui_icon
369
373
  class="icon headline-3"
370
374
  >
371
375
  <svg
@@ -385,17 +389,18 @@ exports[`component:<InputNumber> prop:min 1`] = `
385
389
  d="M19 13H5v-2h14v2z"
386
390
  />
387
391
  </svg>
388
- </span>
392
+ </ui_icon>
389
393
  </button>
390
- <span
394
+ <ui_h3
391
395
  class="text headline-3 value"
392
396
  >
393
397
  10
394
- </span>
398
+ </ui_h3>
395
399
  <button
396
- class="pressable button active rounded squared secondary solid enabled"
400
+ class="pressable button rounded squared secondary"
401
+ tabindex="0"
397
402
  >
398
- <span
403
+ <ui_icon
399
404
  class="icon headline-3"
400
405
  >
401
406
  <svg
@@ -415,24 +420,25 @@ exports[`component:<InputNumber> prop:min 1`] = `
415
420
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
416
421
  />
417
422
  </svg>
418
- </span>
423
+ </ui_icon>
419
424
  </button>
420
- </div>
425
+ </ui_view>
421
426
  </DocumentFragment>
422
427
  `;
423
428
 
424
429
  exports[`component:<InputNumber> prop:required & prop:showRequired (true) 1`] = `
425
430
  <DocumentFragment>
426
- <div
431
+ <ui_view
427
432
  class="view row inputNumber"
428
433
  >
429
- <div
434
+ <ui_view
430
435
  class="view texts"
431
436
  />
432
437
  <button
433
- class="pressable button active rounded squared secondary solid enabled"
438
+ class="pressable button rounded squared secondary"
439
+ tabindex="0"
434
440
  >
435
- <span
441
+ <ui_icon
436
442
  class="icon headline-3"
437
443
  >
438
444
  <svg
@@ -452,17 +458,18 @@ exports[`component:<InputNumber> prop:required & prop:showRequired (true) 1`] =
452
458
  d="M19 13H5v-2h14v2z"
453
459
  />
454
460
  </svg>
455
- </span>
461
+ </ui_icon>
456
462
  </button>
457
- <span
463
+ <ui_h3
458
464
  class="text headline-3 value"
459
465
  >
460
466
  10
461
- </span>
467
+ </ui_h3>
462
468
  <button
463
- class="pressable button active rounded squared secondary solid enabled"
469
+ class="pressable button rounded squared secondary"
470
+ tabindex="0"
464
471
  >
465
- <span
472
+ <ui_icon
466
473
  class="icon headline-3"
467
474
  >
468
475
  <svg
@@ -482,24 +489,25 @@ exports[`component:<InputNumber> prop:required & prop:showRequired (true) 1`] =
482
489
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
483
490
  />
484
491
  </svg>
485
- </span>
492
+ </ui_icon>
486
493
  </button>
487
- </div>
494
+ </ui_view>
488
495
  </DocumentFragment>
489
496
  `;
490
497
 
491
498
  exports[`component:<InputNumber> prop:required 1`] = `
492
499
  <DocumentFragment>
493
- <div
500
+ <ui_view
494
501
  class="view row inputNumber"
495
502
  >
496
- <div
503
+ <ui_view
497
504
  class="view texts"
498
505
  />
499
506
  <button
500
- class="pressable button active rounded squared secondary solid enabled"
507
+ class="pressable button rounded squared secondary"
508
+ tabindex="0"
501
509
  >
502
- <span
510
+ <ui_icon
503
511
  class="icon headline-3"
504
512
  >
505
513
  <svg
@@ -519,17 +527,18 @@ exports[`component:<InputNumber> prop:required 1`] = `
519
527
  d="M19 13H5v-2h14v2z"
520
528
  />
521
529
  </svg>
522
- </span>
530
+ </ui_icon>
523
531
  </button>
524
- <span
532
+ <ui_h3
525
533
  class="text headline-3 value"
526
534
  >
527
535
  10
528
- </span>
536
+ </ui_h3>
529
537
  <button
530
- class="pressable button active rounded squared secondary solid enabled"
538
+ class="pressable button rounded squared secondary"
539
+ tabindex="0"
531
540
  >
532
- <span
541
+ <ui_icon
533
542
  class="icon headline-3"
534
543
  >
535
544
  <svg
@@ -549,24 +558,25 @@ exports[`component:<InputNumber> prop:required 1`] = `
549
558
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
550
559
  />
551
560
  </svg>
552
- </span>
561
+ </ui_icon>
553
562
  </button>
554
- </div>
563
+ </ui_view>
555
564
  </DocumentFragment>
556
565
  `;
557
566
 
558
567
  exports[`component:<InputNumber> prop:rounded 1`] = `
559
568
  <DocumentFragment>
560
- <div
569
+ <ui_view
561
570
  class="view row inputNumber"
562
571
  >
563
- <div
572
+ <ui_view
564
573
  class="view texts"
565
574
  />
566
575
  <button
567
- class="pressable button active rounded squared secondary solid enabled"
576
+ class="pressable button rounded squared secondary"
577
+ tabindex="0"
568
578
  >
569
- <span
579
+ <ui_icon
570
580
  class="icon headline-3"
571
581
  >
572
582
  <svg
@@ -586,17 +596,18 @@ exports[`component:<InputNumber> prop:rounded 1`] = `
586
596
  d="M19 13H5v-2h14v2z"
587
597
  />
588
598
  </svg>
589
- </span>
599
+ </ui_icon>
590
600
  </button>
591
- <span
601
+ <ui_h3
592
602
  class="text headline-3 value"
593
603
  >
594
604
  10
595
- </span>
605
+ </ui_h3>
596
606
  <button
597
- class="pressable button active rounded squared secondary solid enabled"
607
+ class="pressable button rounded squared secondary"
608
+ tabindex="0"
598
609
  >
599
- <span
610
+ <ui_icon
600
611
  class="icon headline-3"
601
612
  >
602
613
  <svg
@@ -616,24 +627,25 @@ exports[`component:<InputNumber> prop:rounded 1`] = `
616
627
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
617
628
  />
618
629
  </svg>
619
- </span>
630
+ </ui_icon>
620
631
  </button>
621
- </div>
632
+ </ui_view>
622
633
  </DocumentFragment>
623
634
  `;
624
635
 
625
636
  exports[`component:<InputNumber> prop:value 1`] = `
626
637
  <DocumentFragment>
627
- <div
638
+ <ui_view
628
639
  class="view row inputNumber"
629
640
  >
630
- <div
641
+ <ui_view
631
642
  class="view texts"
632
643
  />
633
644
  <button
634
- class="pressable button active rounded squared secondary solid enabled"
645
+ class="pressable button rounded squared secondary"
646
+ tabindex="0"
635
647
  >
636
- <span
648
+ <ui_icon
637
649
  class="icon headline-3"
638
650
  >
639
651
  <svg
@@ -653,17 +665,18 @@ exports[`component:<InputNumber> prop:value 1`] = `
653
665
  d="M19 13H5v-2h14v2z"
654
666
  />
655
667
  </svg>
656
- </span>
668
+ </ui_icon>
657
669
  </button>
658
- <span
670
+ <ui_h3
659
671
  class="text headline-3 value"
660
672
  >
661
673
  10
662
- </span>
674
+ </ui_h3>
663
675
  <button
664
- class="pressable button active rounded squared secondary solid enabled"
676
+ class="pressable button rounded squared secondary"
677
+ tabindex="0"
665
678
  >
666
- <span
679
+ <ui_icon
667
680
  class="icon headline-3"
668
681
  >
669
682
  <svg
@@ -683,25 +696,25 @@ exports[`component:<InputNumber> prop:value 1`] = `
683
696
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
684
697
  />
685
698
  </svg>
686
- </span>
699
+ </ui_icon>
687
700
  </button>
688
- </div>
701
+ </ui_view>
689
702
  </DocumentFragment>
690
703
  `;
691
704
 
692
705
  exports[`component:<InputNumber> renders 1`] = `
693
706
  <DocumentFragment>
694
- <div
707
+ <ui_view
695
708
  class="view row inputNumber"
696
709
  >
697
- <div
710
+ <ui_view
698
711
  class="view texts"
699
712
  />
700
713
  <button
701
- class="pressable disabled button active rounded squared primary solid disabled"
714
+ class="pressable disabled button rounded squared disabled"
702
715
  disabled=""
703
716
  >
704
- <span
717
+ <ui_icon
705
718
  class="icon headline-3"
706
719
  >
707
720
  <svg
@@ -721,17 +734,18 @@ exports[`component:<InputNumber> renders 1`] = `
721
734
  d="M19 13H5v-2h14v2z"
722
735
  />
723
736
  </svg>
724
- </span>
737
+ </ui_icon>
725
738
  </button>
726
- <span
739
+ <ui_h3
727
740
  class="text headline-3 value"
728
741
  >
729
742
  0
730
- </span>
743
+ </ui_h3>
731
744
  <button
732
- class="pressable button active rounded squared secondary solid enabled"
745
+ class="pressable button rounded squared secondary"
746
+ tabindex="0"
733
747
  >
734
- <span
748
+ <ui_icon
735
749
  class="icon headline-3"
736
750
  >
737
751
  <svg
@@ -751,26 +765,26 @@ exports[`component:<InputNumber> renders 1`] = `
751
765
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
752
766
  />
753
767
  </svg>
754
- </span>
768
+ </ui_icon>
755
769
  </button>
756
- </div>
770
+ </ui_view>
757
771
  </DocumentFragment>
758
772
  `;
759
773
 
760
774
  exports[`component:<InputNumber> testId 1`] = `
761
775
  <DocumentFragment>
762
- <div
776
+ <ui_view
763
777
  class="view row inputNumber"
764
778
  data-testid="mirai"
765
779
  >
766
- <div
780
+ <ui_view
767
781
  class="view texts"
768
782
  />
769
783
  <button
770
- class="pressable disabled button active rounded squared primary solid disabled"
784
+ class="pressable disabled button rounded squared disabled"
771
785
  disabled=""
772
786
  >
773
- <span
787
+ <ui_icon
774
788
  class="icon headline-3"
775
789
  >
776
790
  <svg
@@ -790,17 +804,18 @@ exports[`component:<InputNumber> testId 1`] = `
790
804
  d="M19 13H5v-2h14v2z"
791
805
  />
792
806
  </svg>
793
- </span>
807
+ </ui_icon>
794
808
  </button>
795
- <span
809
+ <ui_h3
796
810
  class="text headline-3 value"
797
811
  >
798
812
  0
799
- </span>
813
+ </ui_h3>
800
814
  <button
801
- class="pressable button active rounded squared secondary solid enabled"
815
+ class="pressable button rounded squared secondary"
816
+ tabindex="0"
802
817
  >
803
- <span
818
+ <ui_icon
804
819
  class="icon headline-3"
805
820
  >
806
821
  <svg
@@ -820,8 +835,8 @@ exports[`component:<InputNumber> testId 1`] = `
820
835
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
821
836
  />
822
837
  </svg>
823
- </span>
838
+ </ui_icon>
824
839
  </button>
825
- </div>
840
+ </ui_view>
826
841
  </DocumentFragment>
827
842
  `;