@mirai/ui 1.1.16 → 2.0.2

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 (106) 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 +15608 -15576
  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 +28 -10
  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 +485 -349
  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 +890 -444
  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 +79 -30
  87. package/build/primitives/ScrollView/ScrollView.js.map +1 -1
  88. package/build/primitives/ScrollView/ScrollView.module.css +53 -7
  89. package/build/primitives/ScrollView/ScrollView.stories.js +7 -6
  90. package/build/primitives/ScrollView/ScrollView.stories.js.map +1 -1
  91. package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +33 -33
  92. package/build/primitives/Select/Select.js +7 -4
  93. package/build/primitives/Select/Select.js.map +1 -1
  94. package/build/primitives/Select/__tests__/__snapshots__/Select.test.js.snap +35 -0
  95. package/build/primitives/Switch/Switch.js +1 -1
  96. package/build/primitives/Switch/Switch.js.map +1 -1
  97. package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +60 -40
  98. package/build/primitives/Text/Text.js +4 -3
  99. package/build/primitives/Text/Text.js.map +1 -1
  100. package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +68 -68
  101. package/build/primitives/Text/helpers/parseMarkdown.js +3 -1
  102. package/build/primitives/Text/helpers/parseMarkdown.js.map +1 -1
  103. package/build/primitives/View/View.js +2 -5
  104. package/build/primitives/View/View.js.map +1 -1
  105. package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +15 -15
  106. package/package.json +1 -1
@@ -2,10 +2,10 @@
2
2
 
