@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.
- package/build/components/Action/Action.js +2 -5
- package/build/components/Action/Action.js.map +1 -1
- package/build/components/Action/Action.stories.js +1 -1
- package/build/components/Action/Action.stories.js.map +1 -1
- package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +42 -30
- package/build/components/Button/Button.js +4 -6
- package/build/components/Button/Button.js.map +1 -1
- package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +38 -27
- package/build/components/Calendar/Calendar.js +1 -1
- package/build/components/Calendar/Calendar.js.map +1 -1
- package/build/components/Calendar/Calendar.module.css +5 -5
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +15576 -15544
- package/build/components/Form/Form.js +2 -5
- package/build/components/Form/Form.js.map +1 -1
- package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +14 -12
- package/build/components/InputDate/InputDate.js +1 -0
- package/build/components/InputDate/InputDate.js.map +1 -1
- package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +67 -42
- package/build/components/InputNumber/InputNumber.js +17 -4
- package/build/components/InputNumber/InputNumber.js.map +1 -1
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +198 -114
- package/build/components/InputOption/InputOption.js +6 -2
- package/build/components/InputOption/InputOption.js.map +1 -1
- package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +114 -75
- package/build/components/InputPhone/InputPhone.js +8 -1
- package/build/components/InputPhone/InputPhone.js.map +1 -1
- package/build/components/InputPhone/InputPhone.module.css +1 -1
- package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +448 -354
- package/build/components/InputSelect/InputSelect.js +10 -1
- package/build/components/InputSelect/InputSelect.js.map +1 -1
- package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +118 -112
- package/build/components/InputText/InputText.js +6 -2
- package/build/components/InputText/InputText.js.map +1 -1
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +160 -130
- package/build/components/InputText/partials/InputText.Label.js +1 -0
- package/build/components/InputText/partials/InputText.Label.js.map +1 -1
- package/build/components/Menu/Menu.js +1 -0
- package/build/components/Menu/Menu.js.map +1 -1
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +76 -55
- package/build/components/Modal/Modal.js +20 -6
- package/build/components/Modal/Modal.js.map +1 -1
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +106 -72
- package/build/components/Notification/Notification.js +1 -0
- package/build/components/Notification/Notification.js.map +1 -1
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +328 -288
- package/build/components/Progress/Progress.js +1 -0
- package/build/components/Progress/Progress.js.map +1 -1
- package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +31 -18
- package/build/components/Slider/Slider.js +3 -2
- package/build/components/Slider/Slider.js.map +1 -1
- package/build/components/Slider/Slider.module.css +1 -1
- package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +475 -339
- package/build/components/Table/Table.js +2 -4
- package/build/components/Table/Table.js.map +1 -1
- package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +222 -192
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +878 -432
- package/build/components/Tooltip/Tooltip.js +3 -4
- package/build/components/Tooltip/Tooltip.js.map +1 -1
- package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +38 -28
- package/build/primitives/Checkbox/Checkbox.js +1 -0
- package/build/primitives/Checkbox/Checkbox.js.map +1 -1
- package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +35 -20
- package/build/primitives/Icon/Icon.js +1 -1
- package/build/primitives/Icon/Icon.js.map +1 -1
- package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +108 -82
- package/build/primitives/Layer/Layer.js +2 -1
- package/build/primitives/Layer/Layer.js.map +1 -1
- package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +60 -42
- package/build/primitives/Pressable/Pressable.constants.js +1 -1
- package/build/primitives/Pressable/Pressable.constants.js.map +1 -1
- package/build/primitives/Pressable/Pressable.js +7 -6
- package/build/primitives/Pressable/Pressable.js.map +1 -1
- package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +16 -12
- package/build/primitives/Primitive/Primitive.constants.js +1 -1
- package/build/primitives/Primitive/Primitive.constants.js.map +1 -1
- package/build/primitives/Primitive/Primitive.js +2 -2
- package/build/primitives/Primitive/Primitive.js.map +1 -1
- package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +12 -12
- package/build/primitives/Primitive/helpers/getTag.js +35 -0
- package/build/primitives/Primitive/helpers/getTag.js.map +1 -0
- package/build/primitives/Primitive/helpers/index.js +11 -0
- package/build/primitives/Primitive/helpers/index.js.map +1 -1
- package/build/primitives/Radio/Radio.js +1 -1
- package/build/primitives/Radio/Radio.js.map +1 -1
- package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +39 -21
- package/build/primitives/ScrollView/ScrollView.js +2 -5
- package/build/primitives/ScrollView/ScrollView.js.map +1 -1
- package/build/primitives/ScrollView/ScrollView.stories.js +6 -5
- package/build/primitives/ScrollView/ScrollView.stories.js.map +1 -1
- package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +24 -24
- package/build/primitives/Select/Select.js +7 -4
- package/build/primitives/Select/Select.js.map +1 -1
- package/build/primitives/Select/__tests__/__snapshots__/Select.test.js.snap +35 -0
- package/build/primitives/Switch/Switch.js +1 -1
- package/build/primitives/Switch/Switch.js.map +1 -1
- package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +60 -40
- package/build/primitives/Text/Text.js +4 -3
- package/build/primitives/Text/Text.js.map +1 -1
- package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +68 -68
- package/build/primitives/Text/helpers/parseMarkdown.js +3 -1
- package/build/primitives/Text/helpers/parseMarkdown.js.map +1 -1
- package/build/primitives/View/View.js +2 -5
- package/build/primitives/View/View.js.map +1 -1
- package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +15 -15
- package/package.json +1 -1
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<InputNumber> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_input_number
|
|
6
6
|
class="view row inputNumber mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui_view
|
|
9
9
|
class="view texts"
|
|
10
10
|
/>
|
|
11
11
|
<button
|
|
12
12
|
class="pressable disabled button small rounded squared disabled"
|
|
13
13
|
disabled=""
|
|
14
14
|
>
|
|
15
|
-
<
|
|
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
|
-
</
|
|
35
|
+
</ui_icon>
|
|
36
36
|
</button>
|
|
37
|
-
<
|
|
37
|
+
<ui_text
|
|
38
38
|
class="text paragraph value"
|
|
39
39
|
>
|
|
40
40
|
0
|
|
41
|
-
</
|
|
41
|
+
</ui_text>
|
|
42
42
|
<button
|
|
43
43
|
class="pressable button small rounded squared secondary"
|
|
44
|
+
tabindex="0"
|
|
44
45
|
>
|
|
45
|
-
<
|
|
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
|
-
</
|
|
66
|
+
</ui_icon>
|
|
66
67
|
</button>
|
|
67
|
-
</
|
|
68
|
+
</ui_input_number>
|
|
68
69
|
</DocumentFragment>
|
|
69
70
|
`;
|
|
70
71
|
|
|
71
72
|
exports[`component:<InputNumber> prop:disabled 1`] = `
|
|
72
73
|
<DocumentFragment>
|
|
73
|
-
<
|
|
74
|
+
<ui_input_number
|
|
74
75
|
class="view row inputNumber"
|
|
75
76
|
>
|
|
76
|
-
<
|
|
77
|
+
<ui_view
|
|
77
78
|
class="view texts"
|
|
78
79
|
/>
|
|
79
80
|
<button
|
|
80
81
|
class="pressable disabled button small rounded squared disabled"
|
|
81
82
|
disabled=""
|
|
82
83
|
>
|
|
83
|
-
<
|
|
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
|
-
</
|
|
104
|
+
</ui_icon>
|
|
104
105
|
</button>
|
|
105
|
-
<
|
|
106
|
+
<ui_text
|
|
106
107
|
class="text paragraph value disabled"
|
|
107
108
|
>
|
|
108
109
|
0
|
|
109
|
-
</
|
|
110
|
+
</ui_text>
|
|
110
111
|
<button
|
|
111
112
|
class="pressable disabled button small rounded squared disabled"
|
|
112
113
|
disabled=""
|
|
113
114
|
>
|
|
114
|
-
<
|
|
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
|
-
</
|
|
135
|
+
</ui_icon>
|
|
135
136
|
</button>
|
|
136
|
-
</
|
|
137
|
+
</ui_input_number>
|
|
137
138
|
</DocumentFragment>
|
|
138
139
|
`;
|
|
139
140
|
|
|
140
141
|
exports[`component:<InputNumber> prop:hint 1`] = `
|
|
141
142
|
<DocumentFragment>
|
|
142
|
-
<
|
|
143
|
+
<ui_input_number
|
|
143
144
|
class="view row inputNumber"
|
|
144
145
|
>
|
|
145
|
-
<
|
|
146
|
+
<ui_view
|
|
146
147
|
class="view texts"
|
|
147
148
|
>
|
|
148
|
-
<
|
|
149
|
+
<ui_text
|
|
149
150
|
class="text small text hint hint"
|
|
150
151
|
>
|
|
151
152
|
hint
|
|
152
|
-
</
|
|
153
|
-
</
|
|
153
|
+
</ui_text>
|
|
154
|
+
</ui_view>
|
|
154
155
|
<button
|
|
155
156
|
class="pressable disabled button small rounded squared disabled"
|
|
156
157
|
disabled=""
|
|
157
158
|
>
|
|
158
|
-
<
|
|
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
|
-
</
|
|
179
|
+
</ui_icon>
|
|
179
180
|
</button>
|
|
180
|
-
<
|
|
181
|
+
<ui_text
|
|
181
182
|
class="text paragraph value"
|
|
182
183
|
>
|
|
183
184
|
0
|
|
184
|
-
</
|
|
185
|
+
</ui_text>
|
|
185
186
|
<button
|
|
186
187
|
class="pressable button small rounded squared secondary"
|
|
188
|
+
tabindex="0"
|
|
187
189
|
>
|
|
188
|
-
<
|
|
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
|
-
</
|
|
210
|
+
</ui_icon>
|
|
209
211
|
</button>
|
|
210
|
-
</
|
|
212
|
+
</ui_input_number>
|
|
211
213
|
</DocumentFragment>
|
|
212
214
|
`;
|
|
213
215
|
|
|
214
216
|
exports[`component:<InputNumber> prop:label 1`] = `
|
|
215
217
|
<DocumentFragment>
|
|
216
|
-
<
|
|
218
|
+
<ui_input_number
|
|
217
219
|
class="view row inputNumber"
|
|
218
220
|
>
|
|
219
|
-
<
|
|
221
|
+
<ui_view
|
|
220
222
|
class="view texts"
|
|
221
223
|
>
|
|
222
|
-
<
|
|
224
|
+
<label
|
|
223
225
|
class="text paragraph text label"
|
|
224
226
|
>
|
|
225
227
|
label
|
|
226
|
-
</
|
|
227
|
-
</
|
|
228
|
+
</label>
|
|
229
|
+
</ui_view>
|
|
228
230
|
<button
|
|
229
231
|
class="pressable disabled button small rounded squared disabled"
|
|
230
232
|
disabled=""
|
|
231
233
|
>
|
|
232
|
-
<
|
|
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
|
-
</
|
|
254
|
+
</ui_icon>
|
|
253
255
|
</button>
|
|
254
|
-
<
|
|
256
|
+
<ui_text
|
|
255
257
|
class="text paragraph value"
|
|
256
258
|
>
|
|
257
259
|
0
|
|
258
|
-
</
|
|
260
|
+
</ui_text>
|
|
259
261
|
<button
|
|
260
262
|
class="pressable button small rounded squared secondary"
|
|
263
|
+
tabindex="0"
|
|
261
264
|
>
|
|
262
|
-
<
|
|
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
|
-
</
|
|
285
|
+
</ui_icon>
|
|
283
286
|
</button>
|
|
284
|
-
</
|
|
287
|
+
</ui_input_number>
|
|
285
288
|
</DocumentFragment>
|
|
286
289
|
`;
|
|
287
290
|
|
|
288
291
|
exports[`component:<InputNumber> prop:max 1`] = `
|
|
289
292
|
<DocumentFragment>
|
|
290
|
-
<
|
|
293
|
+
<ui_input_number
|
|
291
294
|
class="view row inputNumber"
|
|
292
295
|
>
|
|
293
|
-
<
|
|
296
|
+
<ui_view
|
|
294
297
|
class="view texts"
|
|
295
298
|
/>
|
|
296
299
|
<button
|
|
297
300
|
class="pressable button small rounded squared secondary"
|
|
301
|
+
tabindex="0"
|
|
298
302
|
>
|
|
299
|
-
<
|
|
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
|
-
</
|
|
323
|
+
</ui_icon>
|
|
320
324
|
</button>
|
|
321
|
-
<
|
|
325
|
+
<ui_text
|
|
322
326
|
class="text paragraph value"
|
|
323
327
|
>
|
|
324
328
|
10
|
|
325
|
-
</
|
|
329
|
+
</ui_text>
|
|
326
330
|
<button
|
|
327
331
|
class="pressable disabled button small rounded squared disabled"
|
|
328
332
|
disabled=""
|
|
329
333
|
>
|
|
330
|
-
<
|
|
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
|
-
</
|
|
354
|
+
</ui_icon>
|
|
351
355
|
</button>
|
|
352
|
-
</
|
|
356
|
+
</ui_input_number>
|
|
353
357
|
</DocumentFragment>
|
|
354
358
|
`;
|
|
355
359
|
|
|
356
360
|
exports[`component:<InputNumber> prop:min 1`] = `
|
|
357
361
|
<DocumentFragment>
|
|
358
|
-
<
|
|
362
|
+
<ui_input_number
|
|
359
363
|
class="view row inputNumber"
|
|
360
364
|
>
|
|
361
|
-
<
|
|
365
|
+
<ui_view
|
|
362
366
|
class="view texts"
|
|
363
367
|
/>
|
|
364
368
|
<button
|
|
365
369
|
class="pressable disabled button small rounded squared disabled"
|
|
366
370
|
disabled=""
|
|
367
371
|
>
|
|
368
|
-
<
|
|
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
|
-
</
|
|
392
|
+
</ui_icon>
|
|
389
393
|
</button>
|
|
390
|
-
<
|
|
394
|
+
<ui_text
|
|
391
395
|
class="text paragraph value"
|
|
392
396
|
>
|
|
393
397
|
10
|
|
394
|
-
</
|
|
398
|
+
</ui_text>
|
|
395
399
|
<button
|
|
396
400
|
class="pressable button small rounded squared secondary"
|
|
401
|
+
tabindex="0"
|
|
397
402
|
>
|
|
398
|
-
<
|
|
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
|
-
</
|
|
423
|
+
</ui_icon>
|
|
419
424
|
</button>
|
|
420
|
-
</
|
|
425
|
+
</ui_input_number>
|
|
421
426
|
</DocumentFragment>
|
|
422
427
|
`;
|
|
423
428
|
|
|
424
429
|
exports[`component:<InputNumber> prop:required & prop:showRequired (true) 1`] = `
|
|
425
430
|
<DocumentFragment>
|
|
426
|
-
<
|
|
431
|
+
<ui_input_number
|
|
427
432
|
class="view row inputNumber"
|
|
428
433
|
>
|
|
429
|
-
<
|
|
434
|
+
<ui_view
|
|
430
435
|
class="view texts"
|
|
431
436
|
/>
|
|
432
437
|
<button
|
|
433
438
|
class="pressable button small rounded squared secondary"
|
|
439
|
+
tabindex="0"
|
|
434
440
|
>
|
|
435
|
-
<
|
|
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
|
-
</
|
|
461
|
+
</ui_icon>
|
|
456
462
|
</button>
|
|
457
|
-
<
|
|
463
|
+
<ui_text
|
|
458
464
|
class="text paragraph value"
|
|
459
465
|
>
|
|
460
466
|
10
|
|
461
|
-
</
|
|
467
|
+
</ui_text>
|
|
462
468
|
<button
|
|
463
469
|
class="pressable button small rounded squared secondary"
|
|
470
|
+
tabindex="0"
|
|
464
471
|
>
|
|
465
|
-
<
|
|
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
|
-
</
|
|
492
|
+
</ui_icon>
|
|
486
493
|
</button>
|
|
487
|
-
</
|
|
494
|
+
</ui_input_number>
|
|
488
495
|
</DocumentFragment>
|
|
489
496
|
`;
|
|
490
497
|
|
|
491
498
|
exports[`component:<InputNumber> prop:required 1`] = `
|
|
492
499
|
<DocumentFragment>
|
|
493
|
-
<
|
|
500
|
+
<ui_input_number
|
|
494
501
|
class="view row inputNumber"
|
|
495
502
|
>
|
|
496
|
-
<
|
|
503
|
+
<ui_view
|
|
497
504
|
class="view texts"
|
|
498
505
|
/>
|
|
499
506
|
<button
|
|
500
507
|
class="pressable button small rounded squared secondary"
|
|
508
|
+
tabindex="0"
|
|
501
509
|
>
|
|
502
|
-
<
|
|
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
|
-
</
|
|
530
|
+
</ui_icon>
|
|
523
531
|
</button>
|
|
524
|
-
<
|
|
532
|
+
<ui_text
|
|
525
533
|
class="text paragraph value"
|
|
526
534
|
>
|
|
527
535
|
10
|
|
528
|
-
</
|
|
536
|
+
</ui_text>
|
|
529
537
|
<button
|
|
530
538
|
class="pressable button small rounded squared secondary"
|
|
539
|
+
tabindex="0"
|
|
531
540
|
>
|
|
532
|
-
<
|
|
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
|
-
</
|
|
561
|
+
</ui_icon>
|
|
553
562
|
</button>
|
|
554
|
-
</
|
|
563
|
+
</ui_input_number>
|
|
555
564
|
</DocumentFragment>
|
|
556
565
|
`;
|
|
557
566
|
|
|
558
567
|
exports[`component:<InputNumber> prop:rounded 1`] = `
|
|
559
568
|
<DocumentFragment>
|
|
560
|
-
<
|
|
569
|
+
<ui_input_number
|
|
561
570
|
class="view row inputNumber"
|
|
562
571
|
>
|
|
563
|
-
<
|
|
572
|
+
<ui_view
|
|
564
573
|
class="view texts"
|
|
565
574
|
/>
|
|
566
575
|
<button
|
|
567
576
|
class="pressable button small rounded squared secondary"
|
|
577
|
+
tabindex="0"
|
|
568
578
|
>
|
|
569
|
-
<
|
|
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
|
-
</
|
|
599
|
+
</ui_icon>
|
|
590
600
|
</button>
|
|
591
|
-
<
|
|
601
|
+
<ui_text
|
|
592
602
|
class="text paragraph value"
|
|
593
603
|
>
|
|
594
604
|
10
|
|
595
|
-
</
|
|
605
|
+
</ui_text>
|
|
596
606
|
<button
|
|
597
607
|
class="pressable button small rounded squared secondary"
|
|
608
|
+
tabindex="0"
|
|
598
609
|
>
|
|
599
|
-
<
|
|
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
|
-
</
|
|
630
|
+
</ui_icon>
|
|
620
631
|
</button>
|
|
621
|
-
</
|
|
632
|
+
</ui_input_number>
|
|
622
633
|
</DocumentFragment>
|
|
623
634
|
`;
|
|
624
635
|
|
|
625
636
|
exports[`component:<InputNumber> prop:value 1`] = `
|
|
626
637
|
<DocumentFragment>
|
|
627
|
-
<
|
|
638
|
+
<ui_input_number
|
|
628
639
|
class="view row inputNumber"
|
|
629
640
|
>
|
|
630
|
-
<
|
|
641
|
+
<ui_view
|
|
631
642
|
class="view texts"
|
|
632
643
|
/>
|
|
633
644
|
<button
|
|
634
645
|
class="pressable button small rounded squared secondary"
|
|
646
|
+
tabindex="0"
|
|
635
647
|
>
|
|
636
|
-
<
|
|
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
|
-
</
|
|
668
|
+
</ui_icon>
|
|
657
669
|
</button>
|
|
658
|
-
<
|
|
670
|
+
<ui_text
|
|
659
671
|
class="text paragraph value"
|
|
660
672
|
>
|
|
661
673
|
10
|
|
662
|
-
</
|
|
674
|
+
</ui_text>
|
|
663
675
|
<button
|
|
664
676
|
class="pressable button small rounded squared secondary"
|
|
677
|
+
tabindex="0"
|
|
665
678
|
>
|
|
666
|
-
<
|
|
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
|
-
</
|
|
699
|
+
</ui_icon>
|
|
687
700
|
</button>
|
|
688
|
-
</
|
|
701
|
+
</ui_input_number>
|
|
689
702
|
</DocumentFragment>
|
|
690
703
|
`;
|
|
691
704
|
|
|
692
705
|
exports[`component:<InputNumber> renders 1`] = `
|
|
693
706
|
<DocumentFragment>
|
|
694
|
-
<
|
|
707
|
+
<ui_input_number
|
|
695
708
|
class="view row inputNumber"
|
|
696
709
|
>
|
|
697
|
-
<
|
|
710
|
+
<ui_view
|
|
698
711
|
class="view texts"
|
|
699
712
|
/>
|
|
700
713
|
<button
|
|
701
714
|
class="pressable disabled button small rounded squared disabled"
|
|
702
715
|
disabled=""
|
|
703
716
|
>
|
|
704
|
-
<
|
|
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
|
-
</
|
|
737
|
+
</ui_icon>
|
|
725
738
|
</button>
|
|
726
|
-
<
|
|
739
|
+
<ui_text
|
|
727
740
|
class="text paragraph value"
|
|
728
741
|
>
|
|
729
742
|
0
|
|
730
|
-
</
|
|
743
|
+
</ui_text>
|
|
731
744
|
<button
|
|
732
745
|
class="pressable button small rounded squared secondary"
|
|
746
|
+
tabindex="0"
|
|
733
747
|
>
|
|
734
|
-
<
|
|
748
|
+
<ui_icon
|
|
735
749
|
class="icon headline-3"
|
|
736
750
|
>
|
|
737
751
|
<svg
|
|
@@ -751,26 +765,95 @@ exports[`component:<InputNumber> renders 1`] = `
|
|
|
751
765
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
752
766
|
/>
|
|
753
767
|
</svg>
|
|
754
|
-
</
|
|
768
|
+
</ui_icon>
|
|
755
769
|
</button>
|
|
756
|
-
</
|
|
770
|
+
</ui_input_number>
|
|
771
|
+
</DocumentFragment>
|
|
772
|
+
`;
|
|
773
|
+
|
|
774
|
+
exports[`component:<InputNumber> tag 1`] = `
|
|
775
|
+
<DocumentFragment>
|
|
776
|
+
<ui_tag
|
|
777
|
+
class="view row inputNumber"
|
|
778
|
+
>
|
|
779
|
+
<ui_view
|
|
780
|
+
class="view texts"
|
|
781
|
+
/>
|
|
782
|
+
<button
|
|
783
|
+
class="pressable disabled button small rounded squared disabled"
|
|
784
|
+
disabled=""
|
|
785
|
+
>
|
|
786
|
+
<ui_icon
|
|
787
|
+
class="icon headline-3"
|
|
788
|
+
>
|
|
789
|
+
<svg
|
|
790
|
+
fill="currentColor"
|
|
791
|
+
height="1em"
|
|
792
|
+
stroke="currentColor"
|
|
793
|
+
stroke-width="0"
|
|
794
|
+
viewBox="0 0 24 24"
|
|
795
|
+
width="1em"
|
|
796
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
797
|
+
>
|
|
798
|
+
<path
|
|
799
|
+
d="M0 0h24v24H0V0z"
|
|
800
|
+
fill="none"
|
|
801
|
+
/>
|
|
802
|
+
<path
|
|
803
|
+
d="M19 13H5v-2h14v2z"
|
|
804
|
+
/>
|
|
805
|
+
</svg>
|
|
806
|
+
</ui_icon>
|
|
807
|
+
</button>
|
|
808
|
+
<ui_text
|
|
809
|
+
class="text paragraph value"
|
|
810
|
+
>
|
|
811
|
+
0
|
|
812
|
+
</ui_text>
|
|
813
|
+
<button
|
|
814
|
+
class="pressable button small rounded squared secondary"
|
|
815
|
+
tabindex="0"
|
|
816
|
+
>
|
|
817
|
+
<ui_icon
|
|
818
|
+
class="icon headline-3"
|
|
819
|
+
>
|
|
820
|
+
<svg
|
|
821
|
+
fill="currentColor"
|
|
822
|
+
height="1em"
|
|
823
|
+
stroke="currentColor"
|
|
824
|
+
stroke-width="0"
|
|
825
|
+
viewBox="0 0 24 24"
|
|
826
|
+
width="1em"
|
|
827
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
828
|
+
>
|
|
829
|
+
<path
|
|
830
|
+
d="M0 0h24v24H0V0z"
|
|
831
|
+
fill="none"
|
|
832
|
+
/>
|
|
833
|
+
<path
|
|
834
|
+
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
835
|
+
/>
|
|
836
|
+
</svg>
|
|
837
|
+
</ui_icon>
|
|
838
|
+
</button>
|
|
839
|
+
</ui_tag>
|
|
757
840
|
</DocumentFragment>
|
|
758
841
|
`;
|
|
759
842
|
|
|
760
843
|
exports[`component:<InputNumber> testId 1`] = `
|
|
761
844
|
<DocumentFragment>
|
|
762
|
-
<
|
|
845
|
+
<ui_input_number
|
|
763
846
|
class="view row inputNumber"
|
|
764
847
|
data-testid="mirai"
|
|
765
848
|
>
|
|
766
|
-
<
|
|
849
|
+
<ui_view
|
|
767
850
|
class="view texts"
|
|
768
851
|
/>
|
|
769
852
|
<button
|
|
770
853
|
class="pressable disabled button small rounded squared disabled"
|
|
771
854
|
disabled=""
|
|
772
855
|
>
|
|
773
|
-
<
|
|
856
|
+
<ui_icon
|
|
774
857
|
class="icon headline-3"
|
|
775
858
|
>
|
|
776
859
|
<svg
|
|
@@ -790,17 +873,18 @@ exports[`component:<InputNumber> testId 1`] = `
|
|
|
790
873
|
d="M19 13H5v-2h14v2z"
|
|
791
874
|
/>
|
|
792
875
|
</svg>
|
|
793
|
-
</
|
|
876
|
+
</ui_icon>
|
|
794
877
|
</button>
|
|
795
|
-
<
|
|
878
|
+
<ui_text
|
|
796
879
|
class="text paragraph value"
|
|
797
880
|
>
|
|
798
881
|
0
|
|
799
|
-
</
|
|
882
|
+
</ui_text>
|
|
800
883
|
<button
|
|
801
884
|
class="pressable button small rounded squared secondary"
|
|
885
|
+
tabindex="0"
|
|
802
886
|
>
|
|
803
|
-
<
|
|
887
|
+
<ui_icon
|
|
804
888
|
class="icon headline-3"
|
|
805
889
|
>
|
|
806
890
|
<svg
|
|
@@ -820,8 +904,8 @@ exports[`component:<InputNumber> testId 1`] = `
|
|
|
820
904
|
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
821
905
|
/>
|
|
822
906
|
</svg>
|
|
823
|
-
</
|
|
907
|
+
</ui_icon>
|
|
824
908
|
</button>
|
|
825
|
-
</
|
|
909
|
+
</ui_input_number>
|
|
826
910
|
</DocumentFragment>
|
|
827
911
|
`;
|