@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.
- package/README.md +109 -60
- package/build/components/Action/Action.js +1 -1
- package/build/components/Action/Action.js.map +1 -1
- package/build/components/Action/Action.module.css +4 -7
- package/build/components/Action/Action.stories.js +1 -1
- package/build/components/Action/Action.stories.js.map +1 -1
- package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +26 -40
- package/build/components/Button/Button.module.css +30 -33
- package/build/components/Button/Button.stories.js +9 -0
- package/build/components/Button/Button.stories.js.map +1 -1
- package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +21 -30
- package/build/components/Calendar/Calendar.Month.js +12 -8
- package/build/components/Calendar/Calendar.Month.js.map +1 -1
- package/build/components/Calendar/Calendar.Week.js +7 -10
- package/build/components/Calendar/Calendar.Week.js.map +1 -1
- package/build/components/Calendar/Calendar.js +10 -2
- package/build/components/Calendar/Calendar.js.map +1 -1
- package/build/components/Calendar/Calendar.module.css +8 -9
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +15768 -15800
- package/build/components/Form/Form.constants.js +1 -1
- package/build/components/Form/Form.constants.js.map +1 -1
- package/build/components/Form/Form.js +3 -1
- package/build/components/Form/Form.js.map +1 -1
- package/build/components/Form/Form.stories.js +6 -1
- package/build/components/Form/Form.stories.js.map +1 -1
- package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +9 -9
- package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +42 -42
- package/build/components/InputNumber/InputNumber.js +2 -1
- package/build/components/InputNumber/InputNumber.js.map +1 -1
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +138 -153
- package/build/components/InputOption/InputOption.js +8 -1
- package/build/components/InputOption/InputOption.js.map +1 -1
- package/build/components/InputOption/InputOption.module.css +13 -2
- package/build/components/InputOption/InputOption.stories.js +2 -1
- package/build/components/InputOption/InputOption.stories.js.map +1 -1
- package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +96 -90
- package/build/components/InputPhone/InputPhone.js +23 -20
- package/build/components/InputPhone/InputPhone.js.map +1 -1
- package/build/components/InputPhone/InputPhone.module.css +19 -6
- package/build/components/InputPhone/InputPhone.stories.js +3 -3
- package/build/components/InputPhone/InputPhone.stories.js.map +1 -1
- package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +410 -410
- package/build/components/InputPhone/helpers/index.js +11 -0
- package/build/components/InputPhone/helpers/index.js.map +1 -1
- package/build/components/InputPhone/helpers/sanitizePrefixes.js +24 -0
- package/build/components/InputPhone/helpers/sanitizePrefixes.js.map +1 -0
- package/build/components/InputSelect/InputSelect.js +3 -5
- package/build/components/InputSelect/InputSelect.js.map +1 -1
- package/build/components/InputSelect/InputSelect.stories.js +1 -0
- package/build/components/InputSelect/InputSelect.stories.js.map +1 -1
- package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +136 -136
- package/build/components/InputSelect/partials/InputSelect.Expand.js +23 -0
- package/build/components/InputSelect/partials/InputSelect.Expand.js.map +1 -0
- package/build/components/InputSelect/partials/index.js +17 -0
- package/build/components/InputSelect/partials/index.js.map +1 -0
- package/build/components/InputText/InputText.js +6 -4
- package/build/components/InputText/InputText.js.map +1 -1
- package/build/components/InputText/InputText.module.css +18 -6
- package/build/components/InputText/InputText.stories.js +7 -2
- package/build/components/InputText/InputText.stories.js.map +1 -1
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +142 -143
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +72 -70
- package/build/components/Modal/Modal.js +15 -8
- package/build/components/Modal/Modal.js.map +1 -1
- package/build/components/Modal/Modal.module.css +30 -14
- package/build/components/Modal/Modal.stories.js +1 -0
- package/build/components/Modal/Modal.stories.js.map +1 -1
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +92 -98
- package/build/components/Notification/Notification.js +20 -12
- package/build/components/Notification/Notification.js.map +1 -1
- package/build/components/Notification/Notification.module.css +44 -58
- package/build/components/Notification/Notification.stories.js +15 -2
- package/build/components/Notification/Notification.stories.js.map +1 -1
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +600 -254
- package/build/components/Progress/Progress.js +2 -0
- 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.constants.js +3 -1
- package/build/components/Slider/Slider.constants.js.map +1 -1
- package/build/components/Slider/Slider.js +67 -66
- package/build/components/Slider/Slider.js.map +1 -1
- package/build/components/Slider/Slider.module.css +55 -52
- package/build/components/Slider/Slider.stories.js +9 -6
- package/build/components/Slider/Slider.stories.js.map +1 -1
- package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +714 -333
- package/build/components/Table/Table.ColumnFilter.js +17 -14
- package/build/components/Table/Table.ColumnFilter.js.map +1 -1
- package/build/components/Table/Table.Row.js +2 -1
- package/build/components/Table/Table.Row.js.map +1 -1
- package/build/components/Table/Table.constants.js +3 -1
- package/build/components/Table/Table.constants.js.map +1 -1
- package/build/components/Table/Table.js +54 -17
- package/build/components/Table/Table.js.map +1 -1
- package/build/components/Table/Table.module.css +12 -6
- package/build/components/Table/Table.stories.js +39 -19
- package/build/components/Table/Table.stories.js.map +1 -1
- package/build/components/Table/Table.stories.module.css +4 -5
- package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +221 -240
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +1725 -1085
- package/build/components/Table/helpers/exists.js +2 -3
- package/build/components/Table/helpers/exists.js.map +1 -1
- package/build/components/Table/helpers/select.js +24 -16
- package/build/components/Table/helpers/select.js.map +1 -1
- package/build/components/Tooltip/Tooltip.js +29 -6
- package/build/components/Tooltip/Tooltip.js.map +1 -1
- package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +51 -44
- package/build/components/index.js +11 -0
- package/build/components/index.js.map +1 -1
- package/build/helpers/getInputPhoneErrors.js +3 -2
- package/build/helpers/getInputPhoneErrors.js.map +1 -1
- package/build/hooks/useDevice.js +1 -1
- package/build/hooks/useDevice.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/Checkbox.module.css +42 -6
- package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +47 -16
- package/build/primitives/Icon/Icon.constants.js +43 -21
- package/build/primitives/Icon/Icon.constants.js.map +1 -1
- package/build/primitives/Icon/Icon.js +15 -5
- package/build/primitives/Icon/Icon.js.map +1 -1
- package/build/primitives/Icon/Icon.module.css +32 -19
- package/build/primitives/Icon/Icon.stories.js +5 -0
- package/build/primitives/Icon/Icon.stories.js.map +1 -1
- package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +291 -100
- package/build/primitives/Input/Input.js +9 -3
- package/build/primitives/Input/Input.js.map +1 -1
- package/build/primitives/Input/Input.stories.js +2 -0
- package/build/primitives/Input/Input.stories.js.map +1 -1
- package/build/primitives/Input/__tests__/__snapshots__/Input.test.js.snap +22 -0
- package/build/primitives/Layer/Layer.js +11 -5
- package/build/primitives/Layer/Layer.js.map +1 -1
- package/build/primitives/Layer/Layer.module.css +4 -0
- package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +78 -42
- package/build/primitives/Layer/helpers/index.js +11 -0
- package/build/primitives/Layer/helpers/index.js.map +1 -1
- package/build/primitives/Layer/helpers/isComponentFixed.js +32 -0
- package/build/primitives/Layer/helpers/isComponentFixed.js.map +1 -0
- 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 +3 -7
- package/build/primitives/Pressable/Pressable.js.map +1 -1
- package/build/primitives/Pressable/Pressable.module.css +0 -1
- package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +10 -14
- package/build/primitives/Primitive/Primitive.js +2 -2
- package/build/primitives/Primitive/Primitive.js.map +1 -1
- package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +7 -7
- package/build/primitives/Primitive/helpers/index.js +0 -11
- package/build/primitives/Primitive/helpers/index.js.map +1 -1
- package/build/primitives/Radio/Radio.js +1 -1
- package/build/primitives/Radio/Radio.js.map +1 -1
- package/build/primitives/Radio/Radio.module.css +18 -2
- package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +21 -21
- package/build/primitives/ScrollView/ScrollView.js +1 -1
- package/build/primitives/ScrollView/ScrollView.js.map +1 -1
- package/build/primitives/ScrollView/ScrollView.module.css +1 -0
- package/build/primitives/ScrollView/ScrollView.stories.js +5 -6
- 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 +13 -6
- package/build/primitives/Select/Select.js.map +1 -1
- package/build/primitives/Select/Select.stories.js +1 -0
- package/build/primitives/Select/Select.stories.js.map +1 -1
- package/build/primitives/Select/__tests__/__snapshots__/Select.test.js.snap +36 -0
- package/build/primitives/Switch/Switch.js +5 -3
- package/build/primitives/Switch/Switch.js.map +1 -1
- package/build/primitives/Switch/Switch.module.css +36 -8
- package/build/primitives/Switch/Switch.stories.js +1 -0
- package/build/primitives/Switch/Switch.stories.js.map +1 -1
- package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +88 -25
- package/build/primitives/Text/Text.js +12 -5
- package/build/primitives/Text/Text.js.map +1 -1
- package/build/primitives/Text/Text.module.css +29 -14
- package/build/primitives/Text/Text.stories.js +4 -0
- package/build/primitives/Text/Text.stories.js.map +1 -1
- package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +78 -38
- package/build/primitives/View/View.js +1 -1
- package/build/primitives/View/View.js.map +1 -1
- package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +10 -10
- package/build/theme/default.theme.css +54 -53
- package/build/theme/theme.constants.js +3 -1
- package/build/theme/theme.constants.js.map +1 -1
- package/build/theme/theme.js +34 -11
- package/build/theme/theme.js.map +1 -1
- package/package.json +4 -5
- package/build/primitives/Primitive/helpers/getTag.js +0 -33
- 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
|
-
<
|
|
5
|
+
<div
|
|
6
6
|
class="view row notification outlined mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
9
|
-
class="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
|
-
</
|
|
29
|
-
<
|
|
30
|
-
class="
|
|
28
|
+
</span>
|
|
29
|
+
<div
|
|
30
|
+
class="view texts"
|
|
31
31
|
>
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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
|
-
<
|
|
41
|
-
class="view row notification error
|
|
44
|
+
<div
|
|
45
|
+
class="view row notification error inline"
|
|
42
46
|
>
|
|
43
|
-
<
|
|
44
|
-
class="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
|
-
</
|
|
64
|
-
<
|
|
65
|
-
class="
|
|
67
|
+
</span>
|
|
68
|
+
<div
|
|
69
|
+
class="view texts"
|
|
66
70
|
>
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
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:
|
|
81
|
+
exports[`component:<Notification> prop:error & large 1`] = `
|
|
74
82
|
<DocumentFragment>
|
|
75
|
-
<
|
|
76
|
-
class="view row notification
|
|
83
|
+
<div
|
|
84
|
+
class="view row notification error outlined large"
|
|
77
85
|
>
|
|
78
|
-
<
|
|
79
|
-
class="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
|
|
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
|
-
</
|
|
99
|
-
<
|
|
100
|
-
class="
|
|
106
|
+
</span>
|
|
107
|
+
<div
|
|
108
|
+
class="view texts"
|
|
101
109
|
>
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
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:
|
|
120
|
+
exports[`component:<Notification> prop:error & small 1`] = `
|
|
109
121
|
<DocumentFragment>
|
|
110
|
-
<
|
|
111
|
-
class="view row notification
|
|
122
|
+
<div
|
|
123
|
+
class="view row notification error outlined small"
|
|
112
124
|
>
|
|
113
|
-
<
|
|
114
|
-
class="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
|
-
</
|
|
134
|
-
<
|
|
135
|
-
class="
|
|
223
|
+
</span>
|
|
224
|
+
<div
|
|
225
|
+
class="view texts"
|
|
136
226
|
>
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
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 &
|
|
237
|
+
exports[`component:<Notification> prop:info & large 1`] = `
|
|
144
238
|
<DocumentFragment>
|
|
145
|
-
<
|
|
146
|
-
class="view row notification info outlined
|
|
239
|
+
<div
|
|
240
|
+
class="view row notification info outlined large"
|
|
147
241
|
>
|
|
148
|
-
<
|
|
149
|
-
class="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
|
-
</
|
|
169
|
-
<
|
|
170
|
-
class="
|
|
262
|
+
</span>
|
|
263
|
+
<div
|
|
264
|
+
class="view texts"
|
|
171
265
|
>
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
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
|
-
<
|
|
181
|
-
class="view row notification info outlined"
|
|
278
|
+
<div
|
|
279
|
+
class="view row notification info outlined small"
|
|
182
280
|
>
|
|
183
|
-
<
|
|
184
|
-
class="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
|
-
</
|
|
204
|
-
<
|
|
205
|
-
class="
|
|
301
|
+
</span>
|
|
302
|
+
<div
|
|
303
|
+
class="view texts"
|
|
206
304
|
>
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
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:
|
|
315
|
+
exports[`component:<Notification> prop:info 1`] = `
|
|
214
316
|
<DocumentFragment>
|
|
215
|
-
<
|
|
216
|
-
class="view row notification
|
|
317
|
+
<div
|
|
318
|
+
class="view row notification info outlined"
|
|
217
319
|
>
|
|
218
|
-
<
|
|
219
|
-
class="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
|
-
</
|
|
239
|
-
<
|
|
240
|
-
class="
|
|
340
|
+
</span>
|
|
341
|
+
<div
|
|
342
|
+
class="view texts"
|
|
241
343
|
>
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
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:
|
|
354
|
+
exports[`component:<Notification> prop:inline 1`] = `
|
|
249
355
|
<DocumentFragment>
|
|
250
|
-
<
|
|
251
|
-
class="view row notification inline
|
|
356
|
+
<div
|
|
357
|
+
class="view row notification inline"
|
|
252
358
|
>
|
|
253
|
-
<
|
|
254
|
-
class="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
|
-
</
|
|
274
|
-
<
|
|
275
|
-
class="
|
|
379
|
+
</span>
|
|
380
|
+
<div
|
|
381
|
+
class="view texts"
|
|
276
382
|
>
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
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
|
-
<
|
|
395
|
+
<div
|
|
286
396
|
class="view row notification outlined large"
|
|
287
397
|
>
|
|
288
|
-
<
|
|
289
|
-
class="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
|
-
</
|
|
309
|
-
<
|
|
310
|
-
class="
|
|
418
|
+
</span>
|
|
419
|
+
<div
|
|
420
|
+
class="view texts"
|
|
311
421
|
>
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
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
|
-
<
|
|
434
|
+
<div
|
|
321
435
|
class="view row notification outlined"
|
|
322
436
|
data-testid="mirai-onClose"
|
|
323
437
|
>
|
|
324
|
-
<
|
|
325
|
-
class="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
|
-
</
|
|
345
|
-
<
|
|
346
|
-
class="
|
|
347
|
-
>
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
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
|
-
<
|
|
356
|
-
class="icon
|
|
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.
|
|
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
|
-
</
|
|
376
|
-
</
|
|
377
|
-
</
|
|
492
|
+
</span>
|
|
493
|
+
</div>
|
|
494
|
+
</div>
|
|
378
495
|
</DocumentFragment>
|
|
379
496
|
`;
|
|
380
497
|
|
|
381
|
-
exports[`component:<Notification> prop:small
|
|
498
|
+
exports[`component:<Notification> prop:small 1`] = `
|
|
382
499
|
<DocumentFragment>
|
|
383
|
-
<
|
|
384
|
-
class="view row notification
|
|
500
|
+
<div
|
|
501
|
+
class="view row notification outlined small"
|
|
385
502
|
>
|
|
386
|
-
<
|
|
387
|
-
class="icon paragraph
|
|
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
|
-
</
|
|
407
|
-
<
|
|
408
|
-
class="
|
|
523
|
+
</span>
|
|
524
|
+
<div
|
|
525
|
+
class="view texts"
|
|
409
526
|
>
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
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:
|
|
537
|
+
exports[`component:<Notification> prop:success & inline 1`] = `
|
|
417
538
|
<DocumentFragment>
|
|
418
|
-
<
|
|
419
|
-
class="view row notification
|
|
539
|
+
<div
|
|
540
|
+
class="view row notification success inline"
|
|
420
541
|
>
|
|
421
|
-
<
|
|
422
|
-
class="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="
|
|
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
|
-
</
|
|
442
|
-
<
|
|
443
|
-
class="
|
|
562
|
+
</span>
|
|
563
|
+
<div
|
|
564
|
+
class="view texts"
|
|
444
565
|
>
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
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 &
|
|
576
|
+
exports[`component:<Notification> prop:success & large 1`] = `
|
|
452
577
|
<DocumentFragment>
|
|
453
|
-
<
|
|
454
|
-
class="view row notification success
|
|
578
|
+
<div
|
|
579
|
+
class="view row notification success outlined large"
|
|
455
580
|
>
|
|
456
|
-
<
|
|
457
|
-
class="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="
|
|
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
|
-
</
|
|
477
|
-
<
|
|
478
|
-
class="
|
|
601
|
+
</span>
|
|
602
|
+
<div
|
|
603
|
+
class="view texts"
|
|
479
604
|
>
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
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 &
|
|
615
|
+
exports[`component:<Notification> prop:success & small 1`] = `
|
|
487
616
|
<DocumentFragment>
|
|
488
|
-
<
|
|
489
|
-
class="view row notification success outlined
|
|
617
|
+
<div
|
|
618
|
+
class="view row notification success outlined small"
|
|
490
619
|
>
|
|
491
|
-
<
|
|
492
|
-
class="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="
|
|
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
|
-
</
|
|
512
|
-
<
|
|
513
|
-
class="
|
|
718
|
+
</span>
|
|
719
|
+
<div
|
|
720
|
+
class="view texts"
|
|
514
721
|
>
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
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:
|
|
737
|
+
exports[`component:<Notification> prop:title 2`] = `
|
|
522
738
|
<DocumentFragment>
|
|
523
|
-
<
|
|
524
|
-
class="view row notification
|
|
739
|
+
<div
|
|
740
|
+
class="view row notification error outlined"
|
|
525
741
|
>
|
|
526
|
-
<
|
|
527
|
-
class="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="
|
|
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
|
-
</
|
|
547
|
-
<
|
|
548
|
-
class="
|
|
762
|
+
</span>
|
|
763
|
+
<div
|
|
764
|
+
class="view texts"
|
|
549
765
|
>
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
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:
|
|
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
|
-
<
|
|
823
|
+
<div
|
|
559
824
|
class="view row notification success outlined"
|
|
560
825
|
>
|
|
561
|
-
<
|
|
562
|
-
class="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="
|
|
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
|
-
</
|
|
582
|
-
<
|
|
583
|
-
class="
|
|
890
|
+
</span>
|
|
891
|
+
<div
|
|
892
|
+
class="view texts"
|
|
584
893
|
>
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
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
|
-
<
|
|
594
|
-
class="view row notification warning inline
|
|
911
|
+
<div
|
|
912
|
+
class="view row notification warning inline"
|
|
595
913
|
>
|
|
596
|
-
<
|
|
597
|
-
class="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.
|
|
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
|
-
</
|
|
613
|
-
<
|
|
614
|
-
class="
|
|
930
|
+
</span>
|
|
931
|
+
<div
|
|
932
|
+
class="view texts"
|
|
615
933
|
>
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
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
|
-
<
|
|
946
|
+
<div
|
|
625
947
|
class="view row notification warning outlined large"
|
|
626
948
|
>
|
|
627
|
-
<
|
|
628
|
-
class="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.
|
|
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
|
-
</
|
|
644
|
-
<
|
|
645
|
-
class="
|
|
965
|
+
</span>
|
|
966
|
+
<div
|
|
967
|
+
class="view texts"
|
|
646
968
|
>
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
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
|
-
<
|
|
981
|
+
<div
|
|
656
982
|
class="view row notification warning outlined small"
|
|
657
983
|
>
|
|
658
|
-
<
|
|
659
|
-
class="icon paragraph
|
|
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.
|
|
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
|
-
</
|
|
675
|
-
<
|
|
676
|
-
class="
|
|
1000
|
+
</span>
|
|
1001
|
+
<div
|
|
1002
|
+
class="view texts"
|
|
677
1003
|
>
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
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
|
-
<
|
|
1016
|
+
<div
|
|
687
1017
|
class="view row notification warning outlined"
|
|
688
1018
|
>
|
|
689
|
-
<
|
|
690
|
-
class="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.
|
|
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
|
-
</
|
|
706
|
-
<
|
|
707
|
-
class="
|
|
1035
|
+
</span>
|
|
1036
|
+
<div
|
|
1037
|
+
class="view texts"
|
|
708
1038
|
>
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
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
|
-
<
|
|
1051
|
+
<div
|
|
718
1052
|
class="view row notification outlined wide"
|
|
719
1053
|
>
|
|
720
|
-
<
|
|
721
|
-
class="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
|
-
</
|
|
741
|
-
<
|
|
742
|
-
class="
|
|
1074
|
+
</span>
|
|
1075
|
+
<div
|
|
1076
|
+
class="view texts"
|
|
743
1077
|
>
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
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
|
-
<
|
|
1090
|
+
<div
|
|
753
1091
|
class="view row notification outlined"
|
|
754
1092
|
>
|
|
755
|
-
<
|
|
756
|
-
class="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
|
-
</
|
|
776
|
-
<
|
|
777
|
-
class="
|
|
1113
|
+
</span>
|
|
1114
|
+
<div
|
|
1115
|
+
class="view texts"
|
|
778
1116
|
>
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
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
|
-
<
|
|
1129
|
+
<div
|
|
788
1130
|
class="view row notification outlined"
|
|
789
1131
|
data-testid="mirai"
|
|
790
1132
|
>
|
|
791
|
-
<
|
|
792
|
-
class="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
|
-
</
|
|
812
|
-
<
|
|
813
|
-
class="
|
|
1153
|
+
</span>
|
|
1154
|
+
<div
|
|
1155
|
+
class="view texts"
|
|
814
1156
|
>
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
1157
|
+
<span
|
|
1158
|
+
class="text action"
|
|
1159
|
+
>
|
|
1160
|
+
Lorem Ipsum...
|
|
1161
|
+
</span>
|
|
1162
|
+
</div>
|
|
1163
|
+
</div>
|
|
818
1164
|
</DocumentFragment>
|
|
819
1165
|
`;
|