3
3
  exports[`component:<Notification> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <div
5
+ <ui_notification
6
6
  class="view row notification outlined mirai"
7
7
  >
8
- <span
8
+ <ui_icon
9
9
  class="icon headline-3"
10
10
  >
11
11
  <svg
@@ -25,26 +25,26 @@ exports[`component:<Notification> inherit:className 1`] = `
25
25
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
26
26
  />
27
27
  </svg>
28
- </span>
29
- <div
28
+ </ui_icon>
29
+ <ui_view
30
30
  class="view texts"
31
31
  >
32
- <span
32
+ <ui_text
33
33
  class="text action"
34
34
  >
35
35
  Lorem Ipsum...
36
- </span>
37
- </div>
38
- </div>
36
+ </ui_text>
37
+ </ui_view>
38
+ </ui_notification>
39
39
  </DocumentFragment>
40
40
  `;
41
41
 
42
42
  exports[`component:<Notification> prop:contrast & inline 1`] = `
43
43
  <DocumentFragment>
44
- <div
44
+ <ui_notification
45
45
  class="view row notification contrast inline"
46
46
  >
47
- <span
47
+ <ui_icon
48
48
  class="icon headline-3"
49
49
  >
50
50
  <svg
@@ -64,26 +64,26 @@ exports[`component:<Notification> prop:contrast & inline 1`] = `
64
64
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
65
65
  />
66
66
  </svg>
67
- </span>
68
- <div
67
+ </ui_icon>
68
+ <ui_view
69
69
  class="view texts"
70
70
  >
71
- <span
71
+ <ui_text
72
72
  class="text action"
73
73
  >
74
74
  Lorem Ipsum...
75
- </span>
76
- </div>
77
- </div>
75
+ </ui_text>
76
+ </ui_view>
77
+ </ui_notification>
78
78
  </DocumentFragment>
79
79
  `;
80
80
 
81
81
  exports[`component:<Notification> prop:contrast & large 1`] = `
82
82
  <DocumentFragment>
83
- <div
83
+ <ui_notification
84
84
  class="view row notification contrast outlined large"
85
85
  >
86
- <span
86
+ <ui_icon
87
87
  class="icon headline-1"
88
88
  >
89
89
  <svg
@@ -103,26 +103,26 @@ exports[`component:<Notification> prop:contrast & large 1`] = `
103
103
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
104
104
  />
105
105
  </svg>
106
- </span>
107
- <div
106
+ </ui_icon>
107
+ <ui_view
108
108
  class="view texts"
109
109
  >
110
- <span
110
+ <ui_text
111
111
  class="text paragraph"
112
112
  >
113
113
  Lorem Ipsum...
114
- </span>
115
- </div>
116
- </div>
114
+ </ui_text>
115
+ </ui_view>
116
+ </ui_notification>
117
117
  </DocumentFragment>
118
118
  `;
119
119
 
120
120
  exports[`component:<Notification> prop:contrast & small 1`] = `
121
121
  <DocumentFragment>
122
- <div
122
+ <ui_notification
123
123
  class="view row notification contrast outlined small"
124
124
  >
125
- <span
125
+ <ui_icon
126
126
  class="icon paragraph"
127
127
  >
128
128
  <svg
@@ -142,26 +142,26 @@ exports[`component:<Notification> prop:contrast & small 1`] = `
142
142
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
143
143
  />
144
144
  </svg>
145
- </span>
146
- <div
145
+ </ui_icon>
146
+ <ui_view
147
147
  class="view texts"
148
148
  >
149
- <span
149
+ <ui_text
150
150
  class="text small"
151
151
  >
152
152
  Lorem Ipsum...
153
- </span>
154
- </div>
155
- </div>
153
+ </ui_text>
154
+ </ui_view>
155
+ </ui_notification>
156
156
  </DocumentFragment>
157
157
  `;
158
158
 
159
159
  exports[`component:<Notification> prop:contrast 1`] = `
160
160
  <DocumentFragment>
161
- <div
161
+ <ui_notification
162
162
  class="view row notification contrast outlined"
163
163
  >
164
- <span
164
+ <ui_icon
165
165
  class="icon headline-3"
166
166
  >
167
167
  <svg
@@ -181,26 +181,26 @@ exports[`component:<Notification> prop:contrast 1`] = `
181
181
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
182
182
  />
183
183
  </svg>
184
- </span>
185
- <div
184
+ </ui_icon>
185
+ <ui_view
186
186
  class="view texts"
187
187
  >
188
- <span
188
+ <ui_text
189
189
  class="text action"
190
190
  >
191
191
  Lorem Ipsum...
192
- </span>
193
- </div>
194
- </div>
192
+ </ui_text>
193
+ </ui_view>
194
+ </ui_notification>
195
195
  </DocumentFragment>
196
196
  `;
197
197
 
198
198
  exports[`component:<Notification> prop:error & inline 1`] = `
199
199
  <DocumentFragment>
200
- <div
200
+ <ui_notification
201
201
  class="view row notification error inline"
202
202
  >
203
- <span
203
+ <ui_icon
204
204
  class="icon headline-3"
205
205
  >
206
206
  <svg
@@ -220,26 +220,26 @@ exports[`component:<Notification> prop:error & inline 1`] = `
220
220
  d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
221
221
  />
222
222
  </svg>
223
- </span>
224
- <div
223
+ </ui_icon>
224
+ <ui_view
225
225
  class="view texts"
226
226
  >
227
- <span
227
+ <ui_text
228
228
  class="text action"
229
229
  >
230
230
  Lorem Ipsum...
231
- </span>
232
- </div>
233
- </div>
231
+ </ui_text>
232
+ </ui_view>
233
+ </ui_notification>
234
234
  </DocumentFragment>
235
235
  `;
236
236
 
237
237
  exports[`component:<Notification> prop:error & large 1`] = `
238
238
  <DocumentFragment>
239
- <div
239
+ <ui_notification
240
240
  class="view row notification error outlined large"
241
241
  >
242
- <span
242
+ <ui_icon
243
243
  class="icon headline-1"
244
244
  >
245
245
  <svg
@@ -259,26 +259,26 @@ exports[`component:<Notification> prop:error & large 1`] = `
259
259
  d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
260
260
  />
261
261
  </svg>
262
- </span>
263
- <div
262
+ </ui_icon>
263
+ <ui_view
264
264
  class="view texts"
265
265
  >
266
- <span
266
+ <ui_text
267
267
  class="text paragraph"
268
268
  >
269
269
  Lorem Ipsum...
270
- </span>
271
- </div>
272
- </div>
270
+ </ui_text>
271
+ </ui_view>
272
+ </ui_notification>
273
273
  </DocumentFragment>
274
274
  `;
275
275
 
276
276
  exports[`component:<Notification> prop:error & small 1`] = `
277
277
  <DocumentFragment>
278
- <div
278
+ <ui_notification
279
279
  class="view row notification error outlined small"
280
280
  >
281
- <span
281
+ <ui_icon
282
282
  class="icon paragraph"
283
283
  >
284
284
  <svg
@@ -298,26 +298,26 @@ exports[`component:<Notification> prop:error & small 1`] = `
298
298
  d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
299
299
  />
300
300
  </svg>
301
- </span>
302
- <div
301
+ </ui_icon>
302
+ <ui_view
303
303
  class="view texts"
304
304
  >
305
- <span
305
+ <ui_text
306
306
  class="text small"
307
307
  >
308
308
  Lorem Ipsum...
309
- </span>
310
- </div>
311
- </div>
309
+ </ui_text>
310
+ </ui_view>
311
+ </ui_notification>
312
312
  </DocumentFragment>
313
313
  `;
314
314
 
315
315
  exports[`component:<Notification> prop:error 1`] = `
316
316
  <DocumentFragment>
317
- <div
317
+ <ui_notification
318
318
  class="view row notification error outlined"
319
319
  >
320
- <span
320
+ <ui_icon
321
321
  class="icon headline-3"
322
322
  >
323
323
  <svg
@@ -337,26 +337,26 @@ exports[`component:<Notification> prop:error 1`] = `
337
337
  d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
338
338
  />
339
339
  </svg>
340
- </span>
341
- <div
340
+ </ui_icon>
341
+ <ui_view
342
342
  class="view texts"
343
343
  >
344
- <span
344
+ <ui_text
345
345
  class="text action"
346
346
  >
347
347
  Lorem Ipsum...
348
- </span>
349
- </div>
350
- </div>
348
+ </ui_text>
349
+ </ui_view>
350
+ </ui_notification>
351
351
  </DocumentFragment>
352
352
  `;
353
353
 
354
354
  exports[`component:<Notification> prop:info & inline 1`] = `
355
355
  <DocumentFragment>
356
- <div
356
+ <ui_notification
357
357
  class="view row notification info inline"
358
358
  >
359
- <span
359
+ <ui_icon
360
360
  class="icon headline-3"
361
361
  >
362
362
  <svg
@@ -376,26 +376,26 @@ exports[`component:<Notification> prop:info & inline 1`] = `
376
376
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
377
377
  />
378
378
  </svg>
379
- </span>
380
- <div
379
+ </ui_icon>
380
+ <ui_view
381
381
  class="view texts"
382
382
  >
383
- <span
383
+ <ui_text
384
384
  class="text action"
385
385
  >
386
386
  Lorem Ipsum...
387
- </span>
388
- </div>
389
- </div>
387
+ </ui_text>
388
+ </ui_view>
389
+ </ui_notification>
390
390
  </DocumentFragment>
391
391
  `;
392
392
 
393
393
  exports[`component:<Notification> prop:info & large 1`] = `
394
394
  <DocumentFragment>
395
- <div
395
+ <ui_notification
396
396
  class="view row notification info outlined large"
397
397
  >
398
- <span
398
+ <ui_icon
399
399
  class="icon headline-1"
400
400
  >
401
401
  <svg
@@ -415,26 +415,26 @@ exports[`component:<Notification> prop:info & large 1`] = `
415
415
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
416
416
  />
417
417
  </svg>
418
- </span>
419
- <div
418
+ </ui_icon>
419
+ <ui_view
420
420
  class="view texts"
421
421
  >
422
- <span
422
+ <ui_text
423
423
  class="text paragraph"
424
424
  >
425
425
  Lorem Ipsum...
426
- </span>
427
- </div>
428
- </div>
426
+ </ui_text>
427
+ </ui_view>
428
+ </ui_notification>
429
429
  </DocumentFragment>
430
430
  `;
431
431
 
432
432
  exports[`component:<Notification> prop:info & small 1`] = `
433
433
  <DocumentFragment>
434
- <div
434
+ <ui_notification
435
435
  class="view row notification info outlined small"
436
436
  >
437
- <span
437
+ <ui_icon
438
438
  class="icon paragraph"
439
439
  >
440
440
  <svg
@@ -454,26 +454,26 @@ exports[`component:<Notification> prop:info & small 1`] = `
454
454
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
455
455
  />
456
456
  </svg>
457
- </span>
458
- <div
457
+ </ui_icon>
458
+ <ui_view
459
459
  class="view texts"
460
460
  >
461
- <span
461
+ <ui_text
462
462
  class="text small"
463
463
  >
464
464
  Lorem Ipsum...
465
- </span>
466
- </div>
467
- </div>
465
+ </ui_text>
466
+ </ui_view>
467
+ </ui_notification>
468
468
  </DocumentFragment>
469
469
  `;
470
470
 
471
471
  exports[`component:<Notification> prop:info 1`] = `
472
472
  <DocumentFragment>
473
- <div
473
+ <ui_notification
474
474
  class="view row notification info outlined"
475
475
  >
476
- <span
476
+ <ui_icon
477
477
  class="icon headline-3"
478
478
  >
479
479
  <svg
@@ -493,26 +493,26 @@ exports[`component:<Notification> prop:info 1`] = `
493
493
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
494
494
  />
495
495
  </svg>
496
- </span>
497
- <div
496
+ </ui_icon>
497
+ <ui_view
498
498
  class="view texts"
499
499
  >
500
- <span
500
+ <ui_text
501
501
  class="text action"
502
502
  >
503
503
  Lorem Ipsum...
504
- </span>
505
- </div>
506
- </div>
504
+ </ui_text>
505
+ </ui_view>
506
+ </ui_notification>
507
507
  </DocumentFragment>
508
508
  `;
509
509
 
510
510
  exports[`component:<Notification> prop:inline 1`] = `
511
511
  <DocumentFragment>
512
- <div
512
+ <ui_notification
513
513
  class="view row notification inline"
514
514
  >
515
- <span
515
+ <ui_icon
516
516
  class="icon headline-3"
517
517
  >
518
518
  <svg
@@ -532,26 +532,26 @@ exports[`component:<Notification> prop:inline 1`] = `
532
532
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
533
533
  />
534
534
  </svg>
535
- </span>
536
- <div
535
+ </ui_icon>
536
+ <ui_view
537
537
  class="view texts"
538
538
  >
539
- <span
539
+ <ui_text
540
540
  class="text action"
541
541
  >
542
542
  Lorem Ipsum...
543
- </span>
544
- </div>
545
- </div>
543
+ </ui_text>
544
+ </ui_view>
545
+ </ui_notification>
546
546
  </DocumentFragment>
547
547
  `;
548
548
 
549
549
  exports[`component:<Notification> prop:large 1`] = `
550
550
  <DocumentFragment>
551
- <div
551
+ <ui_notification
552
552
  class="view row notification outlined large"
553
553
  >
554
- <span
554
+ <ui_icon
555
555
  class="icon headline-1"
556
556
  >
557
557
  <svg
@@ -571,27 +571,27 @@ exports[`component:<Notification> prop:large 1`] = `
571
571
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
572
572
  />
573
573
  </svg>
574
- </span>
575
- <div
574
+ </ui_icon>
575
+ <ui_view
576
576
  class="view texts"
577
577
  >
578
- <span
578
+ <ui_text
579
579
  class="text paragraph"
580
580
  >
581
581
  Lorem Ipsum...
582
- </span>
583
- </div>
584
- </div>
582
+ </ui_text>
583
+ </ui_view>
584
+ </ui_notification>
585
585
  </DocumentFragment>
586
586
  `;
587
587
 
588
588
  exports[`component:<Notification> prop:onClose 1`] = `
589
589
  <DocumentFragment>
590
- <div
590
+ <ui_notification
591
591
  class="view row notification outlined"
592
592
  data-testid="mirai-onClose"
593
593
  >
594
- <span
594
+ <ui_icon
595
595
  class="icon headline-3"
596
596
  >
597
597
  <svg
@@ -611,21 +611,22 @@ exports[`component:<Notification> prop:onClose 1`] = `
611
611
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
612
612
  />
613
613
  </svg>
614
- </span>
615
- <div
614
+ </ui_icon>
615
+ <ui_view
616
616
  class="view texts"
617
617
  >
618
- <span
618
+ <ui_text
619
619
  class="text action"
620
620
  >
621
621
  Lorem Ipsum...
622
- </span>
623
- </div>
624
- <div
622
+ </ui_text>
623
+ </ui_view>
624
+ <ui_pressable
625
625
  class="pressable"
626
626
  data-testid="mirai-onClose-button-close"
627
+ tabindex="0"
627
628
  >
628
- <span
629
+ <ui_icon
629
630
  class="icon headline-3"
630
631
  >
631
632
  <svg
@@ -645,18 +646,18 @@ exports[`component:<Notification> prop:onClose 1`] = `
645
646
  d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
646
647
  />
647
648
  </svg>
648
- </span>
649
- </div>
650
- </div>
649
+ </ui_icon>
650
+ </ui_pressable>
651
+ </ui_notification>
651
652
  </DocumentFragment>
652
653
  `;
653
654
 
654
655
  exports[`component:<Notification> prop:small 1`] = `
655
656
  <DocumentFragment>
656
- <div
657
+ <ui_notification
657
658
  class="view row notification outlined small"
658
659
  >
659
- <span
660
+ <ui_icon
660
661
  class="icon paragraph"
661
662
  >
662
663
  <svg
@@ -676,26 +677,26 @@ exports[`component:<Notification> prop:small 1`] = `
676
677
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
677
678
  />
678
679
  </svg>
679
- </span>
680
- <div
680
+ </ui_icon>
681
+ <ui_view
681
682
  class="view texts"
682
683
  >
683
- <span
684
+ <ui_text
684
685
  class="text small"
685
686
  >
686
687
  Lorem Ipsum...
687
- </span>
688
- </div>
689
- </div>
688
+ </ui_text>
689
+ </ui_view>
690
+ </ui_notification>
690
691
  </DocumentFragment>
691
692
  `;
692
693
 
693
694
  exports[`component:<Notification> prop:success & inline 1`] = `
694
695
  <DocumentFragment>
695
- <div
696
+ <ui_notification
696
697
  class="view row notification success inline"
697
698
  >
698
- <span
699
+ <ui_icon
699
700
  class="icon headline-3"
700
701
  >
701
702
  <svg
@@ -715,26 +716,26 @@ exports[`component:<Notification> prop:success & inline 1`] = `
715
716
  d="M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
716
717
  />
717
718
  </svg>
718
- </span>
719
- <div
719
+ </ui_icon>
720
+ <ui_view
720
721
  class="view texts"
721
722
  >
722
- <span
723
+ <ui_text
723
724
  class="text action"
724
725
  >
725
726
  Lorem Ipsum...
726
- </span>
727
- </div>
728
- </div>
727
+ </ui_text>
728
+ </ui_view>
729
+ </ui_notification>
729
730
  </DocumentFragment>
730
731
  `;
731
732
 
732
733
  exports[`component:<Notification> prop:success & large 1`] = `
733
734
  <DocumentFragment>
734
- <div
735
+ <ui_notification
735
736
  class="view row notification success outlined large"
736
737
  >
737
- <span
738
+ <ui_icon
738
739
  class="icon headline-1"
739
740
  >
740
741
  <svg
@@ -754,26 +755,26 @@ exports[`component:<Notification> prop:success & large 1`] = `
754
755
  d="M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
755
756
  />
756
757
  </svg>
757
- </span>
758
- <div
758
+ </ui_icon>
759
+ <ui_view
759
760
  class="view texts"
760
761
  >
761
- <span
762
+ <ui_text
762
763
  class="text paragraph"
763
764
  >
764
765
  Lorem Ipsum...
765
- </span>
766
- </div>
767
- </div>
766
+ </ui_text>
767
+ </ui_view>
768
+ </ui_notification>
768
769
  </DocumentFragment>
769
770
  `;
770
771
 
771
772
  exports[`component:<Notification> prop:success & small 1`] = `
772
773
  <DocumentFragment>
773
- <div
774
+ <ui_notification
774
775
  class="view row notification success outlined small"
775
776
  >
776
- <span
777
+ <ui_icon
777
778
  class="icon paragraph"
778
779
  >
779
780
  <svg
@@ -793,26 +794,26 @@ exports[`component:<Notification> prop:success & small 1`] = `
793
794
  d="M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
794
795
  />
795
796
  </svg>
796
- </span>
797
- <div
797
+ </ui_icon>
798
+ <ui_view
798
799
  class="view texts"
799
800
  >
800
- <span
801
+ <ui_text
801
802
  class="text small"
802
803
  >
803
804
  Lorem Ipsum...
804
- </span>
805
- </div>
806
- </div>
805
+ </ui_text>
806
+ </ui_view>
807
+ </ui_notification>
807
808
  </DocumentFragment>
808
809
  `;
809
810
 
810
811
  exports[`component:<Notification> prop:success 1`] = `
811
812
  <DocumentFragment>
812
- <div
813
+ <ui_notification
813
814
  class="view row notification success outlined"
814
815
  >
815
- <span
816
+ <ui_icon
816
817
  class="icon headline-3"
817
818
  >
818
819
  <svg
@@ -832,26 +833,26 @@ exports[`component:<Notification> prop:success 1`] = `
832
833
  d="M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
833
834
  />
834
835
  </svg>
835
- </span>
836
- <div
836
+ </ui_icon>
837
+ <ui_view
837
838
  class="view texts"
838
839
  >
839
- <span
840
+ <ui_text
840
841
  class="text action"
841
842
  >
842
843
  Lorem Ipsum...
843
- </span>
844
- </div>
845
- </div>
844
+ </ui_text>
845
+ </ui_view>
846
+ </ui_notification>
846
847
  </DocumentFragment>
847
848
  `;
848
849
 
849
850
  exports[`component:<Notification> prop:title 1`] = `
850
851
  <DocumentFragment>
851
- <div
852
+ <ui_notification
852
853
  class="view row notification outlined"
853
854
  >
854
- <span
855
+ <ui_icon
855
856
  class="icon headline-3"
856
857
  >
857
858
  <svg
@@ -871,31 +872,31 @@ exports[`component:<Notification> prop:title 1`] = `
871
872
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
872
873
  />
873
874
  </svg>
874
- </span>
875
- <div
875
+ </ui_icon>
876
+ <ui_view
876
877
  class="view texts"
877
878
  >
878
- <span
879
+ <ui_text
879
880
  class="text bold paragraph"
880
881
  >
881
882
  Title
882
- </span>
883
- <span
883
+ </ui_text>
884
+ <ui_text
884
885
  class="text action"
885
886
  >
886
887
  Lorem Ipsum...
887
- </span>
888
- </div>
889
- </div>
888
+ </ui_text>
889
+ </ui_view>
890
+ </ui_notification>
890
891
  </DocumentFragment>
891
892
  `;
892
893
 
893
894
  exports[`component:<Notification> prop:title 2`] = `
894
895
  <DocumentFragment>
895
- <div
896
+ <ui_notification
896
897
  class="view row notification contrast outlined"
897
898
  >
898
- <span
899
+ <ui_icon
899
900
  class="icon headline-3"
900
901
  >
901
902
  <svg
@@ -915,31 +916,31 @@ exports[`component:<Notification> prop:title 2`] = `
915
916
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
916
917
  />
917
918
  </svg>
918
- </span>
919
- <div
919
+ </ui_icon>
920
+ <ui_view
920
921
  class="view texts"
921
922
  >
922
- <span
923
+ <ui_text
923
924
  class="text bold paragraph"
924
925
  >
925
926
  Title
926
- </span>
927
- <span
927
+ </ui_text>
928
+ <ui_text
928
929
  class="text action"
929
930
  >
930
931
  Lorem Ipsum...
931
- </span>
932
- </div>
933
- </div>
932
+ </ui_text>
933
+ </ui_view>
934
+ </ui_notification>
934
935
  </DocumentFragment>
935
936
  `;
936
937
 
937
938
  exports[`component:<Notification> prop:title 3`] = `
938
939
  <DocumentFragment>
939
- <div
940
+ <ui_notification
940
941
  class="view row notification error outlined"
941
942
  >
942
- <span
943
+ <ui_icon
943
944
  class="icon headline-3"
944
945
  >
945
946
  <svg
@@ -959,31 +960,31 @@ exports[`component:<Notification> prop:title 3`] = `
959
960
  d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
960
961
  />
961
962
  </svg>
962
- </span>
963
- <div
963
+ </ui_icon>
964
+ <ui_view
964
965
  class="view texts"
965
966
  >
966
- <span
967
+ <ui_text
967
968
  class="text bold paragraph"
968
969
  >
969
970
  Title
970
- </span>
971
- <span
971
+ </ui_text>
972
+ <ui_text
972
973
  class="text action"
973
974
  >
974
975
  Lorem Ipsum...
975
- </span>
976
- </div>
977
- </div>
976
+ </ui_text>
977
+ </ui_view>
978
+ </ui_notification>
978
979
  </DocumentFragment>
979
980
  `;
980
981
 
981
982
  exports[`component:<Notification> prop:title 4`] = `
982
983
  <DocumentFragment>
983
- <div
984
+ <ui_notification
984
985
  class="view row notification warning outlined"
985
986
  >
986
- <span
987
+ <ui_icon
987
988
  class="icon headline-3"
988
989
  >
989
990
  <svg
@@ -999,31 +1000,31 @@ exports[`component:<Notification> prop:title 4`] = `
999
1000
  d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1000
1001
  />
1001
1002
  </svg>
1002
- </span>
1003
- <div
1003
+ </ui_icon>
1004
+ <ui_view
1004
1005
  class="view texts"
1005
1006
  >
1006
- <span
1007
+ <ui_text
1007
1008
  class="text bold paragraph"
1008
1009
  >
1009
1010
  Title
1010
- </span>
1011
- <span
1011
+ </ui_text>
1012
+ <ui_text
1012
1013
  class="text action"
1013
1014
  >
1014
1015
  Lorem Ipsum...
1015
- </span>
1016
- </div>
1017
- </div>
1016
+ </ui_text>
1017
+ </ui_view>
1018
+ </ui_notification>
1018
1019
  </DocumentFragment>
1019
1020
  `;
1020
1021
 
1021
1022
  exports[`component:<Notification> prop:title 5`] = `
1022
1023
  <DocumentFragment>
1023
- <div
1024
+ <ui_notification
1024
1025
  class="view row notification success outlined"
1025
1026
  >
1026
- <span
1027
+ <ui_icon
1027
1028
  class="icon headline-3"
1028
1029
  >
1029
1030
  <svg
@@ -1043,31 +1044,31 @@ exports[`component:<Notification> prop:title 5`] = `
1043
1044
  d="M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
1044
1045
  />
1045
1046
  </svg>
1046
- </span>
1047
- <div
1047
+ </ui_icon>
1048
+ <ui_view
1048
1049
  class="view texts"
1049
1050
  >
1050
- <span
1051
+ <ui_text
1051
1052
  class="text bold paragraph"
1052
1053
  >
1053
1054
  Title
1054
- </span>
1055
- <span
1055
+ </ui_text>
1056
+ <ui_text
1056
1057
  class="text action"
1057
1058
  >
1058
1059
  Lorem Ipsum...
1059
- </span>
1060
- </div>
1061
- </div>
1060
+ </ui_text>
1061
+ </ui_view>
1062
+ </ui_notification>
1062
1063
  </DocumentFragment>
1063
1064
  `;
1064
1065
 
1065
1066
  exports[`component:<Notification> prop:title 6`] = `
1066
1067
  <DocumentFragment>
1067
- <div
1068
+ <ui_notification
1068
1069
  class="view row notification info outlined"
1069
1070
  >
1070
- <span
1071
+ <ui_icon
1071
1072
  class="icon headline-3"
1072
1073
  >
1073
1074
  <svg
@@ -1087,31 +1088,31 @@ exports[`component:<Notification> prop:title 6`] = `
1087
1088
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
1088
1089
  />
1089
1090
  </svg>
1090
- </span>
1091
- <div
1091
+ </ui_icon>
1092
+ <ui_view
1092
1093
  class="view texts"
1093
1094
  >
1094
- <span
1095
+ <ui_text
1095
1096
  class="text bold paragraph"
1096
1097
  >
1097
1098
  Title
1098
- </span>
1099
- <span
1099
+ </ui_text>
1100
+ <ui_text
1100
1101
  class="text action"
1101
1102
  >
1102
1103
  Lorem Ipsum...
1103
- </span>
1104
- </div>
1105
- </div>
1104
+ </ui_text>
1105
+ </ui_view>
1106
+ </ui_notification>
1106
1107
  </DocumentFragment>
1107
1108
  `;
1108
1109
 
1109
1110
  exports[`component:<Notification> prop:warning & inline 1`] = `
1110
1111
  <DocumentFragment>
1111
- <div
1112
+ <ui_notification
1112
1113
  class="view row notification warning inline"
1113
1114
  >
1114
- <span
1115
+ <ui_icon
1115
1116
  class="icon headline-3"
1116
1117
  >
1117
1118
  <svg
@@ -1127,26 +1128,26 @@ exports[`component:<Notification> prop:warning & inline 1`] = `
1127
1128
  d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1128
1129
  />
1129
1130
  </svg>
1130
- </span>
1131
- <div
1131
+ </ui_icon>
1132
+ <ui_view
1132
1133
  class="view texts"
1133
1134
  >
1134
- <span
1135
+ <ui_text
1135
1136
  class="text action"
1136
1137
  >
1137
1138
  Lorem Ipsum...
1138
- </span>
1139
- </div>
1140
- </div>
1139
+ </ui_text>
1140
+ </ui_view>
1141
+ </ui_notification>
1141
1142
  </DocumentFragment>
1142
1143
  `;
1143
1144
 
1144
1145
  exports[`component:<Notification> prop:warning & large 1`] = `
1145
1146
  <DocumentFragment>
1146
- <div
1147
+ <ui_notification
1147
1148
  class="view row notification warning outlined large"
1148
1149
  >
1149
- <span
1150
+ <ui_icon
1150
1151
  class="icon headline-1"
1151
1152
  >
1152
1153
  <svg
@@ -1162,26 +1163,26 @@ exports[`component:<Notification> prop:warning & large 1`] = `
1162
1163
  d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1163
1164
  />
1164
1165
  </svg>
1165
- </span>
1166
- <div
1166
+ </ui_icon>
1167
+ <ui_view
1167
1168
  class="view texts"
1168
1169
  >
1169
- <span
1170
+ <ui_text
1170
1171
  class="text paragraph"
1171
1172
  >
1172
1173
  Lorem Ipsum...
1173
- </span>
1174
- </div>
1175
- </div>
1174
+ </ui_text>
1175
+ </ui_view>
1176
+ </ui_notification>
1176
1177
  </DocumentFragment>
1177
1178
  `;
1178
1179
 
1179
1180
  exports[`component:<Notification> prop:warning & small 1`] = `
1180
1181
  <DocumentFragment>
1181
- <div
1182
+ <ui_notification
1182
1183
  class="view row notification warning outlined small"
1183
1184
  >
1184
- <span
1185
+ <ui_icon
1185
1186
  class="icon paragraph"
1186
1187
  >
1187
1188
  <svg
@@ -1197,26 +1198,26 @@ exports[`component:<Notification> prop:warning & small 1`] = `
1197
1198
  d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1198
1199
  />
1199
1200
  </svg>
1200
- </span>
1201
- <div
1201
+ </ui_icon>
1202
+ <ui_view
1202
1203
  class="view texts"
1203
1204
  >
1204
- <span
1205
+ <ui_text
1205
1206
  class="text small"
1206
1207
  >
1207
1208
  Lorem Ipsum...
1208
- </span>
1209
- </div>
1210
- </div>
1209
+ </ui_text>
1210
+ </ui_view>
1211
+ </ui_notification>
1211
1212
  </DocumentFragment>
1212
1213
  `;
1213
1214
 
1214
1215
  exports[`component:<Notification> prop:warning 1`] = `
1215
1216
  <DocumentFragment>
1216
- <div
1217
+ <ui_notification
1217
1218
  class="view row notification warning outlined"
1218
1219
  >
1219
- <span
1220
+ <ui_icon
1220
1221
  class="icon headline-3"
1221
1222
  >
1222
1223
  <svg
@@ -1232,26 +1233,26 @@ exports[`component:<Notification> prop:warning 1`] = `
1232
1233
  d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1233
1234
  />
1234
1235
  </svg>
1235
- </span>
1236
- <div
1236
+ </ui_icon>
1237
+ <ui_view
1237
1238
  class="view texts"
1238
1239
  >
1239
- <span
1240
+ <ui_text
1240
1241
  class="text action"
1241
1242
  >
1242
1243
  Lorem Ipsum...
1243
- </span>
1244
- </div>
1245
- </div>
1244
+ </ui_text>
1245
+ </ui_view>
1246
+ </ui_notification>
1246
1247
  </DocumentFragment>
1247
1248
  `;
1248
1249
 
1249
1250
  exports[`component:<Notification> prop:wide 1`] = `
1250
1251
  <DocumentFragment>
1251
- <div
1252
+ <ui_notification
1252
1253
  class="view row notification outlined wide"
1253
1254
  >
1254
- <span
1255
+ <ui_icon
1255
1256
  class="icon headline-3"
1256
1257
  >
1257
1258
  <svg
@@ -1271,26 +1272,26 @@ exports[`component:<Notification> prop:wide 1`] = `
1271
1272
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
1272
1273
  />
1273
1274
  </svg>
1274
- </span>
1275
- <div
1275
+ </ui_icon>
1276
+ <ui_view
1276
1277
  class="view texts"
1277
1278
  >
1278
- <span
1279
+ <ui_text
1279
1280
  class="text action"
1280
1281
  >
1281
1282
  Lorem Ipsum...
1282
- </span>
1283
- </div>
1284
- </div>
1283
+ </ui_text>
1284
+ </ui_view>
1285
+ </ui_notification>
1285
1286
  </DocumentFragment>
1286
1287
  `;
1287
1288
 
1288
1289
  exports[`component:<Notification> renders 1`] = `
1289
1290
  <DocumentFragment>
1290
- <div
1291
+ <ui_notification
1291
1292
  class="view row notification outlined"
1292
1293
  >
1293
- <span
1294
+ <ui_icon
1294
1295
  class="icon headline-3"
1295
1296
  >
1296
1297
  <svg
@@ -1310,27 +1311,66 @@ exports[`component:<Notification> renders 1`] = `
1310
1311
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
1311
1312
  />
1312
1313
  </svg>
1313
- </span>
1314
- <div
1314
+ </ui_icon>
1315
+ <ui_view
1315
1316
  class="view texts"
1316
1317
  >
1317
- <span
1318
+ <ui_text
1318
1319
  class="text action"
1319
1320
  >
1320
1321
  Lorem Ipsum...
1321
- </span>
1322
- </div>
1323
- </div>
1322
+ </ui_text>
1323
+ </ui_view>
1324
+ </ui_notification>
1325
+ </DocumentFragment>
1326
+ `;
1327
+
1328
+ exports[`component:<Notification> tag 1`] = `
1329
+ <DocumentFragment>
1330
+ <ui_tag
1331
+ class="view row notification outlined"
1332
+ >
1333
+ <ui_icon
1334
+ class="icon headline-3"
1335
+ >
1336
+ <svg
1337
+ fill="currentColor"
1338
+ height="1em"
1339
+ stroke="currentColor"
1340
+ stroke-width="0"
1341
+ viewBox="0 0 24 24"
1342
+ width="1em"
1343
+ xmlns="http://www.w3.org/2000/svg"
1344
+ >
1345
+ <path
1346
+ d="M0 0h24v24H0V0z"
1347
+ fill="none"
1348
+ />
1349
+ <path
1350
+ d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
1351
+ />
1352
+ </svg>
1353
+ </ui_icon>
1354
+ <ui_view
1355
+ class="view texts"
1356
+ >
1357
+ <ui_text
1358
+ class="text action"
1359
+ >
1360
+ Lorem Ipsum...
1361
+ </ui_text>
1362
+ </ui_view>
1363
+ </ui_tag>
1324
1364
  </DocumentFragment>
1325
1365
  `;
1326
1366
 
1327
1367
  exports[`component:<Notification> testId 1`] = `
1328
1368
  <DocumentFragment>
1329
- <div
1369
+ <ui_notification
1330
1370
  class="view row notification outlined"
1331
1371
  data-testid="mirai"
1332
1372
  >
1333
- <span
1373
+ <ui_icon
1334
1374
  class="icon headline-3"
1335
1375
  >
1336
1376
  <svg
@@ -1350,16 +1390,16 @@ exports[`component:<Notification> testId 1`] = `
1350
1390
  d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
1351
1391
  />
1352
1392
  </svg>
1353
- </span>
1354
- <div
1393
+ </ui_icon>
1394
+ <ui_view
1355
1395
  class="view texts"
1356
1396
  >
1357
- <span
1397
+ <ui_text
1358
1398
  class="text action"
1359
1399
  >
1360
1400
  Lorem Ipsum...
1361
- </span>
1362
- </div>
1363
- </div>
1401
+ </ui_text>
1402
+ </ui_view>
1403
+ </ui_notification>
1364
1404
  </DocumentFragment>
1365
1405
  `;