@mirai/ui 2.0.6 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/Action/Action.js +1 -2
- package/build/components/Action/Action.js.map +1 -1
- package/build/components/Action/Action.module.css +4 -0
- package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +21 -32
- package/build/components/Button/Button.js +1 -2
- package/build/components/Button/Button.js.map +1 -1
- package/build/components/Button/Button.module.css +27 -27
- package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +49 -60
- package/build/components/Calendar/Calendar.Month.js +1 -0
- package/build/components/Calendar/Calendar.Month.js.map +1 -1
- package/build/components/Calendar/Calendar.Weekdays.js +1 -0
- package/build/components/Calendar/Calendar.Weekdays.js.map +1 -1
- package/build/components/Calendar/Calendar.js +3 -0
- package/build/components/Calendar/Calendar.js.map +1 -1
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +18348 -18226
- package/build/components/Form/Form.js +1 -2
- package/build/components/Form/Form.js.map +1 -1
- package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +9 -15
- package/build/components/InputDate/InputDate.js +1 -2
- package/build/components/InputDate/InputDate.js.map +1 -1
- package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +42 -67
- package/build/components/InputNumber/InputNumber.js +5 -4
- package/build/components/InputNumber/InputNumber.js.map +1 -1
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +195 -240
- package/build/components/InputOption/InputOption.js +3 -3
- package/build/components/InputOption/InputOption.js.map +1 -1
- package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +80 -100
- package/build/components/InputPhone/InputPhone.js +10 -5
- package/build/components/InputPhone/InputPhone.js.map +1 -1
- package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +339 -421
- package/build/components/InputSelect/InputSelect.js +4 -2
- package/build/components/InputSelect/InputSelect.js.map +1 -1
- package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +115 -115
- package/build/components/InputText/InputText.js +4 -3
- package/build/components/InputText/InputText.js.map +1 -1
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +133 -156
- package/build/components/Menu/Menu.js +1 -2
- package/build/components/Menu/Menu.js.map +1 -1
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +69 -77
- package/build/components/Modal/Modal.js +10 -7
- package/build/components/Modal/Modal.js.map +1 -1
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +78 -92
- package/build/components/Notification/Notification.js +1 -2
- package/build/components/Notification/Notification.js.map +1 -1
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +288 -327
- package/build/components/Progress/Progress.js +2 -3
- package/build/components/Progress/Progress.js.map +1 -1
- package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +18 -31
- package/build/components/Slider/Slider.js +8 -5
- package/build/components/Slider/Slider.js.map +1 -1
- package/build/components/Slider/Slider.module.css +3 -3
- package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +349 -464
- package/build/components/Table/Table.Filter.js +1 -0
- package/build/components/Table/Table.Filter.js.map +1 -1
- package/build/components/Table/Table.Row.js +0 -1
- package/build/components/Table/Table.Row.js.map +1 -1
- package/build/components/Table/Table.js +1 -2
- package/build/components/Table/Table.js.map +1 -1
- package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +222 -222
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +1092 -1516
- package/build/components/Tooltip/Tooltip.js +1 -2
- package/build/components/Tooltip/Tooltip.js.map +1 -1
- package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +48 -48
- package/build/components/components.customElements.js +6 -0
- package/build/components/components.customElements.js.map +1 -0
- package/build/components/index.js +1 -0
- package/build/components/index.js.map +1 -1
- package/build/helpers/CustomElement.js +39 -0
- package/build/helpers/CustomElement.js.map +1 -0
- package/build/helpers/index.js +11 -0
- package/build/helpers/index.js.map +1 -1
- package/build/primitives/Checkbox/Checkbox.js +4 -3
- package/build/primitives/Checkbox/Checkbox.js.map +1 -1
- package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +20 -35
- package/build/primitives/Icon/Icon.js +1 -2
- package/build/primitives/Icon/Icon.js.map +1 -1
- package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +82 -108
- package/build/primitives/Input/Input.js +0 -1
- package/build/primitives/Input/Input.js.map +1 -1
- package/build/primitives/Layer/Layer.js +8 -5
- package/build/primitives/Layer/Layer.js.map +1 -1
- package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +58 -58
- package/build/primitives/Pressable/Pressable.js +7 -5
- package/build/primitives/Pressable/Pressable.js.map +1 -1
- package/build/primitives/Pressable/Pressable.module.css +8 -0
- package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +11 -11
- package/build/primitives/Primitive/Primitive.constants.js +18 -2
- package/build/primitives/Primitive/Primitive.constants.js.map +1 -1
- package/build/primitives/Primitive/Primitive.js +13 -3
- package/build/primitives/Primitive/Primitive.js.map +1 -1
- package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +18 -12
- package/build/primitives/Primitive/helpers/getTag.js +3 -24
- package/build/primitives/Primitive/helpers/getTag.js.map +1 -1
- package/build/primitives/Radio/Radio.js +4 -3
- package/build/primitives/Radio/Radio.js.map +1 -1
- package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +21 -39
- package/build/primitives/ScrollView/ScrollView.js +8 -4
- package/build/primitives/ScrollView/ScrollView.js.map +1 -1
- package/build/primitives/ScrollView/ScrollView.module.css +1 -1
- package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +20 -20
- package/build/primitives/Select/Select.js +1 -2
- package/build/primitives/Select/Select.js.map +1 -1
- package/build/primitives/Select/__tests__/__snapshots__/Select.test.js.snap +0 -35
- package/build/primitives/Switch/Switch.js +1 -2
- package/build/primitives/Switch/Switch.js.map +1 -1
- package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +40 -60
- package/build/primitives/Text/Text.js +0 -1
- package/build/primitives/Text/Text.js.map +1 -1
- package/build/primitives/Text/Text.module.css +0 -4
- package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +62 -62
- package/build/primitives/View/View.js +5 -3
- package/build/primitives/View/View.js.map +1 -1
- package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +10 -10
- package/build/primitives/index.js +1 -0
- package/build/primitives/index.js.map +1 -1
- package/build/primitives/primitives.customElements.js +20 -0
- package/build/primitives/primitives.customElements.js.map +1 -0
- package/package.json +1 -1
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Notification> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-notification
|
|
6
6
|
class="view row notification outlined mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
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
|
-
</
|
|
29
|
-
<
|
|
28
|
+
</ui-icon>
|
|
29
|
+
<ui-view
|
|
30
30
|
class="view texts"
|
|
31
31
|
>
|
|
32
|
-
<
|
|
32
|
+
<ui-text
|
|
33
33
|
class="text action"
|
|
34
34
|
>
|
|
35
35
|
Lorem Ipsum...
|
|
36
|
-
</
|
|
37
|
-
</
|
|
38
|
-
</
|
|
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
|
-
<
|
|
44
|
+
<ui-notification
|
|
45
45
|
class="view row notification contrast inline"
|
|
46
46
|
>
|
|
47
|
-
<
|
|
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
|
-
</
|
|
68
|
-
<
|
|
67
|
+
</ui-icon>
|
|
68
|
+
<ui-view
|
|
69
69
|
class="view texts"
|
|
70
70
|
>
|
|
71
|
-
<
|
|
71
|
+
<ui-text
|
|
72
72
|
class="text action"
|
|
73
73
|
>
|
|
74
74
|
Lorem Ipsum...
|
|
75
|
-
</
|
|
76
|
-
</
|
|
77
|
-
</
|
|
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
|
-
<
|
|
83
|
+
<ui-notification
|
|
84
84
|
class="view row notification contrast outlined large"
|
|
85
85
|
>
|
|
86
|
-
<
|
|
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
|
-
</
|
|
107
|
-
<
|
|
106
|
+
</ui-icon>
|
|
107
|
+
<ui-view
|
|
108
108
|
class="view texts"
|
|
109
109
|
>
|
|
110
|
-
<
|
|
110
|
+
<ui-text
|
|
111
111
|
class="text paragraph"
|
|
112
112
|
>
|
|
113
113
|
Lorem Ipsum...
|
|
114
|
-
</
|
|
115
|
-
</
|
|
116
|
-
</
|
|
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
|
-
<
|
|
122
|
+
<ui-notification
|
|
123
123
|
class="view row notification contrast outlined small"
|
|
124
124
|
>
|
|
125
|
-
<
|
|
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
|
-
</
|
|
146
|
-
<
|
|
145
|
+
</ui-icon>
|
|
146
|
+
<ui-view
|
|
147
147
|
class="view texts"
|
|
148
148
|
>
|
|
149
|
-
<
|
|
149
|
+
<ui-text
|
|
150
150
|
class="text small"
|
|
151
151
|
>
|
|
152
152
|
Lorem Ipsum...
|
|
153
|
-
</
|
|
154
|
-
</
|
|
155
|
-
</
|
|
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
|
-
<
|
|
161
|
+
<ui-notification
|
|
162
162
|
class="view row notification contrast outlined"
|
|
163
163
|
>
|
|
164
|
-
<
|
|
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
|
-
</
|
|
185
|
-
<
|
|
184
|
+
</ui-icon>
|
|
185
|
+
<ui-view
|
|
186
186
|
class="view texts"
|
|
187
187
|
>
|
|
188
|
-
<
|
|
188
|
+
<ui-text
|
|
189
189
|
class="text action"
|
|
190
190
|
>
|
|
191
191
|
Lorem Ipsum...
|
|
192
|
-
</
|
|
193
|
-
</
|
|
194
|
-
</
|
|
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
|
-
<
|
|
200
|
+
<ui-notification
|
|
201
201
|
class="view row notification error inline"
|
|
202
202
|
>
|
|
203
|
-
<
|
|
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
|
-
</
|
|
224
|
-
<
|
|
223
|
+
</ui-icon>
|
|
224
|
+
<ui-view
|
|
225
225
|
class="view texts"
|
|
226
226
|
>
|
|
227
|
-
<
|
|
227
|
+
<ui-text
|
|
228
228
|
class="text action"
|
|
229
229
|
>
|
|
230
230
|
Lorem Ipsum...
|
|
231
|
-
</
|
|
232
|
-
</
|
|
233
|
-
</
|
|
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
|
-
<
|
|
239
|
+
<ui-notification
|
|
240
240
|
class="view row notification error outlined large"
|
|
241
241
|
>
|
|
242
|
-
<
|
|
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
|
-
</
|
|
263
|
-
<
|
|
262
|
+
</ui-icon>
|
|
263
|
+
<ui-view
|
|
264
264
|
class="view texts"
|
|
265
265
|
>
|
|
266
|
-
<
|
|
266
|
+
<ui-text
|
|
267
267
|
class="text paragraph"
|
|
268
268
|
>
|
|
269
269
|
Lorem Ipsum...
|
|
270
|
-
</
|
|
271
|
-
</
|
|
272
|
-
</
|
|
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
|
-
<
|
|
278
|
+
<ui-notification
|
|
279
279
|
class="view row notification error outlined small"
|
|
280
280
|
>
|
|
281
|
-
<
|
|
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
|
-
</
|
|
302
|
-
<
|
|
301
|
+
</ui-icon>
|
|
302
|
+
<ui-view
|
|
303
303
|
class="view texts"
|
|
304
304
|
>
|
|
305
|
-
<
|
|
305
|
+
<ui-text
|
|
306
306
|
class="text small"
|
|
307
307
|
>
|
|
308
308
|
Lorem Ipsum...
|
|
309
|
-
</
|
|
310
|
-
</
|
|
311
|
-
</
|
|
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
|
-
<
|
|
317
|
+
<ui-notification
|
|
318
318
|
class="view row notification error outlined"
|
|
319
319
|
>
|
|
320
|
-
<
|
|
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
|
-
</
|
|
341
|
-
<
|
|
340
|
+
</ui-icon>
|
|
341
|
+
<ui-view
|
|
342
342
|
class="view texts"
|
|
343
343
|
>
|
|
344
|
-
<
|
|
344
|
+
<ui-text
|
|
345
345
|
class="text action"
|
|
346
346
|
>
|
|
347
347
|
Lorem Ipsum...
|
|
348
|
-
</
|
|
349
|
-
</
|
|
350
|
-
</
|
|
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
|
-
<
|
|
356
|
+
<ui-notification
|
|
357
357
|
class="view row notification info inline"
|
|
358
358
|
>
|
|
359
|
-
<
|
|
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
|
-
</
|
|
380
|
-
<
|
|
379
|
+
</ui-icon>
|
|
380
|
+
<ui-view
|
|
381
381
|
class="view texts"
|
|
382
382
|
>
|
|
383
|
-
<
|
|
383
|
+
<ui-text
|
|
384
384
|
class="text action"
|
|
385
385
|
>
|
|
386
386
|
Lorem Ipsum...
|
|
387
|
-
</
|
|
388
|
-
</
|
|
389
|
-
</
|
|
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
|
-
<
|
|
395
|
+
<ui-notification
|
|
396
396
|
class="view row notification info outlined large"
|
|
397
397
|
>
|
|
398
|
-
<
|
|
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
|
-
</
|
|
419
|
-
<
|
|
418
|
+
</ui-icon>
|
|
419
|
+
<ui-view
|
|
420
420
|
class="view texts"
|
|
421
421
|
>
|
|
422
|
-
<
|
|
422
|
+
<ui-text
|
|
423
423
|
class="text paragraph"
|
|
424
424
|
>
|
|
425
425
|
Lorem Ipsum...
|
|
426
|
-
</
|
|
427
|
-
</
|
|
428
|
-
</
|
|
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
|
-
<
|
|
434
|
+
<ui-notification
|
|
435
435
|
class="view row notification info outlined small"
|
|
436
436
|
>
|
|
437
|
-
<
|
|
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
|
-
</
|
|
458
|
-
<
|
|
457
|
+
</ui-icon>
|
|
458
|
+
<ui-view
|
|
459
459
|
class="view texts"
|
|
460
460
|
>
|
|
461
|
-
<
|
|
461
|
+
<ui-text
|
|
462
462
|
class="text small"
|
|
463
463
|
>
|
|
464
464
|
Lorem Ipsum...
|
|
465
|
-
</
|
|
466
|
-
</
|
|
467
|
-
</
|
|
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
|
-
<
|
|
473
|
+
<ui-notification
|
|
474
474
|
class="view row notification info outlined"
|
|
475
475
|
>
|
|
476
|
-
<
|
|
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
|
-
</
|
|
497
|
-
<
|
|
496
|
+
</ui-icon>
|
|
497
|
+
<ui-view
|
|
498
498
|
class="view texts"
|
|
499
499
|
>
|
|
500
|
-
<
|
|
500
|
+
<ui-text
|
|
501
501
|
class="text action"
|
|
502
502
|
>
|
|
503
503
|
Lorem Ipsum...
|
|
504
|
-
</
|
|
505
|
-
</
|
|
506
|
-
</
|
|
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
|
-
<
|
|
512
|
+
<ui-notification
|
|
513
513
|
class="view row notification inline"
|
|
514
514
|
>
|
|
515
|
-
<
|
|
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
|
-
</
|
|
536
|
-
<
|
|
535
|
+
</ui-icon>
|
|
536
|
+
<ui-view
|
|
537
537
|
class="view texts"
|
|
538
538
|
>
|
|
539
|
-
<
|
|
539
|
+
<ui-text
|
|
540
540
|
class="text action"
|
|
541
541
|
>
|
|
542
542
|
Lorem Ipsum...
|
|
543
|
-
</
|
|
544
|
-
</
|
|
545
|
-
</
|
|
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
|
-
<
|
|
551
|
+
<ui-notification
|
|
552
552
|
class="view row notification outlined large"
|
|
553
553
|
>
|
|
554
|
-
<
|
|
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
|
-
</
|
|
575
|
-
<
|
|
574
|
+
</ui-icon>
|
|
575
|
+
<ui-view
|
|
576
576
|
class="view texts"
|
|
577
577
|
>
|
|
578
|
-
<
|
|
578
|
+
<ui-text
|
|
579
579
|
class="text paragraph"
|
|
580
580
|
>
|
|
581
581
|
Lorem Ipsum...
|
|
582
|
-
</
|
|
583
|
-
</
|
|
584
|
-
</
|
|
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
|
-
<
|
|
590
|
+
<ui-notification
|
|
591
591
|
class="view row notification outlined"
|
|
592
592
|
data-testid="mirai-onClose"
|
|
593
593
|
>
|
|
594
|
-
<
|
|
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
|
-
</
|
|
615
|
-
<
|
|
614
|
+
</ui-icon>
|
|
615
|
+
<ui-view
|
|
616
616
|
class="view texts"
|
|
617
617
|
>
|
|
618
|
-
<
|
|
618
|
+
<ui-text
|
|
619
619
|
class="text action"
|
|
620
620
|
>
|
|
621
621
|
Lorem Ipsum...
|
|
622
|
-
</
|
|
623
|
-
</
|
|
624
|
-
<
|
|
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
|
-
<
|
|
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
|
-
</
|
|
650
|
-
</
|
|
651
|
-
</
|
|
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
|
-
<
|
|
657
|
+
<ui-notification
|
|
658
658
|
class="view row notification outlined small"
|
|
659
659
|
>
|
|
660
|
-
<
|
|
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
|
-
</
|
|
681
|
-
<
|
|
680
|
+
</ui-icon>
|
|
681
|
+
<ui-view
|
|
682
682
|
class="view texts"
|
|
683
683
|
>
|
|
684
|
-
<
|
|
684
|
+
<ui-text
|
|
685
685
|
class="text small"
|
|
686
686
|
>
|
|
687
687
|
Lorem Ipsum...
|
|
688
|
-
</
|
|
689
|
-
</
|
|
690
|
-
</
|
|
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
|
-
<
|
|
696
|
+
<ui-notification
|
|
697
697
|
class="view row notification success inline"
|
|
698
698
|
>
|
|
699
|
-
<
|
|
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
|
-
</
|
|
720
|
-
<
|
|
719
|
+
</ui-icon>
|
|
720
|
+
<ui-view
|
|
721
721
|
class="view texts"
|
|
722
722
|
>
|
|
723
|
-
<
|
|
723
|
+
<ui-text
|
|
724
724
|
class="text action"
|
|
725
725
|
>
|
|
726
726
|
Lorem Ipsum...
|
|
727
|
-
</
|
|
728
|
-
</
|
|
729
|
-
</
|
|
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
|
-
<
|
|
735
|
+
<ui-notification
|
|
736
736
|
class="view row notification success outlined large"
|
|
737
737
|
>
|
|
738
|
-
<
|
|
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
|
-
</
|
|
759
|
-
<
|
|
758
|
+
</ui-icon>
|
|
759
|
+
<ui-view
|
|
760
760
|
class="view texts"
|
|
761
761
|
>
|
|
762
|
-
<
|
|
762
|
+
<ui-text
|
|
763
763
|
class="text paragraph"
|
|
764
764
|
>
|
|
765
765
|
Lorem Ipsum...
|
|
766
|
-
</
|
|
767
|
-
</
|
|
768
|
-
</
|
|
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
|
-
<
|
|
774
|
+
<ui-notification
|
|
775
775
|
class="view row notification success outlined small"
|
|
776
776
|
>
|
|
777
|
-
<
|
|
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
|
-
</
|
|
798
|
-
<
|
|
797
|
+
</ui-icon>
|
|
798
|
+
<ui-view
|
|
799
799
|
class="view texts"
|
|
800
800
|
>
|
|
801
|
-
<
|
|
801
|
+
<ui-text
|
|
802
802
|
class="text small"
|
|
803
803
|
>
|
|
804
804
|
Lorem Ipsum...
|
|
805
|
-
</
|
|
806
|
-
</
|
|
807
|
-
</
|
|
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
|
-
<
|
|
813
|
+
<ui-notification
|
|
814
814
|
class="view row notification success outlined"
|
|
815
815
|
>
|
|
816
|
-
<
|
|
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
|
-
</
|
|
837
|
-
<
|
|
836
|
+
</ui-icon>
|
|
837
|
+
<ui-view
|
|
838
838
|
class="view texts"
|
|
839
839
|
>
|
|
840
|
-
<
|
|
840
|
+
<ui-text
|
|
841
841
|
class="text action"
|
|
842
842
|
>
|
|
843
843
|
Lorem Ipsum...
|
|
844
|
-
</
|
|
845
|
-
</
|
|
846
|
-
</
|
|
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
|
-
<
|
|
852
|
+
<ui-notification
|
|
853
853
|
class="view row notification outlined"
|
|
854
854
|
>
|
|
855
|
-
<
|
|
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
|
-
</
|
|
876
|
-
<
|
|
875
|
+
</ui-icon>
|
|
876
|
+
<ui-view
|
|
877
877
|
class="view texts"
|
|
878
878
|
>
|
|
879
|
-
<
|
|
879
|
+
<ui-text
|
|
880
880
|
class="text bold paragraph"
|
|
881
881
|
>
|
|
882
882
|
Title
|
|
883
|
-
</
|
|
884
|
-
<
|
|
883
|
+
</ui-text>
|
|
884
|
+
<ui-text
|
|
885
885
|
class="text action"
|
|
886
886
|
>
|
|
887
887
|
Lorem Ipsum...
|
|
888
|
-
</
|
|
889
|
-
</
|
|
890
|
-
</
|
|
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
|
-
<
|
|
896
|
+
<ui-notification
|
|
897
897
|
class="view row notification contrast outlined"
|
|
898
898
|
>
|
|
899
|
-
<
|
|
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
|
-
</
|
|
920
|
-
<
|
|
919
|
+
</ui-icon>
|
|
920
|
+
<ui-view
|
|
921
921
|
class="view texts"
|
|
922
922
|
>
|
|
923
|
-
<
|
|
923
|
+
<ui-text
|
|
924
924
|
class="text bold paragraph"
|
|
925
925
|
>
|
|
926
926
|
Title
|
|
927
|
-
</
|
|
928
|
-
<
|
|
927
|
+
</ui-text>
|
|
928
|
+
<ui-text
|
|
929
929
|
class="text action"
|
|
930
930
|
>
|
|
931
931
|
Lorem Ipsum...
|
|
932
|
-
</
|
|
933
|
-
</
|
|
934
|
-
</
|
|
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
|
-
<
|
|
940
|
+
<ui-notification
|
|
941
941
|
class="view row notification error outlined"
|
|
942
942
|
>
|
|
943
|
-
<
|
|
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
|
-
</
|
|
964
|
-
<
|
|
963
|
+
</ui-icon>
|
|
964
|
+
<ui-view
|
|
965
965
|
class="view texts"
|
|
966
966
|
>
|
|
967
|
-
<
|
|
967
|
+
<ui-text
|
|
968
968
|
class="text bold paragraph"
|
|
969
969
|
>
|
|
970
970
|
Title
|
|
971
|
-
</
|
|
972
|
-
<
|
|
971
|
+
</ui-text>
|
|
972
|
+
<ui-text
|
|
973
973
|
class="text action"
|
|
974
974
|
>
|
|
975
975
|
Lorem Ipsum...
|
|
976
|
-
</
|
|
977
|
-
</
|
|
978
|
-
</
|
|
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
|
-
<
|
|
984
|
+
<ui-notification
|
|
985
985
|
class="view row notification warning outlined"
|
|
986
986
|
>
|
|
987
|
-
<
|
|
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
|
-
</
|
|
1004
|
-
<
|
|
1003
|
+
</ui-icon>
|
|
1004
|
+
<ui-view
|
|
1005
1005
|
class="view texts"
|
|
1006
1006
|
>
|
|
1007
|
-
<
|
|
1007
|
+
<ui-text
|
|
1008
1008
|
class="text bold paragraph"
|
|
1009
1009
|
>
|
|
1010
1010
|
Title
|
|
1011
|
-
</
|
|
1012
|
-
<
|
|
1011
|
+
</ui-text>
|
|
1012
|
+
<ui-text
|
|
1013
1013
|
class="text action"
|
|
1014
1014
|
>
|
|
1015
1015
|
Lorem Ipsum...
|
|
1016
|
-
</
|
|
1017
|
-
</
|
|
1018
|
-
</
|
|
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
|
-
<
|
|
1024
|
+
<ui-notification
|
|
1025
1025
|
class="view row notification success outlined"
|
|
1026
1026
|
>
|
|
1027
|
-
<
|
|
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
|
-
</
|
|
1048
|
-
<
|
|
1047
|
+
</ui-icon>
|
|
1048
|
+
<ui-view
|
|
1049
1049
|
class="view texts"
|
|
1050
1050
|
>
|
|
1051
|
-
<
|
|
1051
|
+
<ui-text
|
|
1052
1052
|
class="text bold paragraph"
|
|
1053
1053
|
>
|
|
1054
1054
|
Title
|
|
1055
|
-
</
|
|
1056
|
-
<
|
|
1055
|
+
</ui-text>
|
|
1056
|
+
<ui-text
|
|
1057
1057
|
class="text action"
|
|
1058
1058
|
>
|
|
1059
1059
|
Lorem Ipsum...
|
|
1060
|
-
</
|
|
1061
|
-
</
|
|
1062
|
-
</
|
|
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
|
-
<
|
|
1068
|
+
<ui-notification
|
|
1069
1069
|
class="view row notification info outlined"
|
|
1070
1070
|
>
|
|
1071
|
-
<
|
|
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
|
-
</
|
|
1092
|
-
<
|
|
1091
|
+
</ui-icon>
|
|
1092
|
+
<ui-view
|
|
1093
1093
|
class="view texts"
|
|
1094
1094
|
>
|
|
1095
|
-
<
|
|
1095
|
+
<ui-text
|
|
1096
1096
|
class="text bold paragraph"
|
|
1097
1097
|
>
|
|
1098
1098
|
Title
|
|
1099
|
-
</
|
|
1100
|
-
<
|
|
1099
|
+
</ui-text>
|
|
1100
|
+
<ui-text
|
|
1101
1101
|
class="text action"
|
|
1102
1102
|
>
|
|
1103
1103
|
Lorem Ipsum...
|
|
1104
|
-
</
|
|
1105
|
-
</
|
|
1106
|
-
</
|
|
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
|
-
<
|
|
1112
|
+
<ui-notification
|
|
1113
1113
|
class="view row notification warning inline"
|
|
1114
1114
|
>
|
|
1115
|
-
<
|
|
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
|
-
</
|
|
1132
|
-
<
|
|
1131
|
+
</ui-icon>
|
|
1132
|
+
<ui-view
|
|
1133
1133
|
class="view texts"
|
|
1134
1134
|
>
|
|
1135
|
-
<
|
|
1135
|
+
<ui-text
|
|
1136
1136
|
class="text action"
|
|
1137
1137
|
>
|
|
1138
1138
|
Lorem Ipsum...
|
|
1139
|
-
</
|
|
1140
|
-
</
|
|
1141
|
-
</
|
|
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
|
-
<
|
|
1147
|
+
<ui-notification
|
|
1148
1148
|
class="view row notification warning outlined large"
|
|
1149
1149
|
>
|
|
1150
|
-
<
|
|
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
|
-
</
|
|
1167
|
-
<
|
|
1166
|
+
</ui-icon>
|
|
1167
|
+
<ui-view
|
|
1168
1168
|
class="view texts"
|
|
1169
1169
|
>
|
|
1170
|
-
<
|
|
1170
|
+
<ui-text
|
|
1171
1171
|
class="text paragraph"
|
|
1172
1172
|
>
|
|
1173
1173
|
Lorem Ipsum...
|
|
1174
|
-
</
|
|
1175
|
-
</
|
|
1176
|
-
</
|
|
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
|
-
<
|
|
1182
|
+
<ui-notification
|
|
1183
1183
|
class="view row notification warning outlined small"
|
|
1184
1184
|
>
|
|
1185
|
-
<
|
|
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
|
-
</
|
|
1202
|
-
<
|
|
1201
|
+
</ui-icon>
|
|
1202
|
+
<ui-view
|
|
1203
1203
|
class="view texts"
|
|
1204
1204
|
>
|
|
1205
|
-
<
|
|
1205
|
+
<ui-text
|
|
1206
1206
|
class="text small"
|
|
1207
1207
|
>
|
|
1208
1208
|
Lorem Ipsum...
|
|
1209
|
-
</
|
|
1210
|
-
</
|
|
1211
|
-
</
|
|
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
|
-
<
|
|
1217
|
+
<ui-notification
|
|
1218
1218
|
class="view row notification warning outlined"
|
|
1219
1219
|
>
|
|
1220
|
-
<
|
|
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
|
-
</
|
|
1237
|
-
<
|
|
1236
|
+
</ui-icon>
|
|
1237
|
+
<ui-view
|
|
1238
1238
|
class="view texts"
|
|
1239
1239
|
>
|
|
1240
|
-
<
|
|
1240
|
+
<ui-text
|
|
1241
1241
|
class="text action"
|
|
1242
1242
|
>
|
|
1243
1243
|
Lorem Ipsum...
|
|
1244
|
-
</
|
|
1245
|
-
</
|
|
1246
|
-
</
|
|
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
|
-
<
|
|
1252
|
+
<ui-notification
|
|
1253
1253
|
class="view row notification outlined wide"
|
|
1254
1254
|
>
|
|
1255
|
-
<
|
|
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
|
-
</
|
|
1276
|
-
<
|
|
1275
|
+
</ui-icon>
|
|
1276
|
+
<ui-view
|
|
1277
1277
|
class="view texts"
|
|
1278
1278
|
>
|
|
1279
|
-
<
|
|
1279
|
+
<ui-text
|
|
1280
1280
|
class="text action"
|
|
1281
1281
|
>
|
|
1282
1282
|
Lorem Ipsum...
|
|
1283
|
-
</
|
|
1284
|
-
</
|
|
1285
|
-
</
|
|
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
|
-
<
|
|
1291
|
+
<ui-notification
|
|
1292
1292
|
class="view row notification outlined"
|
|
1293
1293
|
>
|
|
1294
|
-
<
|
|
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
|
-
</
|
|
1315
|
-
<
|
|
1314
|
+
</ui-icon>
|
|
1315
|
+
<ui-view
|
|
1316
1316
|
class="view texts"
|
|
1317
1317
|
>
|
|
1318
|
-
<
|
|
1318
|
+
<ui-text
|
|
1319
1319
|
class="text action"
|
|
1320
1320
|
>
|
|
1321
1321
|
Lorem Ipsum...
|
|
1322
|
-
</
|
|
1323
|
-
</
|
|
1324
|
-
</
|
|
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
|
-
<
|
|
1330
|
+
<ui-notification
|
|
1370
1331
|
class="view row notification outlined"
|
|
1371
1332
|
data-testid="mirai"
|
|
1372
1333
|
>
|
|
1373
|
-
<
|
|
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
|
-
</
|
|
1394
|
-
<
|
|
1354
|
+
</ui-icon>
|
|
1355
|
+
<ui-view
|
|
1395
1356
|
class="view texts"
|
|
1396
1357
|
>
|
|
1397
|
-
<
|
|
1358
|
+
<ui-text
|
|
1398
1359
|
class="text action"
|
|
1399
1360
|
>
|
|
1400
1361
|
Lorem Ipsum...
|
|
1401
|
-
</
|
|
1402
|
-
</
|
|
1403
|
-
</
|
|
1362
|
+
</ui-text>
|
|
1363
|
+
</ui-view>
|
|
1364
|
+
</ui-notification>
|
|
1404
1365
|
</DocumentFragment>
|
|
1405
1366
|
`;
|