@mirai/ui 1.1.0-f → 1.1.1

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 (186) hide show
  1. package/README.md +109 -60
  2. package/build/components/Action/Action.js +1 -1
  3. package/build/components/Action/Action.js.map +1 -1
  4. package/build/components/Action/Action.module.css +4 -7
  5. package/build/components/Action/Action.stories.js +1 -1
  6. package/build/components/Action/Action.stories.js.map +1 -1
  7. package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +26 -40
  8. package/build/components/Button/Button.module.css +30 -33
  9. package/build/components/Button/Button.stories.js +9 -0
  10. package/build/components/Button/Button.stories.js.map +1 -1
  11. package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +21 -30
  12. package/build/components/Calendar/Calendar.Month.js +12 -8
  13. package/build/components/Calendar/Calendar.Month.js.map +1 -1
  14. package/build/components/Calendar/Calendar.Week.js +7 -10
  15. package/build/components/Calendar/Calendar.Week.js.map +1 -1
  16. package/build/components/Calendar/Calendar.js +10 -2
  17. package/build/components/Calendar/Calendar.js.map +1 -1
  18. package/build/components/Calendar/Calendar.module.css +8 -9
  19. package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +15768 -15800
  20. package/build/components/Form/Form.constants.js +1 -1
  21. package/build/components/Form/Form.constants.js.map +1 -1
  22. package/build/components/Form/Form.js +3 -1
  23. package/build/components/Form/Form.js.map +1 -1
  24. package/build/components/Form/Form.stories.js +6 -1
  25. package/build/components/Form/Form.stories.js.map +1 -1
  26. package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +9 -9
  27. package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +42 -42
  28. package/build/components/InputNumber/InputNumber.js +2 -1
  29. package/build/components/InputNumber/InputNumber.js.map +1 -1
  30. package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +138 -153
  31. package/build/components/InputOption/InputOption.js +8 -1
  32. package/build/components/InputOption/InputOption.js.map +1 -1
  33. package/build/components/InputOption/InputOption.module.css +13 -2
  34. package/build/components/InputOption/InputOption.stories.js +2 -1
  35. package/build/components/InputOption/InputOption.stories.js.map +1 -1
  36. package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +96 -90
  37. package/build/components/InputPhone/InputPhone.js +23 -20
  38. package/build/components/InputPhone/InputPhone.js.map +1 -1
  39. package/build/components/InputPhone/InputPhone.module.css +19 -6
  40. package/build/components/InputPhone/InputPhone.stories.js +3 -3
  41. package/build/components/InputPhone/InputPhone.stories.js.map +1 -1
  42. package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +410 -410
  43. package/build/components/InputPhone/helpers/index.js +11 -0
  44. package/build/components/InputPhone/helpers/index.js.map +1 -1
  45. package/build/components/InputPhone/helpers/sanitizePrefixes.js +24 -0
  46. package/build/components/InputPhone/helpers/sanitizePrefixes.js.map +1 -0
  47. package/build/components/InputSelect/InputSelect.js +3 -5
  48. package/build/components/InputSelect/InputSelect.js.map +1 -1
  49. package/build/components/InputSelect/InputSelect.stories.js +1 -0
  50. package/build/components/InputSelect/InputSelect.stories.js.map +1 -1
  51. package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +136 -136
  52. package/build/components/InputSelect/partials/InputSelect.Expand.js +23 -0
  53. package/build/components/InputSelect/partials/InputSelect.Expand.js.map +1 -0
  54. package/build/components/InputSelect/partials/index.js +17 -0
  55. package/build/components/InputSelect/partials/index.js.map +1 -0
  56. package/build/components/InputText/InputText.js +6 -4
  57. package/build/components/InputText/InputText.js.map +1 -1
  58. package/build/components/InputText/InputText.module.css +18 -6
  59. package/build/components/InputText/InputText.stories.js +7 -2
  60. package/build/components/InputText/InputText.stories.js.map +1 -1
  61. package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +142 -143
  62. package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +72 -70
  63. package/build/components/Modal/Modal.js +15 -8
  64. package/build/components/Modal/Modal.js.map +1 -1
  65. package/build/components/Modal/Modal.module.css +30 -14
  66. package/build/components/Modal/Modal.stories.js +1 -0
  67. package/build/components/Modal/Modal.stories.js.map +1 -1
  68. package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +92 -98
  69. package/build/components/Notification/Notification.js +20 -12
  70. package/build/components/Notification/Notification.js.map +1 -1
  71. package/build/components/Notification/Notification.module.css +44 -58
  72. package/build/components/Notification/Notification.stories.js +15 -2
  73. package/build/components/Notification/Notification.stories.js.map +1 -1
  74. package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +600 -254
  75. package/build/components/Progress/Progress.js +2 -0
  76. package/build/components/Progress/Progress.js.map +1 -1
  77. package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +18 -18
  78. package/build/components/Slider/Slider.constants.js +3 -1
  79. package/build/components/Slider/Slider.constants.js.map +1 -1
  80. package/build/components/Slider/Slider.js +67 -66
  81. package/build/components/Slider/Slider.js.map +1 -1
  82. package/build/components/Slider/Slider.module.css +55 -52
  83. package/build/components/Slider/Slider.stories.js +9 -6
  84. package/build/components/Slider/Slider.stories.js.map +1 -1
  85. package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +714 -333
  86. package/build/components/Table/Table.ColumnFilter.js +17 -14
  87. package/build/components/Table/Table.ColumnFilter.js.map +1 -1
  88. package/build/components/Table/Table.Row.js +2 -1
  89. package/build/components/Table/Table.Row.js.map +1 -1
  90. package/build/components/Table/Table.constants.js +3 -1
  91. package/build/components/Table/Table.constants.js.map +1 -1
  92. package/build/components/Table/Table.js +54 -17
  93. package/build/components/Table/Table.js.map +1 -1
  94. package/build/components/Table/Table.module.css +12 -6
  95. package/build/components/Table/Table.stories.js +39 -19
  96. package/build/components/Table/Table.stories.js.map +1 -1
  97. package/build/components/Table/Table.stories.module.css +4 -5
  98. package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +221 -240
  99. package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +1725 -1085
  100. package/build/components/Table/helpers/exists.js +2 -3
  101. package/build/components/Table/helpers/exists.js.map +1 -1
  102. package/build/components/Table/helpers/select.js +24 -16
  103. package/build/components/Table/helpers/select.js.map +1 -1
  104. package/build/components/Tooltip/Tooltip.js +29 -6
  105. package/build/components/Tooltip/Tooltip.js.map +1 -1
  106. package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +51 -44
  107. package/build/components/index.js +11 -0
  108. package/build/components/index.js.map +1 -1
  109. package/build/helpers/getInputPhoneErrors.js +3 -2
  110. package/build/helpers/getInputPhoneErrors.js.map +1 -1
  111. package/build/hooks/useDevice.js +1 -1
  112. package/build/hooks/useDevice.js.map +1 -1
  113. package/build/primitives/Checkbox/Checkbox.js +4 -3
  114. package/build/primitives/Checkbox/Checkbox.js.map +1 -1
  115. package/build/primitives/Checkbox/Checkbox.module.css +42 -6
  116. package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +47 -16
  117. package/build/primitives/Icon/Icon.constants.js +43 -21
  118. package/build/primitives/Icon/Icon.constants.js.map +1 -1
  119. package/build/primitives/Icon/Icon.js +15 -5
  120. package/build/primitives/Icon/Icon.js.map +1 -1
  121. package/build/primitives/Icon/Icon.module.css +32 -19
  122. package/build/primitives/Icon/Icon.stories.js +5 -0
  123. package/build/primitives/Icon/Icon.stories.js.map +1 -1
  124. package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +291 -100
  125. package/build/primitives/Input/Input.js +9 -3
  126. package/build/primitives/Input/Input.js.map +1 -1
  127. package/build/primitives/Input/Input.stories.js +2 -0
  128. package/build/primitives/Input/Input.stories.js.map +1 -1
  129. package/build/primitives/Input/__tests__/__snapshots__/Input.test.js.snap +22 -0
  130. package/build/primitives/Layer/Layer.js +11 -5
  131. package/build/primitives/Layer/Layer.js.map +1 -1
  132. package/build/primitives/Layer/Layer.module.css +4 -0
  133. package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +78 -42
  134. package/build/primitives/Layer/helpers/index.js +11 -0
  135. package/build/primitives/Layer/helpers/index.js.map +1 -1
  136. package/build/primitives/Layer/helpers/isComponentFixed.js +32 -0
  137. package/build/primitives/Layer/helpers/isComponentFixed.js.map +1 -0
  138. package/build/primitives/Pressable/Pressable.constants.js +1 -1
  139. package/build/primitives/Pressable/Pressable.constants.js.map +1 -1
  140. package/build/primitives/Pressable/Pressable.js +3 -7
  141. package/build/primitives/Pressable/Pressable.js.map +1 -1
  142. package/build/primitives/Pressable/Pressable.module.css +0 -1
  143. package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +10 -14
  144. package/build/primitives/Primitive/Primitive.js +2 -2
  145. package/build/primitives/Primitive/Primitive.js.map +1 -1
  146. package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +7 -7
  147. package/build/primitives/Primitive/helpers/index.js +0 -11
  148. package/build/primitives/Primitive/helpers/index.js.map +1 -1
  149. package/build/primitives/Radio/Radio.js +1 -1
  150. package/build/primitives/Radio/Radio.js.map +1 -1
  151. package/build/primitives/Radio/Radio.module.css +18 -2
  152. package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +21 -21
  153. package/build/primitives/ScrollView/ScrollView.js +1 -1
  154. package/build/primitives/ScrollView/ScrollView.js.map +1 -1
  155. package/build/primitives/ScrollView/ScrollView.module.css +1 -0
  156. package/build/primitives/ScrollView/ScrollView.stories.js +5 -6
  157. package/build/primitives/ScrollView/ScrollView.stories.js.map +1 -1
  158. package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +20 -20
  159. package/build/primitives/Select/Select.js +13 -6
  160. package/build/primitives/Select/Select.js.map +1 -1
  161. package/build/primitives/Select/Select.stories.js +1 -0
  162. package/build/primitives/Select/Select.stories.js.map +1 -1
  163. package/build/primitives/Select/__tests__/__snapshots__/Select.test.js.snap +36 -0
  164. package/build/primitives/Switch/Switch.js +5 -3
  165. package/build/primitives/Switch/Switch.js.map +1 -1
  166. package/build/primitives/Switch/Switch.module.css +36 -8
  167. package/build/primitives/Switch/Switch.stories.js +1 -0
  168. package/build/primitives/Switch/Switch.stories.js.map +1 -1
  169. package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +88 -25
  170. package/build/primitives/Text/Text.js +12 -5
  171. package/build/primitives/Text/Text.js.map +1 -1
  172. package/build/primitives/Text/Text.module.css +29 -14
  173. package/build/primitives/Text/Text.stories.js +4 -0
  174. package/build/primitives/Text/Text.stories.js.map +1 -1
  175. package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +78 -38
  176. package/build/primitives/View/View.js +1 -1
  177. package/build/primitives/View/View.js.map +1 -1
  178. package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +10 -10
  179. package/build/theme/default.theme.css +54 -53
  180. package/build/theme/theme.constants.js +3 -1
  181. package/build/theme/theme.constants.js.map +1 -1
  182. package/build/theme/theme.js +34 -11
  183. package/build/theme/theme.js.map +1 -1
  184. package/package.json +4 -5
  185. package/build/primitives/Primitive/helpers/getTag.js +0 -33
  186. package/build/primitives/Primitive/helpers/getTag.js.map +0 -1
