@mirai/ui 1.0.217 → 1.0.221
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 +1 -1
- package/build/components/Action/Action.js.map +1 -1
- package/build/components/Action/Action.module.css +5 -5
- package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +15 -15
- package/build/components/Button/Button.js +1 -1
- package/build/components/Button/Button.js.map +1 -1
- package/build/components/Button/Button.module.css +10 -16
- package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +15 -15
- package/build/components/Calendar/Calendar.Week.js +1 -1
- package/build/components/Calendar/Calendar.Week.js.map +1 -1
- package/build/components/Calendar/Calendar.js +1 -1
- package/build/components/Calendar/Calendar.js.map +1 -1
- package/build/components/Calendar/Calendar.module.css +6 -7
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +2010 -2010
- package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +1 -1
- package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +7 -7
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +24 -24
- package/build/components/InputPhone/InputPhone.js +2 -2
- package/build/components/InputPhone/InputPhone.js.map +1 -1
- package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +40 -40
- package/build/components/InputText/InputText.js +2 -2
- package/build/components/InputText/InputText.js.map +1 -1
- package/build/components/InputText/InputText.module.css +3 -7
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +16 -16
- package/build/components/Menu/Menu.Option.js +1 -1
- package/build/components/Menu/Menu.Option.js.map +1 -1
- package/build/components/Menu/Menu.module.css +3 -3
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +12 -12
- package/build/components/Modal/Modal.js +1 -1
- package/build/components/Modal/Modal.js.map +1 -1
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +3 -3
- package/build/components/Notification/Notification.js +1 -1
- package/build/components/Notification/Notification.js.map +1 -1
- package/build/components/Notification/Notification.module.css +7 -10
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +6 -6
- package/build/components/Table/Table.Row.js +1 -1
- package/build/components/Table/Table.Row.js.map +1 -1
- package/build/components/Table/Table.module.css +2 -6
- package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +36 -36
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +39 -141
- package/build/components/Tooltip/Tooltip.js +1 -1
- package/build/components/Tooltip/Tooltip.js.map +1 -1
- package/build/components/Tooltip/Tooltip.module.css +5 -5
- package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +12 -12
- package/build/primitives/Checkbox/Checkbox.module.css +1 -2
- package/build/primitives/Layer/Layer.module.css +4 -1
- package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +6 -6
- package/build/primitives/Radio/Radio.module.css +2 -2
- package/build/primitives/Select/Select.module.css +1 -5
- package/build/primitives/Switch/Switch.module.css +1 -5
- package/build/primitives/Text/Text.module.css +4 -11
- package/package.json +1 -1
|
@@ -38,7 +38,7 @@ exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
|
38
38
|
class="menu visible menuFilter mirai"
|
|
39
39
|
>
|
|
40
40
|
<div
|
|
41
|
-
class="pressable option divider
|
|
41
|
+
class="pressable option divider"
|
|
42
42
|
>
|
|
43
43
|
<div
|
|
44
44
|
class="view row wide content"
|
|
@@ -51,7 +51,7 @@ exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
|
51
51
|
</div>
|
|
52
52
|
</div>
|
|
53
53
|
<div
|
|
54
|
-
class="pressable option divider
|
|
54
|
+
class="pressable option divider"
|
|
55
55
|
>
|
|
56
56
|
<div
|
|
57
57
|
class="view row wide content"
|
|
@@ -87,7 +87,7 @@ exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
|
87
87
|
class="view wide content"
|
|
88
88
|
>
|
|
89
89
|
<input
|
|
90
|
-
class="input input
|
|
90
|
+
class="input input"
|
|
91
91
|
name="search"
|
|
92
92
|
type="search"
|
|
93
93
|
value=""
|
|
@@ -98,7 +98,7 @@ exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<div
|
|
101
|
-
class="pressable option
|
|
101
|
+
class="pressable option"
|
|
102
102
|
>
|
|
103
103
|
<div
|
|
104
104
|
class="view row wide content"
|
|
@@ -107,12 +107,12 @@ exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
|
107
107
|
class="view row wide items"
|
|
108
108
|
>
|
|
109
109
|
<button
|
|
110
|
-
class="pressable button
|
|
110
|
+
class="pressable button secondary wide"
|
|
111
111
|
>
|
|
112
112
|
$Cancel
|
|
113
113
|
</button>
|
|
114
114
|
<button
|
|
115
|
-
class="pressable disabled button
|
|
115
|
+
class="pressable disabled button disabled wide"
|
|
116
116
|
disabled=""
|
|
117
117
|
>
|
|
118
118
|
$Submit
|
|
@@ -163,7 +163,7 @@ exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
|
163
163
|
class="menu visible menuFilter"
|
|
164
164
|
>
|
|
165
165
|
<div
|
|
166
|
-
class="pressable option divider
|
|
166
|
+
class="pressable option divider"
|
|
167
167
|
>
|
|
168
168
|
<div
|
|
169
169
|
class="view row wide content"
|
|
@@ -176,7 +176,7 @@ exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
|
176
176
|
</div>
|
|
177
177
|
</div>
|
|
178
178
|
<div
|
|
179
|
-
class="pressable option divider
|
|
179
|
+
class="pressable option divider"
|
|
180
180
|
>
|
|
181
181
|
<div
|
|
182
182
|
class="view row wide content"
|
|
@@ -212,7 +212,7 @@ exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
|
212
212
|
class="view wide content"
|
|
213
213
|
>
|
|
214
214
|
<input
|
|
215
|
-
class="input input
|
|
215
|
+
class="input input"
|
|
216
216
|
name="search"
|
|
217
217
|
type="search"
|
|
218
218
|
value=""
|
|
@@ -223,7 +223,7 @@ exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
|
223
223
|
</div>
|
|
224
224
|
</div>
|
|
225
225
|
<div
|
|
226
|
-
class="pressable option
|
|
226
|
+
class="pressable option"
|
|
227
227
|
>
|
|
228
228
|
<div
|
|
229
229
|
class="view row wide content"
|
|
@@ -232,12 +232,12 @@ exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
|
232
232
|
class="view row wide items"
|
|
233
233
|
>
|
|
234
234
|
<button
|
|
235
|
-
class="pressable button
|
|
235
|
+
class="pressable button secondary wide"
|
|
236
236
|
>
|
|
237
237
|
Cancel
|
|
238
238
|
</button>
|
|
239
239
|
<button
|
|
240
|
-
class="pressable disabled button
|
|
240
|
+
class="pressable disabled button disabled wide"
|
|
241
241
|
disabled=""
|
|
242
242
|
>
|
|
243
243
|
Submit
|
|
@@ -288,7 +288,7 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
|
288
288
|
class="menu visible menuFilter"
|
|
289
289
|
>
|
|
290
290
|
<div
|
|
291
|
-
class="pressable option divider
|
|
291
|
+
class="pressable option divider"
|
|
292
292
|
>
|
|
293
293
|
<div
|
|
294
294
|
class="view row wide content"
|
|
@@ -301,7 +301,7 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
|
301
301
|
</div>
|
|
302
302
|
</div>
|
|
303
303
|
<div
|
|
304
|
-
class="pressable option divider
|
|
304
|
+
class="pressable option divider"
|
|
305
305
|
>
|
|
306
306
|
<div
|
|
307
307
|
class="view row wide content"
|
|
@@ -337,7 +337,7 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
|
337
337
|
class="view wide content"
|
|
338
338
|
>
|
|
339
339
|
<input
|
|
340
|
-
class="input input
|
|
340
|
+
class="input input"
|
|
341
341
|
name="search"
|
|
342
342
|
type="search"
|
|
343
343
|
value=""
|
|
@@ -348,7 +348,7 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
|
348
348
|
</div>
|
|
349
349
|
</div>
|
|
350
350
|
<div
|
|
351
|
-
class="pressable option
|
|
351
|
+
class="pressable option"
|
|
352
352
|
>
|
|
353
353
|
<div
|
|
354
354
|
class="view row wide content"
|
|
@@ -357,12 +357,12 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
|
357
357
|
class="view row wide items"
|
|
358
358
|
>
|
|
359
359
|
<button
|
|
360
|
-
class="pressable button
|
|
360
|
+
class="pressable button secondary wide"
|
|
361
361
|
>
|
|
362
362
|
Cancel
|
|
363
363
|
</button>
|
|
364
364
|
<button
|
|
365
|
-
class="pressable disabled button
|
|
365
|
+
class="pressable disabled button disabled wide"
|
|
366
366
|
disabled=""
|
|
367
367
|
>
|
|
368
368
|
Submit
|
|
@@ -413,7 +413,7 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
|
413
413
|
class="menu visible menuFilter"
|
|
414
414
|
>
|
|
415
415
|
<div
|
|
416
|
-
class="pressable option divider
|
|
416
|
+
class="pressable option divider"
|
|
417
417
|
>
|
|
418
418
|
<div
|
|
419
419
|
class="view row wide content"
|
|
@@ -426,7 +426,7 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
|
426
426
|
</div>
|
|
427
427
|
</div>
|
|
428
428
|
<div
|
|
429
|
-
class="pressable option divider
|
|
429
|
+
class="pressable option divider"
|
|
430
430
|
>
|
|
431
431
|
<div
|
|
432
432
|
class="view row wide content"
|
|
@@ -462,7 +462,7 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
|
462
462
|
class="view wide content"
|
|
463
463
|
>
|
|
464
464
|
<input
|
|
465
|
-
class="input input
|
|
465
|
+
class="input input"
|
|
466
466
|
name="search"
|
|
467
467
|
type="search"
|
|
468
468
|
value=""
|
|
@@ -473,7 +473,7 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
|
473
473
|
</div>
|
|
474
474
|
</div>
|
|
475
475
|
<div
|
|
476
|
-
class="pressable option
|
|
476
|
+
class="pressable option"
|
|
477
477
|
>
|
|
478
478
|
<div
|
|
479
479
|
class="view row wide content"
|
|
@@ -482,12 +482,12 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
|
482
482
|
class="view row wide items"
|
|
483
483
|
>
|
|
484
484
|
<button
|
|
485
|
-
class="pressable button
|
|
485
|
+
class="pressable button secondary wide"
|
|
486
486
|
>
|
|
487
487
|
Cancel
|
|
488
488
|
</button>
|
|
489
489
|
<button
|
|
490
|
-
class="pressable disabled button
|
|
490
|
+
class="pressable disabled button disabled wide"
|
|
491
491
|
disabled=""
|
|
492
492
|
>
|
|
493
493
|
Submit
|
|
@@ -538,7 +538,7 @@ exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
|
538
538
|
class="menu visible menuFilter"
|
|
539
539
|
>
|
|
540
540
|
<div
|
|
541
|
-
class="pressable option divider
|
|
541
|
+
class="pressable option divider"
|
|
542
542
|
>
|
|
543
543
|
<div
|
|
544
544
|
class="view row wide content"
|
|
@@ -551,7 +551,7 @@ exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
|
551
551
|
</div>
|
|
552
552
|
</div>
|
|
553
553
|
<div
|
|
554
|
-
class="pressable option divider
|
|
554
|
+
class="pressable option divider"
|
|
555
555
|
>
|
|
556
556
|
<div
|
|
557
557
|
class="view row wide content"
|
|
@@ -587,7 +587,7 @@ exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
|
587
587
|
class="view wide content"
|
|
588
588
|
>
|
|
589
589
|
<input
|
|
590
|
-
class="input input
|
|
590
|
+
class="input input"
|
|
591
591
|
name="search"
|
|
592
592
|
type="search"
|
|
593
593
|
value=""
|
|
@@ -598,7 +598,7 @@ exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
|
598
598
|
</div>
|
|
599
599
|
</div>
|
|
600
600
|
<div
|
|
601
|
-
class="pressable option
|
|
601
|
+
class="pressable option"
|
|
602
602
|
>
|
|
603
603
|
<div
|
|
604
604
|
class="view row wide content"
|
|
@@ -607,12 +607,12 @@ exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
|
607
607
|
class="view row wide items"
|
|
608
608
|
>
|
|
609
609
|
<button
|
|
610
|
-
class="pressable button
|
|
610
|
+
class="pressable button secondary wide"
|
|
611
611
|
>
|
|
612
612
|
$Cancel
|
|
613
613
|
</button>
|
|
614
614
|
<button
|
|
615
|
-
class="pressable disabled button
|
|
615
|
+
class="pressable disabled button disabled wide"
|
|
616
616
|
disabled=""
|
|
617
617
|
>
|
|
618
618
|
$Submit
|
|
@@ -665,7 +665,7 @@ exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
|
665
665
|
class="menu visible menuFilter"
|
|
666
666
|
>
|
|
667
667
|
<div
|
|
668
|
-
class="pressable option divider
|
|
668
|
+
class="pressable option divider"
|
|
669
669
|
data-testid="mirai-0"
|
|
670
670
|
>
|
|
671
671
|
<div
|
|
@@ -679,7 +679,7 @@ exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
|
679
679
|
</div>
|
|
680
680
|
</div>
|
|
681
681
|
<div
|
|
682
|
-
class="pressable option divider
|
|
682
|
+
class="pressable option divider"
|
|
683
683
|
data-testid="mirai-1"
|
|
684
684
|
>
|
|
685
685
|
<div
|
|
@@ -716,7 +716,7 @@ exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
|
716
716
|
class="view wide content"
|
|
717
717
|
>
|
|
718
718
|
<input
|
|
719
|
-
class="input input
|
|
719
|
+
class="input input"
|
|
720
720
|
name="search"
|
|
721
721
|
type="search"
|
|
722
722
|
value=""
|
|
@@ -727,7 +727,7 @@ exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
|
727
727
|
</div>
|
|
728
728
|
</div>
|
|
729
729
|
<div
|
|
730
|
-
class="pressable option
|
|
730
|
+
class="pressable option"
|
|
731
731
|
data-testid="mirai-2"
|
|
732
732
|
>
|
|
733
733
|
<div
|
|
@@ -737,12 +737,12 @@ exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
|
737
737
|
class="view row wide items"
|
|
738
738
|
>
|
|
739
739
|
<button
|
|
740
|
-
class="pressable button
|
|
740
|
+
class="pressable button secondary wide"
|
|
741
741
|
>
|
|
742
742
|
$Cancel
|
|
743
743
|
</button>
|
|
744
744
|
<button
|
|
745
|
-
class="pressable disabled button
|
|
745
|
+
class="pressable disabled button disabled wide"
|
|
746
746
|
data-testid="mirai-submit"
|
|
747
747
|
disabled=""
|
|
748
748
|
>
|