@mirai/ui 2.0.6 → 2.0.7

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 (105) hide show
  1. package/build/components/Action/Action.js +1 -2
  2. package/build/components/Action/Action.js.map +1 -1
  3. package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +21 -32
  4. package/build/components/Button/Button.js +1 -2
  5. package/build/components/Button/Button.js.map +1 -1
  6. package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +17 -28
  7. package/build/components/Calendar/Calendar.Month.js +1 -0
  8. package/build/components/Calendar/Calendar.Month.js.map +1 -1
  9. package/build/components/Calendar/Calendar.Weekdays.js +1 -0
  10. package/build/components/Calendar/Calendar.Weekdays.js.map +1 -1
  11. package/build/components/Calendar/Calendar.js +3 -0
  12. package/build/components/Calendar/Calendar.js.map +1 -1
  13. package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +18284 -18162
  14. package/build/components/Form/Form.js +1 -2
  15. package/build/components/Form/Form.js.map +1 -1
  16. package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +9 -15
  17. package/build/components/InputDate/InputDate.js +1 -2
  18. package/build/components/InputDate/InputDate.js.map +1 -1
  19. package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +42 -67
  20. package/build/components/InputNumber/InputNumber.js +1 -2
  21. package/build/components/InputNumber/InputNumber.js.map +1 -1
  22. package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +114 -183
  23. package/build/components/InputOption/InputOption.js +3 -3
  24. package/build/components/InputOption/InputOption.js.map +1 -1
  25. package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +80 -100
  26. package/build/components/InputPhone/InputPhone.js +10 -5
  27. package/build/components/InputPhone/InputPhone.js.map +1 -1
  28. package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +339 -421
  29. package/build/components/InputSelect/InputSelect.js +4 -2
  30. package/build/components/InputSelect/InputSelect.js.map +1 -1
  31. package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +115 -115
  32. package/build/components/InputText/InputText.js +4 -3
  33. package/build/components/InputText/InputText.js.map +1 -1
  34. package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +133 -156
  35. package/build/components/Menu/Menu.js +1 -2
  36. package/build/components/Menu/Menu.js.map +1 -1
  37. package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +55 -63
  38. package/build/components/Modal/Modal.js +10 -7
  39. package/build/components/Modal/Modal.js.map +1 -1
  40. package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +72 -86
  41. package/build/components/Notification/Notification.js +1 -2
  42. package/build/components/Notification/Notification.js.map +1 -1
  43. package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +288 -327
  44. package/build/components/Progress/Progress.js +2 -3
  45. package/build/components/Progress/Progress.js.map +1 -1
  46. package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +18 -31
  47. package/build/components/Slider/Slider.js +8 -5
  48. package/build/components/Slider/Slider.js.map +1 -1
  49. package/build/components/Slider/Slider.module.css +3 -3
  50. package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +349 -464
  51. package/build/components/Table/Table.Filter.js +1 -0
  52. package/build/components/Table/Table.Filter.js.map +1 -1
  53. package/build/components/Table/Table.Row.js +0 -1
  54. package/build/components/Table/Table.Row.js.map +1 -1
  55. package/build/components/Table/Table.js +1 -2
  56. package/build/components/Table/Table.js.map +1 -1
  57. package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +192 -192
  58. package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +1092 -1516
  59. package/build/components/Tooltip/Tooltip.js +1 -2
  60. package/build/components/Tooltip/Tooltip.js.map +1 -1
  61. package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +28 -28
  62. package/build/primitives/Checkbox/Checkbox.js +4 -3
  63. package/build/primitives/Checkbox/Checkbox.js.map +1 -1
  64. package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +20 -35
  65. package/build/primitives/Icon/Icon.js +1 -2
  66. package/build/primitives/Icon/Icon.js.map +1 -1
  67. package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +82 -108
  68. package/build/primitives/Input/Input.js +0 -1
  69. package/build/primitives/Input/Input.js.map +1 -1
  70. package/build/primitives/Layer/Layer.js +8 -5
  71. package/build/primitives/Layer/Layer.js.map +1 -1
  72. package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +44 -44
  73. package/build/primitives/Pressable/Pressable.js +7 -5
  74. package/build/primitives/Pressable/Pressable.js.map +1 -1
  75. package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +11 -11
  76. package/build/primitives/Primitive/Primitive.constants.js +20 -2
  77. package/build/primitives/Primitive/Primitive.constants.js.map +1 -1
  78. package/build/primitives/Primitive/Primitive.js +13 -3
  79. package/build/primitives/Primitive/Primitive.js.map +1 -1
  80. package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +18 -12
  81. package/build/primitives/Primitive/helpers/getTag.js +3 -24
  82. package/build/primitives/Primitive/helpers/getTag.js.map +1 -1
  83. package/build/primitives/Radio/Radio.js +4 -3
  84. package/build/primitives/Radio/Radio.js.map +1 -1
  85. package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +21 -39
  86. package/build/primitives/ScrollView/ScrollView.js +8 -4
  87. package/build/primitives/ScrollView/ScrollView.js.map +1 -1
  88. package/build/primitives/ScrollView/ScrollView.module.css +1 -1
  89. package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +20 -20
  90. package/build/primitives/Select/Select.js +1 -2
  91. package/build/primitives/Select/Select.js.map +1 -1
  92. package/build/primitives/Select/__tests__/__snapshots__/Select.test.js.snap +0 -35
  93. package/build/primitives/Switch/Switch.js +1 -2
  94. package/build/primitives/Switch/Switch.js.map +1 -1
  95. package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +40 -60
  96. package/build/primitives/Text/Text.js +0 -1
  97. package/build/primitives/Text/Text.js.map +1 -1
  98. package/build/primitives/Text/Text.module.css +0 -4
  99. package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +62 -62
  100. package/build/primitives/View/View.js +5 -3
  101. package/build/primitives/View/View.js.map +1 -1
  102. package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +10 -10
  103. package/build/primitives/index.js +64 -0
  104. package/build/primitives/index.js.map +1 -1
  105. package/package.json +1 -1