@@ -2,11 +2,11 @@
2
2
 
3
3
  exports[`component:<Notification> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <ui_view
5
+ <div
6
6
  class="view row notification outlined mirai"
7
7
  >
8
- <ui_icon
9
- class="icon h3 icon"
8
+ <span
9
+ class="icon headline-3"
10
10
  >
11
11
  <svg
12
12
  fill="currentColor"
@@ -25,23 +25,27 @@ 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_text
30
- class="text paragraph text"
28
+ </span>
29
+ <div
30
+ class="view texts"
31
31
  >
32
- Lorem Ipsum...
33
- </ui_text>
34
- </ui_view>
32
+ <span
33
+ class="text action"
34
+ >
35
+ Lorem Ipsum...
36
+ </span>
37
+ </div>
38
+ </div>
35
39
  </DocumentFragment>
36
40
  `;
37
41
 
38
- exports[`component:<Notification> prop:error 1`] = `
42
+ exports[`component:<Notification> prop:error & inline 1`] = `
39
43
  <DocumentFragment>
40
- <ui_view
41
- class="view row notification error outlined"
44
+ <div
45
+ class="view row notification error inline"
42
46
  >
43
- <ui_icon
44
- class="icon h3 icon"
47
+ <span
48
+ class="icon headline-3"
45
49
  >
46
50
  <svg
47
51
  fill="currentColor"
@@ -60,23 +64,27 @@ exports[`component:<Notification> prop:error 1`] = `
60
64
  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"
61
65
  />
62
66
  </svg>
63
- </ui_icon>
64
- <ui_text
65
- class="text paragraph text error"
67
+ </span>
68
+ <div
69
+ class="view texts"
66
70
  >
67
- Lorem Ipsum...
68
- </ui_text>
69
- </ui_view>
71
+ <span
72
+ class="text action"
73
+ >
74
+ Lorem Ipsum...
75
+ </span>
76
+ </div>
77
+ </div>
70
78
  </DocumentFragment>
71
79
  `;
72
80
 
73
- exports[`component:<Notification> prop:info & inline 1`] = `
81
+ exports[`component:<Notification> prop:error & large 1`] = `
74
82
  <DocumentFragment>
75
- <ui_view
76
- class="view row notification info inline inline"
83
+ <div
84
+ class="view row notification error outlined large"
77
85
  >
78
- <ui_icon
79
- class="icon h3 icon"
86
+ <span
87
+ class="icon headline-1"
80
88
  >
81
89
  <svg
82
90
  fill="currentColor"
@@ -92,26 +100,108 @@ exports[`component:<Notification> prop:info & inline 1`] = `
92
100
  fill="none"
93
101
  />
94
102
  <path
95
- 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"
103
+ 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"
96
104
  />
97
105
  </svg>
98
- </ui_icon>
99
- <ui_text
100
- class="text paragraph text"
106
+ </span>
107
+ <div
108
+ class="view texts"
101
109
  >
102
- Lorem Ipsum...
103
- </ui_text>
104
- </ui_view>
110
+ <span
111
+ class="text paragraph"
112
+ >
113
+ Lorem Ipsum...
114
+ </span>
115
+ </div>
116
+ </div>
105
117
  </DocumentFragment>
106
118
  `;
107
119
 
108
- exports[`component:<Notification> prop:info & large 1`] = `
120
+ exports[`component:<Notification> prop:error & small 1`] = `
109
121
  <DocumentFragment>
110
- <ui_view
111
- class="view row notification info outlined large"
122
+ <div
123
+ class="view row notification error outlined small"
112
124
  >
113
- <ui_icon
114
- class="icon h1 icon"
125
+ <span
126
+ class="icon paragraph"
127
+ >
128
+ <svg
129
+ fill="currentColor"
130
+ height="1em"
131
+ stroke="currentColor"
132
+ stroke-width="0"
133
+ viewBox="0 0 24 24"
134
+ width="1em"
135
+ xmlns="http://www.w3.org/2000/svg"
136
+ >
137
+ <path
138
+ d="M0 0h24v24H0V0z"
139
+ fill="none"
140
+ />
141
+ <path
142
+ 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"
143
+ />
144
+ </svg>
145
+ </span>
146
+ <div
147
+ class="view texts"
148
+ >
149
+ <span
150
+ class="text small"
151
+ >
152
+ Lorem Ipsum...
153
+ </span>
154
+ </div>
155
+ </div>
156
+ </DocumentFragment>
157
+ `;
158
+
159
+ exports[`component:<Notification> prop:error 1`] = `
160
+ <DocumentFragment>
161
+ <div
162
+ class="view row notification error outlined"
163
+ >
164
+ <span
165
+ class="icon headline-3"
166
+ >
167
+ <svg
168
+ fill="currentColor"
169
+ height="1em"
170
+ stroke="currentColor"
171
+ stroke-width="0"
172
+ viewBox="0 0 24 24"
173
+ width="1em"
174
+ xmlns="http://www.w3.org/2000/svg"
175
+ >
176
+ <path
177
+ d="M0 0h24v24H0V0z"
178
+ fill="none"
179
+ />
180
+ <path
181
+ 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"
182
+ />
183
+ </svg>
184
+ </span>
185
+ <div
186
+ class="view texts"
187
+ >
188
+ <span
189
+ class="text action"
190
+ >
191
+ Lorem Ipsum...
192
+ </span>
193
+ </div>
194
+ </div>
195
+ </DocumentFragment>
196
+ `;
197
+
198
+ exports[`component:<Notification> prop:info & inline 1`] = `
199
+ <DocumentFragment>
200
+ <div
201
+ class="view row notification info inline"
202
+ >
203
+ <span
204
+ class="icon headline-3"
115
205
  >
116
206
  <svg
117
207
  fill="currentColor"
@@ -130,23 +220,27 @@ exports[`component:<Notification> prop:info & large 1`] = `
130
220
  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"
131
221
  />
132
222
  </svg>
133
- </ui_icon>
134
- <ui_text
135
- class="text paragraph text"
223
+ </span>
224
+ <div
225
+ class="view texts"
136
226
  >
137
- Lorem Ipsum...
138
- </ui_text>
139
- </ui_view>
227
+ <span
228
+ class="text action"
229
+ >
230
+ Lorem Ipsum...
231
+ </span>
232
+ </div>
233
+ </div>
140
234
  </DocumentFragment>
141
235
  `;
142
236
 
143
- exports[`component:<Notification> prop:info & small 1`] = `
237
+ exports[`component:<Notification> prop:info & large 1`] = `
144
238
  <DocumentFragment>
145
- <ui_view
146
- class="view row notification info outlined small"
239
+ <div
240
+ class="view row notification info outlined large"
147
241
  >
148
- <ui_icon
149
- class="icon paragraph icon"
242
+ <span
243
+ class="icon headline-1"
150
244
  >
151
245
  <svg
152
246
  fill="currentColor"
@@ -165,23 +259,27 @@ exports[`component:<Notification> prop:info & small 1`] = `
165
259
  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"
166
260
  />
167
261
  </svg>
168
- </ui_icon>
169
- <ui_text
170
- class="text small text"
262
+ </span>
263
+ <div
264
+ class="view texts"
171
265
  >
172
- Lorem Ipsum...
173
- </ui_text>
174
- </ui_view>
266
+ <span
267
+ class="text paragraph"
268
+ >
269
+ Lorem Ipsum...
270
+ </span>
271
+ </div>
272
+ </div>
175
273
  </DocumentFragment>
176
274
  `;
177
275
 
178
- exports[`component:<Notification> prop:info 1`] = `
276
+ exports[`component:<Notification> prop:info & small 1`] = `
179
277
  <DocumentFragment>
180
- <ui_view
181
- class="view row notification info outlined"
278
+ <div
279
+ class="view row notification info outlined small"
182
280
  >
183
- <ui_icon
184
- class="icon h3 icon"
281
+ <span
282
+ class="icon paragraph"
185
283
  >
186
284
  <svg
187
285
  fill="currentColor"
@@ -200,23 +298,27 @@ exports[`component:<Notification> prop:info 1`] = `
200
298
  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"
201
299
  />
202
300
  </svg>
203
- </ui_icon>
204
- <ui_text
205
- class="text paragraph text"
301
+ </span>
302
+ <div
303
+ class="view texts"
206
304
  >
207
- Lorem Ipsum...
208
- </ui_text>
209
- </ui_view>
305
+ <span
306
+ class="text small"
307
+ >
308
+ Lorem Ipsum...
309
+ </span>
310
+ </div>
311
+ </div>
210
312
  </DocumentFragment>
211
313
  `;
212
314
 
213
- exports[`component:<Notification> prop:inline 1`] = `
315
+ exports[`component:<Notification> prop:info 1`] = `
214
316
  <DocumentFragment>
215
- <ui_view
216
- class="view row notification inline inline"
317
+ <div
318
+ class="view row notification info outlined"
217
319
  >
218
- <ui_icon
219
- class="icon h3 icon"
320
+ <span
321
+ class="icon headline-3"
220
322
  >
221
323
  <svg
222
324
  fill="currentColor"
@@ -235,23 +337,27 @@ exports[`component:<Notification> prop:inline 1`] = `
235
337
  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"
236
338
  />
237
339
  </svg>
238
- </ui_icon>
239
- <ui_text
240
- class="text paragraph text"
340
+ </span>
341
+ <div
342
+ class="view texts"
241
343
  >
242
- Lorem Ipsum...
243
- </ui_text>
244
- </ui_view>
344
+ <span
345
+ class="text action"
346
+ >
347
+ Lorem Ipsum...
348
+ </span>
349
+ </div>
350
+ </div>
245
351
  </DocumentFragment>
246
352
  `;
247
353
 
248
- exports[`component:<Notification> prop:large & prop:inline 1`] = `
354
+ exports[`component:<Notification> prop:inline 1`] = `
249
355
  <DocumentFragment>
250
- <ui_view
251
- class="view row notification inline inline large"
356
+ <div
357
+ class="view row notification inline"
252
358
  >
253
- <ui_icon
254
- class="icon h1 icon"
359
+ <span
360
+ class="icon headline-3"
255
361
  >
256
362
  <svg
257
363
  fill="currentColor"
@@ -270,23 +376,27 @@ exports[`component:<Notification> prop:large & prop:inline 1`] = `
270
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"
271
377
  />
272
378
  </svg>
273
- </ui_icon>
274
- <ui_text
275
- class="text paragraph text"
379
+ </span>
380
+ <div
381
+ class="view texts"
276
382
  >
277
- Lorem Ipsum...
278
- </ui_text>
279
- </ui_view>
383
+ <span
384
+ class="text action"
385
+ >
386
+ Lorem Ipsum...
387
+ </span>
388
+ </div>
389
+ </div>
280
390
  </DocumentFragment>
281
391
  `;
282
392
 
283
393
  exports[`component:<Notification> prop:large 1`] = `
284
394
  <DocumentFragment>
285
- <ui_view
395
+ <div
286
396
  class="view row notification outlined large"
287
397
  >
288
- <ui_icon
289
- class="icon h1 icon"
398
+ <span
399
+ class="icon headline-1"
290
400
  >
291
401
  <svg
292
402
  fill="currentColor"
@@ -305,24 +415,28 @@ exports[`component:<Notification> prop:large 1`] = `
305
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"
306
416
  />
307
417
  </svg>
308
- </ui_icon>
309
- <ui_text
310
- class="text paragraph text"
418
+ </span>
419
+ <div
420
+ class="view texts"
311
421
  >
312
- Lorem Ipsum...
313
- </ui_text>
314
- </ui_view>
422
+ <span
423
+ class="text paragraph"
424
+ >
425
+ Lorem Ipsum...
426
+ </span>
427
+ </div>
428
+ </div>
315
429
  </DocumentFragment>
316
430
  `;
317
431
 
318
432
  exports[`component:<Notification> prop:onClose 1`] = `
319
433
  <DocumentFragment>
320
- <ui_view
434
+ <div
321
435
  class="view row notification outlined"
322
436
  data-testid="mirai-onClose"
323
437
  >
324
- <ui_icon
325
- class="icon h3 icon"
438
+ <span
439
+ class="icon headline-3"
326
440
  >
327
441
  <svg
328
442
  fill="currentColor"
@@ -341,19 +455,22 @@ exports[`component:<Notification> prop:onClose 1`] = `
341
455
  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"
342
456
  />
343
457
  </svg>
344
- </ui_icon>
345
- <ui_text
346
- class="text paragraph text"
347
- >
348
- Lorem Ipsum...
349
- </ui_text>
350
- <ui_pressable
351
- class="pressable pressable icon"
458
+ </span>
459
+ <div
460
+ class="view texts"
461
+ >
462
+ <span
463
+ class="text action"
464
+ >
465
+ Lorem Ipsum...
466
+ </span>
467
+ </div>
468
+ <div
469
+ class="pressable"
352
470
  data-testid="mirai-onClose-button-close"
353
- tabindex="0"
354
471
  >
355
- <ui_icon
356
- class="icon h3"
472
+ <span
473
+ class="icon headline-3"
357
474
  >
358
475
  <svg
359
476
  fill="currentColor"
@@ -369,22 +486,22 @@ exports[`component:<Notification> prop:onClose 1`] = `
369
486
  fill="none"
370
487
  />
371
488
  <path
372
- d="M19 6.41L17.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"
489
+ 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"
373
490
  />
374
491
  </svg>
375
- </ui_icon>
376
- </ui_pressable>
377
- </ui_view>
492
+ </span>
493
+ </div>
494
+ </div>
378
495
  </DocumentFragment>
379
496
  `;
380
497
 
381
- exports[`component:<Notification> prop:small & prop:inline 1`] = `
498
+ exports[`component:<Notification> prop:small 1`] = `
382
499
  <DocumentFragment>
383
- <ui_view
384
- class="view row notification inline inline small"
500
+ <div
501
+ class="view row notification outlined small"
385
502
  >
386
- <ui_icon
387
- class="icon paragraph icon"
503
+ <span
504
+ class="icon paragraph"
388
505
  >
389
506
  <svg
390
507
  fill="currentColor"
@@ -403,23 +520,27 @@ exports[`component:<Notification> prop:small & prop:inline 1`] = `
403
520
  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"
404
521
  />
405
522
  </svg>
406
- </ui_icon>
407
- <ui_text
408
- class="text small text"
523
+ </span>
524
+ <div
525
+ class="view texts"
409
526
  >
410
- Lorem Ipsum...
411
- </ui_text>
412
- </ui_view>
527
+ <span
528
+ class="text small"
529
+ >
530
+ Lorem Ipsum...
531
+ </span>
532
+ </div>
533
+ </div>
413
534
  </DocumentFragment>
414
535
  `;
415
536
 
416
- exports[`component:<Notification> prop:small 1`] = `
537
+ exports[`component:<Notification> prop:success & inline 1`] = `
417
538
  <DocumentFragment>
418
- <ui_view
419
- class="view row notification outlined small"
539
+ <div
540
+ class="view row notification success inline"
420
541
  >
421
- <ui_icon
422
- class="icon paragraph icon"
542
+ <span
543
+ class="icon headline-3"
423
544
  >
424
545
  <svg
425
546
  fill="currentColor"
@@ -431,30 +552,34 @@ exports[`component:<Notification> prop:small 1`] = `
431
552
  xmlns="http://www.w3.org/2000/svg"
432
553
  >
433
554
  <path
434
- d="M0 0h24v24H0V0z"
555
+ d="M0 0h24v24H0V0zm0 0h24v24H0V0z"
435
556
  fill="none"
436
557
  />
437
558
  <path
438
- 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"
559
+ 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"
439
560
  />
440
561
  </svg>
441
- </ui_icon>
442
- <ui_text
443
- class="text small text"
562
+ </span>
563
+ <div
564
+ class="view texts"
444
565
  >
445
- Lorem Ipsum...
446
- </ui_text>
447
- </ui_view>
566
+ <span
567
+ class="text action"
568
+ >
569
+ Lorem Ipsum...
570
+ </span>
571
+ </div>
572
+ </div>
448
573
  </DocumentFragment>
449
574
  `;
450
575
 
451
- exports[`component:<Notification> prop:success & inline 1`] = `
576
+ exports[`component:<Notification> prop:success & large 1`] = `
452
577
  <DocumentFragment>
453
- <ui_view
454
- class="view row notification success inline inline"
578
+ <div
579
+ class="view row notification success outlined large"
455
580
  >
456
- <ui_icon
457
- class="icon h3 icon"
581
+ <span
582
+ class="icon headline-1"
458
583
  >
459
584
  <svg
460
585
  fill="currentColor"
@@ -466,30 +591,112 @@ exports[`component:<Notification> prop:success & inline 1`] = `
466
591
  xmlns="http://www.w3.org/2000/svg"
467
592
  >
468
593
  <path
469
- d="M0 0h24v24H0V0z"
594
+ d="M0 0h24v24H0V0zm0 0h24v24H0V0z"
470
595
  fill="none"
471
596
  />
472
597
  <path
473
- d="M12 2C6.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 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"
598
+ 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"
474
599
  />
475
600
  </svg>
476
- </ui_icon>
477
- <ui_text
478
- class="text paragraph text success"
601
+ </span>
602
+ <div
603
+ class="view texts"
479
604
  >
480
- Lorem Ipsum...
481
- </ui_text>
482
- </ui_view>
605
+ <span
606
+ class="text paragraph"
607
+ >
608
+ Lorem Ipsum...
609
+ </span>
610
+ </div>
611
+ </div>
483
612
  </DocumentFragment>
484
613
  `;
485
614
 
486
- exports[`component:<Notification> prop:success & large 1`] = `
615
+ exports[`component:<Notification> prop:success & small 1`] = `
487
616
  <DocumentFragment>
488
- <ui_view
489
- class="view row notification success outlined large"
617
+ <div
618
+ class="view row notification success outlined small"
490
619
  >
491
- <ui_icon
492
- class="icon h1 icon"
620
+ <span
621
+ class="icon paragraph"
622
+ >
623
+ <svg
624
+ fill="currentColor"
625
+ height="1em"
626
+ stroke="currentColor"
627
+ stroke-width="0"
628
+ viewBox="0 0 24 24"
629
+ width="1em"
630
+ xmlns="http://www.w3.org/2000/svg"
631
+ >
632
+ <path
633
+ d="M0 0h24v24H0V0zm0 0h24v24H0V0z"
634
+ fill="none"
635
+ />
636
+ <path
637
+ 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"
638
+ />
639
+ </svg>
640
+ </span>
641
+ <div
642
+ class="view texts"
643
+ >
644
+ <span
645
+ class="text small"
646
+ >
647
+ Lorem Ipsum...
648
+ </span>
649
+ </div>
650
+ </div>
651
+ </DocumentFragment>
652
+ `;
653
+
654
+ exports[`component:<Notification> prop:success 1`] = `
655
+ <DocumentFragment>
656
+ <div
657
+ class="view row notification success outlined"
658
+ >
659
+ <span
660
+ class="icon headline-3"
661
+ >
662
+ <svg
663
+ fill="currentColor"
664
+ height="1em"
665
+ stroke="currentColor"
666
+ stroke-width="0"
667
+ viewBox="0 0 24 24"
668
+ width="1em"
669
+ xmlns="http://www.w3.org/2000/svg"
670
+ >
671
+ <path
672
+ d="M0 0h24v24H0V0zm0 0h24v24H0V0z"
673
+ fill="none"
674
+ />
675
+ <path
676
+ 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"
677
+ />
678
+ </svg>
679
+ </span>
680
+ <div
681
+ class="view texts"
682
+ >
683
+ <span
684
+ class="text action"
685
+ >
686
+ Lorem Ipsum...
687
+ </span>
688
+ </div>
689
+ </div>
690
+ </DocumentFragment>
691
+ `;
692
+
693
+ exports[`component:<Notification> prop:title 1`] = `
694
+ <DocumentFragment>
695
+ <div
696
+ class="view row notification outlined"
697
+ >
698
+ <span
699
+ class="icon headline-3"
493
700
  >
494
701
  <svg
495
702
  fill="currentColor"
@@ -505,26 +712,35 @@ exports[`component:<Notification> prop:success & large 1`] = `
505
712
  fill="none"
506
713
  />
507
714
  <path
508
- d="M12 2C6.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 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"
715
+ 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"
509
716
  />
510
717
  </svg>
511
- </ui_icon>
512
- <ui_text
513
- class="text paragraph text success"
718
+ </span>
719
+ <div
720
+ class="view texts"
514
721
  >
515
- Lorem Ipsum...
516
- </ui_text>
517
- </ui_view>
722
+ <span
723
+ class="text bold paragraph"
724
+ >
725
+ Title
726
+ </span>
727
+ <span
728
+ class="text action"
729
+ >
730
+ Lorem Ipsum...
731
+ </span>
732
+ </div>
733
+ </div>
518
734
  </DocumentFragment>
519
735
  `;
520
736
 
521
- exports[`component:<Notification> prop:success & small 1`] = `
737
+ exports[`component:<Notification> prop:title 2`] = `
522
738
  <DocumentFragment>
523
- <ui_view
524
- class="view row notification success outlined small"
739
+ <div
740
+ class="view row notification error outlined"
525
741
  >
526
- <ui_icon
527
- class="icon paragraph icon"
742
+ <span
743
+ class="icon headline-3"
528
744
  >
529
745
  <svg
530
746
  fill="currentColor"
@@ -540,26 +756,119 @@ exports[`component:<Notification> prop:success & small 1`] = `
540
756
  fill="none"
541
757
  />
542
758
  <path
543
- d="M12 2C6.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 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"
759
+ 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"
544
760
  />
545
761
  </svg>
546
- </ui_icon>
547
- <ui_text
548
- class="text small text success"
762
+ </span>
763
+ <div
764
+ class="view texts"
549
765
  >
550
- Lorem Ipsum...
551
- </ui_text>
552
- </ui_view>
766
+ <span
767
+ class="text bold paragraph"
768
+ >
769
+ Title
770
+ </span>
771
+ <span
772
+ class="text action"
773
+ >
774
+ Lorem Ipsum...
775
+ </span>
776
+ </div>
777
+ </div>
553
778
  </DocumentFragment>
554
779
  `;
555
780
 
556
- exports[`component:<Notification> prop:success 1`] = `
781
+ exports[`component:<Notification> prop:title 3`] = `
782
+ <DocumentFragment>
783
+ <div
784
+ class="view row notification warning outlined"
785
+ >
786
+ <span
787
+ class="icon headline-3"
788
+ >
789
+ <svg
790
+ fill="currentColor"
791
+ height="1em"
792
+ stroke="currentColor"
793
+ stroke-width="0"
794
+ viewBox="0 0 24 24"
795
+ width="1em"
796
+ xmlns="http://www.w3.org/2000/svg"
797
+ >
798
+ <path
799
+ d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
800
+ />
801
+ </svg>
802
+ </span>
803
+ <div
804
+ class="view texts"
805
+ >
806
+ <span
807
+ class="text bold paragraph"
808
+ >
809
+ Title
810
+ </span>
811
+ <span
812
+ class="text action"
813
+ >
814
+ Lorem Ipsum...
815
+ </span>
816
+ </div>
817
+ </div>
818
+ </DocumentFragment>
819
+ `;
820
+
821
+ exports[`component:<Notification> prop:title 4`] = `
557
822
  <DocumentFragment>
558
- <ui_view
823
+ <div
559
824
  class="view row notification success outlined"
560
825
  >
561
- <ui_icon
562
- class="icon h3 icon"
826
+ <span
827
+ class="icon headline-3"
828
+ >
829
+ <svg
830
+ fill="currentColor"
831
+ height="1em"
832
+ stroke="currentColor"
833
+ stroke-width="0"
834
+ viewBox="0 0 24 24"
835
+ width="1em"
836
+ xmlns="http://www.w3.org/2000/svg"
837
+ >
838
+ <path
839
+ d="M0 0h24v24H0V0zm0 0h24v24H0V0z"
840
+ fill="none"
841
+ />
842
+ <path
843
+ 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"
844
+ />
845
+ </svg>
846
+ </span>
847
+ <div
848
+ class="view texts"
849
+ >
850
+ <span
851
+ class="text bold paragraph"
852
+ >
853
+ Title
854
+ </span>
855
+ <span
856
+ class="text action"
857
+ >
858
+ Lorem Ipsum...
859
+ </span>
860
+ </div>
861
+ </div>
862
+ </DocumentFragment>
863
+ `;
864
+
865
+ exports[`component:<Notification> prop:title 5`] = `
866
+ <DocumentFragment>
867
+ <div
868
+ class="view row notification info outlined"
869
+ >
870
+ <span
871
+ class="icon headline-3"
563
872
  >
564
873
  <svg
565
874
  fill="currentColor"
@@ -575,26 +884,35 @@ exports[`component:<Notification> prop:success 1`] = `
575
884
  fill="none"
576
885
  />
577
886
  <path
578
- d="M12 2C6.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 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"
887
+ 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"
579
888
  />
580
889
  </svg>
581
- </ui_icon>
582
- <ui_text
583
- class="text paragraph text success"
890
+ </span>
891
+ <div
892
+ class="view texts"
584
893
  >
585
- Lorem Ipsum...
586
- </ui_text>
587
- </ui_view>
894
+ <span
895
+ class="text bold paragraph"
896
+ >
897
+ Title
898
+ </span>
899
+ <span
900
+ class="text action"
901
+ >
902
+ Lorem Ipsum...
903
+ </span>
904
+ </div>
905
+ </div>
588
906
  </DocumentFragment>
589
907
  `;
590
908
 
591
909
  exports[`component:<Notification> prop:warning & inline 1`] = `
592
910
  <DocumentFragment>
593
- <ui_view
594
- class="view row notification warning inline inline"
911
+ <div
912
+ class="view row notification warning inline"
595
913
  >
596
- <ui_icon
597
- class="icon h3 icon"
914
+ <span
915
+ class="icon headline-3"
598
916
  >
599
917
  <svg
600
918
  fill="currentColor"
@@ -606,26 +924,30 @@ exports[`component:<Notification> prop:warning & inline 1`] = `
606
924
  xmlns="http://www.w3.org/2000/svg"
607
925
  >
608
926
  <path
609
- d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
927
+ d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
610
928
  />
611
929
  </svg>
612
- </ui_icon>
613
- <ui_text
614
- class="text paragraph text warning"
930
+ </span>
931
+ <div
932
+ class="view texts"
615
933
  >
616
- Lorem Ipsum...
617
- </ui_text>
618
- </ui_view>
934
+ <span
935
+ class="text action"
936
+ >
937
+ Lorem Ipsum...
938
+ </span>
939
+ </div>
940
+ </div>
619
941
  </DocumentFragment>
620
942
  `;
621
943
 
622
944
  exports[`component:<Notification> prop:warning & large 1`] = `
623
945
  <DocumentFragment>
624
- <ui_view
946
+ <div
625
947
  class="view row notification warning outlined large"
626
948
  >
627
- <ui_icon
628
- class="icon h1 icon"
949
+ <span
950
+ class="icon headline-1"
629
951
  >
630
952
  <svg
631
953
  fill="currentColor"
@@ -637,26 +959,30 @@ exports[`component:<Notification> prop:warning & large 1`] = `
637
959
  xmlns="http://www.w3.org/2000/svg"
638
960
  >
639
961
  <path
640
- d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
962
+ d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
641
963
  />
642
964
  </svg>
643
- </ui_icon>
644
- <ui_text
645
- class="text paragraph text warning"
965
+ </span>
966
+ <div
967
+ class="view texts"
646
968
  >
647
- Lorem Ipsum...
648
- </ui_text>
649
- </ui_view>
969
+ <span
970
+ class="text paragraph"
971
+ >
972
+ Lorem Ipsum...
973
+ </span>
974
+ </div>
975
+ </div>
650
976
  </DocumentFragment>
651
977
  `;
652
978
 
653
979
  exports[`component:<Notification> prop:warning & small 1`] = `
654
980
  <DocumentFragment>
655
- <ui_view
981
+ <div
656
982
  class="view row notification warning outlined small"
657
983
  >
658
- <ui_icon
659
- class="icon paragraph icon"
984
+ <span
985
+ class="icon paragraph"
660
986
  >
661
987
  <svg
662
988
  fill="currentColor"
@@ -668,26 +994,30 @@ exports[`component:<Notification> prop:warning & small 1`] = `
668
994
  xmlns="http://www.w3.org/2000/svg"
669
995
  >
670
996
  <path
671
- d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
997
+ d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
672
998
  />
673
999
  </svg>
674
- </ui_icon>
675
- <ui_text
676
- class="text small text warning"
1000
+ </span>
1001
+ <div
1002
+ class="view texts"
677
1003
  >
678
- Lorem Ipsum...
679
- </ui_text>
680
- </ui_view>
1004
+ <span
1005
+ class="text small"
1006
+ >
1007
+ Lorem Ipsum...
1008
+ </span>
1009
+ </div>
1010
+ </div>
681
1011
  </DocumentFragment>
682
1012
  `;
683
1013
 
684
1014
  exports[`component:<Notification> prop:warning 1`] = `
685
1015
  <DocumentFragment>
686
- <ui_view
1016
+ <div
687
1017
  class="view row notification warning outlined"
688
1018
  >
689
- <ui_icon
690
- class="icon h3 icon"
1019
+ <span
1020
+ class="icon headline-3"
691
1021
  >
692
1022
  <svg
693
1023
  fill="currentColor"
@@ -699,26 +1029,30 @@ exports[`component:<Notification> prop:warning 1`] = `
699
1029
  xmlns="http://www.w3.org/2000/svg"
700
1030
  >
701
1031
  <path
702
- d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
1032
+ d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
703
1033
  />
704
1034
  </svg>
705
- </ui_icon>
706
- <ui_text
707
- class="text paragraph text warning"
1035
+ </span>
1036
+ <div
1037
+ class="view texts"
708
1038
  >
709
- Lorem Ipsum...
710
- </ui_text>
711
- </ui_view>
1039
+ <span
1040
+ class="text action"
1041
+ >
1042
+ Lorem Ipsum...
1043
+ </span>
1044
+ </div>
1045
+ </div>
712
1046
  </DocumentFragment>
713
1047
  `;
714
1048
 
715
1049
  exports[`component:<Notification> prop:wide 1`] = `
716
1050
  <DocumentFragment>
717
- <ui_view
1051
+ <div
718
1052
  class="view row notification outlined wide"
719
1053
  >
720
- <ui_icon
721
- class="icon h3 icon"
1054
+ <span
1055
+ class="icon headline-3"
722
1056
  >
723
1057
  <svg
724
1058
  fill="currentColor"
@@ -737,23 +1071,27 @@ exports[`component:<Notification> prop:wide 1`] = `
737
1071
  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"
738
1072
  />
739
1073
  </svg>
740
- </ui_icon>
741
- <ui_text
742
- class="text paragraph text"
1074
+ </span>
1075
+ <div
1076
+ class="view texts"
743
1077
  >
744
- Lorem Ipsum...
745
- </ui_text>
746
- </ui_view>
1078
+ <span
1079
+ class="text action"
1080
+ >
1081
+ Lorem Ipsum...
1082
+ </span>
1083
+ </div>
1084
+ </div>
747
1085
  </DocumentFragment>
748
1086
  `;
749
1087
 
750
1088
  exports[`component:<Notification> renders 1`] = `
751
1089
  <DocumentFragment>
752
- <ui_view
1090
+ <div
753
1091
  class="view row notification outlined"
754
1092
  >
755
- <ui_icon
756
- class="icon h3 icon"
1093
+ <span
1094
+ class="icon headline-3"
757
1095
  >
758
1096
  <svg
759
1097
  fill="currentColor"
@@ -772,24 +1110,28 @@ exports[`component:<Notification> renders 1`] = `
772
1110
  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"
773
1111
  />
774
1112
  </svg>
775
- </ui_icon>
776
- <ui_text
777
- class="text paragraph text"
1113
+ </span>
1114
+ <div
1115
+ class="view texts"
778
1116
  >
779
- Lorem Ipsum...
780
- </ui_text>
781
- </ui_view>
1117
+ <span
1118
+ class="text action"
1119
+ >
1120
+ Lorem Ipsum...
1121
+ </span>
1122
+ </div>
1123
+ </div>
782
1124
  </DocumentFragment>
783
1125
  `;
784
1126
 
785
1127
  exports[`component:<Notification> testId 1`] = `
786
1128
  <DocumentFragment>
787
- <ui_view
1129
+ <div
788
1130
  class="view row notification outlined"
789
1131
  data-testid="mirai"
790
1132
  >
791
- <ui_icon
792
- class="icon h3 icon"
1133
+ <span
1134
+ class="icon headline-3"
793
1135
  >
794
1136
  <svg
795
1137
  fill="currentColor"
@@ -808,12 +1150,16 @@ exports[`component:<Notification> testId 1`] = `
808
1150
  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"
809
1151
  />
810
1152
  </svg>
811
- </ui_icon>
812
- <ui_text
813
- class="text paragraph text"
1153
+ </span>
1154
+ <div
1155
+ class="view texts"
814
1156
  >
815
- Lorem Ipsum...
816
- </ui_text>
817
- </ui_view>
1157
+ <span
1158
+ class="text action"
1159
+ >
1160
+ Lorem Ipsum...
1161
+ </span>
1162
+ </div>
1163
+ </div>
818
1164
  </DocumentFragment>
819
1165
  `;