@mirai/ui 1.1.16 → 2.0.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 (105) hide show
  1. package/build/components/Action/Action.js +2 -5
  2. package/build/components/Action/Action.js.map +1 -1
  3. package/build/components/Action/Action.stories.js +1 -1
  4. package/build/components/Action/Action.stories.js.map +1 -1
  5. package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +42 -30
  6. package/build/components/Button/Button.js +4 -6
  7. package/build/components/Button/Button.js.map +1 -1
  8. package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +38 -27
  9. package/build/components/Calendar/Calendar.js +1 -1
  10. package/build/components/Calendar/Calendar.js.map +1 -1
  11. package/build/components/Calendar/Calendar.module.css +5 -5
  12. package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +15576 -15544
  13. package/build/components/Form/Form.js +2 -5
  14. package/build/components/Form/Form.js.map +1 -1
  15. package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +14 -12
  16. package/build/components/InputDate/InputDate.js +1 -0
  17. package/build/components/InputDate/InputDate.js.map +1 -1
  18. package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +67 -42
  19. package/build/components/InputNumber/InputNumber.js +17 -4
  20. package/build/components/InputNumber/InputNumber.js.map +1 -1
  21. package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +198 -114
  22. package/build/components/InputOption/InputOption.js +6 -2
  23. package/build/components/InputOption/InputOption.js.map +1 -1
  24. package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +114 -75
  25. package/build/components/InputPhone/InputPhone.js +8 -1
  26. package/build/components/InputPhone/InputPhone.js.map +1 -1
  27. package/build/components/InputPhone/InputPhone.module.css +1 -1
  28. package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +448 -354
  29. package/build/components/InputSelect/InputSelect.js +10 -1
  30. package/build/components/InputSelect/InputSelect.js.map +1 -1
  31. package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +118 -112
  32. package/build/components/InputText/InputText.js +6 -2
  33. package/build/components/InputText/InputText.js.map +1 -1
  34. package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +160 -130
  35. package/build/components/InputText/partials/InputText.Label.js +1 -0
  36. package/build/components/InputText/partials/InputText.Label.js.map +1 -1
  37. package/build/components/Menu/Menu.js +1 -0
  38. package/build/components/Menu/Menu.js.map +1 -1
  39. package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +76 -55
  40. package/build/components/Modal/Modal.js +20 -6
  41. package/build/components/Modal/Modal.js.map +1 -1
  42. package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +106 -72
  43. package/build/components/Notification/Notification.js +1 -0
  44. package/build/components/Notification/Notification.js.map +1 -1
  45. package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +328 -288
  46. package/build/components/Progress/Progress.js +1 -0
  47. package/build/components/Progress/Progress.js.map +1 -1
  48. package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +31 -18
  49. package/build/components/Slider/Slider.js +3 -2
  50. package/build/components/Slider/Slider.js.map +1 -1
  51. package/build/components/Slider/Slider.module.css +1 -1
  52. package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +475 -339
  53. package/build/components/Table/Table.js +2 -4
  54. package/build/components/Table/Table.js.map +1 -1
  55. package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +222 -192
  56. package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +878 -432
  57. package/build/components/Tooltip/Tooltip.js +3 -4
  58. package/build/components/Tooltip/Tooltip.js.map +1 -1
  59. package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +38 -28
  60. package/build/primitives/Checkbox/Checkbox.js +1 -0
  61. package/build/primitives/Checkbox/Checkbox.js.map +1 -1
  62. package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +35 -20
  63. package/build/primitives/Icon/Icon.js +1 -1
  64. package/build/primitives/Icon/Icon.js.map +1 -1
  65. package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +108 -82
  66. package/build/primitives/Layer/Layer.js +2 -1
  67. package/build/primitives/Layer/Layer.js.map +1 -1
  68. package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +60 -42
  69. package/build/primitives/Pressable/Pressable.constants.js +1 -1
  70. package/build/primitives/Pressable/Pressable.constants.js.map +1 -1
  71. package/build/primitives/Pressable/Pressable.js +7 -6
  72. package/build/primitives/Pressable/Pressable.js.map +1 -1
  73. package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +16 -12
  74. package/build/primitives/Primitive/Primitive.constants.js +1 -1
  75. package/build/primitives/Primitive/Primitive.constants.js.map +1 -1
  76. package/build/primitives/Primitive/Primitive.js +2 -2
  77. package/build/primitives/Primitive/Primitive.js.map +1 -1
  78. package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +12 -12
  79. package/build/primitives/Primitive/helpers/getTag.js +35 -0
  80. package/build/primitives/Primitive/helpers/getTag.js.map +1 -0
  81. package/build/primitives/Primitive/helpers/index.js +11 -0
  82. package/build/primitives/Primitive/helpers/index.js.map +1 -1
  83. package/build/primitives/Radio/Radio.js +1 -1
  84. package/build/primitives/Radio/Radio.js.map +1 -1
  85. package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +39 -21
  86. package/build/primitives/ScrollView/ScrollView.js +2 -5
  87. package/build/primitives/ScrollView/ScrollView.js.map +1 -1
  88. package/build/primitives/ScrollView/ScrollView.stories.js +6 -5
  89. package/build/primitives/ScrollView/ScrollView.stories.js.map +1 -1
  90. package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +24 -24
  91. package/build/primitives/Select/Select.js +7 -4
  92. package/build/primitives/Select/Select.js.map +1 -1
  93. package/build/primitives/Select/__tests__/__snapshots__/Select.test.js.snap +35 -0
  94. package/build/primitives/Switch/Switch.js +1 -1
  95. package/build/primitives/Switch/Switch.js.map +1 -1
  96. package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +60 -40
  97. package/build/primitives/Text/Text.js +4 -3
  98. package/build/primitives/Text/Text.js.map +1 -1
  99. package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +68 -68
  100. package/build/primitives/Text/helpers/parseMarkdown.js +3 -1
  101. package/build/primitives/Text/helpers/parseMarkdown.js.map +1 -1
  102. package/build/primitives/View/View.js +2 -5
  103. package/build/primitives/View/View.js.map +1 -1
  104. package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +15 -15
  105. package/package.json +1 -1
@@ -2,14 +2,15 @@
2
2
 
