@mirai/ui 1.1.0-d → 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 +9 -1
- package/build/components/Calendar/Calendar.js.map +1 -1
- package/build/components/Calendar/Calendar.module.css +3 -4
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +15736 -15768
- 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 +22 -19
- package/build/components/InputPhone/InputPhone.js.map +1 -1
- package/build/components/InputPhone/InputPhone.module.css +18 -5
- 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 +389 -389
- 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 -13
- 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 +54 -54
- 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 +708 -327
- 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 -32
- package/build/primitives/Primitive/helpers/getTag.js.map +0 -1
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<InputPhone> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<div
|
|
6
6
|
class="view container mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<div
|
|
9
9
|
class="view row inputBorder"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<div
|
|
12
12
|
class="view row"
|
|
13
13
|
>
|
|
14
|
-
<
|
|
14
|
+
<div
|
|
15
15
|
class="view content"
|
|
16
16
|
>
|
|
17
17
|
<select
|
|
@@ -34,9 +34,9 @@ exports[`component:<InputPhone> inherit:className 1`] = `
|
|
|
34
34
|
+001
|
|
35
35
|
</option>
|
|
36
36
|
</select>
|
|
37
|
-
</
|
|
38
|
-
<
|
|
39
|
-
class="icon
|
|
37
|
+
</div>
|
|
38
|
+
<span
|
|
39
|
+
class="icon headline-3 icon expand"
|
|
40
40
|
>
|
|
41
41
|
<svg
|
|
42
42
|
fill="currentColor"
|
|
@@ -53,18 +53,18 @@ exports[`component:<InputPhone> inherit:className 1`] = `
|
|
|
53
53
|
opacity=".87"
|
|
54
54
|
/>
|
|
55
55
|
<path
|
|
56
|
-
d="M16.59 8.
|
|
56
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
57
57
|
/>
|
|
58
58
|
</svg>
|
|
59
|
-
</
|
|
60
|
-
</
|
|
61
|
-
<
|
|
59
|
+
</span>
|
|
60
|
+
</div>
|
|
61
|
+
<div
|
|
62
62
|
class="view forceRow separator"
|
|
63
63
|
/>
|
|
64
|
-
<
|
|
64
|
+
<div
|
|
65
65
|
class="view row wide"
|
|
66
66
|
>
|
|
67
|
-
<
|
|
67
|
+
<div
|
|
68
68
|
class="view wide content"
|
|
69
69
|
>
|
|
70
70
|
<input
|
|
@@ -74,25 +74,25 @@ exports[`component:<InputPhone> inherit:className 1`] = `
|
|
|
74
74
|
type="tel"
|
|
75
75
|
value=""
|
|
76
76
|
/>
|
|
77
|
-
</
|
|
78
|
-
</
|
|
79
|
-
</
|
|
80
|
-
</
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
</div>
|
|
81
81
|
</DocumentFragment>
|
|
82
82
|
`;
|
|
83
83
|
|
|
84
84
|
exports[`component:<InputPhone> prop:disabled 1`] = `
|
|
85
85
|
<DocumentFragment>
|
|
86
|
-
<
|
|
86
|
+
<div
|
|
87
87
|
class="view container"
|
|
88
88
|
>
|
|
89
|
-
<
|
|
89
|
+
<div
|
|
90
90
|
class="view row inputBorder disabled"
|
|
91
91
|
>
|
|
92
|
-
<
|
|
92
|
+
<div
|
|
93
93
|
class="view row"
|
|
94
94
|
>
|
|
95
|
-
<
|
|
95
|
+
<div
|
|
96
96
|
class="view content"
|
|
97
97
|
>
|
|
98
98
|
<select
|
|
@@ -116,15 +116,15 @@ exports[`component:<InputPhone> prop:disabled 1`] = `
|
|
|
116
116
|
+001
|
|
117
117
|
</option>
|
|
118
118
|
</select>
|
|
119
|
-
</
|
|
120
|
-
</
|
|
121
|
-
<
|
|
119
|
+
</div>
|
|
120
|
+
</div>
|
|
121
|
+
<div
|
|
122
122
|
class="view forceRow separator"
|
|
123
123
|
/>
|
|
124
|
-
<
|
|
124
|
+
<div
|
|
125
125
|
class="view row wide"
|
|
126
126
|
>
|
|
127
|
-
<
|
|
127
|
+
<div
|
|
128
128
|
class="view wide content"
|
|
129
129
|
>
|
|
130
130
|
<input
|
|
@@ -135,25 +135,25 @@ exports[`component:<InputPhone> prop:disabled 1`] = `
|
|
|
135
135
|
type="tel"
|
|
136
136
|
value=""
|
|
137
137
|
/>
|
|
138
|
-
</
|
|
139
|
-
</
|
|
140
|
-
</
|
|
141
|
-
</
|
|
138
|
+
</div>
|
|
139
|
+
</div>
|
|
140
|
+
</div>
|
|
141
|
+
</div>
|
|
142
142
|
</DocumentFragment>
|
|
143
143
|
`;
|
|
144
144
|
|
|
145
145
|
exports[`component:<InputPhone> prop:error 1`] = `
|
|
146
146
|
<DocumentFragment>
|
|
147
|
-
<
|
|
147
|
+
<div
|
|
148
148
|
class="view container"
|
|
149
149
|
>
|
|
150
|
-
<
|
|
150
|
+
<div
|
|
151
151
|
class="view row inputBorder error"
|
|
152
152
|
>
|
|
153
|
-
<
|
|
153
|
+
<div
|
|
154
154
|
class="view row"
|
|
155
155
|
>
|
|
156
|
-
<
|
|
156
|
+
<div
|
|
157
157
|
class="view content"
|
|
158
158
|
>
|
|
159
159
|
<select
|
|
@@ -176,9 +176,9 @@ exports[`component:<InputPhone> prop:error 1`] = `
|
|
|
176
176
|
+001
|
|
177
177
|
</option>
|
|
178
178
|
</select>
|
|
179
|
-
</
|
|
180
|
-
<
|
|
181
|
-
class="icon
|
|
179
|
+
</div>
|
|
180
|
+
<span
|
|
181
|
+
class="icon headline-3 icon expand"
|
|
182
182
|
>
|
|
183
183
|
<svg
|
|
184
184
|
fill="currentColor"
|
|
@@ -195,18 +195,18 @@ exports[`component:<InputPhone> prop:error 1`] = `
|
|
|
195
195
|
opacity=".87"
|
|
196
196
|
/>
|
|
197
197
|
<path
|
|
198
|
-
d="M16.59 8.
|
|
198
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
199
199
|
/>
|
|
200
200
|
</svg>
|
|
201
|
-
</
|
|
202
|
-
</
|
|
203
|
-
<
|
|
201
|
+
</span>
|
|
202
|
+
</div>
|
|
203
|
+
<div
|
|
204
204
|
class="view forceRow separator"
|
|
205
205
|
/>
|
|
206
|
-
<
|
|
206
|
+
<div
|
|
207
207
|
class="view row wide"
|
|
208
208
|
>
|
|
209
|
-
<
|
|
209
|
+
<div
|
|
210
210
|
class="view wide content"
|
|
211
211
|
>
|
|
212
212
|
<input
|
|
@@ -216,10 +216,10 @@ exports[`component:<InputPhone> prop:error 1`] = `
|
|
|
216
216
|
type="tel"
|
|
217
217
|
value=""
|
|
218
218
|
/>
|
|
219
|
-
</
|
|
220
|
-
</
|
|
221
|
-
<
|
|
222
|
-
class="icon
|
|
219
|
+
</div>
|
|
220
|
+
</div>
|
|
221
|
+
<span
|
|
222
|
+
class="icon headline-3 icon error"
|
|
223
223
|
>
|
|
224
224
|
<svg
|
|
225
225
|
fill="currentColor"
|
|
@@ -238,24 +238,24 @@ exports[`component:<InputPhone> prop:error 1`] = `
|
|
|
238
238
|
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"
|
|
239
239
|
/>
|
|
240
240
|
</svg>
|
|
241
|
-
</
|
|
242
|
-
</
|
|
243
|
-
</
|
|
241
|
+
</span>
|
|
242
|
+
</div>
|
|
243
|
+
</div>
|
|
244
244
|
</DocumentFragment>
|
|
245
245
|
`;
|
|
246
246
|
|
|
247
247
|
exports[`component:<InputPhone> prop:hint 1`] = `
|
|
248
248
|
<DocumentFragment>
|
|
249
|
-
<
|
|
249
|
+
<div
|
|
250
250
|
class="view container"
|
|
251
251
|
>
|
|
252
|
-
<
|
|
252
|
+
<div
|
|
253
253
|
class="view row inputBorder"
|
|
254
254
|
>
|
|
255
|
-
<
|
|
255
|
+
<div
|
|
256
256
|
class="view row"
|
|
257
257
|
>
|
|
258
|
-
<
|
|
258
|
+
<div
|
|
259
259
|
class="view content"
|
|
260
260
|
>
|
|
261
261
|
<select
|
|
@@ -278,9 +278,9 @@ exports[`component:<InputPhone> prop:hint 1`] = `
|
|
|
278
278
|
+001
|
|
279
279
|
</option>
|
|
280
280
|
</select>
|
|
281
|
-
</
|
|
282
|
-
<
|
|
283
|
-
class="icon
|
|
281
|
+
</div>
|
|
282
|
+
<span
|
|
283
|
+
class="icon headline-3 icon expand"
|
|
284
284
|
>
|
|
285
285
|
<svg
|
|
286
286
|
fill="currentColor"
|
|
@@ -297,18 +297,18 @@ exports[`component:<InputPhone> prop:hint 1`] = `
|
|
|
297
297
|
opacity=".87"
|
|
298
298
|
/>
|
|
299
299
|
<path
|
|
300
|
-
d="M16.59 8.
|
|
300
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
301
301
|
/>
|
|
302
302
|
</svg>
|
|
303
|
-
</
|
|
304
|
-
</
|
|
305
|
-
<
|
|
303
|
+
</span>
|
|
304
|
+
</div>
|
|
305
|
+
<div
|
|
306
306
|
class="view forceRow separator"
|
|
307
307
|
/>
|
|
308
|
-
<
|
|
308
|
+
<div
|
|
309
309
|
class="view row wide"
|
|
310
310
|
>
|
|
311
|
-
<
|
|
311
|
+
<div
|
|
312
312
|
class="view wide content"
|
|
313
313
|
>
|
|
314
314
|
<input
|
|
@@ -318,30 +318,30 @@ exports[`component:<InputPhone> prop:hint 1`] = `
|
|
|
318
318
|
type="tel"
|
|
319
319
|
value=""
|
|
320
320
|
/>
|
|
321
|
-
</
|
|
322
|
-
</
|
|
323
|
-
</
|
|
324
|
-
<
|
|
321
|
+
</div>
|
|
322
|
+
</div>
|
|
323
|
+
</div>
|
|
324
|
+
<span
|
|
325
325
|
class="text small text hint"
|
|
326
326
|
>
|
|
327
327
|
hint
|
|
328
|
-
</
|
|
329
|
-
</
|
|
328
|
+
</span>
|
|
329
|
+
</div>
|
|
330
330
|
</DocumentFragment>
|
|
331
331
|
`;
|
|
332
332
|
|
|
333
333
|
exports[`component:<InputPhone> prop:icon & disabled 1`] = `
|
|
334
334
|
<DocumentFragment>
|
|
335
|
-
<
|
|
335
|
+
<div
|
|
336
336
|
class="view container"
|
|
337
337
|
>
|
|
338
|
-
<
|
|
338
|
+
<div
|
|
339
339
|
class="view row inputBorder disabled"
|
|
340
340
|
>
|
|
341
|
-
<
|
|
341
|
+
<div
|
|
342
342
|
class="view row"
|
|
343
343
|
>
|
|
344
|
-
<
|
|
344
|
+
<div
|
|
345
345
|
class="view content"
|
|
346
346
|
>
|
|
347
347
|
<select
|
|
@@ -365,16 +365,16 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
|
|
|
365
365
|
+001
|
|
366
366
|
</option>
|
|
367
367
|
</select>
|
|
368
|
-
</
|
|
369
|
-
</
|
|
370
|
-
<
|
|
368
|
+
</div>
|
|
369
|
+
</div>
|
|
370
|
+
<div
|
|
371
371
|
class="view forceRow separator"
|
|
372
372
|
/>
|
|
373
|
-
<
|
|
373
|
+
<div
|
|
374
374
|
class="view row wide"
|
|
375
375
|
>
|
|
376
|
-
<
|
|
377
|
-
class="icon
|
|
376
|
+
<span
|
|
377
|
+
class="icon headline-3 icon left disabled"
|
|
378
378
|
>
|
|
379
379
|
<svg
|
|
380
380
|
fill="currentColor"
|
|
@@ -390,11 +390,11 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
|
|
|
390
390
|
fill="none"
|
|
391
391
|
/>
|
|
392
392
|
<path
|
|
393
|
-
d="M12 6a9.77 9.77 0
|
|
393
|
+
d="M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
|
|
394
394
|
/>
|
|
395
395
|
</svg>
|
|
396
|
-
</
|
|
397
|
-
<
|
|
396
|
+
</span>
|
|
397
|
+
<div
|
|
398
398
|
class="view wide content"
|
|
399
399
|
>
|
|
400
400
|
<input
|
|
@@ -405,25 +405,25 @@ exports[`component:<InputPhone> prop:icon & disabled 1`] = `
|
|
|
405
405
|
type="tel"
|
|
406
406
|
value=""
|
|
407
407
|
/>
|
|
408
|
-
</
|
|
409
|
-
</
|
|
410
|
-
</
|
|
411
|
-
</
|
|
408
|
+
</div>
|
|
409
|
+
</div>
|
|
410
|
+
</div>
|
|
411
|
+
</div>
|
|
412
412
|
</DocumentFragment>
|
|
413
413
|
`;
|
|
414
414
|
|
|
415
415
|
exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
416
416
|
<DocumentFragment>
|
|
417
|
-
<
|
|
417
|
+
<div
|
|
418
418
|
class="view container"
|
|
419
419
|
>
|
|
420
|
-
<
|
|
420
|
+
<div
|
|
421
421
|
class="view row inputBorder error"
|
|
422
422
|
>
|
|
423
|
-
<
|
|
423
|
+
<div
|
|
424
424
|
class="view row"
|
|
425
425
|
>
|
|
426
|
-
<
|
|
426
|
+
<div
|
|
427
427
|
class="view content"
|
|
428
428
|
>
|
|
429
429
|
<select
|
|
@@ -446,9 +446,9 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
446
446
|
+001
|
|
447
447
|
</option>
|
|
448
448
|
</select>
|
|
449
|
-
</
|
|
450
|
-
<
|
|
451
|
-
class="icon
|
|
449
|
+
</div>
|
|
450
|
+
<span
|
|
451
|
+
class="icon headline-3 icon expand"
|
|
452
452
|
>
|
|
453
453
|
<svg
|
|
454
454
|
fill="currentColor"
|
|
@@ -465,19 +465,19 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
465
465
|
opacity=".87"
|
|
466
466
|
/>
|
|
467
467
|
<path
|
|
468
|
-
d="M16.59 8.
|
|
468
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
469
469
|
/>
|
|
470
470
|
</svg>
|
|
471
|
-
</
|
|
472
|
-
</
|
|
473
|
-
<
|
|
471
|
+
</span>
|
|
472
|
+
</div>
|
|
473
|
+
<div
|
|
474
474
|
class="view forceRow separator"
|
|
475
475
|
/>
|
|
476
|
-
<
|
|
476
|
+
<div
|
|
477
477
|
class="view row wide"
|
|
478
478
|
>
|
|
479
|
-
<
|
|
480
|
-
class="icon
|
|
479
|
+
<span
|
|
480
|
+
class="icon headline-3 icon left error"
|
|
481
481
|
>
|
|
482
482
|
<svg
|
|
483
483
|
fill="currentColor"
|
|
@@ -493,11 +493,11 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
493
493
|
fill="none"
|
|
494
494
|
/>
|
|
495
495
|
<path
|
|
496
|
-
d="M12 6a9.77 9.77 0
|
|
496
|
+
d="M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
|
|
497
497
|
/>
|
|
498
498
|
</svg>
|
|
499
|
-
</
|
|
500
|
-
<
|
|
499
|
+
</span>
|
|
500
|
+
<div
|
|
501
501
|
class="view wide content"
|
|
502
502
|
>
|
|
503
503
|
<input
|
|
@@ -507,10 +507,10 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
507
507
|
type="tel"
|
|
508
508
|
value=""
|
|
509
509
|
/>
|
|
510
|
-
</
|
|
511
|
-
</
|
|
512
|
-
<
|
|
513
|
-
class="icon
|
|
510
|
+
</div>
|
|
511
|
+
</div>
|
|
512
|
+
<span
|
|
513
|
+
class="icon headline-3 icon error"
|
|
514
514
|
>
|
|
515
515
|
<svg
|
|
516
516
|
fill="currentColor"
|
|
@@ -529,24 +529,24 @@ exports[`component:<InputPhone> prop:icon & error 1`] = `
|
|
|
529
529
|
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"
|
|
530
530
|
/>
|
|
531
531
|
</svg>
|
|
532
|
-
</
|
|
533
|
-
</
|
|
534
|
-
</
|
|
532
|
+
</span>
|
|
533
|
+
</div>
|
|
534
|
+
</div>
|
|
535
535
|
</DocumentFragment>
|
|
536
536
|
`;
|
|
537
537
|
|
|
538
538
|
exports[`component:<InputPhone> prop:icon 1`] = `
|
|
539
539
|
<DocumentFragment>
|
|
540
|
-
<
|
|
540
|
+
<div
|
|
541
541
|
class="view container"
|
|
542
542
|
>
|
|
543
|
-
<
|
|
543
|
+
<div
|
|
544
544
|
class="view row inputBorder"
|
|
545
545
|
>
|
|
546
|
-
<
|
|
546
|
+
<div
|
|
547
547
|
class="view row"
|
|
548
548
|
>
|
|
549
|
-
<
|
|
549
|
+
<div
|
|
550
550
|
class="view content"
|
|
551
551
|
>
|
|
552
552
|
<select
|
|
@@ -569,9 +569,9 @@ exports[`component:<InputPhone> prop:icon 1`] = `
|
|
|
569
569
|
+001
|
|
570
570
|
</option>
|
|
571
571
|
</select>
|
|
572
|
-
</
|
|
573
|
-
<
|
|
574
|
-
class="icon
|
|
572
|
+
</div>
|
|
573
|
+
<span
|
|
574
|
+
class="icon headline-3 icon expand"
|
|
575
575
|
>
|
|
576
576
|
<svg
|
|
577
577
|
fill="currentColor"
|
|
@@ -588,19 +588,19 @@ exports[`component:<InputPhone> prop:icon 1`] = `
|
|
|
588
588
|
opacity=".87"
|
|
589
589
|
/>
|
|
590
590
|
<path
|
|
591
|
-
d="M16.59 8.
|
|
591
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
592
592
|
/>
|
|
593
593
|
</svg>
|
|
594
|
-
</
|
|
595
|
-
</
|
|
596
|
-
<
|
|
594
|
+
</span>
|
|
595
|
+
</div>
|
|
596
|
+
<div
|
|
597
597
|
class="view forceRow separator"
|
|
598
598
|
/>
|
|
599
|
-
<
|
|
599
|
+
<div
|
|
600
600
|
class="view row wide"
|
|
601
601
|
>
|
|
602
|
-
<
|
|
603
|
-
class="icon
|
|
602
|
+
<span
|
|
603
|
+
class="icon headline-3 icon left"
|
|
604
604
|
>
|
|
605
605
|
<svg
|
|
606
606
|
fill="currentColor"
|
|
@@ -616,11 +616,11 @@ exports[`component:<InputPhone> prop:icon 1`] = `
|
|
|
616
616
|
fill="none"
|
|
617
617
|
/>
|
|
618
618
|
<path
|
|
619
|
-
d="M12 6a9.77 9.77 0
|
|
619
|
+
d="M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
|
|
620
620
|
/>
|
|
621
621
|
</svg>
|
|
622
|
-
</
|
|
623
|
-
<
|
|
622
|
+
</span>
|
|
623
|
+
<div
|
|
624
624
|
class="view wide content"
|
|
625
625
|
>
|
|
626
626
|
<input
|
|
@@ -630,25 +630,25 @@ exports[`component:<InputPhone> prop:icon 1`] = `
|
|
|
630
630
|
type="tel"
|
|
631
631
|
value=""
|
|
632
632
|
/>
|
|
633
|
-
</
|
|
634
|
-
</
|
|
635
|
-
</
|
|
636
|
-
</
|
|
633
|
+
</div>
|
|
634
|
+
</div>
|
|
635
|
+
</div>
|
|
636
|
+
</div>
|
|
637
637
|
</DocumentFragment>
|
|
638
638
|
`;
|
|
639
639
|
|
|
640
640
|
exports[`component:<InputPhone> prop:label 1`] = `
|
|
641
641
|
<DocumentFragment>
|
|
642
|
-
<
|
|
642
|
+
<div
|
|
643
643
|
class="view container"
|
|
644
644
|
>
|
|
645
|
-
<
|
|
645
|
+
<div
|
|
646
646
|
class="view row inputBorder"
|
|
647
647
|
>
|
|
648
|
-
<
|
|
648
|
+
<div
|
|
649
649
|
class="view row"
|
|
650
650
|
>
|
|
651
|
-
<
|
|
651
|
+
<div
|
|
652
652
|
class="view content"
|
|
653
653
|
>
|
|
654
654
|
<select
|
|
@@ -671,9 +671,9 @@ exports[`component:<InputPhone> prop:label 1`] = `
|
|
|
671
671
|
+001
|
|
672
672
|
</option>
|
|
673
673
|
</select>
|
|
674
|
-
</
|
|
675
|
-
<
|
|
676
|
-
class="icon
|
|
674
|
+
</div>
|
|
675
|
+
<span
|
|
676
|
+
class="icon headline-3 icon expand"
|
|
677
677
|
>
|
|
678
678
|
<svg
|
|
679
679
|
fill="currentColor"
|
|
@@ -690,25 +690,25 @@ exports[`component:<InputPhone> prop:label 1`] = `
|
|
|
690
690
|
opacity=".87"
|
|
691
691
|
/>
|
|
692
692
|
<path
|
|
693
|
-
d="M16.59 8.
|
|
693
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
694
694
|
/>
|
|
695
695
|
</svg>
|
|
696
|
-
</
|
|
697
|
-
</
|
|
698
|
-
<
|
|
696
|
+
</span>
|
|
697
|
+
</div>
|
|
698
|
+
<div
|
|
699
699
|
class="view forceRow separator"
|
|
700
700
|
/>
|
|
701
|
-
<
|
|
701
|
+
<div
|
|
702
702
|
class="view row wide"
|
|
703
703
|
>
|
|
704
|
-
<
|
|
704
|
+
<div
|
|
705
705
|
class="view wide content"
|
|
706
706
|
>
|
|
707
|
-
<
|
|
707
|
+
<span
|
|
708
708
|
class="text paragraph text label"
|
|
709
709
|
>
|
|
710
710
|
label
|
|
711
|
-
</
|
|
711
|
+
</span>
|
|
712
712
|
<input
|
|
713
713
|
class="input input withLabel"
|
|
714
714
|
maxlength="12"
|
|
@@ -716,32 +716,32 @@ exports[`component:<InputPhone> prop:label 1`] = `
|
|
|
716
716
|
type="tel"
|
|
717
717
|
value=""
|
|
718
718
|
/>
|
|
719
|
-
</
|
|
720
|
-
</
|
|
721
|
-
</
|
|
722
|
-
</
|
|
719
|
+
</div>
|
|
720
|
+
</div>
|
|
721
|
+
</div>
|
|
722
|
+
</div>
|
|
723
723
|
</DocumentFragment>
|
|
724
724
|
`;
|
|
725
725
|
|
|
726
726
|
exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
727
727
|
<DocumentFragment>
|
|
728
|
-
<
|
|
728
|
+
<div
|
|
729
729
|
class="view container"
|
|
730
730
|
>
|
|
731
|
-
<
|
|
731
|
+
<div
|
|
732
732
|
class="view row inputBorder"
|
|
733
733
|
>
|
|
734
|
-
<
|
|
734
|
+
<div
|
|
735
735
|
class="view row"
|
|
736
736
|
>
|
|
737
|
-
<
|
|
737
|
+
<div
|
|
738
738
|
class="view content"
|
|
739
739
|
>
|
|
740
|
-
<
|
|
740
|
+
<span
|
|
741
741
|
class="text paragraph text label"
|
|
742
742
|
>
|
|
743
743
|
labelPrefix
|
|
744
|
-
</
|
|
744
|
+
</span>
|
|
745
745
|
<select
|
|
746
746
|
class="select empty input prefix withLabel empty"
|
|
747
747
|
name="name-prefix"
|
|
@@ -762,9 +762,9 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
|
762
762
|
+001
|
|
763
763
|
</option>
|
|
764
764
|
</select>
|
|
765
|
-
</
|
|
766
|
-
<
|
|
767
|
-
class="icon
|
|
765
|
+
</div>
|
|
766
|
+
<span
|
|
767
|
+
class="icon headline-3 icon expand"
|
|
768
768
|
>
|
|
769
769
|
<svg
|
|
770
770
|
fill="currentColor"
|
|
@@ -781,18 +781,18 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
|
781
781
|
opacity=".87"
|
|
782
782
|
/>
|
|
783
783
|
<path
|
|
784
|
-
d="M16.59 8.
|
|
784
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
785
785
|
/>
|
|
786
786
|
</svg>
|
|
787
|
-
</
|
|
788
|
-
</
|
|
789
|
-
<
|
|
787
|
+
</span>
|
|
788
|
+
</div>
|
|
789
|
+
<div
|
|
790
790
|
class="view forceRow separator"
|
|
791
791
|
/>
|
|
792
|
-
<
|
|
792
|
+
<div
|
|
793
793
|
class="view row wide"
|
|
794
794
|
>
|
|
795
|
-
<
|
|
795
|
+
<div
|
|
796
796
|
class="view wide content"
|
|
797
797
|
>
|
|
798
798
|
<input
|
|
@@ -802,37 +802,32 @@ exports[`component:<InputPhone> prop:labelPrefix 1`] = `
|
|
|
802
802
|
type="tel"
|
|
803
803
|
value=""
|
|
804
804
|
/>
|
|
805
|
-
</
|
|
806
|
-
</
|
|
807
|
-
</
|
|
808
|
-
</
|
|
805
|
+
</div>
|
|
806
|
+
</div>
|
|
807
|
+
</div>
|
|
808
|
+
</div>
|
|
809
809
|
</DocumentFragment>
|
|
810
810
|
`;
|
|
811
811
|
|
|
812
812
|
exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
813
813
|
<DocumentFragment>
|
|
814
|
-
<
|
|
814
|
+
<div
|
|
815
815
|
class="view container"
|
|
816
816
|
>
|
|
817
|
-
<
|
|
817
|
+
<div
|
|
818
818
|
class="view row inputBorder"
|
|
819
819
|
>
|
|
820
|
-
<
|
|
820
|
+
<div
|
|
821
821
|
class="view row"
|
|
822
822
|
>
|
|
823
|
-
<
|
|
823
|
+
<div
|
|
824
824
|
class="view content"
|
|
825
825
|
>
|
|
826
|
-
<
|
|
826
|
+
<span
|
|
827
827
|
class="text paragraph text label"
|
|
828
828
|
>
|
|
829
829
|
labelPrefix
|
|
830
|
-
|
|
831
|
-
class="required"
|
|
832
|
-
>
|
|
833
|
-
*
|
|
834
|
-
</span>
|
|
835
|
-
</ui_text>
|
|
830
|
+
</span>
|
|
836
831
|
<select
|
|
837
832
|
class="select empty input prefix withLabel empty"
|
|
838
833
|
name="name-prefix"
|
|
@@ -854,9 +849,9 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
854
849
|
+001
|
|
855
850
|
</option>
|
|
856
851
|
</select>
|
|
857
|
-
</
|
|
858
|
-
<
|
|
859
|
-
class="icon
|
|
852
|
+
</div>
|
|
853
|
+
<span
|
|
854
|
+
class="icon headline-3 icon expand"
|
|
860
855
|
>
|
|
861
856
|
<svg
|
|
862
857
|
fill="currentColor"
|
|
@@ -873,21 +868,21 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
873
868
|
opacity=".87"
|
|
874
869
|
/>
|
|
875
870
|
<path
|
|
876
|
-
d="M16.59 8.
|
|
871
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
877
872
|
/>
|
|
878
873
|
</svg>
|
|
879
|
-
</
|
|
880
|
-
</
|
|
881
|
-
<
|
|
874
|
+
</span>
|
|
875
|
+
</div>
|
|
876
|
+
<div
|
|
882
877
|
class="view forceRow separator"
|
|
883
878
|
/>
|
|
884
|
-
<
|
|
879
|
+
<div
|
|
885
880
|
class="view row wide"
|
|
886
881
|
>
|
|
887
|
-
<
|
|
882
|
+
<div
|
|
888
883
|
class="view wide content"
|
|
889
884
|
>
|
|
890
|
-
<
|
|
885
|
+
<span
|
|
891
886
|
class="text paragraph text label"
|
|
892
887
|
>
|
|
893
888
|
label
|
|
@@ -896,7 +891,7 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
896
891
|
>
|
|
897
892
|
*
|
|
898
893
|
</span>
|
|
899
|
-
</
|
|
894
|
+
</span>
|
|
900
895
|
<input
|
|
901
896
|
class="input input withLabel"
|
|
902
897
|
maxlength="12"
|
|
@@ -905,32 +900,32 @@ exports[`component:<InputPhone> prop:required & prop:showRequired (true) 1`] = `
|
|
|
905
900
|
type="tel"
|
|
906
901
|
value=""
|
|
907
902
|
/>
|
|
908
|
-
</
|
|
909
|
-
</
|
|
910
|
-
</
|
|
911
|
-
</
|
|
903
|
+
</div>
|
|
904
|
+
</div>
|
|
905
|
+
</div>
|
|
906
|
+
</div>
|
|
912
907
|
</DocumentFragment>
|
|
913
908
|
`;
|
|
914
909
|
|
|
915
910
|
exports[`component:<InputPhone> prop:required 1`] = `
|
|
916
911
|
<DocumentFragment>
|
|
917
|
-
<
|
|
912
|
+
<div
|
|
918
913
|
class="view container"
|
|
919
914
|
>
|
|
920
|
-
<
|
|
915
|
+
<div
|
|
921
916
|
class="view row inputBorder"
|
|
922
917
|
>
|
|
923
|
-
<
|
|
918
|
+
<div
|
|
924
919
|
class="view row"
|
|
925
920
|
>
|
|
926
|
-
<
|
|
921
|
+
<div
|
|
927
922
|
class="view content"
|
|
928
923
|
>
|
|
929
|
-
<
|
|
924
|
+
<span
|
|
930
925
|
class="text paragraph text label"
|
|
931
926
|
>
|
|
932
927
|
labelPrefix
|
|
933
|
-
</
|
|
928
|
+
</span>
|
|
934
929
|
<select
|
|
935
930
|
class="select empty input prefix withLabel empty"
|
|
936
931
|
name="name-prefix"
|
|
@@ -952,9 +947,9 @@ exports[`component:<InputPhone> prop:required 1`] = `
|
|
|
952
947
|
+001
|
|
953
948
|
</option>
|
|
954
949
|
</select>
|
|
955
|
-
</
|
|
956
|
-
<
|
|
957
|
-
class="icon
|
|
950
|
+
</div>
|
|
951
|
+
<span
|
|
952
|
+
class="icon headline-3 icon expand"
|
|
958
953
|
>
|
|
959
954
|
<svg
|
|
960
955
|
fill="currentColor"
|
|
@@ -971,25 +966,25 @@ exports[`component:<InputPhone> prop:required 1`] = `
|
|
|
971
966
|
opacity=".87"
|
|
972
967
|
/>
|
|
973
968
|
<path
|
|
974
|
-
d="M16.59 8.
|
|
969
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
975
970
|
/>
|
|
976
971
|
</svg>
|
|
977
|
-
</
|
|
978
|
-
</
|
|
979
|
-
<
|
|
972
|
+
</span>
|
|
973
|
+
</div>
|
|
974
|
+
<div
|
|
980
975
|
class="view forceRow separator"
|
|
981
976
|
/>
|
|
982
|
-
<
|
|
977
|
+
<div
|
|
983
978
|
class="view row wide"
|
|
984
979
|
>
|
|
985
|
-
<
|
|
980
|
+
<div
|
|
986
981
|
class="view wide content"
|
|
987
982
|
>
|
|
988
|
-
<
|
|
983
|
+
<span
|
|
989
984
|
class="text paragraph text label"
|
|
990
985
|
>
|
|
991
986
|
label
|
|
992
|
-
</
|
|
987
|
+
</span>
|
|
993
988
|
<input
|
|
994
989
|
class="input input withLabel"
|
|
995
990
|
maxlength="12"
|
|
@@ -998,25 +993,25 @@ exports[`component:<InputPhone> prop:required 1`] = `
|
|
|
998
993
|
type="tel"
|
|
999
994
|
value=""
|
|
1000
995
|
/>
|
|
1001
|
-
</
|
|
1002
|
-
</
|
|
1003
|
-
</
|
|
1004
|
-
</
|
|
996
|
+
</div>
|
|
997
|
+
</div>
|
|
998
|
+
</div>
|
|
999
|
+
</div>
|
|
1005
1000
|
</DocumentFragment>
|
|
1006
1001
|
`;
|
|
1007
1002
|
|
|
1008
1003
|
exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
1009
1004
|
<DocumentFragment>
|
|
1010
|
-
<
|
|
1005
|
+
<div
|
|
1011
1006
|
class="view container"
|
|
1012
1007
|
>
|
|
1013
|
-
<
|
|
1008
|
+
<div
|
|
1014
1009
|
class="view row inputBorder error"
|
|
1015
1010
|
>
|
|
1016
|
-
<
|
|
1011
|
+
<div
|
|
1017
1012
|
class="view row"
|
|
1018
1013
|
>
|
|
1019
|
-
<
|
|
1014
|
+
<div
|
|
1020
1015
|
class="view content"
|
|
1021
1016
|
>
|
|
1022
1017
|
<select
|
|
@@ -1039,9 +1034,9 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1039
1034
|
+001
|
|
1040
1035
|
</option>
|
|
1041
1036
|
</select>
|
|
1042
|
-
</
|
|
1043
|
-
<
|
|
1044
|
-
class="icon
|
|
1037
|
+
</div>
|
|
1038
|
+
<span
|
|
1039
|
+
class="icon headline-3 icon expand"
|
|
1045
1040
|
>
|
|
1046
1041
|
<svg
|
|
1047
1042
|
fill="currentColor"
|
|
@@ -1058,18 +1053,18 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1058
1053
|
opacity=".87"
|
|
1059
1054
|
/>
|
|
1060
1055
|
<path
|
|
1061
|
-
d="M16.59 8.
|
|
1056
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1062
1057
|
/>
|
|
1063
1058
|
</svg>
|
|
1064
|
-
</
|
|
1065
|
-
</
|
|
1066
|
-
<
|
|
1059
|
+
</span>
|
|
1060
|
+
</div>
|
|
1061
|
+
<div
|
|
1067
1062
|
class="view forceRow separator"
|
|
1068
1063
|
/>
|
|
1069
|
-
<
|
|
1064
|
+
<div
|
|
1070
1065
|
class="view row wide"
|
|
1071
1066
|
>
|
|
1072
|
-
<
|
|
1067
|
+
<div
|
|
1073
1068
|
class="view wide content"
|
|
1074
1069
|
>
|
|
1075
1070
|
<input
|
|
@@ -1079,10 +1074,10 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1079
1074
|
type="tel"
|
|
1080
1075
|
value=""
|
|
1081
1076
|
/>
|
|
1082
|
-
</
|
|
1083
|
-
</
|
|
1084
|
-
<
|
|
1085
|
-
class="icon
|
|
1077
|
+
</div>
|
|
1078
|
+
</div>
|
|
1079
|
+
<span
|
|
1080
|
+
class="icon headline-3 icon error"
|
|
1086
1081
|
>
|
|
1087
1082
|
<svg
|
|
1088
1083
|
fill="currentColor"
|
|
@@ -1101,24 +1096,24 @@ exports[`component:<InputPhone> prop:showState (false) & error 1`] = `
|
|
|
1101
1096
|
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"
|
|
1102
1097
|
/>
|
|
1103
1098
|
</svg>
|
|
1104
|
-
</
|
|
1105
|
-
</
|
|
1106
|
-
</
|
|
1099
|
+
</span>
|
|
1100
|
+
</div>
|
|
1101
|
+
</div>
|
|
1107
1102
|
</DocumentFragment>
|
|
1108
1103
|
`;
|
|
1109
1104
|
|
|
1110
1105
|
exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
1111
1106
|
<DocumentFragment>
|
|
1112
|
-
<
|
|
1107
|
+
<div
|
|
1113
1108
|
class="view container"
|
|
1114
1109
|
>
|
|
1115
|
-
<
|
|
1110
|
+
<div
|
|
1116
1111
|
class="view row inputBorder"
|
|
1117
1112
|
>
|
|
1118
|
-
<
|
|
1113
|
+
<div
|
|
1119
1114
|
class="view row"
|
|
1120
1115
|
>
|
|
1121
|
-
<
|
|
1116
|
+
<div
|
|
1122
1117
|
class="view content"
|
|
1123
1118
|
>
|
|
1124
1119
|
<select
|
|
@@ -1141,9 +1136,9 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1141
1136
|
+001
|
|
1142
1137
|
</option>
|
|
1143
1138
|
</select>
|
|
1144
|
-
</
|
|
1145
|
-
<
|
|
1146
|
-
class="icon
|
|
1139
|
+
</div>
|
|
1140
|
+
<span
|
|
1141
|
+
class="icon headline-3 icon expand"
|
|
1147
1142
|
>
|
|
1148
1143
|
<svg
|
|
1149
1144
|
fill="currentColor"
|
|
@@ -1160,18 +1155,18 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1160
1155
|
opacity=".87"
|
|
1161
1156
|
/>
|
|
1162
1157
|
<path
|
|
1163
|
-
d="M16.59 8.
|
|
1158
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1164
1159
|
/>
|
|
1165
1160
|
</svg>
|
|
1166
|
-
</
|
|
1167
|
-
</
|
|
1168
|
-
<
|
|
1161
|
+
</span>
|
|
1162
|
+
</div>
|
|
1163
|
+
<div
|
|
1169
1164
|
class="view forceRow separator"
|
|
1170
1165
|
/>
|
|
1171
|
-
<
|
|
1166
|
+
<div
|
|
1172
1167
|
class="view row wide"
|
|
1173
1168
|
>
|
|
1174
|
-
<
|
|
1169
|
+
<div
|
|
1175
1170
|
class="view wide content"
|
|
1176
1171
|
>
|
|
1177
1172
|
<input
|
|
@@ -1181,10 +1176,10 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1181
1176
|
type="tel"
|
|
1182
1177
|
value=""
|
|
1183
1178
|
/>
|
|
1184
|
-
</
|
|
1185
|
-
</
|
|
1186
|
-
<
|
|
1187
|
-
class="icon
|
|
1179
|
+
</div>
|
|
1180
|
+
</div>
|
|
1181
|
+
<span
|
|
1182
|
+
class="icon headline-3 icon success"
|
|
1188
1183
|
>
|
|
1189
1184
|
<svg
|
|
1190
1185
|
fill="currentColor"
|
|
@@ -1196,31 +1191,31 @@ exports[`component:<InputPhone> prop:showState (false) & success 1`] = `
|
|
|
1196
1191
|
xmlns="http://www.w3.org/2000/svg"
|
|
1197
1192
|
>
|
|
1198
1193
|
<path
|
|
1199
|
-
d="M0 0h24v24H0V0z"
|
|
1194
|
+
d="M0 0h24v24H0V0zm0 0h24v24H0V0z"
|
|
1200
1195
|
fill="none"
|
|
1201
1196
|
/>
|
|
1202
1197
|
<path
|
|
1203
|
-
d="
|
|
1198
|
+
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"
|
|
1204
1199
|
/>
|
|
1205
1200
|
</svg>
|
|
1206
|
-
</
|
|
1207
|
-
</
|
|
1208
|
-
</
|
|
1201
|
+
</span>
|
|
1202
|
+
</div>
|
|
1203
|
+
</div>
|
|
1209
1204
|
</DocumentFragment>
|
|
1210
1205
|
`;
|
|
1211
1206
|
|
|
1212
1207
|
exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
1213
1208
|
<DocumentFragment>
|
|
1214
|
-
<
|
|
1209
|
+
<div
|
|
1215
1210
|
class="view container"
|
|
1216
1211
|
>
|
|
1217
|
-
<
|
|
1212
|
+
<div
|
|
1218
1213
|
class="view row inputBorder"
|
|
1219
1214
|
>
|
|
1220
|
-
<
|
|
1215
|
+
<div
|
|
1221
1216
|
class="view row"
|
|
1222
1217
|
>
|
|
1223
|
-
<
|
|
1218
|
+
<div
|
|
1224
1219
|
class="view content"
|
|
1225
1220
|
>
|
|
1226
1221
|
<select
|
|
@@ -1243,9 +1238,9 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1243
1238
|
+001
|
|
1244
1239
|
</option>
|
|
1245
1240
|
</select>
|
|
1246
|
-
</
|
|
1247
|
-
<
|
|
1248
|
-
class="icon
|
|
1241
|
+
</div>
|
|
1242
|
+
<span
|
|
1243
|
+
class="icon headline-3 icon expand"
|
|
1249
1244
|
>
|
|
1250
1245
|
<svg
|
|
1251
1246
|
fill="currentColor"
|
|
@@ -1262,18 +1257,18 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1262
1257
|
opacity=".87"
|
|
1263
1258
|
/>
|
|
1264
1259
|
<path
|
|
1265
|
-
d="M16.59 8.
|
|
1260
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1266
1261
|
/>
|
|
1267
1262
|
</svg>
|
|
1268
|
-
</
|
|
1269
|
-
</
|
|
1270
|
-
<
|
|
1263
|
+
</span>
|
|
1264
|
+
</div>
|
|
1265
|
+
<div
|
|
1271
1266
|
class="view forceRow separator"
|
|
1272
1267
|
/>
|
|
1273
|
-
<
|
|
1268
|
+
<div
|
|
1274
1269
|
class="view row wide"
|
|
1275
1270
|
>
|
|
1276
|
-
<
|
|
1271
|
+
<div
|
|
1277
1272
|
class="view wide content"
|
|
1278
1273
|
>
|
|
1279
1274
|
<input
|
|
@@ -1283,10 +1278,10 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1283
1278
|
type="tel"
|
|
1284
1279
|
value=""
|
|
1285
1280
|
/>
|
|
1286
|
-
</
|
|
1287
|
-
</
|
|
1288
|
-
<
|
|
1289
|
-
class="icon
|
|
1281
|
+
</div>
|
|
1282
|
+
</div>
|
|
1283
|
+
<span
|
|
1284
|
+
class="icon headline-3 icon warning"
|
|
1290
1285
|
>
|
|
1291
1286
|
<svg
|
|
1292
1287
|
fill="currentColor"
|
|
@@ -1298,27 +1293,27 @@ exports[`component:<InputPhone> prop:showState (false) & warning 1`] = `
|
|
|
1298
1293
|
xmlns="http://www.w3.org/2000/svg"
|
|
1299
1294
|
>
|
|
1300
1295
|
<path
|
|
1301
|
-
d="M12 5.
|
|
1296
|
+
d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
1302
1297
|
/>
|
|
1303
1298
|
</svg>
|
|
1304
|
-
</
|
|
1305
|
-
</
|
|
1306
|
-
</
|
|
1299
|
+
</span>
|
|
1300
|
+
</div>
|
|
1301
|
+
</div>
|
|
1307
1302
|
</DocumentFragment>
|
|
1308
1303
|
`;
|
|
1309
1304
|
|
|
1310
1305
|
exports[`component:<InputPhone> prop:success 1`] = `
|
|
1311
1306
|
<DocumentFragment>
|
|
1312
|
-
<
|
|
1307
|
+
<div
|
|
1313
1308
|
class="view container"
|
|
1314
1309
|
>
|
|
1315
|
-
<
|
|
1310
|
+
<div
|
|
1316
1311
|
class="view row inputBorder"
|
|
1317
1312
|
>
|
|
1318
|
-
<
|
|
1313
|
+
<div
|
|
1319
1314
|
class="view row"
|
|
1320
1315
|
>
|
|
1321
|
-
<
|
|
1316
|
+
<div
|
|
1322
1317
|
class="view content"
|
|
1323
1318
|
>
|
|
1324
1319
|
<select
|
|
@@ -1341,9 +1336,9 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1341
1336
|
+001
|
|
1342
1337
|
</option>
|
|
1343
1338
|
</select>
|
|
1344
|
-
</
|
|
1345
|
-
<
|
|
1346
|
-
class="icon
|
|
1339
|
+
</div>
|
|
1340
|
+
<span
|
|
1341
|
+
class="icon headline-3 icon expand"
|
|
1347
1342
|
>
|
|
1348
1343
|
<svg
|
|
1349
1344
|
fill="currentColor"
|
|
@@ -1360,18 +1355,18 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1360
1355
|
opacity=".87"
|
|
1361
1356
|
/>
|
|
1362
1357
|
<path
|
|
1363
|
-
d="M16.59 8.
|
|
1358
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1364
1359
|
/>
|
|
1365
1360
|
</svg>
|
|
1366
|
-
</
|
|
1367
|
-
</
|
|
1368
|
-
<
|
|
1361
|
+
</span>
|
|
1362
|
+
</div>
|
|
1363
|
+
<div
|
|
1369
1364
|
class="view forceRow separator"
|
|
1370
1365
|
/>
|
|
1371
|
-
<
|
|
1366
|
+
<div
|
|
1372
1367
|
class="view row wide"
|
|
1373
1368
|
>
|
|
1374
|
-
<
|
|
1369
|
+
<div
|
|
1375
1370
|
class="view wide content"
|
|
1376
1371
|
>
|
|
1377
1372
|
<input
|
|
@@ -1381,10 +1376,10 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1381
1376
|
type="tel"
|
|
1382
1377
|
value=""
|
|
1383
1378
|
/>
|
|
1384
|
-
</
|
|
1385
|
-
</
|
|
1386
|
-
<
|
|
1387
|
-
class="icon
|
|
1379
|
+
</div>
|
|
1380
|
+
</div>
|
|
1381
|
+
<span
|
|
1382
|
+
class="icon headline-3 icon success"
|
|
1388
1383
|
>
|
|
1389
1384
|
<svg
|
|
1390
1385
|
fill="currentColor"
|
|
@@ -1396,33 +1391,38 @@ exports[`component:<InputPhone> prop:success 1`] = `
|
|
|
1396
1391
|
xmlns="http://www.w3.org/2000/svg"
|
|
1397
1392
|
>
|
|
1398
1393
|
<path
|
|
1399
|
-
d="M0 0h24v24H0V0z"
|
|
1394
|
+
d="M0 0h24v24H0V0zm0 0h24v24H0V0z"
|
|
1400
1395
|
fill="none"
|
|
1401
1396
|
/>
|
|
1402
1397
|
<path
|
|
1403
|
-
d="
|
|
1398
|
+
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"
|
|
1404
1399
|
/>
|
|
1405
1400
|
</svg>
|
|
1406
|
-
</
|
|
1407
|
-
</
|
|
1408
|
-
</
|
|
1401
|
+
</span>
|
|
1402
|
+
</div>
|
|
1403
|
+
</div>
|
|
1409
1404
|
</DocumentFragment>
|
|
1410
1405
|
`;
|
|
1411
1406
|
|
|
1412
1407
|
exports[`component:<InputPhone> prop:value 1`] = `
|
|
1413
1408
|
<DocumentFragment>
|
|
1414
|
-
<
|
|
1409
|
+
<div
|
|
1415
1410
|
class="view container"
|
|
1416
1411
|
>
|
|
1417
|
-
<
|
|
1412
|
+
<div
|
|
1418
1413
|
class="view row inputBorder"
|
|
1419
1414
|
>
|
|
1420
|
-
<
|
|
1415
|
+
<div
|
|
1421
1416
|
class="view row"
|
|
1422
1417
|
>
|
|
1423
|
-
<
|
|
1418
|
+
<div
|
|
1424
1419
|
class="view content"
|
|
1425
1420
|
>
|
|
1421
|
+
<span
|
|
1422
|
+
class="text paragraph prefixValue"
|
|
1423
|
+
>
|
|
1424
|
+
+44
|
|
1425
|
+
</span>
|
|
1426
1426
|
<select
|
|
1427
1427
|
class="select input prefix"
|
|
1428
1428
|
name="name-prefix"
|
|
@@ -1443,9 +1443,9 @@ exports[`component:<InputPhone> prop:value 1`] = `
|
|
|
1443
1443
|
+001
|
|
1444
1444
|
</option>
|
|
1445
1445
|
</select>
|
|
1446
|
-
</
|
|
1447
|
-
<
|
|
1448
|
-
class="icon
|
|
1446
|
+
</div>
|
|
1447
|
+
<span
|
|
1448
|
+
class="icon headline-3 icon expand"
|
|
1449
1449
|
>
|
|
1450
1450
|
<svg
|
|
1451
1451
|
fill="currentColor"
|
|
@@ -1462,18 +1462,18 @@ exports[`component:<InputPhone> prop:value 1`] = `
|
|
|
1462
1462
|
opacity=".87"
|
|
1463
1463
|
/>
|
|
1464
1464
|
<path
|
|
1465
|
-
d="M16.59 8.
|
|
1465
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1466
1466
|
/>
|
|
1467
1467
|
</svg>
|
|
1468
|
-
</
|
|
1469
|
-
</
|
|
1470
|
-
<
|
|
1468
|
+
</span>
|
|
1469
|
+
</div>
|
|
1470
|
+
<div
|
|
1471
1471
|
class="view forceRow separator"
|
|
1472
1472
|
/>
|
|
1473
|
-
<
|
|
1473
|
+
<div
|
|
1474
1474
|
class="view row wide"
|
|
1475
1475
|
>
|
|
1476
|
-
<
|
|
1476
|
+
<div
|
|
1477
1477
|
class="view wide content"
|
|
1478
1478
|
>
|
|
1479
1479
|
<input
|
|
@@ -1483,25 +1483,25 @@ exports[`component:<InputPhone> prop:value 1`] = `
|
|
|
1483
1483
|
type="tel"
|
|
1484
1484
|
value="212123789"
|
|
1485
1485
|
/>
|
|
1486
|
-
</
|
|
1487
|
-
</
|
|
1488
|
-
</
|
|
1489
|
-
</
|
|
1486
|
+
</div>
|
|
1487
|
+
</div>
|
|
1488
|
+
</div>
|
|
1489
|
+
</div>
|
|
1490
1490
|
</DocumentFragment>
|
|
1491
1491
|
`;
|
|
1492
1492
|
|
|
1493
1493
|
exports[`component:<InputPhone> prop:value:without prefixes 1`] = `
|
|
1494
1494
|
<DocumentFragment>
|
|
1495
|
-
<
|
|
1495
|
+
<div
|
|
1496
1496
|
class="view container"
|
|
1497
1497
|
>
|
|
1498
|
-
<
|
|
1498
|
+
<div
|
|
1499
1499
|
class="view row inputBorder"
|
|
1500
1500
|
>
|
|
1501
|
-
<
|
|
1501
|
+
<div
|
|
1502
1502
|
class="view row wide"
|
|
1503
1503
|
>
|
|
1504
|
-
<
|
|
1504
|
+
<div
|
|
1505
1505
|
class="view wide content"
|
|
1506
1506
|
>
|
|
1507
1507
|
<input
|
|
@@ -1511,25 +1511,25 @@ exports[`component:<InputPhone> prop:value:without prefixes 1`] = `
|
|
|
1511
1511
|
type="tel"
|
|
1512
1512
|
value="212123789"
|
|
1513
1513
|
/>
|
|
1514
|
-
</
|
|
1515
|
-
</
|
|
1516
|
-
</
|
|
1517
|
-
</
|
|
1514
|
+
</div>
|
|
1515
|
+
</div>
|
|
1516
|
+
</div>
|
|
1517
|
+
</div>
|
|
1518
1518
|
</DocumentFragment>
|
|
1519
1519
|
`;
|
|
1520
1520
|
|
|
1521
1521
|
exports[`component:<InputPhone> prop:warning 1`] = `
|
|
1522
1522
|
<DocumentFragment>
|
|
1523
|
-
<
|
|
1523
|
+
<div
|
|
1524
1524
|
class="view container"
|
|
1525
1525
|
>
|
|
1526
|
-
<
|
|
1526
|
+
<div
|
|
1527
1527
|
class="view row inputBorder"
|
|
1528
1528
|
>
|
|
1529
|
-
<
|
|
1529
|
+
<div
|
|
1530
1530
|
class="view row"
|
|
1531
1531
|
>
|
|
1532
|
-
<
|
|
1532
|
+
<div
|
|
1533
1533
|
class="view content"
|
|
1534
1534
|
>
|
|
1535
1535
|
<select
|
|
@@ -1552,9 +1552,9 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1552
1552
|
+001
|
|
1553
1553
|
</option>
|
|
1554
1554
|
</select>
|
|
1555
|
-
</
|
|
1556
|
-
<
|
|
1557
|
-
class="icon
|
|
1555
|
+
</div>
|
|
1556
|
+
<span
|
|
1557
|
+
class="icon headline-3 icon expand"
|
|
1558
1558
|
>
|
|
1559
1559
|
<svg
|
|
1560
1560
|
fill="currentColor"
|
|
@@ -1571,18 +1571,18 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1571
1571
|
opacity=".87"
|
|
1572
1572
|
/>
|
|
1573
1573
|
<path
|
|
1574
|
-
d="M16.59 8.
|
|
1574
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1575
1575
|
/>
|
|
1576
1576
|
</svg>
|
|
1577
|
-
</
|
|
1578
|
-
</
|
|
1579
|
-
<
|
|
1577
|
+
</span>
|
|
1578
|
+
</div>
|
|
1579
|
+
<div
|
|
1580
1580
|
class="view forceRow separator"
|
|
1581
1581
|
/>
|
|
1582
|
-
<
|
|
1582
|
+
<div
|
|
1583
1583
|
class="view row wide"
|
|
1584
1584
|
>
|
|
1585
|
-
<
|
|
1585
|
+
<div
|
|
1586
1586
|
class="view wide content"
|
|
1587
1587
|
>
|
|
1588
1588
|
<input
|
|
@@ -1592,10 +1592,10 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1592
1592
|
type="tel"
|
|
1593
1593
|
value=""
|
|
1594
1594
|
/>
|
|
1595
|
-
</
|
|
1596
|
-
</
|
|
1597
|
-
<
|
|
1598
|
-
class="icon
|
|
1595
|
+
</div>
|
|
1596
|
+
</div>
|
|
1597
|
+
<span
|
|
1598
|
+
class="icon headline-3 icon warning"
|
|
1599
1599
|
>
|
|
1600
1600
|
<svg
|
|
1601
1601
|
fill="currentColor"
|
|
@@ -1607,27 +1607,27 @@ exports[`component:<InputPhone> prop:warning 1`] = `
|
|
|
1607
1607
|
xmlns="http://www.w3.org/2000/svg"
|
|
1608
1608
|
>
|
|
1609
1609
|
<path
|
|
1610
|
-
d="M12 5.
|
|
1610
|
+
d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
1611
1611
|
/>
|
|
1612
1612
|
</svg>
|
|
1613
|
-
</
|
|
1614
|
-
</
|
|
1615
|
-
</
|
|
1613
|
+
</span>
|
|
1614
|
+
</div>
|
|
1615
|
+
</div>
|
|
1616
1616
|
</DocumentFragment>
|
|
1617
1617
|
`;
|
|
1618
1618
|
|
|
1619
1619
|
exports[`component:<InputPhone> renders 1`] = `
|
|
1620
1620
|
<DocumentFragment>
|
|
1621
|
-
<
|
|
1621
|
+
<div
|
|
1622
1622
|
class="view container"
|
|
1623
1623
|
>
|
|
1624
|
-
<
|
|
1624
|
+
<div
|
|
1625
1625
|
class="view row inputBorder"
|
|
1626
1626
|
>
|
|
1627
|
-
<
|
|
1627
|
+
<div
|
|
1628
1628
|
class="view row"
|
|
1629
1629
|
>
|
|
1630
|
-
<
|
|
1630
|
+
<div
|
|
1631
1631
|
class="view content"
|
|
1632
1632
|
>
|
|
1633
1633
|
<select
|
|
@@ -1650,9 +1650,9 @@ exports[`component:<InputPhone> renders 1`] = `
|
|
|
1650
1650
|
+001
|
|
1651
1651
|
</option>
|
|
1652
1652
|
</select>
|
|
1653
|
-
</
|
|
1654
|
-
<
|
|
1655
|
-
class="icon
|
|
1653
|
+
</div>
|
|
1654
|
+
<span
|
|
1655
|
+
class="icon headline-3 icon expand"
|
|
1656
1656
|
>
|
|
1657
1657
|
<svg
|
|
1658
1658
|
fill="currentColor"
|
|
@@ -1669,18 +1669,18 @@ exports[`component:<InputPhone> renders 1`] = `
|
|
|
1669
1669
|
opacity=".87"
|
|
1670
1670
|
/>
|
|
1671
1671
|
<path
|
|
1672
|
-
d="M16.59 8.
|
|
1672
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1673
1673
|
/>
|
|
1674
1674
|
</svg>
|
|
1675
|
-
</
|
|
1676
|
-
</
|
|
1677
|
-
<
|
|
1675
|
+
</span>
|
|
1676
|
+
</div>
|
|
1677
|
+
<div
|
|
1678
1678
|
class="view forceRow separator"
|
|
1679
1679
|
/>
|
|
1680
|
-
<
|
|
1680
|
+
<div
|
|
1681
1681
|
class="view row wide"
|
|
1682
1682
|
>
|
|
1683
|
-
<
|
|
1683
|
+
<div
|
|
1684
1684
|
class="view wide content"
|
|
1685
1685
|
>
|
|
1686
1686
|
<input
|
|
@@ -1690,25 +1690,25 @@ exports[`component:<InputPhone> renders 1`] = `
|
|
|
1690
1690
|
type="tel"
|
|
1691
1691
|
value=""
|
|
1692
1692
|
/>
|
|
1693
|
-
</
|
|
1694
|
-
</
|
|
1695
|
-
</
|
|
1696
|
-
</
|
|
1693
|
+
</div>
|
|
1694
|
+
</div>
|
|
1695
|
+
</div>
|
|
1696
|
+
</div>
|
|
1697
1697
|
</DocumentFragment>
|
|
1698
1698
|
`;
|
|
1699
1699
|
|
|
1700
1700
|
exports[`component:<InputPhone> testId 1`] = `
|
|
1701
1701
|
<DocumentFragment>
|
|
1702
|
-
<
|
|
1702
|
+
<div
|
|
1703
1703
|
class="view container"
|
|
1704
1704
|
>
|
|
1705
|
-
<
|
|
1705
|
+
<div
|
|
1706
1706
|
class="view row inputBorder"
|
|
1707
1707
|
>
|
|
1708
|
-
<
|
|
1708
|
+
<div
|
|
1709
1709
|
class="view row"
|
|
1710
1710
|
>
|
|
1711
|
-
<
|
|
1711
|
+
<div
|
|
1712
1712
|
class="view content"
|
|
1713
1713
|
>
|
|
1714
1714
|
<select
|
|
@@ -1732,9 +1732,9 @@ exports[`component:<InputPhone> testId 1`] = `
|
|
|
1732
1732
|
+001
|
|
1733
1733
|
</option>
|
|
1734
1734
|
</select>
|
|
1735
|
-
</
|
|
1736
|
-
<
|
|
1737
|
-
class="icon
|
|
1735
|
+
</div>
|
|
1736
|
+
<span
|
|
1737
|
+
class="icon headline-3 icon expand"
|
|
1738
1738
|
>
|
|
1739
1739
|
<svg
|
|
1740
1740
|
fill="currentColor"
|
|
@@ -1751,18 +1751,18 @@ exports[`component:<InputPhone> testId 1`] = `
|
|
|
1751
1751
|
opacity=".87"
|
|
1752
1752
|
/>
|
|
1753
1753
|
<path
|
|
1754
|
-
d="M16.59 8.
|
|
1754
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1755
1755
|
/>
|
|
1756
1756
|
</svg>
|
|
1757
|
-
</
|
|
1758
|
-
</
|
|
1759
|
-
<
|
|
1757
|
+
</span>
|
|
1758
|
+
</div>
|
|
1759
|
+
<div
|
|
1760
1760
|
class="view forceRow separator"
|
|
1761
1761
|
/>
|
|
1762
|
-
<
|
|
1762
|
+
<div
|
|
1763
1763
|
class="view row wide"
|
|
1764
1764
|
>
|
|
1765
|
-
<
|
|
1765
|
+
<div
|
|
1766
1766
|
class="view wide content"
|
|
1767
1767
|
>
|
|
1768
1768
|
<input
|
|
@@ -1773,25 +1773,25 @@ exports[`component:<InputPhone> testId 1`] = `
|
|
|
1773
1773
|
type="tel"
|
|
1774
1774
|
value=""
|
|
1775
1775
|
/>
|
|
1776
|
-
</
|
|
1777
|
-
</
|
|
1778
|
-
</
|
|
1779
|
-
</
|
|
1776
|
+
</div>
|
|
1777
|
+
</div>
|
|
1778
|
+
</div>
|
|
1779
|
+
</div>
|
|
1780
1780
|
</DocumentFragment>
|
|
1781
1781
|
`;
|
|
1782
1782
|
|
|
1783
1783
|
exports[`component:<InputPhone> testId:without prefixes 1`] = `
|
|
1784
1784
|
<DocumentFragment>
|
|
1785
|
-
<
|
|
1785
|
+
<div
|
|
1786
1786
|
class="view container"
|
|
1787
1787
|
>
|
|
1788
|
-
<
|
|
1788
|
+
<div
|
|
1789
1789
|
class="view row inputBorder"
|
|
1790
1790
|
>
|
|
1791
|
-
<
|
|
1791
|
+
<div
|
|
1792
1792
|
class="view row wide"
|
|
1793
1793
|
>
|
|
1794
|
-
<
|
|
1794
|
+
<div
|
|
1795
1795
|
class="view wide content"
|
|
1796
1796
|
>
|
|
1797
1797
|
<input
|
|
@@ -1802,9 +1802,9 @@ exports[`component:<InputPhone> testId:without prefixes 1`] = `
|
|
|
1802
1802
|
type="tel"
|
|
1803
1803
|
value=""
|
|
1804
1804
|
/>
|
|
1805
|
-
</
|
|
1806
|
-
</
|
|
1807
|
-
</
|
|
1808
|
-
</
|
|
1805
|
+
</div>
|
|
1806
|
+
</div>
|
|
1807
|
+
</div>
|
|
1808
|
+
</div>
|
|
1809
1809
|
</DocumentFragment>
|
|
1810
1810
|
`;
|