@mirai/ui 2.1.67 → 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/InputList.Group.js +44 -0
- package/build/components/InputList/InputList.Group.js.map +1 -0
- package/build/components/InputList/InputList.Option.js +3 -1
- package/build/components/InputList/InputList.Option.js.map +1 -1
- package/build/components/InputList/InputList.js +81 -35
- package/build/components/InputList/InputList.js.map +1 -1
- package/build/components/InputList/InputList.module.css +4 -0
- package/build/components/InputList/InputList.stories.js +68 -0
- package/build/components/InputList/InputList.stories.js.map +1 -1
- package/build/components/InputList/__tests__/__snapshots__/InputList.test.js.snap +364 -5
- package/build/components/InputList/helpers/flattenOptions.js +37 -0
- package/build/components/InputList/helpers/flattenOptions.js.map +1 -0
- package/build/components/InputList/helpers/getSelectableOptions.js +41 -0
- package/build/components/InputList/helpers/getSelectableOptions.js.map +1 -0
- package/build/components/InputList/helpers/index.js +22 -0
- package/build/components/InputList/helpers/index.js.map +1 -1
- 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
|
@@ -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>
|
|
@@ -30,7 +30,7 @@ exports[`component:<Notification> inherit:className 1`] = `
|
|
|
30
30
|
class="view texts"
|
|
31
31
|
>
|
|
32
32
|
<ui-text
|
|
33
|
-
class="text action"
|
|
33
|
+
class="text action notranslate"
|
|
34
34
|
>
|
|
35
35
|
Lorem Ipsum...
|
|
36
36
|
</ui-text>
|
|
@@ -69,7 +69,7 @@ exports[`component:<Notification> prop:contrast & inline 1`] = `
|
|
|
69
69
|
class="view texts"
|
|
70
70
|
>
|
|
71
71
|
<ui-text
|
|
72
|
-
class="text action"
|
|
72
|
+
class="text action notranslate"
|
|
73
73
|
>
|
|
74
74
|
Lorem Ipsum...
|
|
75
75
|
</ui-text>
|
|
@@ -108,7 +108,7 @@ exports[`component:<Notification> prop:contrast & large 1`] = `
|
|
|
108
108
|
class="view texts"
|
|
109
109
|
>
|
|
110
110
|
<ui-text
|
|
111
|
-
class="text paragraph"
|
|
111
|
+
class="text paragraph notranslate"
|
|
112
112
|
>
|
|
113
113
|
Lorem Ipsum...
|
|
114
114
|
</ui-text>
|
|
@@ -147,7 +147,7 @@ exports[`component:<Notification> prop:contrast & small 1`] = `
|
|
|
147
147
|
class="view texts"
|
|
148
148
|
>
|
|
149
149
|
<ui-text
|
|
150
|
-
class="text small"
|
|
150
|
+
class="text small notranslate"
|
|
151
151
|
>
|
|
152
152
|
Lorem Ipsum...
|
|
153
153
|
</ui-text>
|
|
@@ -186,7 +186,7 @@ exports[`component:<Notification> prop:contrast 1`] = `
|
|
|
186
186
|
class="view texts"
|
|
187
187
|
>
|
|
188
188
|
<ui-text
|
|
189
|
-
class="text action"
|
|
189
|
+
class="text action notranslate"
|
|
190
190
|
>
|
|
191
191
|
Lorem Ipsum...
|
|
192
192
|
</ui-text>
|
|
@@ -225,7 +225,7 @@ exports[`component:<Notification> prop:error & inline 1`] = `
|
|
|
225
225
|
class="view texts"
|
|
226
226
|
>
|
|
227
227
|
<ui-text
|
|
228
|
-
class="text action"
|
|
228
|
+
class="text action notranslate"
|
|
229
229
|
>
|
|
230
230
|
Lorem Ipsum...
|
|
231
231
|
</ui-text>
|
|
@@ -264,7 +264,7 @@ exports[`component:<Notification> prop:error & large 1`] = `
|
|
|
264
264
|
class="view texts"
|
|
265
265
|
>
|
|
266
266
|
<ui-text
|
|
267
|
-
class="text paragraph"
|
|
267
|
+
class="text paragraph notranslate"
|
|
268
268
|
>
|
|
269
269
|
Lorem Ipsum...
|
|
270
270
|
</ui-text>
|
|
@@ -303,7 +303,7 @@ exports[`component:<Notification> prop:error & small 1`] = `
|
|
|
303
303
|
class="view texts"
|
|
304
304
|
>
|
|
305
305
|
<ui-text
|
|
306
|
-
class="text small"
|
|
306
|
+
class="text small notranslate"
|
|
307
307
|
>
|
|
308
308
|
Lorem Ipsum...
|
|
309
309
|
</ui-text>
|
|
@@ -342,7 +342,7 @@ exports[`component:<Notification> prop:error 1`] = `
|
|
|
342
342
|
class="view texts"
|
|
343
343
|
>
|
|
344
344
|
<ui-text
|
|
345
|
-
class="text action"
|
|
345
|
+
class="text action notranslate"
|
|
346
346
|
>
|
|
347
347
|
Lorem Ipsum...
|
|
348
348
|
</ui-text>
|
|
@@ -381,7 +381,7 @@ exports[`component:<Notification> prop:info & inline 1`] = `
|
|
|
381
381
|
class="view texts"
|
|
382
382
|
>
|
|
383
383
|
<ui-text
|
|
384
|
-
class="text action"
|
|
384
|
+
class="text action notranslate"
|
|
385
385
|
>
|
|
386
386
|
Lorem Ipsum...
|
|
387
387
|
</ui-text>
|
|
@@ -420,7 +420,7 @@ exports[`component:<Notification> prop:info & large 1`] = `
|
|
|
420
420
|
class="view texts"
|
|
421
421
|
>
|
|
422
422
|
<ui-text
|
|
423
|
-
class="text paragraph"
|
|
423
|
+
class="text paragraph notranslate"
|
|
424
424
|
>
|
|
425
425
|
Lorem Ipsum...
|
|
426
426
|
</ui-text>
|
|
@@ -459,7 +459,7 @@ exports[`component:<Notification> prop:info & small 1`] = `
|
|
|
459
459
|
class="view texts"
|
|
460
460
|
>
|
|
461
461
|
<ui-text
|
|
462
|
-
class="text small"
|
|
462
|
+
class="text small notranslate"
|
|
463
463
|
>
|
|
464
464
|
Lorem Ipsum...
|
|
465
465
|
</ui-text>
|
|
@@ -498,7 +498,7 @@ exports[`component:<Notification> prop:info 1`] = `
|
|
|
498
498
|
class="view texts"
|
|
499
499
|
>
|
|
500
500
|
<ui-text
|
|
501
|
-
class="text action"
|
|
501
|
+
class="text action notranslate"
|
|
502
502
|
>
|
|
503
503
|
Lorem Ipsum...
|
|
504
504
|
</ui-text>
|
|
@@ -537,7 +537,7 @@ exports[`component:<Notification> prop:inline 1`] = `
|
|
|
537
537
|
class="view texts"
|
|
538
538
|
>
|
|
539
539
|
<ui-text
|
|
540
|
-
class="text action"
|
|
540
|
+
class="text action notranslate"
|
|
541
541
|
>
|
|
542
542
|
Lorem Ipsum...
|
|
543
543
|
</ui-text>
|
|
@@ -576,7 +576,7 @@ exports[`component:<Notification> prop:large 1`] = `
|
|
|
576
576
|
class="view texts"
|
|
577
577
|
>
|
|
578
578
|
<ui-text
|
|
579
|
-
class="text paragraph"
|
|
579
|
+
class="text paragraph notranslate"
|
|
580
580
|
>
|
|
581
581
|
Lorem Ipsum...
|
|
582
582
|
</ui-text>
|
|
@@ -616,7 +616,7 @@ exports[`component:<Notification> prop:onClose 1`] = `
|
|
|
616
616
|
class="view texts"
|
|
617
617
|
>
|
|
618
618
|
<ui-text
|
|
619
|
-
class="text action"
|
|
619
|
+
class="text action notranslate"
|
|
620
620
|
>
|
|
621
621
|
Lorem Ipsum...
|
|
622
622
|
</ui-text>
|
|
@@ -682,7 +682,7 @@ exports[`component:<Notification> prop:small 1`] = `
|
|
|
682
682
|
class="view texts"
|
|
683
683
|
>
|
|
684
684
|
<ui-text
|
|
685
|
-
class="text small"
|
|
685
|
+
class="text small notranslate"
|
|
686
686
|
>
|
|
687
687
|
Lorem Ipsum...
|
|
688
688
|
</ui-text>
|
|
@@ -721,7 +721,7 @@ exports[`component:<Notification> prop:success & inline 1`] = `
|
|
|
721
721
|
class="view texts"
|
|
722
722
|
>
|
|
723
723
|
<ui-text
|
|
724
|
-
class="text action"
|
|
724
|
+
class="text action notranslate"
|
|
725
725
|
>
|
|
726
726
|
Lorem Ipsum...
|
|
727
727
|
</ui-text>
|
|
@@ -760,7 +760,7 @@ exports[`component:<Notification> prop:success & large 1`] = `
|
|
|
760
760
|
class="view texts"
|
|
761
761
|
>
|
|
762
762
|
<ui-text
|
|
763
|
-
class="text paragraph"
|
|
763
|
+
class="text paragraph notranslate"
|
|
764
764
|
>
|
|
765
765
|
Lorem Ipsum...
|
|
766
766
|
</ui-text>
|
|
@@ -799,7 +799,7 @@ exports[`component:<Notification> prop:success & small 1`] = `
|
|
|
799
799
|
class="view texts"
|
|
800
800
|
>
|
|
801
801
|
<ui-text
|
|
802
|
-
class="text small"
|
|
802
|
+
class="text small notranslate"
|
|
803
803
|
>
|
|
804
804
|
Lorem Ipsum...
|
|
805
805
|
</ui-text>
|
|
@@ -838,7 +838,7 @@ exports[`component:<Notification> prop:success 1`] = `
|
|
|
838
838
|
class="view texts"
|
|
839
839
|
>
|
|
840
840
|
<ui-text
|
|
841
|
-
class="text action"
|
|
841
|
+
class="text action notranslate"
|
|
842
842
|
>
|
|
843
843
|
Lorem Ipsum...
|
|
844
844
|
</ui-text>
|
|
@@ -877,12 +877,12 @@ exports[`component:<Notification> prop:title 1`] = `
|
|
|
877
877
|
class="view texts"
|
|
878
878
|
>
|
|
879
879
|
<ui-text
|
|
880
|
-
class="text bold paragraph"
|
|
880
|
+
class="text bold paragraph notranslate"
|
|
881
881
|
>
|
|
882
882
|
Title
|
|
883
883
|
</ui-text>
|
|
884
884
|
<ui-text
|
|
885
|
-
class="text action"
|
|
885
|
+
class="text action notranslate"
|
|
886
886
|
>
|
|
887
887
|
Lorem Ipsum...
|
|
888
888
|
</ui-text>
|
|
@@ -921,12 +921,12 @@ exports[`component:<Notification> prop:title 2`] = `
|
|
|
921
921
|
class="view texts"
|
|
922
922
|
>
|
|
923
923
|
<ui-text
|
|
924
|
-
class="text bold paragraph"
|
|
924
|
+
class="text bold paragraph notranslate"
|
|
925
925
|
>
|
|
926
926
|
Title
|
|
927
927
|
</ui-text>
|
|
928
928
|
<ui-text
|
|
929
|
-
class="text action"
|
|
929
|
+
class="text action notranslate"
|
|
930
930
|
>
|
|
931
931
|
Lorem Ipsum...
|
|
932
932
|
</ui-text>
|
|
@@ -965,12 +965,12 @@ exports[`component:<Notification> prop:title 3`] = `
|
|
|
965
965
|
class="view texts"
|
|
966
966
|
>
|
|
967
967
|
<ui-text
|
|
968
|
-
class="text bold paragraph"
|
|
968
|
+
class="text bold paragraph notranslate"
|
|
969
969
|
>
|
|
970
970
|
Title
|
|
971
971
|
</ui-text>
|
|
972
972
|
<ui-text
|
|
973
|
-
class="text action"
|
|
973
|
+
class="text action notranslate"
|
|
974
974
|
>
|
|
975
975
|
Lorem Ipsum...
|
|
976
976
|
</ui-text>
|
|
@@ -1005,12 +1005,12 @@ exports[`component:<Notification> prop:title 4`] = `
|
|
|
1005
1005
|
class="view texts"
|
|
1006
1006
|
>
|
|
1007
1007
|
<ui-text
|
|
1008
|
-
class="text bold paragraph"
|
|
1008
|
+
class="text bold paragraph notranslate"
|
|
1009
1009
|
>
|
|
1010
1010
|
Title
|
|
1011
1011
|
</ui-text>
|
|
1012
1012
|
<ui-text
|
|
1013
|
-
class="text action"
|
|
1013
|
+
class="text action notranslate"
|
|
1014
1014
|
>
|
|
1015
1015
|
Lorem Ipsum...
|
|
1016
1016
|
</ui-text>
|
|
@@ -1049,12 +1049,12 @@ exports[`component:<Notification> prop:title 5`] = `
|
|
|
1049
1049
|
class="view texts"
|
|
1050
1050
|
>
|
|
1051
1051
|
<ui-text
|
|
1052
|
-
class="text bold paragraph"
|
|
1052
|
+
class="text bold paragraph notranslate"
|
|
1053
1053
|
>
|
|
1054
1054
|
Title
|
|
1055
1055
|
</ui-text>
|
|
1056
1056
|
<ui-text
|
|
1057
|
-
class="text action"
|
|
1057
|
+
class="text action notranslate"
|
|
1058
1058
|
>
|
|
1059
1059
|
Lorem Ipsum...
|
|
1060
1060
|
</ui-text>
|
|
@@ -1093,12 +1093,12 @@ exports[`component:<Notification> prop:title 6`] = `
|
|
|
1093
1093
|
class="view texts"
|
|
1094
1094
|
>
|
|
1095
1095
|
<ui-text
|
|
1096
|
-
class="text bold paragraph"
|
|
1096
|
+
class="text bold paragraph notranslate"
|
|
1097
1097
|
>
|
|
1098
1098
|
Title
|
|
1099
1099
|
</ui-text>
|
|
1100
1100
|
<ui-text
|
|
1101
|
-
class="text action"
|
|
1101
|
+
class="text action notranslate"
|
|
1102
1102
|
>
|
|
1103
1103
|
Lorem Ipsum...
|
|
1104
1104
|
</ui-text>
|
|
@@ -1133,7 +1133,7 @@ exports[`component:<Notification> prop:warning & inline 1`] = `
|
|
|
1133
1133
|
class="view texts"
|
|
1134
1134
|
>
|
|
1135
1135
|
<ui-text
|
|
1136
|
-
class="text action"
|
|
1136
|
+
class="text action notranslate"
|
|
1137
1137
|
>
|
|
1138
1138
|
Lorem Ipsum...
|
|
1139
1139
|
</ui-text>
|
|
@@ -1168,7 +1168,7 @@ exports[`component:<Notification> prop:warning & large 1`] = `
|
|
|
1168
1168
|
class="view texts"
|
|
1169
1169
|
>
|
|
1170
1170
|
<ui-text
|
|
1171
|
-
class="text paragraph"
|
|
1171
|
+
class="text paragraph notranslate"
|
|
1172
1172
|
>
|
|
1173
1173
|
Lorem Ipsum...
|
|
1174
1174
|
</ui-text>
|
|
@@ -1203,7 +1203,7 @@ exports[`component:<Notification> prop:warning & small 1`] = `
|
|
|
1203
1203
|
class="view texts"
|
|
1204
1204
|
>
|
|
1205
1205
|
<ui-text
|
|
1206
|
-
class="text small"
|
|
1206
|
+
class="text small notranslate"
|
|
1207
1207
|
>
|
|
1208
1208
|
Lorem Ipsum...
|
|
1209
1209
|
</ui-text>
|
|
@@ -1238,7 +1238,7 @@ exports[`component:<Notification> prop:warning 1`] = `
|
|
|
1238
1238
|
class="view texts"
|
|
1239
1239
|
>
|
|
1240
1240
|
<ui-text
|
|
1241
|
-
class="text action"
|
|
1241
|
+
class="text action notranslate"
|
|
1242
1242
|
>
|
|
1243
1243
|
Lorem Ipsum...
|
|
1244
1244
|
</ui-text>
|
|
@@ -1277,7 +1277,7 @@ exports[`component:<Notification> prop:wide 1`] = `
|
|
|
1277
1277
|
class="view texts"
|
|
1278
1278
|
>
|
|
1279
1279
|
<ui-text
|
|
1280
|
-
class="text action"
|
|
1280
|
+
class="text action notranslate"
|
|
1281
1281
|
>
|
|
1282
1282
|
Lorem Ipsum...
|
|
1283
1283
|
</ui-text>
|
|
@@ -1316,7 +1316,7 @@ exports[`component:<Notification> renders 1`] = `
|
|
|
1316
1316
|
class="view texts"
|
|
1317
1317
|
>
|
|
1318
1318
|
<ui-text
|
|
1319
|
-
class="text action"
|
|
1319
|
+
class="text action notranslate"
|
|
1320
1320
|
>
|
|
1321
1321
|
Lorem Ipsum...
|
|
1322
1322
|
</ui-text>
|
|
@@ -1356,7 +1356,7 @@ exports[`component:<Notification> testId 1`] = `
|
|
|
1356
1356
|
class="view texts"
|
|
1357
1357
|
>
|
|
1358
1358
|
<ui-text
|
|
1359
|
-
class="text action"
|
|
1359
|
+
class="text action notranslate"
|
|
1360
1360
|
>
|
|
1361
1361
|
Lorem Ipsum...
|
|
1362
1362
|
</ui-text>
|
|
@@ -392,7 +392,7 @@ exports[`component:<Slider> prop:captions 1`] = `
|
|
|
392
392
|
class="view caption"
|
|
393
393
|
>
|
|
394
394
|
<ui-text
|
|
395
|
-
class="text bold small overlay text"
|
|
395
|
+
class="text bold small notranslate overlay text"
|
|
396
396
|
>
|
|
397
397
|
javi
|
|
398
398
|
</ui-text>
|
|
@@ -409,7 +409,7 @@ exports[`component:<Slider> prop:captions 1`] = `
|
|
|
409
409
|
class="view caption"
|
|
410
410
|
>
|
|
411
411
|
<ui-text
|
|
412
|
-
class="text bold small overlay text"
|
|
412
|
+
class="text bold small notranslate overlay text"
|
|
413
413
|
>
|
|
414
414
|
jose
|
|
415
415
|
</ui-text>
|
|
@@ -434,7 +434,7 @@ exports[`component:<Slider> prop:captions 1`] = `
|
|
|
434
434
|
class="view caption"
|
|
435
435
|
>
|
|
436
436
|
<ui-text
|
|
437
|
-
class="text bold small overlay text"
|
|
437
|
+
class="text bold small notranslate overlay text"
|
|
438
438
|
>
|
|
439
439
|
victor
|
|
440
440
|
</ui-text>
|
|
@@ -451,7 +451,7 @@ exports[`component:<Slider> prop:captions 1`] = `
|
|
|
451
451
|
class="view caption"
|
|
452
452
|
>
|
|
453
453
|
<ui-text
|
|
454
|
-
class="text bold small overlay text"
|
|
454
|
+
class="text bold small notranslate overlay text"
|
|
455
455
|
>
|
|
456
456
|
svet
|
|
457
457
|
</ui-text>
|
|
@@ -468,7 +468,7 @@ exports[`component:<Slider> prop:captions 1`] = `
|
|
|
468
468
|
class="view caption"
|
|
469
469
|
>
|
|
470
470
|
<ui-text
|
|
471
|
-
class="text bold small overlay text"
|
|
471
|
+
class="text bold small notranslate overlay text"
|
|
472
472
|
>
|
|
473
473
|
mario2
|
|
474
474
|
</ui-text>
|
|
@@ -641,7 +641,7 @@ exports[`component:<Slider> prop:counter 1`] = `
|
|
|
641
641
|
</svg>
|
|
642
642
|
</ui-icon>
|
|
643
643
|
<ui-text
|
|
644
|
-
class="text bold small"
|
|
644
|
+
class="text bold small notranslate"
|
|
645
645
|
>
|
|
646
646
|
6
|
|
647
647
|
</ui-text>
|
|
@@ -1025,7 +1025,7 @@ exports[`component:<Slider> prop:onCounter 1`] = `
|
|
|
1025
1025
|
</svg>
|
|
1026
1026
|
</ui-icon>
|
|
1027
1027
|
<ui-text
|
|
1028
|
-
class="text bold small"
|
|
1028
|
+
class="text bold small notranslate"
|
|
1029
1029
|
>
|
|
1030
1030
|
6
|
|
1031
1031
|
</ui-text>
|