3
3
  exports[`component:<Slider> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <div
6
- class="view container mirai"
5
+ <ui_slider
6
+ class="view slider mirai"
7
7
  style="width: 360px;"
8
8
  >
9
- <div
9
+ <ui_pressable
10
10
  class="pressable button hide first"
11
+ tabindex="0"
11
12
  >
12
- <span
13
+ <ui_icon
13
14
  class="icon headline-3"
14
15
  >
15
16
  <svg
@@ -29,65 +30,66 @@ exports[`component:<Slider> inherit:className 1`] = `
29
30
  d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
30
31
  />
31
32
  </svg>
32
- </span>
33
- </div>
34
- <div
33
+ </ui_icon>
34
+ </ui_pressable>
35
+ <ui_scrollview
35
36
  class="scrollview snap horizontal notIndicator scrollView"
36
37
  style="width: 360px;"
37
38
  >
38
- <div
39
+ <ui_view
39
40
  class="view item"
40
41
  >
41
- <div
42
+ <ui_view
42
43
  class="view image"
43
44
  style="background-image: url(https://picsum.photos/seed/@soyjavi/1024/768); height: 230px; width: 360px;"
44
45
  />
45
- </div>
46
- <div
46
+ </ui_view>
47
+ <ui_view
47
48
  class="view item"
48
49
  >
49
- <div
50
+ <ui_view
50
51
  class="view image"
51
52
  style="background-image: url(https://picsum.photos/seed/@jose/1024/768); height: 230px; width: 360px;"
52
53
  />
53
- </div>
54
- <div
54
+ </ui_view>
55
+ <ui_view
55
56
  class="view item"
56
57
  >
57
- <div
58
+ <ui_view
58
59
  class="view image"
59
60
  style="background-image: url(https://picsum.photos/seed/@mario1/1024/768); height: 230px; width: 360px;"
60
61
  />
61
- </div>
62
- <div
62
+ </ui_view>
63
+ <ui_view
63
64
  class="view item"
64
65
  >
65
- <div
66
+ <ui_view
66
67
  class="view image"
67
68
  style="background-image: url(https://picsum.photos/seed/@victor/1024/768); height: 230px; width: 360px;"
68
69
  />
69
- </div>
70
- <div
70
+ </ui_view>
71
+ <ui_view
71
72
  class="view item"
72
73
  >
73
- <div
74
+ <ui_view
74
75
  class="view image"
75
76
  style="background-image: url(https://picsum.photos/seed/@svet/1024/768); height: 230px; width: 360px;"
76
77
  />
77
- </div>
78
- <div
78
+ </ui_view>
79
+ <ui_view
79
80
  class="view item"
80
81
  >
81
- <div
82
+ <ui_view
82
83
  class="view image"
83
84
  style="background-image: url(https://picsum.photos/seed/@mario2/1024/768); height: 230px; width: 360px;"
84
85
  />
85
- </div>
86
- </div>
87
- <div
86
+ </ui_view>
87
+ </ui_scrollview>
88
+ <ui_pressable
88
89
  class="pressable button hide second"
90
+ tabindex="0"
89
91
  >
90
- <span
92
+ <ui_icon
91
93
  class="icon headline-3"
92
94
  >
93
95
  <svg
@@ -107,22 +109,23 @@ exports[`component:<Slider> inherit:className 1`] = `
107
109
  d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
108
110
  />
109
111
  </svg>
110
- </span>
111
- </div>
112
- </div>
112
+ </ui_icon>
113
+ </ui_pressable>
114
+ </ui_slider>
113
115
  </DocumentFragment>
114
116
  `;
115
117
 
116
118
  exports[`component:<Slider> prop:auto 1`] = `
117
119
  <DocumentFragment>
118
- <div
119
- class="view container"
120
+ <ui_slider
121
+ class="view slider"
120
122
  style="width: 360px;"
121
123
  >
122
- <div
124
+ <ui_pressable
123
125
  class="pressable button hide first"
126
+ tabindex="0"
124
127
  >
125
- <span
128
+ <ui_icon
126
129
  class="icon headline-3"
127
130
  >
128
131
  <svg
@@ -142,65 +145,66 @@ exports[`component:<Slider> prop:auto 1`] = `
142
145
  d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
143
146
  />
144
147
  </svg>
145
- </span>
146
- </div>
147
- <div
148
+ </ui_icon>
149
+ </ui_pressable>
150
+ <ui_scrollview
148
151
  class="scrollview snap horizontal notIndicator scrollView"
149
152
  style="width: 360px;"
150
153
  >
151
- <div
154
+ <ui_view
152
155
  class="view item"
153
156
  >
154
- <div
157
+ <ui_view
155
158
  class="view image"
156
159
  style="background-image: url(https://picsum.photos/seed/@soyjavi/1024/768); height: 230px; width: 360px;"
157
160
  />
158
- </div>
159
- <div
161
+ </ui_view>
162
+ <ui_view
160
163
  class="view item"
161
164
  >
162
- <div
165
+ <ui_view
163
166
  class="view image"
164
167
  style="background-image: url(https://picsum.photos/seed/@jose/1024/768); height: 230px; width: 360px;"
165
168
  />
166
- </div>
167
- <div
169
+ </ui_view>
170
+ <ui_view
168
171
  class="view item"
169
172
  >
170
- <div
173
+ <ui_view
171
174
  class="view image"
172
175
  style="background-image: url(https://picsum.photos/seed/@mario1/1024/768); height: 230px; width: 360px;"
173
176
  />
174
- </div>
175
- <div
177
+ </ui_view>
178
+ <ui_view
176
179
  class="view item"
177
180
  >
178
- <div
181
+ <ui_view
179
182
  class="view image"
180
183
  style="background-image: url(https://picsum.photos/seed/@victor/1024/768); height: 230px; width: 360px;"
181
184
  />
182
- </div>
183
- <div
185
+ </ui_view>
186
+ <ui_view
184
187
  class="view item"
185
188
  >
186
- <div
189
+ <ui_view
187
190
  class="view image"
188
191
  style="background-image: url(https://picsum.photos/seed/@svet/1024/768); height: 230px; width: 360px;"
189
192
  />
190
- </div>
191
- <div
193
+ </ui_view>
194
+ <ui_view
192
195
  class="view item"
193
196
  >
194
- <div
197
+ <ui_view
195
198
  class="view image"
196
199
  style="background-image: url(https://picsum.photos/seed/@mario2/1024/768); height: 230px; width: 360px;"
197
200
  />
198
- </div>
199
- </div>
200
- <div
201
+ </ui_view>
202
+ </ui_scrollview>
203
+ <ui_pressable
201
204
  class="pressable button hide second"
205
+ tabindex="0"
202
206
  >
203
- <span
207
+ <ui_icon
204
208
  class="icon headline-3"
205
209
  >
206
210
  <svg
@@ -220,22 +224,23 @@ exports[`component:<Slider> prop:auto 1`] = `
220
224
  d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
221
225
  />
222
226
  </svg>
223
- </span>
224
- </div>
225
- </div>
227
+ </ui_icon>
228
+ </ui_pressable>
229
+ </ui_slider>
226
230
  </DocumentFragment>
227
231
  `;
228
232
 
229
233
  exports[`component:<Slider> prop:behavior 1`] = `
230
234
  <DocumentFragment>
231
- <div
232
- class="view container"
235
+ <ui_slider
236
+ class="view slider"
233
237
  style="width: 360px;"
234
238
  >
235
- <div
239
+ <ui_pressable
236
240
  class="pressable button hide first"
241
+ tabindex="0"
237
242
  >
238
- <span
243
+ <ui_icon
239
244
  class="icon headline-3"
240
245
  >
241
246
  <svg
@@ -255,65 +260,66 @@ exports[`component:<Slider> prop:behavior 1`] = `
255
260
  d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
256
261
  />
257
262
  </svg>
258
- </span>
259
- </div>
260
- <div
263
+ </ui_icon>
264
+ </ui_pressable>
265
+ <ui_scrollview
261
266
  class="scrollview snap horizontal notIndicator scrollView"
262
267
  style="width: 360px;"
263
268
  >
264
- <div
269
+ <ui_view
265
270
  class="view item"
266
271
  >
267
- <div
272
+ <ui_view
268
273
  class="view image"
269
274
  style="background-image: url(https://picsum.photos/seed/@soyjavi/1024/768); height: 230px; width: 360px;"
270
275
  />
271
- </div>
272
- <div
276
+ </ui_view>
277
+ <ui_view
273
278
  class="view item"
274
279
  >
275
- <div
280
+ <ui_view
276
281
  class="view image"
277
282
  style="background-image: url(https://picsum.photos/seed/@jose/1024/768); height: 230px; width: 360px;"
278
283
  />
279
- </div>
280
- <div
284
+ </ui_view>
285
+ <ui_view
281
286
  class="view item"
282
287
  >
283
- <div
288
+ <ui_view
284
289
  class="view image"
285
290
  style="background-image: url(https://picsum.photos/seed/@mario1/1024/768); height: 230px; width: 360px;"
286
291
  />
287
- </div>
288
- <div
292
+ </ui_view>
293
+ <ui_view
289
294
  class="view item"
290
295
  >
291
- <div
296
+ <ui_view
292
297
  class="view image"
293
298
  style="background-image: url(https://picsum.photos/seed/@victor/1024/768); height: 230px; width: 360px;"
294
299
  />
295
- </div>
296
- <div
300
+ </ui_view>
301
+ <ui_view
297
302
  class="view item"
298
303
  >
299
- <div
304
+ <ui_view
300
305
  class="view image"
301
306
  style="background-image: url(https://picsum.photos/seed/@svet/1024/768); height: 230px; width: 360px;"
302
307
  />
303
- </div>
304
- <div
308
+ </ui_view>
309
+ <ui_view
305
310
  class="view item"
306
311
  >
307
- <div
312
+ <ui_view
308
313
  class="view image"
309
314
  style="background-image: url(https://picsum.photos/seed/@mario2/1024/768); height: 230px; width: 360px;"
310
315
  />
311
- </div>
312
- </div>
313
- <div
316
+ </ui_view>
317
+ </ui_scrollview>
318
+ <ui_pressable
314
319
  class="pressable button hide second"
320
+ tabindex="0"
315
321
  >
316
- <span
322
+ <ui_icon
317
323
  class="icon headline-3"
318
324
  >
319
325
  <svg
@@ -333,22 +339,23 @@ exports[`component:<Slider> prop:behavior 1`] = `
333
339
  d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
334
340
  />
335
341
  </svg>
336
- </span>
337
- </div>
338
- </div>
342
+ </ui_icon>
343
+ </ui_pressable>
344
+ </ui_slider>
339
345
  </DocumentFragment>
340
346
  `;
341
347
 
342
348
  exports[`component:<Slider> prop:captions 1`] = `
343
349
  <DocumentFragment>
344
- <div
345
- class="view container"
350
+ <ui_slider
351
+ class="view slider"
346
352
  style="width: 360px;"
347
353
  >
348
- <div
354
+ <ui_pressable
349
355
  class="pressable button hide first"
356
+ tabindex="0"
350
357
  >
351
- <span
358
+ <ui_icon
352
359
  class="icon headline-3"
353
360
  >
354
361
  <svg
@@ -368,110 +375,111 @@ exports[`component:<Slider> prop:captions 1`] = `
368
375
  d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
369
376
  />
370
377
  </svg>
371
- </span>
372
- </div>
373
- <div
378
+ </ui_icon>
379
+ </ui_pressable>
380
+ <ui_scrollview
374
381
  class="scrollview snap horizontal notIndicator scrollView"
375
382
  style="width: 360px;"
376
383
  >
377
- <div
384
+ <ui_view
378
385
  class="view item"
379
386
  >
380
- <div
387
+ <ui_view
381
388
  class="view image"
382
389
  style="background-image: url(https://picsum.photos/seed/@soyjavi/1024/768); height: 230px; width: 360px;"
383
390
  />
384
- <div
391
+ <ui_view
385
392
  class="view caption"
386
393
  >
387
- <span
394
+ <ui_text
388
395
  class="text bold small overlay text"
389
396
  >
390
397
  javi
391
- </span>
392
- </div>
393
- </div>
394
- <div
398
+ </ui_text>
399
+ </ui_view>
400
+ </ui_view>
401
+ <ui_view
395
402
  class="view item"
396
403
  >
397
- <div
404
+ <ui_view
398
405
  class="view image"
399
406
  style="background-image: url(https://picsum.photos/seed/@jose/1024/768); height: 230px; width: 360px;"
400
407
  />
401
- <div
408
+ <ui_view
402
409
  class="view caption"
403
410
  >
404
- <span
411
+ <ui_text
405
412
  class="text bold small overlay text"
406
413
  >
407
414
  jose
408
- </span>
409
- </div>
410
- </div>
411
- <div
415
+ </ui_text>
416
+ </ui_view>
417
+ </ui_view>
418
+ <ui_view
412
419
  class="view item"
413
420
  >
414
- <div
421
+ <ui_view
415
422
  class="view image"
416
423
  style="background-image: url(https://picsum.photos/seed/@mario1/1024/768); height: 230px; width: 360px;"
417
424
  />
418
- </div>
419
- <div
425
+ </ui_view>
426
+ <ui_view
420
427
  class="view item"
421
428
  >
422
- <div
429
+ <ui_view
423
430
  class="view image"
424
431
  style="background-image: url(https://picsum.photos/seed/@victor/1024/768); height: 230px; width: 360px;"
425
432
  />
426
- <div
433
+ <ui_view
427
434
  class="view caption"
428
435
  >
429
- <span
436
+ <ui_text
430
437
  class="text bold small overlay text"
431
438
  >
432
439
  victor
433
- </span>
434
- </div>
435
- </div>
436
- <div
440
+ </ui_text>
441
+ </ui_view>
442
+ </ui_view>
443
+ <ui_view
437
444
  class="view item"
438
445
  >
439
- <div
446
+ <ui_view
440
447
  class="view image"
441
448
  style="background-image: url(https://picsum.photos/seed/@svet/1024/768); height: 230px; width: 360px;"
442
449
  />
443
- <div
450
+ <ui_view
444
451
  class="view caption"
445
452
  >
446
- <span
453
+ <ui_text
447
454
  class="text bold small overlay text"
448
455
  >
449
456
  svet
450
- </span>
451
- </div>
452
- </div>
453
- <div
457
+ </ui_text>
458
+ </ui_view>
459
+ </ui_view>
460
+ <ui_view
454
461
  class="view item"
455
462
  >
456
- <div
463
+ <ui_view
457
464
  class="view image"
458
465
  style="background-image: url(https://picsum.photos/seed/@mario2/1024/768); height: 230px; width: 360px;"
459
466
  />
460
- <div
467
+ <ui_view
461
468
  class="view caption"
462
469
  >
463
- <span
470
+ <ui_text
464
471
  class="text bold small overlay text"
465
472
  >
466
473
  mario2
467
- </span>
468
- </div>
469
- </div>
470
- </div>
471
- <div
474
+ </ui_text>
475
+ </ui_view>
476
+ </ui_view>
477
+ </ui_scrollview>
478
+ <ui_pressable
472
479
  class="pressable button hide second"
480
+ tabindex="0"
473
481
  >
474
- <span
482
+ <ui_icon
475
483
  class="icon headline-3"
476
484
  >
477
485
  <svg
@@ -491,22 +499,23 @@ exports[`component:<Slider> prop:captions 1`] = `
491
499
  d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
492
500
  />
493
501
  </svg>
494
- </span>
495
- </div>
496
- </div>
502
+ </ui_icon>
503
+ </ui_pressable>
504
+ </ui_slider>
497
505
  </DocumentFragment>
498
506
  `;
499
507
 
500
508
  exports[`component:<Slider> prop:index 1`] = `
501
509
  <DocumentFragment>
502
- <div
503
- class="view container"
510
+ <ui_slider
511
+ class="view slider"
504
512
  style="width: 360px;"
505
513
  >
506
- <div
514
+ <ui_pressable
507
515
  class="pressable button hide first"
516
+ tabindex="0"
508
517
  >
509
- <span
518
+ <ui_icon
510
519
  class="icon headline-3"
511
520
  >
512
521
  <svg
@@ -526,65 +535,66 @@ exports[`component:<Slider> prop:index 1`] = `
526
535
  d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
527
536
  />
528
537
  </svg>
529
- </span>
530
- </div>
531
- <div
538
+ </ui_icon>
539
+ </ui_pressable>
540
+ <ui_scrollview
532
541
  class="scrollview snap horizontal notIndicator scrollView"
533
542
  style="width: 360px;"
534
543
  >
535
- <div
544
+ <ui_view
536
545
  class="view item"
537
546
  >
538
- <div
547
+ <ui_view
539
548
  class="view image"
540
549
  style="background-image: url(https://picsum.photos/seed/@soyjavi/1024/768); height: 230px; width: 360px;"
541
550
  />
542
- </div>
543
- <div
551
+ </ui_view>
552
+ <ui_view
544
553
  class="view item"
545
554
  >
546
- <div
555
+ <ui_view
547
556
  class="view image"
548
557
  style="background-image: url(https://picsum.photos/seed/@jose/1024/768); height: 230px; width: 360px;"
549
558
  />
550
- </div>
551
- <div
559
+ </ui_view>
560
+ <ui_view
552
561
  class="view item"
553
562
  >
554
- <div
563
+ <ui_view
555
564
  class="view image"
556
565
  style="background-image: url(https://picsum.photos/seed/@mario1/1024/768); height: 230px; width: 360px;"
557
566
  />
558
- </div>
559
- <div
567
+ </ui_view>
568
+ <ui_view
560
569
  class="view item"
561
570
  >
562
- <div
571
+ <ui_view
563
572
  class="view image"
564
573
  style="background-image: url(https://picsum.photos/seed/@victor/1024/768); height: 230px; width: 360px;"
565
574
  />
566
- </div>
567
- <div
575
+ </ui_view>
576
+ <ui_view
568
577
  class="view item"
569
578
  >
570
- <div
579
+ <ui_view
571
580
  class="view image"
572
581
  style="background-image: url(https://picsum.photos/seed/@svet/1024/768); height: 230px; width: 360px;"
573
582
  />
574
- </div>
575
- <div
583
+ </ui_view>
584
+ <ui_view
576
585
  class="view item"
577
586
  >
578
- <div
587
+ <ui_view
579
588
  class="view image"
580
589
  style="background-image: url(https://picsum.photos/seed/@mario2/1024/768); height: 230px; width: 360px;"
581
590
  />
582
- </div>
583
- </div>
584
- <div
591
+ </ui_view>
592
+ </ui_scrollview>
593
+ <ui_pressable
585
594
  class="pressable button hide second"
595
+ tabindex="0"
586
596
  >
587
- <span
597
+ <ui_icon
588
598
  class="icon headline-3"
589
599
  >
590
600
  <svg
@@ -604,22 +614,23 @@ exports[`component:<Slider> prop:index 1`] = `
604
614
  d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
605
615
  />
606
616
  </svg>
607
- </span>
608
- </div>
609
- </div>
617
+ </ui_icon>
618
+ </ui_pressable>
619
+ </ui_slider>
610
620
  </DocumentFragment>
611
621
  `;
612
622
 
613
623
  exports[`component:<Slider> prop:indicator 1`] = `
614
624
  <DocumentFragment>
615
- <div
616
- class="view container"
625
+ <ui_slider
626
+ class="view slider"
617
627
  style="width: 360px;"
618
628
  >
619
- <div
629
+ <ui_pressable
620
630
  class="pressable button hide first"
631
+ tabindex="0"
621
632
  >
622
- <span
633
+ <ui_icon
623
634
  class="icon headline-3"
624
635
  >
625
636
  <svg
@@ -639,65 +650,66 @@ exports[`component:<Slider> prop:indicator 1`] = `
639
650
  d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
640
651
  />
641
652
  </svg>
642
- </span>
643
- </div>
644
- <div
653
+ </ui_icon>
654
+ </ui_pressable>
655
+ <ui_scrollview
645
656
  class="scrollview snap horizontal notIndicator scrollView"
646
657
  style="width: 360px;"
647
658
  >
648
- <div
659
+ <ui_view
649
660
  class="view item"
650
661
  >
651
- <div
662
+ <ui_view
652
663
  class="view image"
653
664
  style="background-image: url(https://picsum.photos/seed/@soyjavi/1024/768); height: 230px; width: 360px;"
654
665
  />
655
- </div>
656
- <div
666
+ </ui_view>
667
+ <ui_view
657
668
  class="view item"
658
669
  >
659
- <div
670
+ <ui_view
660
671
  class="view image"
661
672
  style="background-image: url(https://picsum.photos/seed/@jose/1024/768); height: 230px; width: 360px;"
662
673
  />
663
- </div>
664
- <div
674
+ </ui_view>
675
+ <ui_view
665
676
  class="view item"
666
677
  >
667
- <div
678
+ <ui_view
668
679
  class="view image"
669
680
  style="background-image: url(https://picsum.photos/seed/@mario1/1024/768); height: 230px; width: 360px;"
670
681
  />
671
- </div>
672
- <div
682
+ </ui_view>
683
+ <ui_view
673
684
  class="view item"
674
685
  >
675
- <div
686
+ <ui_view
676
687
  class="view image"
677
688
  style="background-image: url(https://picsum.photos/seed/@victor/1024/768); height: 230px; width: 360px;"
678
689
  />
679
- </div>
680
- <div
690
+ </ui_view>
691
+ <ui_view
681
692
  class="view item"
682
693
  >
683
- <div
694
+ <ui_view
684
695
  class="view image"
685
696
  style="background-image: url(https://picsum.photos/seed/@svet/1024/768); height: 230px; width: 360px;"
686
697
  />
687
- </div>
688
- <div
698
+ </ui_view>
699
+ <ui_view
689
700
  class="view item"
690
701
  >
691
- <div
702
+ <ui_view
692
703
  class="view image"
693
704
  style="background-image: url(https://picsum.photos/seed/@mario2/1024/768); height: 230px; width: 360px;"
694
705
  />
695
- </div>
696
- </div>
697
- <div
706
+ </ui_view>
707
+ </ui_scrollview>
708
+ <ui_pressable
698
709
  class="pressable button hide second"
710
+ tabindex="0"
699
711
  >
700
- <span
712
+ <ui_icon
701
713
  class="icon headline-3"
702
714
  >
703
715
  <svg
@@ -717,30 +729,31 @@ exports[`component:<Slider> prop:indicator 1`] = `
717
729
  d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
718
730
  />
719
731
  </svg>
720
- </span>
721
- </div>
722
- <div
732
+ </ui_icon>
733
+ </ui_pressable>
734
+ <ui_progress
723
735
  class="view progress progress"
724
736
  >
725
- <div
737
+ <ui_view
726
738
  class="view value"
727
739
  style="width: 0%;"
728
740
  />
729
- </div>
730
- </div>
741
+ </ui_progress>
742
+ </ui_slider>
731
743
  </DocumentFragment>
732
744
  `;
733
745
 
734
746
  exports[`component:<Slider> prop:onCounter 1`] = `
735
747
  <DocumentFragment>
736
- <div
737
- class="view container"
748
+ <ui_slider
749
+ class="view slider"
738
750
  style="width: 360px;"
739
751
  >
740
- <div
752
+ <ui_pressable
741
753
  class="pressable button hide first"
754
+ tabindex="0"
742
755
  >
743
- <span
756
+ <ui_icon
744
757
  class="icon headline-3"
745
758
  >
746
759
  <svg
@@ -760,65 +773,66 @@ exports[`component:<Slider> prop:onCounter 1`] = `
760
773
  d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
761
774
  />
762
775
  </svg>
763
- </span>
764
- </div>
765
- <div
776
+ </ui_icon>
777
+ </ui_pressable>
778
+ <ui_scrollview
766
779
  class="scrollview snap horizontal notIndicator scrollView"
767
780
  style="width: 360px;"
768
781
  >
769
- <div
782
+ <ui_view
770
783
  class="view item"
771
784
  >
772
- <div
785
+ <ui_view
773
786
  class="view image"
774
787
  style="background-image: url(https://picsum.photos/seed/@soyjavi/1024/768); height: 230px; width: 360px;"
775
788
  />
776
- </div>
777
- <div
789
+ </ui_view>
790
+ <ui_view
778
791
  class="view item"
779
792
  >
780
- <div
793
+ <ui_view
781
794
  class="view image"
782
795
  style="background-image: url(https://picsum.photos/seed/@jose/1024/768); height: 230px; width: 360px;"
783
796
  />
784
- </div>
785
- <div
797
+ </ui_view>
798
+ <ui_view
786
799
  class="view item"
787
800
  >
788
- <div
801
+ <ui_view
789
802
  class="view image"
790
803
  style="background-image: url(https://picsum.photos/seed/@mario1/1024/768); height: 230px; width: 360px;"
791
804
  />
792
- </div>
793
- <div
805
+ </ui_view>
806
+ <ui_view
794
807
  class="view item"
795
808
  >
796
- <div
809
+ <ui_view
797
810
  class="view image"
798
811
  style="background-image: url(https://picsum.photos/seed/@victor/1024/768); height: 230px; width: 360px;"
799
812
  />
800
- </div>
801
- <div
813
+ </ui_view>
814
+ <ui_view
802
815
  class="view item"
803
816
  >
804
- <div
817
+ <ui_view
805
818
  class="view image"
806
819
  style="background-image: url(https://picsum.photos/seed/@svet/1024/768); height: 230px; width: 360px;"
807
820
  />
808
- </div>
809
- <div
821
+ </ui_view>
822
+ <ui_view
810
823
  class="view item"
811
824
  >
812
- <div
825
+ <ui_view
813
826
  class="view image"
814
827
  style="background-image: url(https://picsum.photos/seed/@mario2/1024/768); height: 230px; width: 360px;"
815
828
  />
816
- </div>
817
- </div>
818
- <div
829
+ </ui_view>
830
+ </ui_scrollview>
831
+ <ui_pressable
819
832
  class="pressable button hide second"
833
+ tabindex="0"
820
834
  >
821
- <span
835
+ <ui_icon
822
836
  class="icon headline-3"
823
837
  >
824
838
  <svg
@@ -838,12 +852,13 @@ exports[`component:<Slider> prop:onCounter 1`] = `
838
852
  d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
839
853
  />
840
854
  </svg>
841
- </span>
842
- </div>
843
- <div
855
+ </ui_icon>
856
+ </ui_pressable>
857
+ <ui_pressable
844
858
  class="pressable overlay counter"
859
+ tabindex="0"
845
860
  >
846
- <span
861
+ <ui_icon
847
862
  class="icon action"
848
863
  >
849
864
  <svg
@@ -863,27 +878,28 @@ exports[`component:<Slider> prop:onCounter 1`] = `
863
878
  d="M20 4v12H8V4h12m0-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.5 9.67 1.69 2.26 2.48-3.1L19 15H9zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z"
864
879
  />
865
880
  </svg>
866
- </span>
867
- <span
881
+ </ui_icon>
882
+ <ui_text
868
883
  class="text bold small"
869
884
  >
870
885
  6
871
- </span>
872
- </div>
873
- </div>
886
+ </ui_text>
887
+ </ui_pressable>
888
+ </ui_slider>
874
889
  </DocumentFragment>
875
890
  `;
876
891
 
877
892
  exports[`component:<Slider> prop:replay (false) 1`] = `
878
893
  <DocumentFragment>
879
- <div
880
- class="view container"
894
+ <ui_slider
895
+ class="view slider"
881
896
  style="width: 360px;"
882
897
  >
883
- <div
898
+ <ui_pressable
884
899
  class="pressable button hide first"
900
+ tabindex="0"
885
901
  >
886
- <span
902
+ <ui_icon
887
903
  class="icon headline-3"
888
904
  >
889
905
  <svg
@@ -903,65 +919,66 @@ exports[`component:<Slider> prop:replay (false) 1`] = `
903
919
  d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
904
920
  />
905
921
  </svg>
906
- </span>
907
- </div>
908
- <div
922
+ </ui_icon>
923
+ </ui_pressable>
924
+ <ui_scrollview
909
925
  class="scrollview snap horizontal notIndicator scrollView"
910
926
  style="width: 360px;"
911
927
  >
912
- <div
928
+ <ui_view
913
929
  class="view item"
914
930
  >
915
- <div
931
+ <ui_view
916
932
  class="view image"
917
933
  style="background-image: url(https://picsum.photos/seed/@soyjavi/1024/768); height: 230px; width: 360px;"
918
934
  />
919
- </div>
920
- <div
935
+ </ui_view>
936
+ <ui_view
921
937
  class="view item"
922
938
  >
923
- <div
939
+ <ui_view
924
940
  class="view image"
925
941
  style="background-image: url(https://picsum.photos/seed/@jose/1024/768); height: 230px; width: 360px;"
926
942
  />
927
- </div>
928
- <div
943
+ </ui_view>
944
+ <ui_view
929
945
  class="view item"
930
946
  >
931
- <div
947
+ <ui_view
932
948
  class="view image"
933
949
  style="background-image: url(https://picsum.photos/seed/@mario1/1024/768); height: 230px; width: 360px;"
934
950
  />
935
- </div>
936
- <div
951
+ </ui_view>
952
+ <ui_view
937
953
  class="view item"
938
954
  >
939
- <div
955
+ <ui_view
940
956
  class="view image"
941
957
  style="height: 230px; width: 360px;"
942
958
  />
943
- </div>
944
- <div
959
+ </ui_view>
960
+ <ui_view
945
961
  class="view item"
946
962
  >
947
- <div
963
+ <ui_view
948
964
  class="view image"
949
965
  style="height: 230px; width: 360px;"
950
966
  />
951
- </div>
952
- <div
967
+ </ui_view>
968
+ <ui_view
953
969
  class="view item"
954
970
  >
955
- <div
971
+ <ui_view
956
972
  class="view image"
957
973
  style="height: 230px; width: 360px;"
958
974
  />
959
- </div>
960
- </div>
961
- <div
975
+ </ui_view>
976
+ </ui_scrollview>
977
+ <ui_pressable
962
978
  class="pressable button hide second"
979
+ tabindex="0"
963
980
  >
964
- <span
981
+ <ui_icon
965
982
  class="icon headline-3"
966
983
  >
967
984
  <svg
@@ -981,22 +998,23 @@ exports[`component:<Slider> prop:replay (false) 1`] = `
981
998
  d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
982
999
  />
983
1000
  </svg>
984
- </span>
985
- </div>
986
- </div>
1001
+ </ui_icon>
1002
+ </ui_pressable>
1003
+ </ui_slider>
987
1004
  </DocumentFragment>
988
1005
  `;
989
1006
 
990
1007
  exports[`component:<Slider> renders 1`] = `
991
1008
  <DocumentFragment>
992
- <div
993
- class="view container"
1009
+ <ui_slider
1010
+ class="view slider"
994
1011
  style="width: 360px;"
995
1012
  >
996
- <div
1013
+ <ui_pressable
997
1014
  class="pressable button hide first"
1015
+ tabindex="0"
998
1016
  >
999
- <span
1017
+ <ui_icon
1000
1018
  class="icon headline-3"
1001
1019
  >
1002
1020
  <svg
@@ -1016,65 +1034,66 @@ exports[`component:<Slider> renders 1`] = `
1016
1034
  d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
1017
1035
  />
1018
1036
  </svg>
1019
- </span>
1020
- </div>
1021
- <div
1037
+ </ui_icon>
1038
+ </ui_pressable>
1039
+ <ui_scrollview
1022
1040
  class="scrollview snap horizontal notIndicator scrollView"
1023
1041
  style="width: 360px;"
1024
1042
  >
1025
- <div
1043
+ <ui_view
1026
1044
  class="view item"
1027
1045
  >
1028
- <div
1046
+ <ui_view
1029
1047
  class="view image"
1030
1048
  style="background-image: url(https://picsum.photos/seed/@soyjavi/1024/768); height: 230px; width: 360px;"
1031
1049
  />
1032
- </div>
1033
- <div
1050
+ </ui_view>
1051
+ <ui_view
1034
1052
  class="view item"
1035
1053
  >
1036
- <div
1054
+ <ui_view
1037
1055
  class="view image"
1038
1056
  style="background-image: url(https://picsum.photos/seed/@jose/1024/768); height: 230px; width: 360px;"
1039
1057
  />
1040
- </div>
1041
- <div
1058
+ </ui_view>
1059
+ <ui_view
1042
1060
  class="view item"
1043
1061
  >
1044
- <div
1062
+ <ui_view
1045
1063
  class="view image"
1046
1064
  style="background-image: url(https://picsum.photos/seed/@mario1/1024/768); height: 230px; width: 360px;"
1047
1065
  />
1048
- </div>
1049
- <div
1066
+ </ui_view>
1067
+ <ui_view
1050
1068
  class="view item"
1051
1069
  >
1052
- <div
1070
+ <ui_view
1053
1071
  class="view image"
1054
1072
  style="background-image: url(https://picsum.photos/seed/@victor/1024/768); height: 230px; width: 360px;"
1055
1073
  />
1056
- </div>
1057
- <div
1074
+ </ui_view>
1075
+ <ui_view
1058
1076
  class="view item"
1059
1077
  >
1060
- <div
1078
+ <ui_view
1061
1079
  class="view image"
1062
1080
  style="background-image: url(https://picsum.photos/seed/@svet/1024/768); height: 230px; width: 360px;"
1063
1081
  />
1064
- </div>
1065
- <div
1082
+ </ui_view>
1083
+ <ui_view
1066
1084
  class="view item"
1067
1085
  >
1068
- <div
1086
+ <ui_view
1069
1087
  class="view image"
1070
1088
  style="background-image: url(https://picsum.photos/seed/@mario2/1024/768); height: 230px; width: 360px;"
1071
1089
  />
1072
- </div>
1073
- </div>
1074
- <div
1090
+ </ui_view>
1091
+ </ui_scrollview>
1092
+ <ui_pressable
1075
1093
  class="pressable button hide second"
1094
+ tabindex="0"
1076
1095
  >
1077
- <span
1096
+ <ui_icon
1078
1097
  class="icon headline-3"
1079
1098
  >
1080
1099
  <svg
@@ -1094,23 +1113,139 @@ exports[`component:<Slider> renders 1`] = `
1094
1113
  d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
1095
1114
  />
1096
1115
  </svg>
1097
- </span>
1098
- </div>
1099
- </div>
1116
+ </ui_icon>
1117
+ </ui_pressable>
1118
+ </ui_slider>
1119
+ </DocumentFragment>
1120
+ `;
1121
+
1122
+ exports[`component:<Slider> tag 1`] = `
1123
+ <DocumentFragment>
1124
+ <ui_tag
1125
+ class="view slider"
1126
+ style="width: 360px;"
1127
+ >
1128
+ <ui_pressable
1129
+ class="pressable button hide first"
1130
+ tabindex="0"
1131
+ >
1132
+ <ui_icon
1133
+ class="icon headline-3"
1134
+ >
1135
+ <svg
1136
+ fill="currentColor"
1137
+ height="1em"
1138
+ stroke="currentColor"
1139
+ stroke-width="0"
1140
+ viewBox="0 0 24 24"
1141
+ width="1em"
1142
+ xmlns="http://www.w3.org/2000/svg"
1143
+ >
1144
+ <path
1145
+ d="M0 0h24v24H0V0z"
1146
+ fill="none"
1147
+ />
1148
+ <path
1149
+ d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
1150
+ />
1151
+ </svg>
1152
+ </ui_icon>
1153
+ </ui_pressable>
1154
+ <ui_scrollview
1155
+ class="scrollview snap horizontal notIndicator scrollView"
1156
+ style="width: 360px;"
1157
+ >
1158
+ <ui_view
1159
+ class="view item"
1160
+ >
1161
+ <ui_view
1162
+ class="view image"
1163
+ style="background-image: url(https://picsum.photos/seed/@soyjavi/1024/768); height: 230px; width: 360px;"
1164
+ />
1165
+ </ui_view>
1166
+ <ui_view
1167
+ class="view item"
1168
+ >
1169
+ <ui_view
1170
+ class="view image"
1171
+ style="background-image: url(https://picsum.photos/seed/@jose/1024/768); height: 230px; width: 360px;"
1172
+ />
1173
+ </ui_view>
1174
+ <ui_view
1175
+ class="view item"
1176
+ >
1177
+ <ui_view
1178
+ class="view image"
1179
+ style="background-image: url(https://picsum.photos/seed/@mario1/1024/768); height: 230px; width: 360px;"
1180
+ />
1181
+ </ui_view>
1182
+ <ui_view
1183
+ class="view item"
1184
+ >
1185
+ <ui_view
1186
+ class="view image"
1187
+ style="background-image: url(https://picsum.photos/seed/@victor/1024/768); height: 230px; width: 360px;"
1188
+ />
1189
+ </ui_view>
1190
+ <ui_view
1191
+ class="view item"
1192
+ >
1193
+ <ui_view
1194
+ class="view image"
1195
+ style="background-image: url(https://picsum.photos/seed/@svet/1024/768); height: 230px; width: 360px;"
1196
+ />
1197
+ </ui_view>
1198
+ <ui_view
1199
+ class="view item"
1200
+ >
1201
+ <ui_view
1202
+ class="view image"
1203
+ style="background-image: url(https://picsum.photos/seed/@mario2/1024/768); height: 230px; width: 360px;"
1204
+ />
1205
+ </ui_view>
1206
+ </ui_scrollview>
1207
+ <ui_pressable
1208
+ class="pressable button hide second"
1209
+ tabindex="0"
1210
+ >
1211
+ <ui_icon
1212
+ class="icon headline-3"
1213
+ >
1214
+ <svg
1215
+ fill="currentColor"
1216
+ height="1em"
1217
+ stroke="currentColor"
1218
+ stroke-width="0"
1219
+ viewBox="0 0 24 24"
1220
+ width="1em"
1221
+ xmlns="http://www.w3.org/2000/svg"
1222
+ >
1223
+ <path
1224
+ d="M0 0h24v24H0V0z"
1225
+ fill="none"
1226
+ />
1227
+ <path
1228
+ d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
1229
+ />
1230
+ </svg>
1231
+ </ui_icon>
1232
+ </ui_pressable>
1233
+ </ui_tag>
1100
1234
  </DocumentFragment>
1101
1235
  `;
1102
1236
 
1103
1237
  exports[`component:<Slider> testId 1`] = `
1104
1238
  <DocumentFragment>
1105
- <div
1106
- class="view container"
1239
+ <ui_slider
1240
+ class="view slider"
1107
1241
  data-testid="mirai"
1108
1242
  style="width: 360px;"
1109
1243
  >
1110
- <div
1244
+ <ui_pressable
1111
1245
  class="pressable button hide first"
1246
+ tabindex="0"
1112
1247
  >
1113
- <span
1248
+ <ui_icon
1114
1249
  class="icon headline-3"
1115
1250
  >
1116
1251
  <svg
@@ -1130,65 +1265,66 @@ exports[`component:<Slider> testId 1`] = `
1130
1265
  d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
1131
1266
  />
1132
1267
  </svg>
1133
- </span>
1134
- </div>
1135
- <div
1268
+ </ui_icon>
1269
+ </ui_pressable>
1270
+ <ui_scrollview
1136
1271
  class="scrollview snap horizontal notIndicator scrollView"
1137
1272
  style="width: 360px;"
1138
1273
  >
1139
- <div
1274
+ <ui_view
1140
1275
  class="view item"
1141
1276
  >
1142
- <div
1277
+ <ui_view
1143
1278
  class="view image"
1144
1279
  style="background-image: url(https://picsum.photos/seed/@soyjavi/1024/768); height: 230px; width: 360px;"
1145
1280
  />
1146
- </div>
1147
- <div
1281
+ </ui_view>
1282
+ <ui_view
1148
1283
  class="view item"
1149
1284
  >
1150
- <div
1285
+ <ui_view
1151
1286
  class="view image"
1152
1287
  style="background-image: url(https://picsum.photos/seed/@jose/1024/768); height: 230px; width: 360px;"
1153
1288
  />
1154
- </div>
1155
- <div
1289
+ </ui_view>
1290
+ <ui_view
1156
1291
  class="view item"
1157
1292
  >
1158
- <div
1293
+ <ui_view
1159
1294
  class="view image"
1160
1295
  style="background-image: url(https://picsum.photos/seed/@mario1/1024/768); height: 230px; width: 360px;"
1161
1296
  />
1162
- </div>
1163
- <div
1297
+ </ui_view>
1298
+ <ui_view
1164
1299
  class="view item"
1165
1300
  >
1166
- <div
1301
+ <ui_view
1167
1302
  class="view image"
1168
1303
  style="background-image: url(https://picsum.photos/seed/@victor/1024/768); height: 230px; width: 360px;"
1169
1304
  />
1170
- </div>
1171
- <div
1305
+ </ui_view>
1306
+ <ui_view
1172
1307
  class="view item"
1173
1308
  >
1174
- <div
1309
+ <ui_view
1175
1310
  class="view image"
1176
1311
  style="background-image: url(https://picsum.photos/seed/@svet/1024/768); height: 230px; width: 360px;"
1177
1312
  />
1178
- </div>
1179
- <div
1313
+ </ui_view>
1314
+ <ui_view
1180
1315
  class="view item"
1181
1316
  >
1182
- <div
1317
+ <ui_view
1183
1318
  class="view image"
1184
1319
  style="background-image: url(https://picsum.photos/seed/@mario2/1024/768); height: 230px; width: 360px;"
1185
1320
  />
1186
- </div>
1187
- </div>
1188
- <div
1321
+ </ui_view>
1322
+ </ui_scrollview>
1323
+ <ui_pressable
1189
1324
  class="pressable button hide second"
1325
+ tabindex="0"
1190
1326
  >
1191
- <span
1327
+ <ui_icon
1192
1328
  class="icon headline-3"
1193
1329
  >
1194
1330
  <svg
@@ -1208,8 +1344,8 @@ exports[`component:<Slider> testId 1`] = `
1208
1344
  d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
1209
1345
  />
1210
1346
  </svg>
1211
- </span>
1212
- </div>
1213
- </div>
1347
+ </ui_icon>
1348
+ </ui_pressable>
1349
+ </ui_slider>
1214
1350
  </DocumentFragment>
1215
1351
  `;