@mirai/core 0.3.356 → 0.3.357
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +260 -260
- package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +36 -36
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +148 -148
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +108 -108
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +302 -302
- package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +30 -30
- package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +24 -24
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +68 -68
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
- package/build/components/Chat/components/Message/components/Environment.module.css +1 -1
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +376 -376
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +112 -112
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +588 -588
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +788 -764
- package/build/components/Deals/Deals.js +2 -1
- package/build/components/Deals/Deals.js.map +1 -1
- package/build/components/Deals/Deals.module.css +1 -1
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1893 -1893
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2936 -2884
- package/build/components/Finder/Finder.compact.js +7 -4
- package/build/components/Finder/Finder.compact.js.map +1 -1
- package/build/components/Finder/Finder.module.css +3 -3
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8430 -8428
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +5063 -4646
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +115 -115
- package/build/components/Header/Header.js +2 -1
- package/build/components/Header/Header.js.map +1 -1
- package/build/components/Header/Header.module.css +1 -1
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
- package/build/components/Rates/Rates.Unavailability.js +2 -1
- package/build/components/Rates/Rates.Unavailability.js.map +1 -1
- package/build/components/Rates/Rates.module.css +2 -2
- package/build/components/Rates/components/CardHotel/CardHotel.js +2 -1
- package/build/components/Rates/components/CardHotel/CardHotel.js.map +1 -1
- package/build/components/Rates/components/CardHotel/CardHotel.module.css +1 -1
- package/build/components/Rates/components/Filters/Filters.js +1 -1
- package/build/components/Rates/components/Filters/Filters.js.map +1 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.module.css +1 -1
- package/build/components/Rates/components/Item/components/Slider/Slider.js +8 -4
- package/build/components/Rates/components/Item/components/Slider/Slider.js.map +1 -1
- package/build/components/Rates/components/Item/components/Slider/Slider.module.css +2 -2
- package/build/components/Rates/components/Item/components/TooltipDates/TooltipDates.module.css +2 -2
- package/build/components/Rates/components/ModalExtras/ModalExtras.module.css +0 -4
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +320 -315
- package/build/components/Signup/Signup.js +4 -2
- package/build/components/Signup/Signup.js.map +1 -1
- package/build/components/Signup/Signup.module.css +1 -1
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +279 -279
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +991 -991
- package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +316 -316
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +200 -200
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +320 -320
- package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +144 -144
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +32 -32
- package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +129 -129
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +45 -45
- package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +30 -30
- package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +51 -51
- package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +8 -8
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +219 -219
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +513 -513
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js +1 -0
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js.map +1 -1
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +59 -59
- package/build/components/__shared__/Footer/Footer.js +11 -10
- package/build/components/__shared__/Footer/Footer.js.map +1 -1
- package/build/components/__shared__/Footer/Footer.module.css +2 -2
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +60 -60
- package/build/components/__shared__/Occupation/Occupation.Group.js +2 -1
- package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
- package/build/components/__shared__/Occupation/Occupation.module.css +3 -3
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +732 -732
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +319 -313
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +7 -7
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +231 -231
- package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +140 -140
- package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +27 -27
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js +4 -2
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js.map +1 -1
- package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +53 -53
- package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +6 -6
- package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +104 -104
- package/package.json +1 -1
package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap
CHANGED
|
@@ -2,96 +2,96 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Avatar> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-view
|
|
6
6
|
class="view mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui-view
|
|
9
9
|
class="view"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<ui-view
|
|
12
12
|
class="view"
|
|
13
13
|
/>
|
|
14
|
-
<
|
|
14
|
+
<ui-view
|
|
15
15
|
class="view"
|
|
16
16
|
/>
|
|
17
|
-
</
|
|
18
|
-
</
|
|
17
|
+
</ui-view>
|
|
18
|
+
</ui-view>
|
|
19
19
|
</DocumentFragment>
|
|
20
20
|
`;
|
|
21
21
|
|
|
22
22
|
exports[`component:<Avatar> prop:disabled 1`] = `
|
|
23
23
|
<DocumentFragment>
|
|
24
|
-
<
|
|
24
|
+
<ui-view
|
|
25
25
|
class="view"
|
|
26
26
|
>
|
|
27
|
-
<
|
|
27
|
+
<ui-view
|
|
28
28
|
class="view"
|
|
29
29
|
>
|
|
30
|
-
<
|
|
30
|
+
<ui-view
|
|
31
31
|
class="view"
|
|
32
32
|
/>
|
|
33
|
-
<
|
|
33
|
+
<ui-view
|
|
34
34
|
class="view"
|
|
35
35
|
/>
|
|
36
|
-
</
|
|
37
|
-
</
|
|
36
|
+
</ui-view>
|
|
37
|
+
</ui-view>
|
|
38
38
|
</DocumentFragment>
|
|
39
39
|
`;
|
|
40
40
|
|
|
41
41
|
exports[`component:<Avatar> prop:small 1`] = `
|
|
42
42
|
<DocumentFragment>
|
|
43
|
-
<
|
|
43
|
+
<ui-view
|
|
44
44
|
class="view"
|
|
45
45
|
>
|
|
46
|
-
<
|
|
46
|
+
<ui-view
|
|
47
47
|
class="view"
|
|
48
48
|
>
|
|
49
|
-
<
|
|
49
|
+
<ui-view
|
|
50
50
|
class="view"
|
|
51
51
|
/>
|
|
52
|
-
<
|
|
52
|
+
<ui-view
|
|
53
53
|
class="view"
|
|
54
54
|
/>
|
|
55
|
-
</
|
|
56
|
-
</
|
|
55
|
+
</ui-view>
|
|
56
|
+
</ui-view>
|
|
57
57
|
</DocumentFragment>
|
|
58
58
|
`;
|
|
59
59
|
|
|
60
60
|
exports[`component:<Avatar> renders 1`] = `
|
|
61
61
|
<DocumentFragment>
|
|
62
|
-
<
|
|
62
|
+
<ui-view
|
|
63
63
|
class="view"
|
|
64
64
|
>
|
|
65
|
-
<
|
|
65
|
+
<ui-view
|
|
66
66
|
class="view"
|
|
67
67
|
>
|
|
68
|
-
<
|
|
68
|
+
<ui-view
|
|
69
69
|
class="view"
|
|
70
70
|
/>
|
|
71
|
-
<
|
|
71
|
+
<ui-view
|
|
72
72
|
class="view"
|
|
73
73
|
/>
|
|
74
|
-
</
|
|
75
|
-
</
|
|
74
|
+
</ui-view>
|
|
75
|
+
</ui-view>
|
|
76
76
|
</DocumentFragment>
|
|
77
77
|
`;
|
|
78
78
|
|
|
79
79
|
exports[`component:<Avatar> testId 1`] = `
|
|
80
80
|
<DocumentFragment>
|
|
81
|
-
<
|
|
81
|
+
<ui-view
|
|
82
82
|
class="view"
|
|
83
83
|
data-testid="mirai"
|
|
84
84
|
>
|
|
85
|
-
<
|
|
85
|
+
<ui-view
|
|
86
86
|
class="view"
|
|
87
87
|
>
|
|
88
|
-
<
|
|
88
|
+
<ui-view
|
|
89
89
|
class="view"
|
|
90
90
|
/>
|
|
91
|
-
<
|
|
91
|
+
<ui-view
|
|
92
92
|
class="view"
|
|
93
93
|
/>
|
|
94
|
-
</
|
|
95
|
-
</
|
|
94
|
+
</ui-view>
|
|
95
|
+
</ui-view>
|
|
96
96
|
</DocumentFragment>
|
|
97
97
|
`;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Input> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-view
|
|
6
6
|
class="view row"
|
|
7
7
|
>
|
|
8
8
|
<textarea
|
|
@@ -10,14 +10,14 @@ exports[`component:<Input> inherit:className 1`] = `
|
|
|
10
10
|
name="input"
|
|
11
11
|
placeholder="lisa.label.send_message"
|
|
12
12
|
/>
|
|
13
|
-
<
|
|
13
|
+
<ui-tooltip
|
|
14
14
|
class="container"
|
|
15
15
|
>
|
|
16
16
|
<button
|
|
17
17
|
class="pressable dispatcher button small squared transparent"
|
|
18
18
|
tabindex="0"
|
|
19
19
|
>
|
|
20
|
-
<
|
|
20
|
+
<ui-icon
|
|
21
21
|
class="icon light headline-3"
|
|
22
22
|
>
|
|
23
23
|
<svg
|
|
@@ -37,16 +37,16 @@ exports[`component:<Input> inherit:className 1`] = `
|
|
|
37
37
|
d="M2.01 21 23 12 2.01 3 2 10l15 2-15 2z"
|
|
38
38
|
/>
|
|
39
39
|
</svg>
|
|
40
|
-
</
|
|
40
|
+
</ui-icon>
|
|
41
41
|
</button>
|
|
42
|
-
</
|
|
43
|
-
</
|
|
42
|
+
</ui-tooltip>
|
|
43
|
+
</ui-view>
|
|
44
44
|
</DocumentFragment>
|
|
45
45
|
`;
|
|
46
46
|
|
|
47
47
|
exports[`component:<Input> prop:disabled 1`] = `
|
|
48
48
|
<DocumentFragment>
|
|
49
|
-
<
|
|
49
|
+
<ui-view
|
|
50
50
|
class="view row"
|
|
51
51
|
>
|
|
52
52
|
<textarea
|
|
@@ -54,14 +54,14 @@ exports[`component:<Input> prop:disabled 1`] = `
|
|
|
54
54
|
name="input"
|
|
55
55
|
placeholder="lisa.label.send_message"
|
|
56
56
|
/>
|
|
57
|
-
<
|
|
57
|
+
<ui-tooltip
|
|
58
58
|
class="container"
|
|
59
59
|
>
|
|
60
60
|
<button
|
|
61
61
|
class="pressable disabled dispatcher button small squared transparent disabled"
|
|
62
62
|
disabled=""
|
|
63
63
|
>
|
|
64
|
-
<
|
|
64
|
+
<ui-icon
|
|
65
65
|
class="icon light headline-3"
|
|
66
66
|
>
|
|
67
67
|
<svg
|
|
@@ -81,16 +81,16 @@ exports[`component:<Input> prop:disabled 1`] = `
|
|
|
81
81
|
d="M2.01 21 23 12 2.01 3 2 10l15 2-15 2z"
|
|
82
82
|
/>
|
|
83
83
|
</svg>
|
|
84
|
-
</
|
|
84
|
+
</ui-icon>
|
|
85
85
|
</button>
|
|
86
|
-
</
|
|
87
|
-
</
|
|
86
|
+
</ui-tooltip>
|
|
87
|
+
</ui-view>
|
|
88
88
|
</DocumentFragment>
|
|
89
89
|
`;
|
|
90
90
|
|
|
91
91
|
exports[`component:<Input> renders 1`] = `
|
|
92
92
|
<DocumentFragment>
|
|
93
|
-
<
|
|
93
|
+
<ui-view
|
|
94
94
|
class="view row"
|
|
95
95
|
>
|
|
96
96
|
<textarea
|
|
@@ -98,14 +98,14 @@ exports[`component:<Input> renders 1`] = `
|
|
|
98
98
|
name="input"
|
|
99
99
|
placeholder="lisa.label.send_message"
|
|
100
100
|
/>
|
|
101
|
-
<
|
|
101
|
+
<ui-tooltip
|
|
102
102
|
class="container"
|
|
103
103
|
>
|
|
104
104
|
<button
|
|
105
105
|
class="pressable dispatcher button small squared transparent"
|
|
106
106
|
tabindex="0"
|
|
107
107
|
>
|
|
108
|
-
<
|
|
108
|
+
<ui-icon
|
|
109
109
|
class="icon light headline-3"
|
|
110
110
|
>
|
|
111
111
|
<svg
|
|
@@ -125,16 +125,16 @@ exports[`component:<Input> renders 1`] = `
|
|
|
125
125
|
d="M2.01 21 23 12 2.01 3 2 10l15 2-15 2z"
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
|
-
</
|
|
128
|
+
</ui-icon>
|
|
129
129
|
</button>
|
|
130
|
-
</
|
|
131
|
-
</
|
|
130
|
+
</ui-tooltip>
|
|
131
|
+
</ui-view>
|
|
132
132
|
</DocumentFragment>
|
|
133
133
|
`;
|
|
134
134
|
|
|
135
135
|
exports[`component:<Input> testId 1`] = `
|
|
136
136
|
<DocumentFragment>
|
|
137
|
-
<
|
|
137
|
+
<ui-view
|
|
138
138
|
class="view row"
|
|
139
139
|
data-testid="mirai"
|
|
140
140
|
>
|
|
@@ -143,14 +143,14 @@ exports[`component:<Input> testId 1`] = `
|
|
|
143
143
|
name="input"
|
|
144
144
|
placeholder="lisa.label.send_message"
|
|
145
145
|
/>
|
|
146
|
-
<
|
|
146
|
+
<ui-tooltip
|
|
147
147
|
class="container"
|
|
148
148
|
>
|
|
149
149
|
<button
|
|
150
150
|
class="pressable dispatcher button small squared transparent"
|
|
151
151
|
tabindex="0"
|
|
152
152
|
>
|
|
153
|
-
<
|
|
153
|
+
<ui-icon
|
|
154
154
|
class="icon light headline-3"
|
|
155
155
|
>
|
|
156
156
|
<svg
|
|
@@ -170,9 +170,9 @@ exports[`component:<Input> testId 1`] = `
|
|
|
170
170
|
d="M2.01 21 23 12 2.01 3 2 10l15 2-15 2z"
|
|
171
171
|
/>
|
|
172
172
|
</svg>
|
|
173
|
-
</
|
|
173
|
+
</ui-icon>
|
|
174
174
|
</button>
|
|
175
|
-
</
|
|
176
|
-
</
|
|
175
|
+
</ui-tooltip>
|
|
176
|
+
</ui-view>
|
|
177
177
|
</DocumentFragment>
|
|
178
178
|
`;
|
package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap
CHANGED
|
@@ -2,37 +2,37 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<InputRich> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-view
|
|
6
6
|
class="view"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui-view
|
|
9
9
|
class="view"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<ui-view
|
|
12
12
|
class="view row"
|
|
13
13
|
>
|
|
14
|
-
<
|
|
14
|
+
<ui-view
|
|
15
15
|
class="view"
|
|
16
16
|
>
|
|
17
|
-
<
|
|
17
|
+
<ui-view
|
|
18
18
|
class="view"
|
|
19
19
|
>
|
|
20
|
-
<
|
|
20
|
+
<ui-view
|
|
21
21
|
class="view"
|
|
22
22
|
/>
|
|
23
|
-
<
|
|
23
|
+
<ui-view
|
|
24
24
|
class="view"
|
|
25
25
|
/>
|
|
26
|
-
</
|
|
27
|
-
</
|
|
28
|
-
<
|
|
26
|
+
</ui-view>
|
|
27
|
+
</ui-view>
|
|
28
|
+
<ui-text
|
|
29
29
|
class="text bold headline-3 wide"
|
|
30
30
|
/>
|
|
31
31
|
<button
|
|
32
32
|
class="pressable button squared transparent"
|
|
33
33
|
tabindex="0"
|
|
34
34
|
>
|
|
35
|
-
<
|
|
35
|
+
<ui-icon
|
|
36
36
|
class="icon headline-3"
|
|
37
37
|
>
|
|
38
38
|
<svg
|
|
@@ -52,10 +52,10 @@ exports[`component:<InputRich> inherit:className 1`] = `
|
|
|
52
52
|
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"
|
|
53
53
|
/>
|
|
54
54
|
</svg>
|
|
55
|
-
</
|
|
55
|
+
</ui-icon>
|
|
56
56
|
</button>
|
|
57
|
-
</
|
|
58
|
-
<
|
|
57
|
+
</ui-view>
|
|
58
|
+
<ui-view
|
|
59
59
|
class="view"
|
|
60
60
|
>
|
|
61
61
|
<button
|
|
@@ -64,45 +64,45 @@ exports[`component:<InputRich> inherit:className 1`] = `
|
|
|
64
64
|
>
|
|
65
65
|
common.action.apply
|
|
66
66
|
</button>
|
|
67
|
-
</
|
|
68
|
-
</
|
|
69
|
-
</
|
|
67
|
+
</ui-view>
|
|
68
|
+
</ui-view>
|
|
69
|
+
</ui-view>
|
|
70
70
|
</DocumentFragment>
|
|
71
71
|
`;
|
|
72
72
|
|
|
73
73
|
exports[`component:<InputRich> prop:disabled 1`] = `
|
|
74
74
|
<DocumentFragment>
|
|
75
|
-
<
|
|
75
|
+
<ui-view
|
|
76
76
|
class="view"
|
|
77
77
|
>
|
|
78
|
-
<
|
|
78
|
+
<ui-view
|
|
79
79
|
class="view"
|
|
80
80
|
>
|
|
81
|
-
<
|
|
81
|
+
<ui-view
|
|
82
82
|
class="view row"
|
|
83
83
|
>
|
|
84
|
-
<
|
|
84
|
+
<ui-view
|
|
85
85
|
class="view"
|
|
86
86
|
>
|
|
87
|
-
<
|
|
87
|
+
<ui-view
|
|
88
88
|
class="view"
|
|
89
89
|
>
|
|
90
|
-
<
|
|
90
|
+
<ui-view
|
|
91
91
|
class="view"
|
|
92
92
|
/>
|
|
93
|
-
<
|
|
93
|
+
<ui-view
|
|
94
94
|
class="view"
|
|
95
95
|
/>
|
|
96
|
-
</
|
|
97
|
-
</
|
|
98
|
-
<
|
|
96
|
+
</ui-view>
|
|
97
|
+
</ui-view>
|
|
98
|
+
<ui-text
|
|
99
99
|
class="text bold headline-3 wide"
|
|
100
100
|
/>
|
|
101
101
|
<button
|
|
102
102
|
class="pressable button squared transparent"
|
|
103
103
|
tabindex="0"
|
|
104
104
|
>
|
|
105
|
-
<
|
|
105
|
+
<ui-icon
|
|
106
106
|
class="icon headline-3"
|
|
107
107
|
>
|
|
108
108
|
<svg
|
|
@@ -122,10 +122,10 @@ exports[`component:<InputRich> prop:disabled 1`] = `
|
|
|
122
122
|
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"
|
|
123
123
|
/>
|
|
124
124
|
</svg>
|
|
125
|
-
</
|
|
125
|
+
</ui-icon>
|
|
126
126
|
</button>
|
|
127
|
-
</
|
|
128
|
-
<
|
|
127
|
+
</ui-view>
|
|
128
|
+
<ui-view
|
|
129
129
|
class="view"
|
|
130
130
|
>
|
|
131
131
|
<button
|
|
@@ -134,45 +134,45 @@ exports[`component:<InputRich> prop:disabled 1`] = `
|
|
|
134
134
|
>
|
|
135
135
|
common.action.apply
|
|
136
136
|
</button>
|
|
137
|
-
</
|
|
138
|
-
</
|
|
139
|
-
</
|
|
137
|
+
</ui-view>
|
|
138
|
+
</ui-view>
|
|
139
|
+
</ui-view>
|
|
140
140
|
</DocumentFragment>
|
|
141
141
|
`;
|
|
142
142
|
|
|
143
143
|
exports[`component:<InputRich> renders 1`] = `
|
|
144
144
|
<DocumentFragment>
|
|
145
|
-
<
|
|
145
|
+
<ui-view
|
|
146
146
|
class="view"
|
|
147
147
|
>
|
|
148
|
-
<
|
|
148
|
+
<ui-view
|
|
149
149
|
class="view"
|
|
150
150
|
>
|
|
151
|
-
<
|
|
151
|
+
<ui-view
|
|
152
152
|
class="view row"
|
|
153
153
|
>
|
|
154
|
-
<
|
|
154
|
+
<ui-view
|
|
155
155
|
class="view"
|
|
156
156
|
>
|
|
157
|
-
<
|
|
157
|
+
<ui-view
|
|
158
158
|
class="view"
|
|
159
159
|
>
|
|
160
|
-
<
|
|
160
|
+
<ui-view
|
|
161
161
|
class="view"
|
|
162
162
|
/>
|
|
163
|
-
<
|
|
163
|
+
<ui-view
|
|
164
164
|
class="view"
|
|
165
165
|
/>
|
|
166
|
-
</
|
|
167
|
-
</
|
|
168
|
-
<
|
|
166
|
+
</ui-view>
|
|
167
|
+
</ui-view>
|
|
168
|
+
<ui-text
|
|
169
169
|
class="text bold headline-3 wide"
|
|
170
170
|
/>
|
|
171
171
|
<button
|
|
172
172
|
class="pressable button squared transparent"
|
|
173
173
|
tabindex="0"
|
|
174
174
|
>
|
|
175
|
-
<
|
|
175
|
+
<ui-icon
|
|
176
176
|
class="icon headline-3"
|
|
177
177
|
>
|
|
178
178
|
<svg
|
|
@@ -192,10 +192,10 @@ exports[`component:<InputRich> renders 1`] = `
|
|
|
192
192
|
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"
|
|
193
193
|
/>
|
|
194
194
|
</svg>
|
|
195
|
-
</
|
|
195
|
+
</ui-icon>
|
|
196
196
|
</button>
|
|
197
|
-
</
|
|
198
|
-
<
|
|
197
|
+
</ui-view>
|
|
198
|
+
<ui-view
|
|
199
199
|
class="view"
|
|
200
200
|
>
|
|
201
201
|
<button
|
|
@@ -204,46 +204,46 @@ exports[`component:<InputRich> renders 1`] = `
|
|
|
204
204
|
>
|
|
205
205
|
common.action.apply
|
|
206
206
|
</button>
|
|
207
|
-
</
|
|
208
|
-
</
|
|
209
|
-
</
|
|
207
|
+
</ui-view>
|
|
208
|
+
</ui-view>
|
|
209
|
+
</ui-view>
|
|
210
210
|
</DocumentFragment>
|
|
211
211
|
`;
|
|
212
212
|
|
|
213
213
|
exports[`component:<InputRich> testId 1`] = `
|
|
214
214
|
<DocumentFragment>
|
|
215
|
-
<
|
|
215
|
+
<ui-view
|
|
216
216
|
class="view"
|
|
217
217
|
data-testid="mirai"
|
|
218
218
|
>
|
|
219
|
-
<
|
|
219
|
+
<ui-view
|
|
220
220
|
class="view"
|
|
221
221
|
>
|
|
222
|
-
<
|
|
222
|
+
<ui-view
|
|
223
223
|
class="view row"
|
|
224
224
|
>
|
|
225
|
-
<
|
|
225
|
+
<ui-view
|
|
226
226
|
class="view"
|
|
227
227
|
>
|
|
228
|
-
<
|
|
228
|
+
<ui-view
|
|
229
229
|
class="view"
|
|
230
230
|
>
|
|
231
|
-
<
|
|
231
|
+
<ui-view
|
|
232
232
|
class="view"
|
|
233
233
|
/>
|
|
234
|
-
<
|
|
234
|
+
<ui-view
|
|
235
235
|
class="view"
|
|
236
236
|
/>
|
|
237
|
-
</
|
|
238
|
-
</
|
|
239
|
-
<
|
|
237
|
+
</ui-view>
|
|
238
|
+
</ui-view>
|
|
239
|
+
<ui-text
|
|
240
240
|
class="text bold headline-3 wide"
|
|
241
241
|
/>
|
|
242
242
|
<button
|
|
243
243
|
class="pressable button squared transparent"
|
|
244
244
|
tabindex="0"
|
|
245
245
|
>
|
|
246
|
-
<
|
|
246
|
+
<ui-icon
|
|
247
247
|
class="icon headline-3"
|
|
248
248
|
>
|
|
249
249
|
<svg
|
|
@@ -263,10 +263,10 @@ exports[`component:<InputRich> testId 1`] = `
|
|
|
263
263
|
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"
|
|
264
264
|
/>
|
|
265
265
|
</svg>
|
|
266
|
-
</
|
|
266
|
+
</ui-icon>
|
|
267
267
|
</button>
|
|
268
|
-
</
|
|
269
|
-
<
|
|
268
|
+
</ui-view>
|
|
269
|
+
<ui-view
|
|
270
270
|
class="view"
|
|
271
271
|
>
|
|
272
272
|
<button
|
|
@@ -275,8 +275,8 @@ exports[`component:<InputRich> testId 1`] = `
|
|
|
275
275
|
>
|
|
276
276
|
common.action.apply
|
|
277
277
|
</button>
|
|
278
|
-
</
|
|
279
|
-
</
|
|
280
|
-
</
|
|
278
|
+
</ui-view>
|
|
279
|
+
</ui-view>
|
|
280
|
+
</ui-view>
|
|
281
281
|
</DocumentFragment>
|
|
282
282
|
`;
|