@mirai/ui 1.0.218 → 1.1.0-beta
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 +5 -3
- package/build/components/Action/Action.js.map +1 -1
- package/build/components/Action/Action.module.css +49 -50
- package/build/components/Action/Action.stories.js +8 -5
- package/build/components/Action/Action.stories.js.map +1 -1
- package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +55 -41
- package/build/components/Button/Button.js +7 -5
- package/build/components/Button/Button.js.map +1 -1
- package/build/components/Button/Button.module.css +10 -16
- package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +45 -34
- package/build/components/Calendar/Calendar.Month.js +6 -4
- package/build/components/Calendar/Calendar.Month.js.map +1 -1
- package/build/components/Calendar/Calendar.Week.js +6 -6
- package/build/components/Calendar/Calendar.Week.js.map +1 -1
- package/build/components/Calendar/Calendar.Weekdays.js +6 -3
- package/build/components/Calendar/Calendar.Weekdays.js.map +1 -1
- package/build/components/Calendar/Calendar.js +3 -3
- package/build/components/Calendar/Calendar.js.map +1 -1
- package/build/components/Calendar/Calendar.module.css +6 -7
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +17618 -17586
- package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +10 -10
- package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +49 -49
- package/build/components/InputNumber/InputNumber.js +9 -7
- package/build/components/InputNumber/InputNumber.js.map +1 -1
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +153 -138
- package/build/components/InputOption/InputOption.js +7 -4
- package/build/components/InputOption/InputOption.js.map +1 -1
- package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +84 -71
- package/build/components/InputPhone/InputPhone.js +11 -11
- package/build/components/InputPhone/InputPhone.js.map +1 -1
- package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +371 -371
- package/build/components/InputSelect/InputSelect.js +7 -7
- package/build/components/InputSelect/InputSelect.js.map +1 -1
- package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +112 -112
- package/build/components/InputText/InputText.js +10 -10
- package/build/components/InputText/InputText.js.map +1 -1
- package/build/components/InputText/InputText.module.css +3 -7
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +147 -146
- package/build/components/InputText/partials/InputText.Hint.js +5 -2
- package/build/components/InputText/partials/InputText.Hint.js.map +1 -1
- package/build/components/InputText/partials/InputText.IconState.js +5 -2
- package/build/components/InputText/partials/InputText.IconState.js.map +1 -1
- package/build/components/InputText/partials/InputText.Label.js +6 -3
- package/build/components/InputText/partials/InputText.Label.js.map +1 -1
- package/build/components/Menu/Menu.Option.js +8 -5
- package/build/components/Menu/Menu.Option.js.map +1 -1
- package/build/components/Menu/Menu.js +6 -3
- package/build/components/Menu/Menu.js.map +1 -1
- package/build/components/Menu/Menu.module.css +3 -3
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +80 -67
- package/build/components/Modal/Modal.js +9 -9
- package/build/components/Modal/Modal.js.map +1 -1
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +91 -72
- package/build/components/Notification/Notification.js +8 -5
- package/build/components/Notification/Notification.js.map +1 -1
- package/build/components/Notification/Notification.module.css +7 -10
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +149 -148
- package/build/components/Progress/Progress.js +6 -3
- package/build/components/Progress/Progress.js.map +1 -1
- package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +18 -18
- package/build/components/Slider/Slider.js +11 -11
- package/build/components/Slider/Slider.js.map +1 -1
- package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +248 -230
- package/build/components/Table/Table.ColumnFilter.js +9 -9
- package/build/components/Table/Table.ColumnFilter.js.map +1 -1
- package/build/components/Table/Table.Filter.js +7 -4
- package/build/components/Table/Table.Filter.js.map +1 -1
- package/build/components/Table/Table.Row.js +7 -8
- package/build/components/Table/Table.Row.js.map +1 -1
- package/build/components/Table/Table.js +3 -3
- package/build/components/Table/Table.js.map +1 -1
- package/build/components/Table/Table.module.css +2 -6
- package/build/components/Table/Table.stories.js +4 -5
- package/build/components/Table/Table.stories.js.map +1 -1
- package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +258 -228
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +1010 -1090
- package/build/components/Tooltip/Tooltip.js +4 -4
- package/build/components/Tooltip/Tooltip.js.map +1 -1
- package/build/components/Tooltip/Tooltip.module.css +5 -5
- package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +46 -36
- package/build/primitives/Checkbox/Checkbox.js +7 -3
- package/build/primitives/Checkbox/Checkbox.js.map +1 -1
- package/build/primitives/Checkbox/Checkbox.module.css +1 -2
- package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +16 -16
- package/build/primitives/Icon/Icon.js +5 -3
- package/build/primitives/Icon/Icon.js.map +1 -1
- package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +60 -60
- package/build/primitives/Input/Input.js +2 -2
- package/build/primitives/Input/Input.js.map +1 -1
- package/build/primitives/Layer/Layer.js +4 -3
- package/build/primitives/Layer/Layer.js.map +1 -1
- package/build/primitives/Layer/Layer.module.css +4 -1
- package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +48 -42
- package/build/primitives/Pressable/Pressable.constants.js +1 -1
- package/build/primitives/Pressable/Pressable.constants.js.map +1 -1
- package/build/primitives/Pressable/Pressable.js +11 -5
- package/build/primitives/Pressable/Pressable.js.map +1 -1
- package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +14 -10
- package/build/primitives/Primitive/Primitive.js +2 -2
- package/build/primitives/Primitive/Primitive.js.map +1 -1
- package/build/primitives/Primitive/Primitive.module.css +241 -0
- package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +7 -7
- package/build/primitives/Primitive/helpers/getTag.js +32 -0
- package/build/primitives/Primitive/helpers/getTag.js.map +1 -0
- package/build/primitives/Primitive/helpers/index.js +11 -0
- package/build/primitives/Primitive/helpers/index.js.map +1 -1
- package/build/primitives/Radio/Radio.js +8 -5
- package/build/primitives/Radio/Radio.js.map +1 -1
- package/build/primitives/Radio/Radio.module.css +2 -2
- package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +21 -21
- package/build/primitives/ScrollView/ScrollView.js +3 -3
- package/build/primitives/ScrollView/ScrollView.js.map +1 -1
- package/build/primitives/ScrollView/ScrollView.stories.js +6 -5
- package/build/primitives/ScrollView/ScrollView.stories.js.map +1 -1
- package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +20 -20
- package/build/primitives/Select/Select.js +2 -2
- package/build/primitives/Select/Select.js.map +1 -1
- package/build/primitives/Select/Select.module.css +1 -5
- package/build/primitives/Switch/Switch.js +8 -5
- package/build/primitives/Switch/Switch.js.map +1 -1
- package/build/primitives/Switch/Switch.module.css +1 -5
- package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +25 -25
- package/build/primitives/Text/Text.js +7 -4
- package/build/primitives/Text/Text.js.map +1 -1
- package/build/primitives/Text/Text.module.css +4 -8
- package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +38 -38
- 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/package.json +5 -1
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Notification> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_view
|
|
6
6
|
class="view row notification outlined mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui_icon
|
|
9
9
|
class="icon headline-3 icon"
|
|
10
10
|
>
|
|
11
11
|
<svg
|
|
@@ -25,22 +25,22 @@ 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_text
|
|
30
30
|
class="text paragraph text"
|
|
31
31
|
>
|
|
32
32
|
Lorem Ipsum...
|
|
33
|
-
</
|
|
34
|
-
</
|
|
33
|
+
</ui_text>
|
|
34
|
+
</ui_view>
|
|
35
35
|
</DocumentFragment>
|
|
36
36
|
`;
|
|
37
37
|
|
|
38
38
|
exports[`component:<Notification> prop:error 1`] = `
|
|
39
39
|
<DocumentFragment>
|
|
40
|
-
<
|
|
40
|
+
<ui_view
|
|
41
41
|
class="view row notification error outlined"
|
|
42
42
|
>
|
|
43
|
-
<
|
|
43
|
+
<ui_icon
|
|
44
44
|
class="icon headline-3 icon"
|
|
45
45
|
>
|
|
46
46
|
<svg
|
|
@@ -60,22 +60,22 @@ exports[`component:<Notification> prop:error 1`] = `
|
|
|
60
60
|
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
61
|
/>
|
|
62
62
|
</svg>
|
|
63
|
-
</
|
|
64
|
-
<
|
|
63
|
+
</ui_icon>
|
|
64
|
+
<ui_text
|
|
65
65
|
class="text paragraph text error"
|
|
66
66
|
>
|
|
67
67
|
Lorem Ipsum...
|
|
68
|
-
</
|
|
69
|
-
</
|
|
68
|
+
</ui_text>
|
|
69
|
+
</ui_view>
|
|
70
70
|
</DocumentFragment>
|
|
71
71
|
`;
|
|
72
72
|
|
|
73
73
|
exports[`component:<Notification> prop:info & inline 1`] = `
|
|
74
74
|
<DocumentFragment>
|
|
75
|
-
<
|
|
76
|
-
class="view row notification info inline"
|
|
75
|
+
<ui_view
|
|
76
|
+
class="view row notification info inline inline"
|
|
77
77
|
>
|
|
78
|
-
<
|
|
78
|
+
<ui_icon
|
|
79
79
|
class="icon headline-3 icon"
|
|
80
80
|
>
|
|
81
81
|
<svg
|
|
@@ -95,22 +95,22 @@ exports[`component:<Notification> prop:info & inline 1`] = `
|
|
|
95
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"
|
|
96
96
|
/>
|
|
97
97
|
</svg>
|
|
98
|
-
</
|
|
99
|
-
<
|
|
98
|
+
</ui_icon>
|
|
99
|
+
<ui_text
|
|
100
100
|
class="text paragraph text"
|
|
101
101
|
>
|
|
102
102
|
Lorem Ipsum...
|
|
103
|
-
</
|
|
104
|
-
</
|
|
103
|
+
</ui_text>
|
|
104
|
+
</ui_view>
|
|
105
105
|
</DocumentFragment>
|
|
106
106
|
`;
|
|
107
107
|
|
|
108
108
|
exports[`component:<Notification> prop:info & large 1`] = `
|
|
109
109
|
<DocumentFragment>
|
|
110
|
-
<
|
|
110
|
+
<ui_view
|
|
111
111
|
class="view row notification info outlined large"
|
|
112
112
|
>
|
|
113
|
-
<
|
|
113
|
+
<ui_icon
|
|
114
114
|
class="icon headline-1 icon"
|
|
115
115
|
>
|
|
116
116
|
<svg
|
|
@@ -130,22 +130,22 @@ exports[`component:<Notification> prop:info & large 1`] = `
|
|
|
130
130
|
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
131
|
/>
|
|
132
132
|
</svg>
|
|
133
|
-
</
|
|
134
|
-
<
|
|
133
|
+
</ui_icon>
|
|
134
|
+
<ui_text
|
|
135
135
|
class="text paragraph text"
|
|
136
136
|
>
|
|
137
137
|
Lorem Ipsum...
|
|
138
|
-
</
|
|
139
|
-
</
|
|
138
|
+
</ui_text>
|
|
139
|
+
</ui_view>
|
|
140
140
|
</DocumentFragment>
|
|
141
141
|
`;
|
|
142
142
|
|
|
143
143
|
exports[`component:<Notification> prop:info & small 1`] = `
|
|
144
144
|
<DocumentFragment>
|
|
145
|
-
<
|
|
145
|
+
<ui_view
|
|
146
146
|
class="view row notification info outlined small"
|
|
147
147
|
>
|
|
148
|
-
<
|
|
148
|
+
<ui_icon
|
|
149
149
|
class="icon paragraph icon"
|
|
150
150
|
>
|
|
151
151
|
<svg
|
|
@@ -165,22 +165,22 @@ exports[`component:<Notification> prop:info & small 1`] = `
|
|
|
165
165
|
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
166
|
/>
|
|
167
167
|
</svg>
|
|
168
|
-
</
|
|
169
|
-
<
|
|
168
|
+
</ui_icon>
|
|
169
|
+
<ui_text
|
|
170
170
|
class="text small text"
|
|
171
171
|
>
|
|
172
172
|
Lorem Ipsum...
|
|
173
|
-
</
|
|
174
|
-
</
|
|
173
|
+
</ui_text>
|
|
174
|
+
</ui_view>
|
|
175
175
|
</DocumentFragment>
|
|
176
176
|
`;
|
|
177
177
|
|
|
178
178
|
exports[`component:<Notification> prop:info 1`] = `
|
|
179
179
|
<DocumentFragment>
|
|
180
|
-
<
|
|
180
|
+
<ui_view
|
|
181
181
|
class="view row notification info outlined"
|
|
182
182
|
>
|
|
183
|
-
<
|
|
183
|
+
<ui_icon
|
|
184
184
|
class="icon headline-3 icon"
|
|
185
185
|
>
|
|
186
186
|
<svg
|
|
@@ -200,22 +200,22 @@ exports[`component:<Notification> prop:info 1`] = `
|
|
|
200
200
|
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
201
|
/>
|
|
202
202
|
</svg>
|
|
203
|
-
</
|
|
204
|
-
<
|
|
203
|
+
</ui_icon>
|
|
204
|
+
<ui_text
|
|
205
205
|
class="text paragraph text"
|
|
206
206
|
>
|
|
207
207
|
Lorem Ipsum...
|
|
208
|
-
</
|
|
209
|
-
</
|
|
208
|
+
</ui_text>
|
|
209
|
+
</ui_view>
|
|
210
210
|
</DocumentFragment>
|
|
211
211
|
`;
|
|
212
212
|
|
|
213
213
|
exports[`component:<Notification> prop:inline 1`] = `
|
|
214
214
|
<DocumentFragment>
|
|
215
|
-
<
|
|
216
|
-
class="view row notification inline"
|
|
215
|
+
<ui_view
|
|
216
|
+
class="view row notification inline inline"
|
|
217
217
|
>
|
|
218
|
-
<
|
|
218
|
+
<ui_icon
|
|
219
219
|
class="icon headline-3 icon"
|
|
220
220
|
>
|
|
221
221
|
<svg
|
|
@@ -235,22 +235,22 @@ exports[`component:<Notification> prop:inline 1`] = `
|
|
|
235
235
|
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
236
|
/>
|
|
237
237
|
</svg>
|
|
238
|
-
</
|
|
239
|
-
<
|
|
238
|
+
</ui_icon>
|
|
239
|
+
<ui_text
|
|
240
240
|
class="text paragraph text"
|
|
241
241
|
>
|
|
242
242
|
Lorem Ipsum...
|
|
243
|
-
</
|
|
244
|
-
</
|
|
243
|
+
</ui_text>
|
|
244
|
+
</ui_view>
|
|
245
245
|
</DocumentFragment>
|
|
246
246
|
`;
|
|
247
247
|
|
|
248
248
|
exports[`component:<Notification> prop:large & prop:inline 1`] = `
|
|
249
249
|
<DocumentFragment>
|
|
250
|
-
<
|
|
251
|
-
class="view row notification inline large"
|
|
250
|
+
<ui_view
|
|
251
|
+
class="view row notification inline inline large"
|
|
252
252
|
>
|
|
253
|
-
<
|
|
253
|
+
<ui_icon
|
|
254
254
|
class="icon headline-1 icon"
|
|
255
255
|
>
|
|
256
256
|
<svg
|
|
@@ -270,22 +270,22 @@ exports[`component:<Notification> prop:large & prop:inline 1`] = `
|
|
|
270
270
|
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
271
|
/>
|
|
272
272
|
</svg>
|
|
273
|
-
</
|
|
274
|
-
<
|
|
273
|
+
</ui_icon>
|
|
274
|
+
<ui_text
|
|
275
275
|
class="text paragraph text"
|
|
276
276
|
>
|
|
277
277
|
Lorem Ipsum...
|
|
278
|
-
</
|
|
279
|
-
</
|
|
278
|
+
</ui_text>
|
|
279
|
+
</ui_view>
|
|
280
280
|
</DocumentFragment>
|
|
281
281
|
`;
|
|
282
282
|
|
|
283
283
|
exports[`component:<Notification> prop:large 1`] = `
|
|
284
284
|
<DocumentFragment>
|
|
285
|
-
<
|
|
285
|
+
<ui_view
|
|
286
286
|
class="view row notification outlined large"
|
|
287
287
|
>
|
|
288
|
-
<
|
|
288
|
+
<ui_icon
|
|
289
289
|
class="icon headline-1 icon"
|
|
290
290
|
>
|
|
291
291
|
<svg
|
|
@@ -305,23 +305,23 @@ exports[`component:<Notification> prop:large 1`] = `
|
|
|
305
305
|
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
306
|
/>
|
|
307
307
|
</svg>
|
|
308
|
-
</
|
|
309
|
-
<
|
|
308
|
+
</ui_icon>
|
|
309
|
+
<ui_text
|
|
310
310
|
class="text paragraph text"
|
|
311
311
|
>
|
|
312
312
|
Lorem Ipsum...
|
|
313
|
-
</
|
|
314
|
-
</
|
|
313
|
+
</ui_text>
|
|
314
|
+
</ui_view>
|
|
315
315
|
</DocumentFragment>
|
|
316
316
|
`;
|
|
317
317
|
|
|
318
318
|
exports[`component:<Notification> prop:onClose 1`] = `
|
|
319
319
|
<DocumentFragment>
|
|
320
|
-
<
|
|
320
|
+
<ui_view
|
|
321
321
|
class="view row notification outlined"
|
|
322
322
|
data-testid="mirai-onClose"
|
|
323
323
|
>
|
|
324
|
-
<
|
|
324
|
+
<ui_icon
|
|
325
325
|
class="icon headline-3 icon"
|
|
326
326
|
>
|
|
327
327
|
<svg
|
|
@@ -341,17 +341,18 @@ exports[`component:<Notification> prop:onClose 1`] = `
|
|
|
341
341
|
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
342
|
/>
|
|
343
343
|
</svg>
|
|
344
|
-
</
|
|
345
|
-
<
|
|
344
|
+
</ui_icon>
|
|
345
|
+
<ui_text
|
|
346
346
|
class="text paragraph text"
|
|
347
347
|
>
|
|
348
348
|
Lorem Ipsum...
|
|
349
|
-
</
|
|
350
|
-
<
|
|
349
|
+
</ui_text>
|
|
350
|
+
<ui_pressable
|
|
351
351
|
class="pressable pressable icon"
|
|
352
352
|
data-testid="mirai-onClose-button-close"
|
|
353
|
+
tabindex="0"
|
|
353
354
|
>
|
|
354
|
-
<
|
|
355
|
+
<ui_icon
|
|
355
356
|
class="icon headline-3"
|
|
356
357
|
>
|
|
357
358
|
<svg
|
|
@@ -371,18 +372,18 @@ exports[`component:<Notification> prop:onClose 1`] = `
|
|
|
371
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"
|
|
372
373
|
/>
|
|
373
374
|
</svg>
|
|
374
|
-
</
|
|
375
|
-
</
|
|
376
|
-
</
|
|
375
|
+
</ui_icon>
|
|
376
|
+
</ui_pressable>
|
|
377
|
+
</ui_view>
|
|
377
378
|
</DocumentFragment>
|
|
378
379
|
`;
|
|
379
380
|
|
|
380
381
|
exports[`component:<Notification> prop:small & prop:inline 1`] = `
|
|
381
382
|
<DocumentFragment>
|
|
382
|
-
<
|
|
383
|
-
class="view row notification inline small"
|
|
383
|
+
<ui_view
|
|
384
|
+
class="view row notification inline inline small"
|
|
384
385
|
>
|
|
385
|
-
<
|
|
386
|
+
<ui_icon
|
|
386
387
|
class="icon paragraph icon"
|
|
387
388
|
>
|
|
388
389
|
<svg
|
|
@@ -402,22 +403,22 @@ exports[`component:<Notification> prop:small & prop:inline 1`] = `
|
|
|
402
403
|
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"
|
|
403
404
|
/>
|
|
404
405
|
</svg>
|
|
405
|
-
</
|
|
406
|
-
<
|
|
406
|
+
</ui_icon>
|
|
407
|
+
<ui_text
|
|
407
408
|
class="text small text"
|
|
408
409
|
>
|
|
409
410
|
Lorem Ipsum...
|
|
410
|
-
</
|
|
411
|
-
</
|
|
411
|
+
</ui_text>
|
|
412
|
+
</ui_view>
|
|
412
413
|
</DocumentFragment>
|
|
413
414
|
`;
|
|
414
415
|
|
|
415
416
|
exports[`component:<Notification> prop:small 1`] = `
|
|
416
417
|
<DocumentFragment>
|
|
417
|
-
<
|
|
418
|
+
<ui_view
|
|
418
419
|
class="view row notification outlined small"
|
|
419
420
|
>
|
|
420
|
-
<
|
|
421
|
+
<ui_icon
|
|
421
422
|
class="icon paragraph icon"
|
|
422
423
|
>
|
|
423
424
|
<svg
|
|
@@ -437,22 +438,22 @@ exports[`component:<Notification> prop:small 1`] = `
|
|
|
437
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"
|
|
438
439
|
/>
|
|
439
440
|
</svg>
|
|
440
|
-
</
|
|
441
|
-
<
|
|
441
|
+
</ui_icon>
|
|
442
|
+
<ui_text
|
|
442
443
|
class="text small text"
|
|
443
444
|
>
|
|
444
445
|
Lorem Ipsum...
|
|
445
|
-
</
|
|
446
|
-
</
|
|
446
|
+
</ui_text>
|
|
447
|
+
</ui_view>
|
|
447
448
|
</DocumentFragment>
|
|
448
449
|
`;
|
|
449
450
|
|
|
450
451
|
exports[`component:<Notification> prop:success & inline 1`] = `
|
|
451
452
|
<DocumentFragment>
|
|
452
|
-
<
|
|
453
|
-
class="view row notification success inline"
|
|
453
|
+
<ui_view
|
|
454
|
+
class="view row notification success inline inline"
|
|
454
455
|
>
|
|
455
|
-
<
|
|
456
|
+
<ui_icon
|
|
456
457
|
class="icon headline-3 icon"
|
|
457
458
|
>
|
|
458
459
|
<svg
|
|
@@ -472,22 +473,22 @@ exports[`component:<Notification> prop:success & inline 1`] = `
|
|
|
472
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"
|
|
473
474
|
/>
|
|
474
475
|
</svg>
|
|
475
|
-
</
|
|
476
|
-
<
|
|
476
|
+
</ui_icon>
|
|
477
|
+
<ui_text
|
|
477
478
|
class="text paragraph text success"
|
|
478
479
|
>
|
|
479
480
|
Lorem Ipsum...
|
|
480
|
-
</
|
|
481
|
-
</
|
|
481
|
+
</ui_text>
|
|
482
|
+
</ui_view>
|
|
482
483
|
</DocumentFragment>
|
|
483
484
|
`;
|
|
484
485
|
|
|
485
486
|
exports[`component:<Notification> prop:success & large 1`] = `
|
|
486
487
|
<DocumentFragment>
|
|
487
|
-
<
|
|
488
|
+
<ui_view
|
|
488
489
|
class="view row notification success outlined large"
|
|
489
490
|
>
|
|
490
|
-
<
|
|
491
|
+
<ui_icon
|
|
491
492
|
class="icon headline-1 icon"
|
|
492
493
|
>
|
|
493
494
|
<svg
|
|
@@ -507,22 +508,22 @@ exports[`component:<Notification> prop:success & large 1`] = `
|
|
|
507
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"
|
|
508
509
|
/>
|
|
509
510
|
</svg>
|
|
510
|
-
</
|
|
511
|
-
<
|
|
511
|
+
</ui_icon>
|
|
512
|
+
<ui_text
|
|
512
513
|
class="text paragraph text success"
|
|
513
514
|
>
|
|
514
515
|
Lorem Ipsum...
|
|
515
|
-
</
|
|
516
|
-
</
|
|
516
|
+
</ui_text>
|
|
517
|
+
</ui_view>
|
|
517
518
|
</DocumentFragment>
|
|
518
519
|
`;
|
|
519
520
|
|
|
520
521
|
exports[`component:<Notification> prop:success & small 1`] = `
|
|
521
522
|
<DocumentFragment>
|
|
522
|
-
<
|
|
523
|
+
<ui_view
|
|
523
524
|
class="view row notification success outlined small"
|
|
524
525
|
>
|
|
525
|
-
<
|
|
526
|
+
<ui_icon
|
|
526
527
|
class="icon paragraph icon"
|
|
527
528
|
>
|
|
528
529
|
<svg
|
|
@@ -542,22 +543,22 @@ exports[`component:<Notification> prop:success & small 1`] = `
|
|
|
542
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"
|
|
543
544
|
/>
|
|
544
545
|
</svg>
|
|
545
|
-
</
|
|
546
|
-
<
|
|
546
|
+
</ui_icon>
|
|
547
|
+
<ui_text
|
|
547
548
|
class="text small text success"
|
|
548
549
|
>
|
|
549
550
|
Lorem Ipsum...
|
|
550
|
-
</
|
|
551
|
-
</
|
|
551
|
+
</ui_text>
|
|
552
|
+
</ui_view>
|
|
552
553
|
</DocumentFragment>
|
|
553
554
|
`;
|
|
554
555
|
|
|
555
556
|
exports[`component:<Notification> prop:success 1`] = `
|
|
556
557
|
<DocumentFragment>
|
|
557
|
-
<
|
|
558
|
+
<ui_view
|
|
558
559
|
class="view row notification success outlined"
|
|
559
560
|
>
|
|
560
|
-
<
|
|
561
|
+
<ui_icon
|
|
561
562
|
class="icon headline-3 icon"
|
|
562
563
|
>
|
|
563
564
|
<svg
|
|
@@ -577,22 +578,22 @@ exports[`component:<Notification> prop:success 1`] = `
|
|
|
577
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"
|
|
578
579
|
/>
|
|
579
580
|
</svg>
|
|
580
|
-
</
|
|
581
|
-
<
|
|
581
|
+
</ui_icon>
|
|
582
|
+
<ui_text
|
|
582
583
|
class="text paragraph text success"
|
|
583
584
|
>
|
|
584
585
|
Lorem Ipsum...
|
|
585
|
-
</
|
|
586
|
-
</
|
|
586
|
+
</ui_text>
|
|
587
|
+
</ui_view>
|
|
587
588
|
</DocumentFragment>
|
|
588
589
|
`;
|
|
589
590
|
|
|
590
591
|
exports[`component:<Notification> prop:warning & inline 1`] = `
|
|
591
592
|
<DocumentFragment>
|
|
592
|
-
<
|
|
593
|
-
class="view row notification warning inline"
|
|
593
|
+
<ui_view
|
|
594
|
+
class="view row notification warning inline inline"
|
|
594
595
|
>
|
|
595
|
-
<
|
|
596
|
+
<ui_icon
|
|
596
597
|
class="icon headline-3 icon"
|
|
597
598
|
>
|
|
598
599
|
<svg
|
|
@@ -608,22 +609,22 @@ exports[`component:<Notification> prop:warning & inline 1`] = `
|
|
|
608
609
|
d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
609
610
|
/>
|
|
610
611
|
</svg>
|
|
611
|
-
</
|
|
612
|
-
<
|
|
612
|
+
</ui_icon>
|
|
613
|
+
<ui_text
|
|
613
614
|
class="text paragraph text warning"
|
|
614
615
|
>
|
|
615
616
|
Lorem Ipsum...
|
|
616
|
-
</
|
|
617
|
-
</
|
|
617
|
+
</ui_text>
|
|
618
|
+
</ui_view>
|
|
618
619
|
</DocumentFragment>
|
|
619
620
|
`;
|
|
620
621
|
|
|
621
622
|
exports[`component:<Notification> prop:warning & large 1`] = `
|
|
622
623
|
<DocumentFragment>
|
|
623
|
-
<
|
|
624
|
+
<ui_view
|
|
624
625
|
class="view row notification warning outlined large"
|
|
625
626
|
>
|
|
626
|
-
<
|
|
627
|
+
<ui_icon
|
|
627
628
|
class="icon headline-1 icon"
|
|
628
629
|
>
|
|
629
630
|
<svg
|
|
@@ -639,22 +640,22 @@ exports[`component:<Notification> prop:warning & large 1`] = `
|
|
|
639
640
|
d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
640
641
|
/>
|
|
641
642
|
</svg>
|
|
642
|
-
</
|
|
643
|
-
<
|
|
643
|
+
</ui_icon>
|
|
644
|
+
<ui_text
|
|
644
645
|
class="text paragraph text warning"
|
|
645
646
|
>
|
|
646
647
|
Lorem Ipsum...
|
|
647
|
-
</
|
|
648
|
-
</
|
|
648
|
+
</ui_text>
|
|
649
|
+
</ui_view>
|
|
649
650
|
</DocumentFragment>
|
|
650
651
|
`;
|
|
651
652
|
|
|
652
653
|
exports[`component:<Notification> prop:warning & small 1`] = `
|
|
653
654
|
<DocumentFragment>
|
|
654
|
-
<
|
|
655
|
+
<ui_view
|
|
655
656
|
class="view row notification warning outlined small"
|
|
656
657
|
>
|
|
657
|
-
<
|
|
658
|
+
<ui_icon
|
|
658
659
|
class="icon paragraph icon"
|
|
659
660
|
>
|
|
660
661
|
<svg
|
|
@@ -670,22 +671,22 @@ exports[`component:<Notification> prop:warning & small 1`] = `
|
|
|
670
671
|
d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
671
672
|
/>
|
|
672
673
|
</svg>
|
|
673
|
-
</
|
|
674
|
-
<
|
|
674
|
+
</ui_icon>
|
|
675
|
+
<ui_text
|
|
675
676
|
class="text small text warning"
|
|
676
677
|
>
|
|
677
678
|
Lorem Ipsum...
|
|
678
|
-
</
|
|
679
|
-
</
|
|
679
|
+
</ui_text>
|
|
680
|
+
</ui_view>
|
|
680
681
|
</DocumentFragment>
|
|
681
682
|
`;
|
|
682
683
|
|
|
683
684
|
exports[`component:<Notification> prop:warning 1`] = `
|
|
684
685
|
<DocumentFragment>
|
|
685
|
-
<
|
|
686
|
+
<ui_view
|
|
686
687
|
class="view row notification warning outlined"
|
|
687
688
|
>
|
|
688
|
-
<
|
|
689
|
+
<ui_icon
|
|
689
690
|
class="icon headline-3 icon"
|
|
690
691
|
>
|
|
691
692
|
<svg
|
|
@@ -701,22 +702,22 @@ exports[`component:<Notification> prop:warning 1`] = `
|
|
|
701
702
|
d="M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
702
703
|
/>
|
|
703
704
|
</svg>
|
|
704
|
-
</
|
|
705
|
-
<
|
|
705
|
+
</ui_icon>
|
|
706
|
+
<ui_text
|
|
706
707
|
class="text paragraph text warning"
|
|
707
708
|
>
|
|
708
709
|
Lorem Ipsum...
|
|
709
|
-
</
|
|
710
|
-
</
|
|
710
|
+
</ui_text>
|
|
711
|
+
</ui_view>
|
|
711
712
|
</DocumentFragment>
|
|
712
713
|
`;
|
|
713
714
|
|
|
714
715
|
exports[`component:<Notification> prop:wide 1`] = `
|
|
715
716
|
<DocumentFragment>
|
|
716
|
-
<
|
|
717
|
+
<ui_view
|
|
717
718
|
class="view row notification outlined wide"
|
|
718
719
|
>
|
|
719
|
-
<
|
|
720
|
+
<ui_icon
|
|
720
721
|
class="icon headline-3 icon"
|
|
721
722
|
>
|
|
722
723
|
<svg
|
|
@@ -736,22 +737,22 @@ exports[`component:<Notification> prop:wide 1`] = `
|
|
|
736
737
|
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"
|
|
737
738
|
/>
|
|
738
739
|
</svg>
|
|
739
|
-
</
|
|
740
|
-
<
|
|
740
|
+
</ui_icon>
|
|
741
|
+
<ui_text
|
|
741
742
|
class="text paragraph text"
|
|
742
743
|
>
|
|
743
744
|
Lorem Ipsum...
|
|
744
|
-
</
|
|
745
|
-
</
|
|
745
|
+
</ui_text>
|
|
746
|
+
</ui_view>
|
|
746
747
|
</DocumentFragment>
|
|
747
748
|
`;
|
|
748
749
|
|
|
749
750
|
exports[`component:<Notification> renders 1`] = `
|
|
750
751
|
<DocumentFragment>
|
|
751
|
-
<
|
|
752
|
+
<ui_view
|
|
752
753
|
class="view row notification outlined"
|
|
753
754
|
>
|
|
754
|
-
<
|
|
755
|
+
<ui_icon
|
|
755
756
|
class="icon headline-3 icon"
|
|
756
757
|
>
|
|
757
758
|
<svg
|
|
@@ -771,23 +772,23 @@ exports[`component:<Notification> renders 1`] = `
|
|
|
771
772
|
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"
|
|
772
773
|
/>
|
|
773
774
|
</svg>
|
|
774
|
-
</
|
|
775
|
-
<
|
|
775
|
+
</ui_icon>
|
|
776
|
+
<ui_text
|
|
776
777
|
class="text paragraph text"
|
|
777
778
|
>
|
|
778
779
|
Lorem Ipsum...
|
|
779
|
-
</
|
|
780
|
-
</
|
|
780
|
+
</ui_text>
|
|
781
|
+
</ui_view>
|
|
781
782
|
</DocumentFragment>
|
|
782
783
|
`;
|
|
783
784
|
|
|
784
785
|
exports[`component:<Notification> testId 1`] = `
|
|
785
786
|
<DocumentFragment>
|
|
786
|
-
<
|
|
787
|
+
<ui_view
|
|
787
788
|
class="view row notification outlined"
|
|
788
789
|
data-testid="mirai"
|
|
789
790
|
>
|
|
790
|
-
<
|
|
791
|
+
<ui_icon
|
|
791
792
|
class="icon headline-3 icon"
|
|
792
793
|
>
|
|
793
794
|
<svg
|
|
@@ -807,12 +808,12 @@ exports[`component:<Notification> testId 1`] = `
|
|
|
807
808
|
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"
|
|
808
809
|
/>
|
|
809
810
|
</svg>
|
|
810
|
-
</
|
|
811
|
-
<
|
|
811
|
+
</ui_icon>
|
|
812
|
+
<ui_text
|
|
812
813
|
class="text paragraph text"
|
|
813
814
|
>
|
|
814
815
|
Lorem Ipsum...
|
|
815
|
-
</
|
|
816
|
-
</
|
|
816
|
+
</ui_text>
|
|
817
|
+
</ui_view>
|
|
817
818
|
</DocumentFragment>
|
|
818
819
|
`;
|