@mirai/ui 2.1.68 → 2.1.69
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/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +2802 -2802
- package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +1 -1
- package/build/components/InputList/__tests__/__snapshots__/InputList.test.js.snap +5 -5
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +14 -14
- package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +5 -5
- package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +8 -8
- package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +5 -5
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +5 -5
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +10 -10
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +1 -1
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +40 -40
- package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +7 -7
- package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +6 -6
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +10 -10
- package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +1 -1
- package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +5 -5
- package/build/primitives/Text/Text.js +1 -1
- package/build/primitives/Text/Text.js.map +1 -1
- package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +30 -30
- package/package.json +1 -1
|
@@ -442,7 +442,7 @@ exports[`component:<InputList> prop:caption 1`] = `
|
|
|
442
442
|
class="view row inputBorder"
|
|
443
443
|
>
|
|
444
444
|
<ui-text
|
|
445
|
-
class="text light action caption"
|
|
445
|
+
class="text light action notranslate caption"
|
|
446
446
|
>
|
|
447
447
|
caption
|
|
448
448
|
</ui-text>
|
|
@@ -642,7 +642,7 @@ exports[`component:<InputList> prop:hint 1`] = `
|
|
|
642
642
|
</ui-icon>
|
|
643
643
|
</ui-view>
|
|
644
644
|
<ui-text
|
|
645
|
-
class="text small text hint"
|
|
645
|
+
class="text small notranslate text hint"
|
|
646
646
|
>
|
|
647
647
|
hint
|
|
648
648
|
</ui-text>
|
|
@@ -760,7 +760,7 @@ exports[`component:<InputList> prop:label 1`] = `
|
|
|
760
760
|
class="view wide content"
|
|
761
761
|
>
|
|
762
762
|
<ui-label
|
|
763
|
-
class="text paragraph text label"
|
|
763
|
+
class="text paragraph notranslate text label"
|
|
764
764
|
htmlfor="name"
|
|
765
765
|
>
|
|
766
766
|
label
|
|
@@ -828,7 +828,7 @@ exports[`component:<InputList> prop:required & prop:showRequired (true) 1`] = `
|
|
|
828
828
|
class="view wide content"
|
|
829
829
|
>
|
|
830
830
|
<ui-label
|
|
831
|
-
class="text paragraph text label"
|
|
831
|
+
class="text paragraph notranslate text label"
|
|
832
832
|
htmlfor="name"
|
|
833
833
|
>
|
|
834
834
|
label
|
|
@@ -902,7 +902,7 @@ exports[`component:<InputList> prop:required 1`] = `
|
|
|
902
902
|
class="view wide content"
|
|
903
903
|
>
|
|
904
904
|
<ui-label
|
|
905
|
-
class="text paragraph text label"
|
|
905
|
+
class="text paragraph notranslate text label"
|
|
906
906
|
htmlfor="name"
|
|
907
907
|
>
|
|
908
908
|
label
|
|
@@ -36,7 +36,7 @@ exports[`component:<InputNumber> inherit:className 1`] = `
|
|
|
36
36
|
</ui-icon>
|
|
37
37
|
</ui-button>
|
|
38
38
|
<ui-text
|
|
39
|
-
class="text paragraph value"
|
|
39
|
+
class="text paragraph notranslate value"
|
|
40
40
|
>
|
|
41
41
|
0
|
|
42
42
|
</ui-text>
|
|
@@ -107,7 +107,7 @@ exports[`component:<InputNumber> prop:disabled 1`] = `
|
|
|
107
107
|
</ui-icon>
|
|
108
108
|
</ui-button>
|
|
109
109
|
<ui-text
|
|
110
|
-
class="text paragraph value disabled"
|
|
110
|
+
class="text paragraph notranslate value disabled"
|
|
111
111
|
>
|
|
112
112
|
0
|
|
113
113
|
</ui-text>
|
|
@@ -151,7 +151,7 @@ exports[`component:<InputNumber> prop:hint 1`] = `
|
|
|
151
151
|
class="view texts"
|
|
152
152
|
>
|
|
153
153
|
<ui-text
|
|
154
|
-
class="text small text hint hint"
|
|
154
|
+
class="text small notranslate text hint hint"
|
|
155
155
|
>
|
|
156
156
|
hint
|
|
157
157
|
</ui-text>
|
|
@@ -184,7 +184,7 @@ exports[`component:<InputNumber> prop:hint 1`] = `
|
|
|
184
184
|
</ui-icon>
|
|
185
185
|
</ui-button>
|
|
186
186
|
<ui-text
|
|
187
|
-
class="text paragraph value"
|
|
187
|
+
class="text paragraph notranslate value"
|
|
188
188
|
>
|
|
189
189
|
0
|
|
190
190
|
</ui-text>
|
|
@@ -228,7 +228,7 @@ exports[`component:<InputNumber> prop:label 1`] = `
|
|
|
228
228
|
class="view texts"
|
|
229
229
|
>
|
|
230
230
|
<ui-label
|
|
231
|
-
class="text paragraph text label withValue"
|
|
231
|
+
class="text paragraph notranslate text label withValue"
|
|
232
232
|
>
|
|
233
233
|
label
|
|
234
234
|
</ui-label>
|
|
@@ -261,7 +261,7 @@ exports[`component:<InputNumber> prop:label 1`] = `
|
|
|
261
261
|
</ui-icon>
|
|
262
262
|
</ui-button>
|
|
263
263
|
<ui-text
|
|
264
|
-
class="text paragraph value"
|
|
264
|
+
class="text paragraph notranslate value"
|
|
265
265
|
>
|
|
266
266
|
0
|
|
267
267
|
</ui-text>
|
|
@@ -332,7 +332,7 @@ exports[`component:<InputNumber> prop:max 1`] = `
|
|
|
332
332
|
</ui-icon>
|
|
333
333
|
</ui-button>
|
|
334
334
|
<ui-text
|
|
335
|
-
class="text paragraph value"
|
|
335
|
+
class="text paragraph notranslate value"
|
|
336
336
|
>
|
|
337
337
|
10
|
|
338
338
|
</ui-text>
|
|
@@ -403,7 +403,7 @@ exports[`component:<InputNumber> prop:min 1`] = `
|
|
|
403
403
|
</ui-icon>
|
|
404
404
|
</ui-button>
|
|
405
405
|
<ui-text
|
|
406
|
-
class="text paragraph value"
|
|
406
|
+
class="text paragraph notranslate value"
|
|
407
407
|
>
|
|
408
408
|
10
|
|
409
409
|
</ui-text>
|
|
@@ -474,7 +474,7 @@ exports[`component:<InputNumber> prop:required & prop:showRequired (true) 1`] =
|
|
|
474
474
|
</ui-icon>
|
|
475
475
|
</ui-button>
|
|
476
476
|
<ui-text
|
|
477
|
-
class="text paragraph value"
|
|
477
|
+
class="text paragraph notranslate value"
|
|
478
478
|
>
|
|
479
479
|
10
|
|
480
480
|
</ui-text>
|
|
@@ -545,7 +545,7 @@ exports[`component:<InputNumber> prop:required 1`] = `
|
|
|
545
545
|
</ui-icon>
|
|
546
546
|
</ui-button>
|
|
547
547
|
<ui-text
|
|
548
|
-
class="text paragraph value"
|
|
548
|
+
class="text paragraph notranslate value"
|
|
549
549
|
>
|
|
550
550
|
10
|
|
551
551
|
</ui-text>
|
|
@@ -616,7 +616,7 @@ exports[`component:<InputNumber> prop:rounded 1`] = `
|
|
|
616
616
|
</ui-icon>
|
|
617
617
|
</ui-button>
|
|
618
618
|
<ui-text
|
|
619
|
-
class="text paragraph value"
|
|
619
|
+
class="text paragraph notranslate value"
|
|
620
620
|
>
|
|
621
621
|
10
|
|
622
622
|
</ui-text>
|
|
@@ -687,7 +687,7 @@ exports[`component:<InputNumber> prop:value 1`] = `
|
|
|
687
687
|
</ui-icon>
|
|
688
688
|
</ui-button>
|
|
689
689
|
<ui-text
|
|
690
|
-
class="text paragraph value"
|
|
690
|
+
class="text paragraph notranslate value"
|
|
691
691
|
>
|
|
692
692
|
10
|
|
693
693
|
</ui-text>
|
|
@@ -758,7 +758,7 @@ exports[`component:<InputNumber> renders 1`] = `
|
|
|
758
758
|
</ui-icon>
|
|
759
759
|
</ui-button>
|
|
760
760
|
<ui-text
|
|
761
|
-
class="text paragraph value"
|
|
761
|
+
class="text paragraph notranslate value"
|
|
762
762
|
>
|
|
763
763
|
0
|
|
764
764
|
</ui-text>
|
|
@@ -830,7 +830,7 @@ exports[`component:<InputNumber> testId 1`] = `
|
|
|
830
830
|
</ui-icon>
|
|
831
831
|
</ui-button>
|
|
832
832
|
<ui-text
|
|
833
|
-
class="text paragraph value"
|
|
833
|
+
class="text paragraph notranslate value"
|
|
834
834
|
>
|
|
835
835
|
0
|
|
836
836
|
</ui-text>
|
|
@@ -249,7 +249,7 @@ exports[`primitive:<InputOption> prop:label 1`] = `
|
|
|
249
249
|
/>
|
|
250
250
|
</ui-checkbox>
|
|
251
251
|
<ui-label
|
|
252
|
-
class="text action text label"
|
|
252
|
+
class="text action notranslate text label"
|
|
253
253
|
htmlfor="name"
|
|
254
254
|
id="name-label"
|
|
255
255
|
>
|
|
@@ -277,7 +277,7 @@ exports[`primitive:<InputOption> prop:required & prop:showRequired 1`] = `
|
|
|
277
277
|
/>
|
|
278
278
|
</ui-checkbox>
|
|
279
279
|
<ui-label
|
|
280
|
-
class="text action text label"
|
|
280
|
+
class="text action notranslate text label"
|
|
281
281
|
htmlfor="name"
|
|
282
282
|
id="name-label"
|
|
283
283
|
>
|
|
@@ -310,7 +310,7 @@ exports[`primitive:<InputOption> prop:required 1`] = `
|
|
|
310
310
|
/>
|
|
311
311
|
</ui-checkbox>
|
|
312
312
|
<ui-label
|
|
313
|
-
class="text action text label"
|
|
313
|
+
class="text action notranslate text label"
|
|
314
314
|
htmlfor="name"
|
|
315
315
|
id="name-label"
|
|
316
316
|
>
|
|
@@ -338,7 +338,7 @@ exports[`primitive:<InputOption> prop:small 1`] = `
|
|
|
338
338
|
/>
|
|
339
339
|
</ui-checkbox>
|
|
340
340
|
<ui-label
|
|
341
|
-
class="text small text label"
|
|
341
|
+
class="text small notranslate text label"
|
|
342
342
|
htmlfor="name"
|
|
343
343
|
id="name-label"
|
|
344
344
|
>
|
|
@@ -369,7 +369,7 @@ exports[`primitive:<InputOption> prop:type 1`] = `
|
|
|
369
369
|
/>
|
|
370
370
|
</ui-radio>
|
|
371
371
|
<ui-label
|
|
372
|
-
class="text action text label"
|
|
372
|
+
class="text action notranslate text label"
|
|
373
373
|
htmlfor="name"
|
|
374
374
|
id="name-label"
|
|
375
375
|
>
|
|
@@ -322,7 +322,7 @@ exports[`component:<InputPhone> prop:hint 1`] = `
|
|
|
322
322
|
</ui-view>
|
|
323
323
|
</ui-view>
|
|
324
324
|
<ui-text
|
|
325
|
-
class="text small text hint"
|
|
325
|
+
class="text small notranslate text hint"
|
|
326
326
|
>
|
|
327
327
|
hint
|
|
328
328
|
</ui-text>
|
|
@@ -705,7 +705,7 @@ exports[`component:<InputPhone> prop:label 1`] = `
|
|
|
705
705
|
class="view wide content"
|
|
706
706
|
>
|
|
707
707
|
<ui-label
|
|
708
|
-
class="text paragraph text label"
|
|
708
|
+
class="text paragraph notranslate text label"
|
|
709
709
|
htmlfor="name"
|
|
710
710
|
>
|
|
711
711
|
label
|
|
@@ -740,7 +740,7 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
|
740
740
|
class="view content"
|
|
741
741
|
>
|
|
742
742
|
<ui-label
|
|
743
|
-
class="text paragraph text label"
|
|
743
|
+
class="text paragraph notranslate text label"
|
|
744
744
|
htmlfor="name-prefix"
|
|
745
745
|
>
|
|
746
746
|
labelPrefix
|
|
@@ -828,7 +828,7 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
828
828
|
class="view content"
|
|
829
829
|
>
|
|
830
830
|
<ui-label
|
|
831
|
-
class="text paragraph text label"
|
|
831
|
+
class="text paragraph notranslate text label"
|
|
832
832
|
htmlfor="name-prefix"
|
|
833
833
|
>
|
|
834
834
|
labelPrefix
|
|
@@ -889,7 +889,7 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
889
889
|
class="view wide content"
|
|
890
890
|
>
|
|
891
891
|
<ui-label
|
|
892
|
-
class="text paragraph text label"
|
|
892
|
+
class="text paragraph notranslate text label"
|
|
893
893
|
htmlfor="name"
|
|
894
894
|
>
|
|
895
895
|
label
|
|
@@ -930,7 +930,7 @@ exports[`component:<InputPhone> prop:required 1`] = `
|
|
|
930
930
|
class="view content"
|
|
931
931
|
>
|
|
932
932
|
<ui-label
|
|
933
|
-
class="text paragraph text label"
|
|
933
|
+
class="text paragraph notranslate text label"
|
|
934
934
|
htmlfor="name-prefix"
|
|
935
935
|
>
|
|
936
936
|
labelPrefix
|
|
@@ -991,7 +991,7 @@ exports[`component:<InputPhone> prop:required 1`] = `
|
|
|
991
991
|
class="view wide content"
|
|
992
992
|
>
|
|
993
993
|
<ui-label
|
|
994
|
-
class="text paragraph text label"
|
|
994
|
+
class="text paragraph notranslate text label"
|
|
995
995
|
htmlfor="name"
|
|
996
996
|
>
|
|
997
997
|
label
|
|
@@ -1431,7 +1431,7 @@ exports[`component:<InputPhone> prop:value 1`] = `
|
|
|
1431
1431
|
class="view content"
|
|
1432
1432
|
>
|
|
1433
1433
|
<ui-text
|
|
1434
|
-
class="text paragraph prefixValue"
|
|
1434
|
+
class="text paragraph notranslate prefixValue"
|
|
1435
1435
|
>
|
|
1436
1436
|
+44
|
|
1437
1437
|
</ui-text>
|
|
@@ -78,7 +78,7 @@ exports[`component:<InputSelect> prop:caption 1`] = `
|
|
|
78
78
|
class="view row inputBorder"
|
|
79
79
|
>
|
|
80
80
|
<ui-text
|
|
81
|
-
class="text light action caption"
|
|
81
|
+
class="text light action notranslate caption"
|
|
82
82
|
>
|
|
83
83
|
caption
|
|
84
84
|
</ui-text>
|
|
@@ -326,7 +326,7 @@ exports[`component:<InputSelect> prop:hint 1`] = `
|
|
|
326
326
|
</ui-icon>
|
|
327
327
|
</ui-view>
|
|
328
328
|
<ui-text
|
|
329
|
-
class="text small text hint"
|
|
329
|
+
class="text small notranslate text hint"
|
|
330
330
|
>
|
|
331
331
|
hint
|
|
332
332
|
</ui-text>
|
|
@@ -436,7 +436,7 @@ exports[`component:<InputSelect> prop:label 1`] = `
|
|
|
436
436
|
class="view wide content"
|
|
437
437
|
>
|
|
438
438
|
<ui-label
|
|
439
|
-
class="text paragraph text label"
|
|
439
|
+
class="text paragraph notranslate text label"
|
|
440
440
|
htmlfor="name"
|
|
441
441
|
>
|
|
442
442
|
label
|
|
@@ -512,7 +512,7 @@ exports[`component:<InputSelect> prop:required & prop:showRequired (true) 1`] =
|
|
|
512
512
|
class="view wide content"
|
|
513
513
|
>
|
|
514
514
|
<ui-label
|
|
515
|
-
class="text paragraph text label"
|
|
515
|
+
class="text paragraph notranslate text label"
|
|
516
516
|
htmlfor="name"
|
|
517
517
|
>
|
|
518
518
|
label
|
|
@@ -594,7 +594,7 @@ exports[`component:<InputSelect> prop:required 1`] = `
|
|
|
594
594
|
class="view wide content"
|
|
595
595
|
>
|
|
596
596
|
<ui-label
|
|
597
|
-
class="text paragraph text label"
|
|
597
|
+
class="text paragraph notranslate text label"
|
|
598
598
|
htmlfor="name"
|
|
599
599
|
>
|
|
600
600
|
label
|
|
@@ -32,7 +32,7 @@ exports[`component:<InputText> prop:caption 1`] = `
|
|
|
32
32
|
class="view row inputBorder"
|
|
33
33
|
>
|
|
34
34
|
<ui-text
|
|
35
|
-
class="text light action caption"
|
|
35
|
+
class="text light action notranslate caption"
|
|
36
36
|
>
|
|
37
37
|
caption
|
|
38
38
|
</ui-text>
|
|
@@ -139,7 +139,7 @@ exports[`component:<InputText> prop:hint 1`] = `
|
|
|
139
139
|
</ui-view>
|
|
140
140
|
</ui-view>
|
|
141
141
|
<ui-text
|
|
142
|
-
class="text small text hint"
|
|
142
|
+
class="text small notranslate text hint"
|
|
143
143
|
>
|
|
144
144
|
hint
|
|
145
145
|
</ui-text>
|
|
@@ -203,7 +203,7 @@ exports[`component:<InputText> prop:label 1`] = `
|
|
|
203
203
|
class="view wide content"
|
|
204
204
|
>
|
|
205
205
|
<ui-label
|
|
206
|
-
class="text paragraph text label"
|
|
206
|
+
class="text paragraph notranslate text label"
|
|
207
207
|
htmlfor="name"
|
|
208
208
|
id="name-label"
|
|
209
209
|
>
|
|
@@ -301,7 +301,7 @@ exports[`component:<InputText> prop:required & prop:showRequired (true) 1`] = `
|
|
|
301
301
|
class="view wide content"
|
|
302
302
|
>
|
|
303
303
|
<ui-label
|
|
304
|
-
class="text paragraph text label"
|
|
304
|
+
class="text paragraph notranslate text label"
|
|
305
305
|
htmlfor="name"
|
|
306
306
|
id="name-label"
|
|
307
307
|
>
|
|
@@ -339,7 +339,7 @@ exports[`component:<InputText> prop:required 1`] = `
|
|
|
339
339
|
class="view wide content"
|
|
340
340
|
>
|
|
341
341
|
<ui-label
|
|
342
|
-
class="text paragraph text label"
|
|
342
|
+
class="text paragraph notranslate text label"
|
|
343
343
|
htmlfor="name"
|
|
344
344
|
id="name-label"
|
|
345
345
|
>
|
|
@@ -65,7 +65,7 @@ exports[`component:<Menu> prop:options & visible & selected 1`] = `
|
|
|
65
65
|
class="view row wide content"
|
|
66
66
|
>
|
|
67
67
|
<ui-text
|
|
68
|
-
class="text paragraph label"
|
|
68
|
+
class="text paragraph notranslate label"
|
|
69
69
|
>
|
|
70
70
|
Lorem Ipsum...
|
|
71
71
|
</ui-text>
|
|
@@ -100,7 +100,7 @@ exports[`component:<Menu> prop:options & visible & selected 1`] = `
|
|
|
100
100
|
</svg>
|
|
101
101
|
</ui-icon>
|
|
102
102
|
<ui-text
|
|
103
|
-
class="text paragraph label"
|
|
103
|
+
class="text paragraph notranslate label"
|
|
104
104
|
>
|
|
105
105
|
Item 1
|
|
106
106
|
</ui-text>
|
|
@@ -135,7 +135,7 @@ exports[`component:<Menu> prop:options & visible & selected 1`] = `
|
|
|
135
135
|
</svg>
|
|
136
136
|
</ui-icon>
|
|
137
137
|
<ui-text
|
|
138
|
-
class="text paragraph label"
|
|
138
|
+
class="text paragraph notranslate label"
|
|
139
139
|
>
|
|
140
140
|
Item 2
|
|
141
141
|
</ui-text>
|
|
@@ -149,7 +149,7 @@ exports[`component:<Menu> prop:options & visible & selected 1`] = `
|
|
|
149
149
|
class="view row wide content"
|
|
150
150
|
>
|
|
151
151
|
<ui-text
|
|
152
|
-
class="text paragraph label"
|
|
152
|
+
class="text paragraph notranslate label"
|
|
153
153
|
>
|
|
154
154
|
Item 3
|
|
155
155
|
</ui-text>
|
|
@@ -163,7 +163,7 @@ exports[`component:<Menu> prop:options & visible & selected 1`] = `
|
|
|
163
163
|
class="view row wide content"
|
|
164
164
|
>
|
|
165
165
|
<ui-text
|
|
166
|
-
class="text paragraph label"
|
|
166
|
+
class="text paragraph notranslate label"
|
|
167
167
|
>
|
|
168
168
|
Item 4
|
|
169
169
|
</ui-text>
|
|
@@ -222,7 +222,7 @@ exports[`component:<Menu> prop:options & visible 1`] = `
|
|
|
222
222
|
class="view row wide content"
|
|
223
223
|
>
|
|
224
224
|
<ui-text
|
|
225
|
-
class="text paragraph label"
|
|
225
|
+
class="text paragraph notranslate label"
|
|
226
226
|
>
|
|
227
227
|
Lorem Ipsum...
|
|
228
228
|
</ui-text>
|
|
@@ -257,7 +257,7 @@ exports[`component:<Menu> prop:options & visible 1`] = `
|
|
|
257
257
|
</svg>
|
|
258
258
|
</ui-icon>
|
|
259
259
|
<ui-text
|
|
260
|
-
class="text paragraph label"
|
|
260
|
+
class="text paragraph notranslate label"
|
|
261
261
|
>
|
|
262
262
|
Item 1
|
|
263
263
|
</ui-text>
|
|
@@ -292,7 +292,7 @@ exports[`component:<Menu> prop:options & visible 1`] = `
|
|
|
292
292
|
</svg>
|
|
293
293
|
</ui-icon>
|
|
294
294
|
<ui-text
|
|
295
|
-
class="text paragraph label"
|
|
295
|
+
class="text paragraph notranslate label"
|
|
296
296
|
>
|
|
297
297
|
Item 2
|
|
298
298
|
</ui-text>
|
|
@@ -306,7 +306,7 @@ exports[`component:<Menu> prop:options & visible 1`] = `
|
|
|
306
306
|
class="view row wide content"
|
|
307
307
|
>
|
|
308
308
|
<ui-text
|
|
309
|
-
class="text paragraph label"
|
|
309
|
+
class="text paragraph notranslate label"
|
|
310
310
|
>
|
|
311
311
|
Item 3
|
|
312
312
|
</ui-text>
|
|
@@ -320,7 +320,7 @@ exports[`component:<Menu> prop:options & visible 1`] = `
|
|
|
320
320
|
class="view row wide content"
|
|
321
321
|
>
|
|
322
322
|
<ui-text
|
|
323
|
-
class="text paragraph label"
|
|
323
|
+
class="text paragraph notranslate label"
|
|
324
324
|
>
|
|
325
325
|
Item 4
|
|
326
326
|
</ui-text>
|