@@ -2,10 +2,10 @@
2
2
 
3
3
  exports[`component:<Notification> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <ui_notification
5
+ <ui-notification
6
6
  class="view row notification outlined mirai"
7
7
  >
8
- <ui_icon
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
- </ui_icon>
29
- <ui_view
28
+ </ui-icon>
29
+ <ui-view
30
30
  class="view texts"
31
31
  >
32
- <ui_text
32
+ <ui-text
33
33
  class="text action"
34
34
  >
35
35
  Lorem Ipsum...
36
- </ui_text>
37
- </ui_view>
38
- </ui_notification>
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
- <ui_notification
44
+ <ui-notification
45
45
  class="view row notification contrast inline"
46
46
  >
47
- <ui_icon
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
- </ui_icon>
68
- <ui_view
67
+ </ui-icon>
68
+ <ui-view
69
69
  class="view texts"
70
70
  >
71
- <ui_text
71
+ <ui-text
72
72
  class="text action"
73
73
  >
74
74
  Lorem Ipsum...
75
- </ui_text>
76
- </ui_view>
77
- </ui_notification>
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
- <ui_notification
83
+ <ui-notification
84
84
  class="view row notification contrast outlined large"
85
85
  >
86
- <ui_icon
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
- </ui_icon>
107
- <ui_view
106
+ </ui-icon>
107
+ <ui-view
108
108
  class="view texts"
109
109
  >
110
- <ui_text
110
+ <ui-text
111
111
  class="text paragraph"
112
112
  >
113
113
  Lorem Ipsum...
114
- </ui_text>
115
- </ui_view>
116
- </ui_notification>
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
- <ui_notification
122
+ <ui-notification
123
123
  class="view row notification contrast outlined small"
124
124
  >
125
- <ui_icon
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
- </ui_icon>
146
- <ui_view
145
+ </ui-icon>
146
+ <ui-view
147
147
  class="view texts"
148
148
  >
149
- <ui_text
149
+ <ui-text
150
150
  class="text small"
151
151
  >
152
152
  Lorem Ipsum...
153
- </ui_text>
154
- </ui_view>
155
- </ui_notification>
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
- <ui_notification
161
+ <ui-notification
162
162
  class="view row notification contrast outlined"
163
163
  >
164
- <ui_icon
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
- </ui_icon>
185
- <ui_view
184
+ </ui-icon>
185
+ <ui-view
186
186
  class="view texts"
187
187
  >
188
- <ui_text
188
+ <ui-text
189
189
  class="text action"
190
190
  >
191
191
  Lorem Ipsum...
192
- </ui_text>
193
- </ui_view>
194
- </ui_notification>
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
- <ui_notification
200
+ <ui-notification
201
201
  class="view row notification error inline"
202
202
  >
203
- <ui_icon
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
- </ui_icon>
224
- <ui_view
223
+ </ui-icon>
224
+ <ui-view
225
225
  class="view texts"
226
226
  >
227
- <ui_text
227
+ <ui-text
228
228
  class="text action"
229
229
  >
230
230
  Lorem Ipsum...
231
- </ui_text>
232
- </ui_view>
233
- </ui_notification>
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
- <ui_notification
239
+ <ui-notification
240
240
  class="view row notification error outlined large"
241
241
  >
242
- <ui_icon
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
- </ui_icon>
263
- <ui_view
262
+ </ui-icon>
263
+ <ui-view
264
264
  class="view texts"
265
265
  >
266
- <ui_text
266
+ <ui-text
267
267
  class="text paragraph"
268
268
  >
269
269
  Lorem Ipsum...
270
- </ui_text>
271
- </ui_view>
272
- </ui_notification>
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
- <ui_notification
278
+ <ui-notification
279
279
  class="view row notification error outlined small"
280
280
  >
281
- <ui_icon
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
- </ui_icon>
302
- <ui_view
301
+ </ui-icon>
302
+ <ui-view
303
303
  class="view texts"
304
304
  >
305
- <ui_text
305
+ <ui-text
306
306
  class="text small"
307
307
  >
308
308
  Lorem Ipsum...
309
- </ui_text>
310
- </ui_view>
311
- </ui_notification>
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
- <ui_notification
317
+ <ui-notification
318
318
  class="view row notification error outlined"
319
319
  >
320
- <ui_icon
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
- </ui_icon>
341
- <ui_view
340
+ </ui-icon>
341
+ <ui-view
342
342
  class="view texts"
343
343
  >
344
- <ui_text
344
+ <ui-text
345
345
  class="text action"
346
346
  >
347
347
  Lorem Ipsum...
348
- </ui_text>
349
- </ui_view>
350
- </ui_notification>
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
- <ui_notification
356
+ <ui-notification
357
357
  class="view row notification info inline"
358
358
  >
359
- <ui_icon
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
- </ui_icon>
380
- <ui_view
379
+ </ui-icon>
380
+ <ui-view
381
381
  class="view texts"
382
382
  >
383
- <ui_text
383
+ <ui-text
384
384
  class="text action"
385
385
  >
386
386
  Lorem Ipsum...
387
- </ui_text>
388
- </ui_view>
389
- </ui_notification>
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
- <ui_notification
395
+ <ui-notification
396
396
  class="view row notification info outlined large"
397
397
  >
398
- <ui_icon
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
- </ui_icon>
419
- <ui_view
418
+ </ui-icon>
419
+ <ui-view
420
420
  class="view texts"
421
421
  >
422
- <ui_text
422
+ <ui-text
423
423
  class="text paragraph"
424
424
  >
425
425
  Lorem Ipsum...
426
- </ui_text>
427
- </ui_view>
428
- </ui_notification>
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
- <ui_notification
434
+ <ui-notification
435
435
  class="view row notification info outlined small"
436
436
  >
437
- <ui_icon
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
- </ui_icon>
458
- <ui_view
457
+ </ui-icon>
458
+ <ui-view
459
459
  class="view texts"
460
460
  >
461
- <ui_text
461
+ <ui-text
462
462
  class="text small"
463
463
  >
464
464
  Lorem Ipsum...
465
- </ui_text>
466
- </ui_view>
467
- </ui_notification>
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
- <ui_notification
473
+ <ui-notification
474
474
  class="view row notification info outlined"
475
475
  >
476
- <ui_icon
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
- </ui_icon>
497
- <ui_view
496
+ </ui-icon>
497
+ <ui-view
498
498
  class="view texts"
499
499
  >
500
- <ui_text
500
+ <ui-text
501
501
  class="text action"
502
502
  >
503
503
  Lorem Ipsum...
504
- </ui_text>
505
- </ui_view>
506
- </ui_notification>
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
- <ui_notification
512
+ <ui-notification
513
513
  class="view row notification inline"
514
514
  >
515
- <ui_icon
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
- </ui_icon>
536
- <ui_view
535
+ </ui-icon>
536
+ <ui-view
537
537
  class="view texts"
538
538
  >
539
- <ui_text
539
+ <ui-text
540
540
  class="text action"
541
541
  >
542
542
  Lorem Ipsum...
543
- </ui_text>
544
- </ui_view>
545
- </ui_notification>
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
- <ui_notification
551
+ <ui-notification
552
552
  class="view row notification outlined large"
553
553
  >
554
- <ui_icon
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
- </ui_icon>
575
- <ui_view
574
+ </ui-icon>
575
+ <ui-view
576
576
  class="view texts"
577
577
  >
578
- <ui_text
578
+ <ui-text
579
579
  class="text paragraph"
580
580
  >
581
581
  Lorem Ipsum...
582
- </ui_text>
583
- </ui_view>
584
- </ui_notification>
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
- <ui_notification
590
+ <ui-notification
591
591
  class="view row notification outlined"
592
592
  data-testid="mirai-onClose"
593
593
  >
594
- <ui_icon
594
+ <ui-icon
595
595
  class="icon headline-3"
596
596
  >
597
597
  <svg
@@ -611,22 +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
- </ui_icon>
615
- <ui_view
614
+ </ui-icon>
615
+ <ui-view
616
616
  class="view texts"
617
617
  >
618
- <ui_text
618
+ <ui-text
619
619
  class="text action"
620
620
  >
621
621
  Lorem Ipsum...
622
- </ui_text>
623
- </ui_view>
624
- <ui_pressable
622
+ </ui-text>
623
+ </ui-view>
624
+ <ui-pressable
625
625
  class="pressable"
626
626
  data-testid="mirai-onClose-button-close"
627
627
  tabindex="0"
628
628
  >
629
- <ui_icon
629
+ <ui-icon
630
630
  class="icon headline-3"
631
631
  >
632
632
  <svg
@@ -646,18 +646,18 @@ exports[`component:<Notification> prop:onClose 1`] = `
646
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"
647
647
  />
648
648
  </svg>
649
- </ui_icon>
650
- </ui_pressable>
651
- </ui_notification>
649
+ </ui-icon>
650
+ </ui-pressable>
651
+ </ui-notification>
652
652
  </DocumentFragment>
653
653
  `;
654
654
 
655
655
  exports[`component:<Notification> prop:small 1`] = `
656
656
  <DocumentFragment>
657
- <ui_notification
657
+ <ui-notification
658
658
  class="view row notification outlined small"
659
659
  >
660
- <ui_icon
660
+ <ui-icon
661
661
  class="icon paragraph"
662
662
  >
663
663
  <svg
@@ -677,26 +677,26 @@ exports[`component:<Notification> prop:small 1`] = `
677
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"
678
678
  />
679
679
  </svg>
680
- </ui_icon>
681
- <ui_view
680
+ </ui-icon>
681
+ <ui-view
682
682
  class="view texts"
683
683
  >
684
- <ui_text
684
+ <ui-text
685
685
  class="text small"
686
686
  >
687
687
  Lorem Ipsum...
688
- </ui_text>
689
- </ui_view>
690
- </ui_notification>
688
+ </ui-text>
689
+ </ui-view>
690
+ </ui-notification>
691
691
  </DocumentFragment>
692
692
  `;
693
693
 
694
694
  exports[`component:<Notification> prop:success & inline 1`] = `
695
695
  <DocumentFragment>
696
- <ui_notification
696
+ <ui-notification
697
697
  class="view row notification success inline"
698
698
  >
699
- <ui_icon
699
+ <ui-icon
700
700
  class="icon headline-3"
701
701
  >
702
702
  <svg
@@ -716,26 +716,26 @@ exports[`component:<Notification> prop:success & inline 1`] = `
716
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"
717
717
  />
718
718
  </svg>
719
- </ui_icon>
720
- <ui_view
719
+ </ui-icon>
720
+ <ui-view
721
721
  class="view texts"
722
722
  >
723
- <ui_text
723
+ <ui-text
724
724
  class="text action"
725
725
  >
726
726
  Lorem Ipsum...
727
- </ui_text>
728
- </ui_view>
729
- </ui_notification>
727
+ </ui-text>
728
+ </ui-view>
729
+ </ui-notification>
730
730
  </DocumentFragment>
731
731
  `;
732
732
 
733
733
  exports[`component:<Notification> prop:success & large 1`] = `
734
734
  <DocumentFragment>
735
- <ui_notification
735
+ <ui-notification
736
736
  class="view row notification success outlined large"
737
737
  >
738
- <ui_icon
738
+ <ui-icon
739
739
  class="icon headline-1"
740
740
  >
741
741
  <svg
@@ -755,26 +755,26 @@ exports[`component:<Notification> prop:success & large 1`] = `
755
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"
756
756
  />
757
757
  </svg>
758
- </ui_icon>
759
- <ui_view
758
+ </ui-icon>
759
+ <ui-view
760
760
  class="view texts"
761
761
  >
762
- <ui_text
762
+ <ui-text
763
763
  class="text paragraph"
764
764
  >
765
765
  Lorem Ipsum...
766
- </ui_text>
767
- </ui_view>
768
- </ui_notification>
766
+ </ui-text>
767
+ </ui-view>
768
+ </ui-notification>
769
769
  </DocumentFragment>
770
770
  `;
771
771
 
772
772
  exports[`component:<Notification> prop:success & small 1`] = `
773
773
  <DocumentFragment>
774
- <ui_notification
774
+ <ui-notification
775
775
  class="view row notification success outlined small"
776
776
  >
777
- <ui_icon
777
+ <ui-icon
778
778
  class="icon paragraph"
779
779
  >
780
780
  <svg
@@ -794,26 +794,26 @@ exports[`component:<Notification> prop:success & small 1`] = `
794
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"
795
795
  />
796
796
  </svg>
797
- </ui_icon>
798
- <ui_view
797
+ </ui-icon>
798
+ <ui-view
799
799
  class="view texts"
800
800
  >
801
- <ui_text
801
+ <ui-text
802
802
  class="text small"
803
803
  >
804
804
  Lorem Ipsum...
805
- </ui_text>
806
- </ui_view>
807
- </ui_notification>
805
+ </ui-text>
806
+ </ui-view>
807
+ </ui-notification>
808
808
  </DocumentFragment>
809
809
  `;
810
810
 
811
811
  exports[`component:<Notification> prop:success 1`] = `
812
812
  <DocumentFragment>
813
- <ui_notification
813
+ <ui-notification
814
814
  class="view row notification success outlined"
815
815
  >
816
- <ui_icon
816
+ <ui-icon
817
817
  class="icon headline-3"
818
818
  >
819
819
  <svg
@@ -833,26 +833,26 @@ exports[`component:<Notification> prop:success 1`] = `
833
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"
834
834
  />
835
835
  </svg>
836
- </ui_icon>
837
- <ui_view
836
+ </ui-icon>
837
+ <ui-view
838
838
  class="view texts"
839
839
  >
840
- <ui_text
840
+ <ui-text
841
841
  class="text action"
842
842
  >
843
843
  Lorem Ipsum...
844
- </ui_text>
845
- </ui_view>
846
- </ui_notification>
844
+ </ui-text>
845
+ </ui-view>
846
+ </ui-notification>
847
847
  </DocumentFragment>
848
848
  `;
849
849
 
850
850
  exports[`component:<Notification> prop:title 1`] = `
851
851
  <DocumentFragment>
852
- <ui_notification
852
+ <ui-notification
853
853
  class="view row notification outlined"
854
854
  >
855
- <ui_icon
855
+ <ui-icon
856
856
  class="icon headline-3"
857
857
  >
858
858
  <svg
@@ -872,31 +872,31 @@ exports[`component:<Notification> prop:title 1`] = `
872
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"
873
873
  />
874
874
  </svg>
875
- </ui_icon>
876
- <ui_view
875
+ </ui-icon>
876
+ <ui-view
877
877
  class="view texts"
878
878
  >
879
- <ui_text
879
+ <ui-text
880
880
  class="text bold paragraph"
881
881
  >
882
882
  Title
883
- </ui_text>
884
- <ui_text
883
+ </ui-text>
884
+ <ui-text
885
885
  class="text action"
886
886
  >
887
887
  Lorem Ipsum...
888
- </ui_text>
889
- </ui_view>
890
- </ui_notification>
888
+ </ui-text>
889
+ </ui-view>
890
+ </ui-notification>
891
891
  </DocumentFragment>
892
892
  `;
893
893
 
894
894
  exports[`component:<Notification> prop:title 2`] = `
895
895
  <DocumentFragment>
896
- <ui_notification
896
+ <ui-notification
897
897
  class="view row notification contrast outlined"
898
898
  >
899
- <ui_icon
899
+ <ui-icon
900
900
  class="icon headline-3"
901
901
  >
902
902
  <svg
@@ -916,31 +916,31 @@ exports[`component:<Notification> prop:title 2`] = `
916
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"
917
917
  />
918
918
  </svg>
919
- </ui_icon>
920
- <ui_view
919
+ </ui-icon>
920
+ <ui-view
921
921
  class="view texts"
922
922
  >
923
- <ui_text
923
+ <ui-text
924
924
  class="text bold paragraph"
925
925
  >
926
926
  Title
927
- </ui_text>
928
- <ui_text
927
+ </ui-text>
928
+ <ui-text
929
929
  class="text action"
930
930
  >
931
931
  Lorem Ipsum...
932
- </ui_text>
933
- </ui_view>
934
- </ui_notification>
932
+ </ui-text>
933
+ </ui-view>
934
+ </ui-notification>
935
935
  </DocumentFragment>
936
936
  `;
937
937
 
938
938
  exports[`component:<Notification> prop:title 3`] = `
939
939
  <DocumentFragment>
940
- <ui_notification
940
+ <ui-notification
941
941
  class="view row notification error outlined"
942
942
  >
943
- <ui_icon
943
+ <ui-icon
944
944
  class="icon headline-3"
945
945
  >
946
946
  <svg
@@ -960,31 +960,31 @@ exports[`component:<Notification> prop:title 3`] = `
960
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"
961
961
  />
962
962
  </svg>
963
- </ui_icon>
964
- <ui_view
963
+ </ui-icon>
964
+ <ui-view
965
965
  class="view texts"
966
966
  >
967
- <ui_text
967
+ <ui-text
968
968
  class="text bold paragraph"
969
969
  >
970
970
  Title
971
- </ui_text>
972
- <ui_text
971
+ </ui-text>
972
+ <ui-text
973
973
  class="text action"
974
974
  >
975
975
  Lorem Ipsum...
976
- </ui_text>
977
- </ui_view>
978
- </ui_notification>
976
+ </ui-text>
977
+ </ui-view>
978
+ </ui-notification>
979
979
  </DocumentFragment>
980
980
  `;
981
981
 
982
982
  exports[`component:<Notification> prop:title 4`] = `
983
983
  <DocumentFragment>
984
- <ui_notification
984
+ <ui-notification
985
985
  class="view row notification warning outlined"
986
986
  >
987
- <ui_icon
987
+ <ui-icon
988
988
  class="icon headline-3"
989
989
  >
990
990
  <svg
@@ -1000,31 +1000,31 @@ exports[`component:<Notification> prop:title 4`] = `
1000
1000
  d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1001
1001
  />
1002
1002
  </svg>
1003
- </ui_icon>
1004
- <ui_view
1003
+ </ui-icon>
1004
+ <ui-view
1005
1005
  class="view texts"
1006
1006
  >
1007
- <ui_text
1007
+ <ui-text
1008
1008
  class="text bold paragraph"
1009
1009
  >
1010
1010
  Title
1011
- </ui_text>
1012
- <ui_text
1011
+ </ui-text>
1012
+ <ui-text
1013
1013
  class="text action"
1014
1014
  >
1015
1015
  Lorem Ipsum...
1016
- </ui_text>
1017
- </ui_view>
1018
- </ui_notification>
1016
+ </ui-text>
1017
+ </ui-view>
1018
+ </ui-notification>
1019
1019
  </DocumentFragment>
1020
1020
  `;
1021
1021
 
1022
1022
  exports[`component:<Notification> prop:title 5`] = `
1023
1023
  <DocumentFragment>
1024
- <ui_notification
1024
+ <ui-notification
1025
1025
  class="view row notification success outlined"
1026
1026
  >
1027
- <ui_icon
1027
+ <ui-icon
1028
1028
  class="icon headline-3"
1029
1029
  >
1030
1030
  <svg
@@ -1044,31 +1044,31 @@ exports[`component:<Notification> prop:title 5`] = `
1044
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"
1045
1045
  />
1046
1046
  </svg>
1047
- </ui_icon>
1048
- <ui_view
1047
+ </ui-icon>
1048
+ <ui-view
1049
1049
  class="view texts"
1050
1050
  >
1051
- <ui_text
1051
+ <ui-text
1052
1052
  class="text bold paragraph"
1053
1053
  >
1054
1054
  Title
1055
- </ui_text>
1056
- <ui_text
1055
+ </ui-text>
1056
+ <ui-text
1057
1057
  class="text action"
1058
1058
  >
1059
1059
  Lorem Ipsum...
1060
- </ui_text>
1061
- </ui_view>
1062
- </ui_notification>
1060
+ </ui-text>
1061
+ </ui-view>
1062
+ </ui-notification>
1063
1063
  </DocumentFragment>
1064
1064
  `;
1065
1065
 
1066
1066
  exports[`component:<Notification> prop:title 6`] = `
1067
1067
  <DocumentFragment>
1068
- <ui_notification
1068
+ <ui-notification
1069
1069
  class="view row notification info outlined"
1070
1070
  >
1071
- <ui_icon
1071
+ <ui-icon
1072
1072
  class="icon headline-3"
1073
1073
  >
1074
1074
  <svg
@@ -1088,31 +1088,31 @@ exports[`component:<Notification> prop:title 6`] = `
1088
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"
1089
1089
  />
1090
1090
  </svg>
1091
- </ui_icon>
1092
- <ui_view
1091
+ </ui-icon>
1092
+ <ui-view
1093
1093
  class="view texts"
1094
1094
  >
1095
- <ui_text
1095
+ <ui-text
1096
1096
  class="text bold paragraph"
1097
1097
  >
1098
1098
  Title
1099
- </ui_text>
1100
- <ui_text
1099
+ </ui-text>
1100
+ <ui-text
1101
1101
  class="text action"
1102
1102
  >
1103
1103
  Lorem Ipsum...
1104
- </ui_text>
1105
- </ui_view>
1106
- </ui_notification>
1104
+ </ui-text>
1105
+ </ui-view>
1106
+ </ui-notification>
1107
1107
  </DocumentFragment>
1108
1108
  `;
1109
1109
 
1110
1110
  exports[`component:<Notification> prop:warning & inline 1`] = `
1111
1111
  <DocumentFragment>
1112
- <ui_notification
1112
+ <ui-notification
1113
1113
  class="view row notification warning inline"
1114
1114
  >
1115
- <ui_icon
1115
+ <ui-icon
1116
1116
  class="icon headline-3"
1117
1117
  >
1118
1118
  <svg
@@ -1128,26 +1128,26 @@ exports[`component:<Notification> prop:warning & inline 1`] = `
1128
1128
  d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1129
1129
  />
1130
1130
  </svg>
1131
- </ui_icon>
1132
- <ui_view
1131
+ </ui-icon>
1132
+ <ui-view
1133
1133
  class="view texts"
1134
1134
  >
1135
- <ui_text
1135
+ <ui-text
1136
1136
  class="text action"
1137
1137
  >
1138
1138
  Lorem Ipsum...
1139
- </ui_text>
1140
- </ui_view>
1141
- </ui_notification>
1139
+ </ui-text>
1140
+ </ui-view>
1141
+ </ui-notification>
1142
1142
  </DocumentFragment>
1143
1143
  `;
1144
1144
 
1145
1145
  exports[`component:<Notification> prop:warning & large 1`] = `
1146
1146
  <DocumentFragment>
1147
- <ui_notification
1147
+ <ui-notification
1148
1148
  class="view row notification warning outlined large"
1149
1149
  >
1150
- <ui_icon
1150
+ <ui-icon
1151
1151
  class="icon headline-1"
1152
1152
  >
1153
1153
  <svg
@@ -1163,26 +1163,26 @@ exports[`component:<Notification> prop:warning & large 1`] = `
1163
1163
  d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1164
1164
  />
1165
1165
  </svg>
1166
- </ui_icon>
1167
- <ui_view
1166
+ </ui-icon>
1167
+ <ui-view
1168
1168
  class="view texts"
1169
1169
  >
1170
- <ui_text
1170
+ <ui-text
1171
1171
  class="text paragraph"
1172
1172
  >
1173
1173
  Lorem Ipsum...
1174
- </ui_text>
1175
- </ui_view>
1176
- </ui_notification>
1174
+ </ui-text>
1175
+ </ui-view>
1176
+ </ui-notification>
1177
1177
  </DocumentFragment>
1178
1178
  `;
1179
1179
 
1180
1180
  exports[`component:<Notification> prop:warning & small 1`] = `
1181
1181
  <DocumentFragment>
1182
- <ui_notification
1182
+ <ui-notification
1183
1183
  class="view row notification warning outlined small"
1184
1184
  >
1185
- <ui_icon
1185
+ <ui-icon
1186
1186
  class="icon paragraph"
1187
1187
  >
1188
1188
  <svg
@@ -1198,26 +1198,26 @@ exports[`component:<Notification> prop:warning & small 1`] = `
1198
1198
  d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1199
1199
  />
1200
1200
  </svg>
1201
- </ui_icon>
1202
- <ui_view
1201
+ </ui-icon>
1202
+ <ui-view
1203
1203
  class="view texts"
1204
1204
  >
1205
- <ui_text
1205
+ <ui-text
1206
1206
  class="text small"
1207
1207
  >
1208
1208
  Lorem Ipsum...
1209
- </ui_text>
1210
- </ui_view>
1211
- </ui_notification>
1209
+ </ui-text>
1210
+ </ui-view>
1211
+ </ui-notification>
1212
1212
  </DocumentFragment>
1213
1213
  `;
1214
1214
 
1215
1215
  exports[`component:<Notification> prop:warning 1`] = `
1216
1216
  <DocumentFragment>
1217
- <ui_notification
1217
+ <ui-notification
1218
1218
  class="view row notification warning outlined"
1219
1219
  >
1220
- <ui_icon
1220
+ <ui-icon
1221
1221
  class="icon headline-3"
1222
1222
  >
1223
1223
  <svg
@@ -1233,26 +1233,26 @@ exports[`component:<Notification> prop:warning 1`] = `
1233
1233
  d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1234
1234
  />
1235
1235
  </svg>
1236
- </ui_icon>
1237
- <ui_view
1236
+ </ui-icon>
1237
+ <ui-view
1238
1238
  class="view texts"
1239
1239
  >
1240
- <ui_text
1240
+ <ui-text
1241
1241
  class="text action"
1242
1242
  >
1243
1243
  Lorem Ipsum...
1244
- </ui_text>
1245
- </ui_view>
1246
- </ui_notification>
1244
+ </ui-text>
1245
+ </ui-view>
1246
+ </ui-notification>
1247
1247
  </DocumentFragment>
1248
1248
  `;
1249
1249
 
1250
1250
  exports[`component:<Notification> prop:wide 1`] = `
1251
1251
  <DocumentFragment>
1252
- <ui_notification
1252
+ <ui-notification
1253
1253
  class="view row notification outlined wide"
1254
1254
  >
1255
- <ui_icon
1255
+ <ui-icon
1256
1256
  class="icon headline-3"
1257
1257
  >
1258
1258
  <svg
@@ -1272,26 +1272,26 @@ exports[`component:<Notification> prop:wide 1`] = `
1272
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"
1273
1273
  />
1274
1274
  </svg>
1275
- </ui_icon>
1276
- <ui_view
1275
+ </ui-icon>
1276
+ <ui-view
1277
1277
  class="view texts"
1278
1278
  >
1279
- <ui_text
1279
+ <ui-text
1280
1280
  class="text action"
1281
1281
  >
1282
1282
  Lorem Ipsum...
1283
- </ui_text>
1284
- </ui_view>
1285
- </ui_notification>
1283
+ </ui-text>
1284
+ </ui-view>
1285
+ </ui-notification>
1286
1286
  </DocumentFragment>
1287
1287
  `;
1288
1288
 
1289
1289
  exports[`component:<Notification> renders 1`] = `
1290
1290
  <DocumentFragment>
1291
- <ui_notification
1291
+ <ui-notification
1292
1292
  class="view row notification outlined"
1293
1293
  >
1294
- <ui_icon
1294
+ <ui-icon
1295
1295
  class="icon headline-3"
1296
1296
  >
1297
1297
  <svg
@@ -1311,66 +1311,27 @@ exports[`component:<Notification> renders 1`] = `
1311
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"
1312
1312
  />
1313
1313
  </svg>
1314
- </ui_icon>
1315
- <ui_view
1314
+ </ui-icon>
1315
+ <ui-view
1316
1316
  class="view texts"
1317
1317
  >
1318
- <ui_text
1318
+ <ui-text
1319
1319
  class="text action"
1320
1320
  >
1321
1321
  Lorem Ipsum...
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>
1322
+ </ui-text>
1323
+ </ui-view>
1324
+ </ui-notification>
1364
1325
  </DocumentFragment>
1365
1326
  `;
1366
1327
 
1367
1328
  exports[`component:<Notification> testId 1`] = `
1368
1329
  <DocumentFragment>
1369
- <ui_notification
1330
+ <ui-notification
1370
1331
  class="view row notification outlined"
1371
1332
  data-testid="mirai"
1372
1333
  >
1373
- <ui_icon
1334
+ <ui-icon
1374
1335
  class="icon headline-3"
1375
1336
  >
1376
1337
  <svg
@@ -1390,16 +1351,16 @@ exports[`component:<Notification> testId 1`] = `
1390
1351
  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"
1391
1352
  />
1392
1353
  </svg>
1393
- </ui_icon>
1394
- <ui_view
1354
+ </ui-icon>
1355
+ <ui-view
1395
1356
  class="view texts"
1396
1357
  >
1397
- <ui_text
1358
+ <ui-text
1398
1359
  class="text action"
1399
1360
  >
1400
1361
  Lorem Ipsum...
1401
- </ui_text>
1402
- </ui_view>
1403
- </ui_notification>
1362
+ </ui-text>
1363
+ </ui-view>
1364
+ </ui-notification>
1404
1365
  </DocumentFragment>
1405
1366
  `;