@mirai/core 0.3.397 → 0.3.398
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/Core.constants.js +6 -1
- package/build/Core.constants.js.map +1 -1
- package/build/Core.provider.js +1 -2
- package/build/Core.provider.js.map +1 -1
- package/build/components/BannerLoyalty/BannerLoyalty.skeleton.js +7 -3
- package/build/components/BannerLoyalty/BannerLoyalty.skeleton.js.map +1 -1
- package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.skeleton.test.js.snap +290 -0
- package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +4 -4
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +5 -5
- package/build/components/Booking/components/Field/Field.js +1 -1
- package/build/components/Booking/components/Field/Field.js.map +1 -1
- package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +10 -10
- package/build/components/Booking/components/Hotelverse/Hotelverse.js +15 -15
- package/build/components/Booking/components/Hotelverse/Hotelverse.js.map +1 -1
- package/build/components/Booking/components/Hotelverse/__tests__/__snapshots__/Hotelverse.test.js.snap +108 -0
- package/build/components/Booking/helpers/getButtonPaymentKey.js +2 -7
- package/build/components/Booking/helpers/getButtonPaymentKey.js.map +1 -1
- package/build/components/Booking/helpers/getButtonPaymentKey.l10n.js +0 -3
- package/build/components/Booking/helpers/getButtonPaymentKey.l10n.js.map +1 -1
- package/build/components/Booking/partials/Booking.FormCancel.js +4 -3
- package/build/components/Booking/partials/Booking.FormCancel.js.map +1 -1
- package/build/components/Booking/partials/Booking.FormEdit.js +2 -2
- package/build/components/Booking/partials/Booking.FormEdit.js.map +1 -1
- package/build/components/Booking/partials/Booking.FormResend.js +4 -3
- package/build/components/Booking/partials/Booking.FormResend.js.map +1 -1
- package/build/components/Booking/partials/Booking.Information.js +5 -4
- package/build/components/Booking/partials/Booking.Information.js.map +1 -1
- package/build/components/Booking/partials/Booking.Payment.js +4 -3
- package/build/components/Booking/partials/Booking.Payment.js.map +1 -1
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormCancel.test.js.snap +546 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormEdit.test.js.snap +46 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormResend.test.js.snap +166 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Information.test.js.snap +110 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +4 -4
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +4 -4
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalAgency.test.js.snap +319 -0
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Payment.test.js.snap +178 -0
- package/build/components/BookingQuery/BookingQuery.js +1 -0
- package/build/components/BookingQuery/BookingQuery.js.map +1 -1
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +10 -10
- package/build/components/ButtonFinder/__tests__/__snapshots__/ButtonFinder.test.js.snap +5 -5
- package/build/components/Chat/Chat.js +7 -4
- package/build/components/Chat/Chat.js.map +1 -1
- package/build/components/Chat/__tests__/__snapshots__/Chat.constants.test.js.snap +27 -0
- package/build/components/Chat/__tests__/__snapshots__/Chat.test.js.snap +634 -0
- package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +5 -5
- package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +4 -4
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +4 -4
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +10 -10
- package/build/components/Chat/components/Message/components/Booking.js +3 -2
- package/build/components/Chat/components/Message/components/Booking.js.map +1 -1
- package/build/components/Chat/components/Message/components/Card.js +3 -2
- package/build/components/Chat/components/Message/components/Card.js.map +1 -1
- package/build/components/Chat/components/Message/components/Environment.js +5 -4
- package/build/components/Chat/components/Message/components/Environment.js.map +1 -1
- package/build/components/Chat/components/Message/components/__tests__/__snapshots__/Booking.test.js.snap +53 -0
- package/build/components/Chat/components/Message/components/__tests__/__snapshots__/Card.test.js.snap +29 -0
- package/build/components/Chat/components/Message/components/__tests__/__snapshots__/Environment.test.js.snap +44 -0
- package/build/components/Chat/components/Offline/Offline.js +5 -4
- package/build/components/Chat/components/Offline/Offline.js.map +1 -1
- package/build/components/Chat/components/Offline/__tests__/__snapshots__/Offline.test.js.snap +162 -0
- package/build/components/Chat/helpers/__tests__/__snapshots__/getVerboseDate.test.js.snap +9 -0
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +8 -8
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +4 -4
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +6 -6
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +4 -4
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +3 -3
- package/build/components/Deals/__tests__/__snapshots__/Deals.constants.js.snap +15 -0
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +4 -4
- package/build/components/Environment/Environment.State.js +7 -5
- package/build/components/Environment/Environment.State.js.map +1 -1
- package/build/components/Environment/__tests__/__snapshots__/Environment.State.test.js.snap +120 -0
- package/build/components/Environment/__tests__/__snapshots__/Environment.test.js.snap +988 -0
- package/build/components/Finder/__tests__/__snapshots__/Finder.constants.test.js.snap +39 -0
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +14 -14
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +9 -9
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +5 -5
- package/build/components/Finder/helpers/__tests__/__snapshots__/getForwarderUrl.test.js.snap +7 -0
- package/build/components/Header/__tests__/__snapshots__/Header.test.js.snap +1187 -0
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +1 -1
- package/build/components/Rates/Rates.Content.js +3 -2
- package/build/components/Rates/Rates.Content.js.map +1 -1
- package/build/components/Rates/Rates.Footer.js +5 -4
- package/build/components/Rates/Rates.Footer.js.map +1 -1
- package/build/components/Rates/Rates.RoomSelector.js +6 -4
- package/build/components/Rates/Rates.RoomSelector.js.map +1 -1
- package/build/components/Rates/Rates.constants.js +1 -0
- package/build/components/Rates/Rates.constants.js.map +1 -1
- package/build/components/Rates/Rates.js +4 -2
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/__tests__/__snapshots__/Rates.Content.test.js.snap +26 -0
- package/build/components/Rates/__tests__/__snapshots__/Rates.Footer.test.js.snap +50 -0
- package/build/components/Rates/__tests__/__snapshots__/Rates.Header.test.js.snap +10 -0
- package/build/components/Rates/__tests__/__snapshots__/Rates.RoomSelector.test.js.snap +3 -0
- package/build/components/Rates/__tests__/__snapshots__/Rates.Unavailability.test.js.snap +63 -0
- package/build/components/Rates/__tests__/__snapshots__/Rates.test.js.snap +11091 -0
- package/build/components/Rates/components/CardHotel/CardHotel.js +3 -3
- package/build/components/Rates/components/CardHotel/CardHotel.js.map +1 -1
- package/build/components/Rates/components/CardHotel/__tests__/__snapshots__/CardHotel.test.js.snap +85 -0
- package/build/components/Rates/components/ClubRate/__tests__/__snapshots__/ClubRate.test.js.snap +38 -0
- 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/Filters/__tests__/__snapshots__/FIlters.Button.test.js.snap +33 -0
- package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.Amenity.test.js.snap +21 -0
- package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.BookingOption.test.js.snap +32 -0
- package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.test.js.snap +168 -0
- package/build/components/Rates/components/Hotelverse/Hotelverse.js +8 -13
- package/build/components/Rates/components/Hotelverse/Hotelverse.js.map +1 -1
- package/build/components/Rates/components/Hotelverse/__tests__/__snapshots__/Hotelverse.test.js.snap +3 -0
- package/build/components/Rates/components/Item/Item.Preview.js +2 -2
- package/build/components/Rates/components/Item/Item.Preview.js.map +1 -1
- package/build/components/Rates/components/Item/Item.Rates.js +6 -9
- package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
- package/build/components/Rates/components/Item/Item.Summary.js +33 -8
- package/build/components/Rates/components/Item/Item.Summary.js.map +1 -1
- package/build/components/Rates/components/Item/Item.js +2 -0
- package/build/components/Rates/components/Item/Item.js.map +1 -1
- package/build/components/Rates/components/Item/Item.module.css +11 -0
- package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Preview.test.js.snap +93 -0
- package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Rates.test.js.snap +9 -0
- package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Summary.test.js.snap +53 -0
- package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.test.js.snap +151 -0
- package/build/components/Rates/components/Item/components/Amenities/__tests__/__snapshots__/Amenities.test.js.snap +3 -0
- package/build/components/Rates/components/Item/components/Features/__tests__/__snapshots__/Features.test.js.snap +40 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/__tests__/__snapshots__/ModalCancellationInfo.test.js.snap +35 -0
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js +1 -1
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js.map +1 -1
- package/build/components/Rates/components/Item/components/ModalInfo/__tests__/__snapshots__/ModalInfo.test.js.snap +72 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/__tests__/__snapshots__/ModalOfferInfo.test.js.snap +49 -0
- package/build/components/Rates/components/Item/components/ModalUrl/__tests__/__snapshots__/ModalUrl.test.js.snap +50 -0
- package/build/components/Rates/components/Item/components/Option/__tests__/__snapshots__/Option.test.js.snap +18 -0
- package/build/components/Rates/components/Item/components/PriceDetails/__tests__/__snapshots__/PriceDetails.test.js.snap +23 -0
- package/build/components/Rates/components/Item/components/RateDetails/__tests__/__snapshots__/RateDetails.Countdown.test.js.snap +3 -0
- package/build/components/Rates/components/Item/components/RateDetails/__tests__/__snapshots__/RateDetails.test.js.snap +3 -0
- package/build/components/Rates/components/Item/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +27 -0
- package/build/components/Rates/components/Item/components/TooltipDates/__tests__/__snapshots__/TooltipDates.test.js.snap +3 -0
- package/build/components/Rates/components/ModalExtras/__tests__/__snapshots__/ModalExtras.test.js.snap +68 -0
- package/build/components/Rates/components/ModalMapView/__tests__/__snapshots__/ModalMapView.test.js.snap +66 -0
- package/build/components/Rates/helpers/getCheckoutParams.js +2 -2
- package/build/components/Rates/helpers/getCheckoutParams.js.map +1 -1
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +7 -7
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +3 -3
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +7 -7
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +6 -6
- package/build/components/__shared__/BookingSummary/_tests__/BookingSummary.constants.test.js +25 -0
- package/build/components/__shared__/BookingSummary/_tests__/BookingSummary.constants.test.js.map +1 -0
- package/build/components/__shared__/BookingSummary/_tests__/BookingSummary.test.js +5 -5
- package/build/components/__shared__/BookingSummary/_tests__/BookingSummary.test.js.map +1 -1
- package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +4 -4
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +10 -10
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +6 -6
- package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +4 -4
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +3 -3
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +4 -4
- package/build/components/__shared__/ButtonPayment/components/Form/Form.js +4 -2
- package/build/components/__shared__/ButtonPayment/components/Form/Form.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/Form/__tests__/__snapshots__/Form.test.js.snap +65 -0
- package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +3 -3
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +3 -3
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/helpers/__tests__/__snapshots__/getStyle.test.js.snap +23 -0
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +3 -3
- package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +6 -6
- package/build/components/__shared__/Card/__tests__/__snapshots__/Card.test.js.snap +34 -0
- package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +4 -4
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +17 -17
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +8 -8
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +5 -5
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +4 -4
- package/build/components/__shared__/NotificationRequiredFields/__tests__/__snapshots__/NotificationRequiredFields.test.js.snap +118 -0
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +10 -10
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +5 -5
- package/build/components/__shared__/Payment/components/AmazonPay/__tests__/__snapshots__/AmazonPay.test.js.snap +2 -2
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +1 -1
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +6 -6
- package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +4 -4
- package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +3 -3
- package/build/components/__shared__/PriceBreakdown/PriceBreakdown.js +1 -1
- package/build/components/__shared__/PriceBreakdown/PriceBreakdown.js.map +1 -1
- package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.Line.test.js.snap +49 -0
- package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.test.js.snap +337 -0
- package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +6 -6
- package/build/components/__shared__/Skeleton/__tests__/__snapshots__/Skeleton.test.js.snap +66 -0
- package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +3 -3
- package/build/components/helpers/addScript.js +2 -2
- package/build/components/helpers/addScript.js.map +1 -1
- package/build/components/helpers/parseHtml.js +0 -1
- package/build/components/helpers/parseHtml.js.map +1 -1
- package/build/contexts/PerfomanceManager/providers/gtm/ratesResponse.js +0 -1
- package/build/contexts/PerfomanceManager/providers/gtm/ratesResponse.js.map +1 -1
- package/build/helpers/checkSession.js.map +1 -1
- package/build/helpers/debounce.js +2 -1
- package/build/helpers/debounce.js.map +1 -1
- package/build/helpers/fetchCookies.js +2 -2
- package/build/helpers/fetchCookies.js.map +1 -1
- package/build/helpers/loadSentry.js +1 -4
- package/build/helpers/loadSentry.js.map +1 -1
- package/build/helpers/toOccupation.js +1 -1
- package/build/helpers/toOccupation.js.map +1 -1
- package/build/index.js +1 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/build/Core.definition.js +0 -10
- package/build/Core.definition.js.map +0 -1
|
@@ -0,0 +1,634 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`<Chat> applies the correct classes based on props 1`] = `
|
|
4
|
+
<DocumentFragment>
|
|
5
|
+
<ui-view
|
|
6
|
+
class="view"
|
|
7
|
+
>
|
|
8
|
+
<ui-view
|
|
9
|
+
class="view row"
|
|
10
|
+
>
|
|
11
|
+
<ui-view
|
|
12
|
+
class="view"
|
|
13
|
+
>
|
|
14
|
+
<ui-view
|
|
15
|
+
class="view"
|
|
16
|
+
>
|
|
17
|
+
<ui-view
|
|
18
|
+
class="view"
|
|
19
|
+
/>
|
|
20
|
+
<ui-view
|
|
21
|
+
class="view"
|
|
22
|
+
/>
|
|
23
|
+
</ui-view>
|
|
24
|
+
</ui-view>
|
|
25
|
+
<ui-view
|
|
26
|
+
class="view wide"
|
|
27
|
+
>
|
|
28
|
+
<ui-text
|
|
29
|
+
class="text bold paragraph"
|
|
30
|
+
>
|
|
31
|
+
lisa.label.assistant
|
|
32
|
+
</ui-text>
|
|
33
|
+
<ui-view
|
|
34
|
+
class="view row"
|
|
35
|
+
>
|
|
36
|
+
<ui-view
|
|
37
|
+
class="view"
|
|
38
|
+
/>
|
|
39
|
+
<ui-text
|
|
40
|
+
class="text light small"
|
|
41
|
+
>
|
|
42
|
+
lisa.label.offline
|
|
43
|
+
</ui-text>
|
|
44
|
+
</ui-view>
|
|
45
|
+
</ui-view>
|
|
46
|
+
<ui-view
|
|
47
|
+
class="view row"
|
|
48
|
+
>
|
|
49
|
+
<ui-tooltip
|
|
50
|
+
class="container"
|
|
51
|
+
>
|
|
52
|
+
<ui-button
|
|
53
|
+
class="pressable dispatcher button small squared transparent"
|
|
54
|
+
tabindex="0"
|
|
55
|
+
>
|
|
56
|
+
<ui-icon
|
|
57
|
+
class="icon headline-3"
|
|
58
|
+
>
|
|
59
|
+
<svg
|
|
60
|
+
fill="currentColor"
|
|
61
|
+
height="1em"
|
|
62
|
+
stroke="currentColor"
|
|
63
|
+
stroke-width="0"
|
|
64
|
+
viewBox="0 0 24 24"
|
|
65
|
+
width="1em"
|
|
66
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
67
|
+
>
|
|
68
|
+
<path
|
|
69
|
+
d="M0 0h24v24H0V0z"
|
|
70
|
+
fill="none"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
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"
|
|
74
|
+
/>
|
|
75
|
+
</svg>
|
|
76
|
+
</ui-icon>
|
|
77
|
+
</ui-button>
|
|
78
|
+
</ui-tooltip>
|
|
79
|
+
</ui-view>
|
|
80
|
+
</ui-view>
|
|
81
|
+
<ui-scrollview
|
|
82
|
+
class="scrollview vertical"
|
|
83
|
+
>
|
|
84
|
+
<ui-view
|
|
85
|
+
class="view wide"
|
|
86
|
+
>
|
|
87
|
+
<ui-view
|
|
88
|
+
class="view row wide"
|
|
89
|
+
>
|
|
90
|
+
<ui-view
|
|
91
|
+
class="view"
|
|
92
|
+
>
|
|
93
|
+
<ui-view
|
|
94
|
+
class="view"
|
|
95
|
+
/>
|
|
96
|
+
</ui-view>
|
|
97
|
+
</ui-view>
|
|
98
|
+
</ui-view>
|
|
99
|
+
</ui-scrollview>
|
|
100
|
+
<ui-notification-error
|
|
101
|
+
class="view row notification error outlined small"
|
|
102
|
+
>
|
|
103
|
+
<ui-icon
|
|
104
|
+
class="icon paragraph"
|
|
105
|
+
>
|
|
106
|
+
<svg
|
|
107
|
+
fill="currentColor"
|
|
108
|
+
height="1em"
|
|
109
|
+
stroke="currentColor"
|
|
110
|
+
stroke-width="0"
|
|
111
|
+
viewBox="0 0 24 24"
|
|
112
|
+
width="1em"
|
|
113
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
114
|
+
>
|
|
115
|
+
<path
|
|
116
|
+
d="M0 0h24v24H0V0z"
|
|
117
|
+
fill="none"
|
|
118
|
+
/>
|
|
119
|
+
<path
|
|
120
|
+
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"
|
|
121
|
+
/>
|
|
122
|
+
</svg>
|
|
123
|
+
</ui-icon>
|
|
124
|
+
<ui-view
|
|
125
|
+
class="view texts"
|
|
126
|
+
>
|
|
127
|
+
<ui-text
|
|
128
|
+
class="text small"
|
|
129
|
+
>
|
|
130
|
+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum tempore ipsa inventore, sed corporis distinctio.
|
|
131
|
+
</ui-text>
|
|
132
|
+
</ui-view>
|
|
133
|
+
</ui-notification-error>
|
|
134
|
+
</ui-view>
|
|
135
|
+
<ui-tooltip
|
|
136
|
+
class="container"
|
|
137
|
+
>
|
|
138
|
+
<ui-pressable
|
|
139
|
+
class="pressable disabled dispatcher"
|
|
140
|
+
disabled="true"
|
|
141
|
+
>
|
|
142
|
+
<ui-view
|
|
143
|
+
class="view"
|
|
144
|
+
>
|
|
145
|
+
<ui-view
|
|
146
|
+
class="view"
|
|
147
|
+
>
|
|
148
|
+
<ui-view
|
|
149
|
+
class="view"
|
|
150
|
+
/>
|
|
151
|
+
<ui-view
|
|
152
|
+
class="view"
|
|
153
|
+
/>
|
|
154
|
+
</ui-view>
|
|
155
|
+
</ui-view>
|
|
156
|
+
</ui-pressable>
|
|
157
|
+
</ui-tooltip>
|
|
158
|
+
</DocumentFragment>
|
|
159
|
+
`;
|
|
160
|
+
|
|
161
|
+
exports[`<Chat> inherit:className 1`] = `
|
|
162
|
+
<DocumentFragment>
|
|
163
|
+
<ui-view
|
|
164
|
+
class="view mirai"
|
|
165
|
+
>
|
|
166
|
+
<ui-view
|
|
167
|
+
class="view row"
|
|
168
|
+
>
|
|
169
|
+
<ui-view
|
|
170
|
+
class="view"
|
|
171
|
+
>
|
|
172
|
+
<ui-view
|
|
173
|
+
class="view"
|
|
174
|
+
>
|
|
175
|
+
<ui-view
|
|
176
|
+
class="view"
|
|
177
|
+
/>
|
|
178
|
+
<ui-view
|
|
179
|
+
class="view"
|
|
180
|
+
/>
|
|
181
|
+
</ui-view>
|
|
182
|
+
</ui-view>
|
|
183
|
+
<ui-view
|
|
184
|
+
class="view wide"
|
|
185
|
+
>
|
|
186
|
+
<ui-text
|
|
187
|
+
class="text bold paragraph"
|
|
188
|
+
>
|
|
189
|
+
lisa.label.assistant
|
|
190
|
+
</ui-text>
|
|
191
|
+
<ui-view
|
|
192
|
+
class="view row"
|
|
193
|
+
>
|
|
194
|
+
<ui-view
|
|
195
|
+
class="view"
|
|
196
|
+
/>
|
|
197
|
+
<ui-text
|
|
198
|
+
class="text light small"
|
|
199
|
+
>
|
|
200
|
+
lisa.label.offline
|
|
201
|
+
</ui-text>
|
|
202
|
+
</ui-view>
|
|
203
|
+
</ui-view>
|
|
204
|
+
<ui-view
|
|
205
|
+
class="view row"
|
|
206
|
+
>
|
|
207
|
+
<ui-tooltip
|
|
208
|
+
class="container"
|
|
209
|
+
>
|
|
210
|
+
<ui-button
|
|
211
|
+
class="pressable dispatcher button small squared transparent"
|
|
212
|
+
tabindex="0"
|
|
213
|
+
>
|
|
214
|
+
<ui-icon
|
|
215
|
+
class="icon headline-3"
|
|
216
|
+
>
|
|
217
|
+
<svg
|
|
218
|
+
fill="currentColor"
|
|
219
|
+
height="1em"
|
|
220
|
+
stroke="currentColor"
|
|
221
|
+
stroke-width="0"
|
|
222
|
+
viewBox="0 0 24 24"
|
|
223
|
+
width="1em"
|
|
224
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
225
|
+
>
|
|
226
|
+
<path
|
|
227
|
+
d="M0 0h24v24H0V0z"
|
|
228
|
+
fill="none"
|
|
229
|
+
/>
|
|
230
|
+
<path
|
|
231
|
+
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"
|
|
232
|
+
/>
|
|
233
|
+
</svg>
|
|
234
|
+
</ui-icon>
|
|
235
|
+
</ui-button>
|
|
236
|
+
</ui-tooltip>
|
|
237
|
+
</ui-view>
|
|
238
|
+
</ui-view>
|
|
239
|
+
<ui-scrollview
|
|
240
|
+
class="scrollview vertical"
|
|
241
|
+
>
|
|
242
|
+
<ui-view
|
|
243
|
+
class="view wide"
|
|
244
|
+
>
|
|
245
|
+
<ui-view
|
|
246
|
+
class="view row wide"
|
|
247
|
+
>
|
|
248
|
+
<ui-view
|
|
249
|
+
class="view"
|
|
250
|
+
>
|
|
251
|
+
<ui-view
|
|
252
|
+
class="view"
|
|
253
|
+
/>
|
|
254
|
+
</ui-view>
|
|
255
|
+
</ui-view>
|
|
256
|
+
</ui-view>
|
|
257
|
+
</ui-scrollview>
|
|
258
|
+
<ui-notification-error
|
|
259
|
+
class="view row notification error outlined small"
|
|
260
|
+
>
|
|
261
|
+
<ui-icon
|
|
262
|
+
class="icon paragraph"
|
|
263
|
+
>
|
|
264
|
+
<svg
|
|
265
|
+
fill="currentColor"
|
|
266
|
+
height="1em"
|
|
267
|
+
stroke="currentColor"
|
|
268
|
+
stroke-width="0"
|
|
269
|
+
viewBox="0 0 24 24"
|
|
270
|
+
width="1em"
|
|
271
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
272
|
+
>
|
|
273
|
+
<path
|
|
274
|
+
d="M0 0h24v24H0V0z"
|
|
275
|
+
fill="none"
|
|
276
|
+
/>
|
|
277
|
+
<path
|
|
278
|
+
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"
|
|
279
|
+
/>
|
|
280
|
+
</svg>
|
|
281
|
+
</ui-icon>
|
|
282
|
+
<ui-view
|
|
283
|
+
class="view texts"
|
|
284
|
+
>
|
|
285
|
+
<ui-text
|
|
286
|
+
class="text small"
|
|
287
|
+
>
|
|
288
|
+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum tempore ipsa inventore, sed corporis distinctio.
|
|
289
|
+
</ui-text>
|
|
290
|
+
</ui-view>
|
|
291
|
+
</ui-notification-error>
|
|
292
|
+
</ui-view>
|
|
293
|
+
<ui-tooltip
|
|
294
|
+
class="container"
|
|
295
|
+
>
|
|
296
|
+
<ui-pressable
|
|
297
|
+
class="pressable disabled dispatcher"
|
|
298
|
+
disabled="true"
|
|
299
|
+
>
|
|
300
|
+
<ui-view
|
|
301
|
+
class="view"
|
|
302
|
+
>
|
|
303
|
+
<ui-view
|
|
304
|
+
class="view"
|
|
305
|
+
>
|
|
306
|
+
<ui-view
|
|
307
|
+
class="view"
|
|
308
|
+
/>
|
|
309
|
+
<ui-view
|
|
310
|
+
class="view"
|
|
311
|
+
/>
|
|
312
|
+
</ui-view>
|
|
313
|
+
</ui-view>
|
|
314
|
+
</ui-pressable>
|
|
315
|
+
</ui-tooltip>
|
|
316
|
+
</DocumentFragment>
|
|
317
|
+
`;
|
|
318
|
+
|
|
319
|
+
exports[`<Chat> renders 1`] = `
|
|
320
|
+
<DocumentFragment>
|
|
321
|
+
<ui-view
|
|
322
|
+
class="view"
|
|
323
|
+
>
|
|
324
|
+
<ui-view
|
|
325
|
+
class="view row"
|
|
326
|
+
>
|
|
327
|
+
<ui-view
|
|
328
|
+
class="view"
|
|
329
|
+
>
|
|
330
|
+
<ui-view
|
|
331
|
+
class="view"
|
|
332
|
+
>
|
|
333
|
+
<ui-view
|
|
334
|
+
class="view"
|
|
335
|
+
/>
|
|
336
|
+
<ui-view
|
|
337
|
+
class="view"
|
|
338
|
+
/>
|
|
339
|
+
</ui-view>
|
|
340
|
+
</ui-view>
|
|
341
|
+
<ui-view
|
|
342
|
+
class="view wide"
|
|
343
|
+
>
|
|
344
|
+
<ui-text
|
|
345
|
+
class="text bold paragraph"
|
|
346
|
+
>
|
|
347
|
+
lisa.label.assistant
|
|
348
|
+
</ui-text>
|
|
349
|
+
<ui-view
|
|
350
|
+
class="view row"
|
|
351
|
+
>
|
|
352
|
+
<ui-view
|
|
353
|
+
class="view"
|
|
354
|
+
/>
|
|
355
|
+
<ui-text
|
|
356
|
+
class="text light small"
|
|
357
|
+
>
|
|
358
|
+
lisa.label.offline
|
|
359
|
+
</ui-text>
|
|
360
|
+
</ui-view>
|
|
361
|
+
</ui-view>
|
|
362
|
+
<ui-view
|
|
363
|
+
class="view row"
|
|
364
|
+
>
|
|
365
|
+
<ui-tooltip
|
|
366
|
+
class="container"
|
|
367
|
+
>
|
|
368
|
+
<ui-button
|
|
369
|
+
class="pressable dispatcher button small squared transparent"
|
|
370
|
+
tabindex="0"
|
|
371
|
+
>
|
|
372
|
+
<ui-icon
|
|
373
|
+
class="icon headline-3"
|
|
374
|
+
>
|
|
375
|
+
<svg
|
|
376
|
+
fill="currentColor"
|
|
377
|
+
height="1em"
|
|
378
|
+
stroke="currentColor"
|
|
379
|
+
stroke-width="0"
|
|
380
|
+
viewBox="0 0 24 24"
|
|
381
|
+
width="1em"
|
|
382
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
383
|
+
>
|
|
384
|
+
<path
|
|
385
|
+
d="M0 0h24v24H0V0z"
|
|
386
|
+
fill="none"
|
|
387
|
+
/>
|
|
388
|
+
<path
|
|
389
|
+
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"
|
|
390
|
+
/>
|
|
391
|
+
</svg>
|
|
392
|
+
</ui-icon>
|
|
393
|
+
</ui-button>
|
|
394
|
+
</ui-tooltip>
|
|
395
|
+
</ui-view>
|
|
396
|
+
</ui-view>
|
|
397
|
+
<ui-scrollview
|
|
398
|
+
class="scrollview vertical"
|
|
399
|
+
>
|
|
400
|
+
<ui-view
|
|
401
|
+
class="view wide"
|
|
402
|
+
>
|
|
403
|
+
<ui-view
|
|
404
|
+
class="view row wide"
|
|
405
|
+
>
|
|
406
|
+
<ui-view
|
|
407
|
+
class="view"
|
|
408
|
+
>
|
|
409
|
+
<ui-view
|
|
410
|
+
class="view"
|
|
411
|
+
/>
|
|
412
|
+
</ui-view>
|
|
413
|
+
</ui-view>
|
|
414
|
+
</ui-view>
|
|
415
|
+
</ui-scrollview>
|
|
416
|
+
<ui-notification-error
|
|
417
|
+
class="view row notification error outlined small"
|
|
418
|
+
>
|
|
419
|
+
<ui-icon
|
|
420
|
+
class="icon paragraph"
|
|
421
|
+
>
|
|
422
|
+
<svg
|
|
423
|
+
fill="currentColor"
|
|
424
|
+
height="1em"
|
|
425
|
+
stroke="currentColor"
|
|
426
|
+
stroke-width="0"
|
|
427
|
+
viewBox="0 0 24 24"
|
|
428
|
+
width="1em"
|
|
429
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
430
|
+
>
|
|
431
|
+
<path
|
|
432
|
+
d="M0 0h24v24H0V0z"
|
|
433
|
+
fill="none"
|
|
434
|
+
/>
|
|
435
|
+
<path
|
|
436
|
+
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"
|
|
437
|
+
/>
|
|
438
|
+
</svg>
|
|
439
|
+
</ui-icon>
|
|
440
|
+
<ui-view
|
|
441
|
+
class="view texts"
|
|
442
|
+
>
|
|
443
|
+
<ui-text
|
|
444
|
+
class="text small"
|
|
445
|
+
>
|
|
446
|
+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum tempore ipsa inventore, sed corporis distinctio.
|
|
447
|
+
</ui-text>
|
|
448
|
+
</ui-view>
|
|
449
|
+
</ui-notification-error>
|
|
450
|
+
</ui-view>
|
|
451
|
+
<ui-tooltip
|
|
452
|
+
class="container"
|
|
453
|
+
>
|
|
454
|
+
<ui-pressable
|
|
455
|
+
class="pressable disabled dispatcher"
|
|
456
|
+
disabled="true"
|
|
457
|
+
>
|
|
458
|
+
<ui-view
|
|
459
|
+
class="view"
|
|
460
|
+
>
|
|
461
|
+
<ui-view
|
|
462
|
+
class="view"
|
|
463
|
+
>
|
|
464
|
+
<ui-view
|
|
465
|
+
class="view"
|
|
466
|
+
/>
|
|
467
|
+
<ui-view
|
|
468
|
+
class="view"
|
|
469
|
+
/>
|
|
470
|
+
</ui-view>
|
|
471
|
+
</ui-view>
|
|
472
|
+
</ui-pressable>
|
|
473
|
+
</ui-tooltip>
|
|
474
|
+
</DocumentFragment>
|
|
475
|
+
`;
|
|
476
|
+
|
|
477
|
+
exports[`<Chat> testID 1`] = `
|
|
478
|
+
<DocumentFragment>
|
|
479
|
+
<ui-view
|
|
480
|
+
class="view"
|
|
481
|
+
data-testid="mirai"
|
|
482
|
+
>
|
|
483
|
+
<ui-view
|
|
484
|
+
class="view row"
|
|
485
|
+
>
|
|
486
|
+
<ui-view
|
|
487
|
+
class="view"
|
|
488
|
+
>
|
|
489
|
+
<ui-view
|
|
490
|
+
class="view"
|
|
491
|
+
>
|
|
492
|
+
<ui-view
|
|
493
|
+
class="view"
|
|
494
|
+
/>
|
|
495
|
+
<ui-view
|
|
496
|
+
class="view"
|
|
497
|
+
/>
|
|
498
|
+
</ui-view>
|
|
499
|
+
</ui-view>
|
|
500
|
+
<ui-view
|
|
501
|
+
class="view wide"
|
|
502
|
+
>
|
|
503
|
+
<ui-text
|
|
504
|
+
class="text bold paragraph"
|
|
505
|
+
>
|
|
506
|
+
lisa.label.assistant
|
|
507
|
+
</ui-text>
|
|
508
|
+
<ui-view
|
|
509
|
+
class="view row"
|
|
510
|
+
>
|
|
511
|
+
<ui-view
|
|
512
|
+
class="view"
|
|
513
|
+
/>
|
|
514
|
+
<ui-text
|
|
515
|
+
class="text light small"
|
|
516
|
+
>
|
|
517
|
+
lisa.label.offline
|
|
518
|
+
</ui-text>
|
|
519
|
+
</ui-view>
|
|
520
|
+
</ui-view>
|
|
521
|
+
<ui-view
|
|
522
|
+
class="view row"
|
|
523
|
+
>
|
|
524
|
+
<ui-tooltip
|
|
525
|
+
class="container"
|
|
526
|
+
>
|
|
527
|
+
<ui-button
|
|
528
|
+
class="pressable dispatcher button small squared transparent"
|
|
529
|
+
tabindex="0"
|
|
530
|
+
>
|
|
531
|
+
<ui-icon
|
|
532
|
+
class="icon headline-3"
|
|
533
|
+
>
|
|
534
|
+
<svg
|
|
535
|
+
fill="currentColor"
|
|
536
|
+
height="1em"
|
|
537
|
+
stroke="currentColor"
|
|
538
|
+
stroke-width="0"
|
|
539
|
+
viewBox="0 0 24 24"
|
|
540
|
+
width="1em"
|
|
541
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
542
|
+
>
|
|
543
|
+
<path
|
|
544
|
+
d="M0 0h24v24H0V0z"
|
|
545
|
+
fill="none"
|
|
546
|
+
/>
|
|
547
|
+
<path
|
|
548
|
+
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"
|
|
549
|
+
/>
|
|
550
|
+
</svg>
|
|
551
|
+
</ui-icon>
|
|
552
|
+
</ui-button>
|
|
553
|
+
</ui-tooltip>
|
|
554
|
+
</ui-view>
|
|
555
|
+
</ui-view>
|
|
556
|
+
<ui-scrollview
|
|
557
|
+
class="scrollview vertical"
|
|
558
|
+
>
|
|
559
|
+
<ui-view
|
|
560
|
+
class="view wide"
|
|
561
|
+
>
|
|
562
|
+
<ui-view
|
|
563
|
+
class="view row wide"
|
|
564
|
+
>
|
|
565
|
+
<ui-view
|
|
566
|
+
class="view"
|
|
567
|
+
>
|
|
568
|
+
<ui-view
|
|
569
|
+
class="view"
|
|
570
|
+
/>
|
|
571
|
+
</ui-view>
|
|
572
|
+
</ui-view>
|
|
573
|
+
</ui-view>
|
|
574
|
+
</ui-scrollview>
|
|
575
|
+
<ui-notification-error
|
|
576
|
+
class="view row notification error outlined small"
|
|
577
|
+
>
|
|
578
|
+
<ui-icon
|
|
579
|
+
class="icon paragraph"
|
|
580
|
+
>
|
|
581
|
+
<svg
|
|
582
|
+
fill="currentColor"
|
|
583
|
+
height="1em"
|
|
584
|
+
stroke="currentColor"
|
|
585
|
+
stroke-width="0"
|
|
586
|
+
viewBox="0 0 24 24"
|
|
587
|
+
width="1em"
|
|
588
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
589
|
+
>
|
|
590
|
+
<path
|
|
591
|
+
d="M0 0h24v24H0V0z"
|
|
592
|
+
fill="none"
|
|
593
|
+
/>
|
|
594
|
+
<path
|
|
595
|
+
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"
|
|
596
|
+
/>
|
|
597
|
+
</svg>
|
|
598
|
+
</ui-icon>
|
|
599
|
+
<ui-view
|
|
600
|
+
class="view texts"
|
|
601
|
+
>
|
|
602
|
+
<ui-text
|
|
603
|
+
class="text small"
|
|
604
|
+
>
|
|
605
|
+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum tempore ipsa inventore, sed corporis distinctio.
|
|
606
|
+
</ui-text>
|
|
607
|
+
</ui-view>
|
|
608
|
+
</ui-notification-error>
|
|
609
|
+
</ui-view>
|
|
610
|
+
<ui-tooltip
|
|
611
|
+
class="container"
|
|
612
|
+
>
|
|
613
|
+
<ui-pressable
|
|
614
|
+
class="pressable disabled dispatcher"
|
|
615
|
+
disabled="true"
|
|
616
|
+
>
|
|
617
|
+
<ui-view
|
|
618
|
+
class="view"
|
|
619
|
+
>
|
|
620
|
+
<ui-view
|
|
621
|
+
class="view"
|
|
622
|
+
>
|
|
623
|
+
<ui-view
|
|
624
|
+
class="view"
|
|
625
|
+
/>
|
|
626
|
+
<ui-view
|
|
627
|
+
class="view"
|
|
628
|
+
/>
|
|
629
|
+
</ui-view>
|
|
630
|
+
</ui-view>
|
|
631
|
+
</ui-pressable>
|
|
632
|
+
</ui-tooltip>
|
|
633
|
+
</DocumentFragment>
|
|
634
|
+
`;
|
package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
-
exports[
|
|
3
|
+
exports[`<Avatar> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<ui-view
|
|
6
6
|
class="view mirai"
|
|
@@ -19,7 +19,7 @@ exports[`component:<Avatar> inherit:className 1`] = `
|
|
|
19
19
|
</DocumentFragment>
|
|
20
20
|
`;
|
|
21
21
|
|
|
22
|
-
exports[
|
|
22
|
+
exports[`<Avatar> prop:disabled 1`] = `
|
|
23
23
|
<DocumentFragment>
|
|
24
24
|
<ui-view
|
|
25
25
|
class="view"
|
|
@@ -38,7 +38,7 @@ exports[`component:<Avatar> prop:disabled 1`] = `
|
|
|
38
38
|
</DocumentFragment>
|
|
39
39
|
`;
|
|
40
40
|
|
|
41
|
-
exports[
|
|
41
|
+
exports[`<Avatar> prop:small 1`] = `
|
|
42
42
|
<DocumentFragment>
|
|
43
43
|
<ui-view
|
|
44
44
|
class="view"
|
|
@@ -57,7 +57,7 @@ exports[`component:<Avatar> prop:small 1`] = `
|
|
|
57
57
|
</DocumentFragment>
|
|
58
58
|
`;
|
|
59
59
|
|
|
60
|
-
exports[
|
|
60
|
+
exports[`<Avatar> renders 1`] = `
|
|
61
61
|
<DocumentFragment>
|
|
62
62
|
<ui-view
|
|
63
63
|
class="view"
|
|
@@ -76,7 +76,7 @@ exports[`component:<Avatar> renders 1`] = `
|
|
|
76
76
|
</DocumentFragment>
|
|
77
77
|
`;
|
|
78
78
|
|
|
79
|
-
exports[
|
|
79
|
+
exports[`<Avatar> testId 1`] = `
|
|
80
80
|
<DocumentFragment>
|
|
81
81
|
<ui-view
|
|
82
82
|
class="view"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
-
exports[
|
|
3
|
+
exports[`<Input> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<ui-view
|
|
6
6
|
class="view row"
|
|
@@ -44,7 +44,7 @@ exports[`component:<Input> inherit:className 1`] = `
|
|
|
44
44
|
</DocumentFragment>
|
|
45
45
|
`;
|
|
46
46
|
|
|
47
|
-
exports[
|
|
47
|
+
exports[`<Input> prop:disabled 1`] = `
|
|
48
48
|
<DocumentFragment>
|
|
49
49
|
<ui-view
|
|
50
50
|
class="view row"
|
|
@@ -88,7 +88,7 @@ exports[`component:<Input> prop:disabled 1`] = `
|
|
|
88
88
|
</DocumentFragment>
|
|
89
89
|
`;
|
|
90
90
|
|
|
91
|
-
exports[
|
|
91
|
+
exports[`<Input> renders 1`] = `
|
|
92
92
|
<DocumentFragment>
|
|
93
93
|
<ui-view
|
|
94
94
|
class="view row"
|
|
@@ -132,7 +132,7 @@ exports[`component:<Input> renders 1`] = `
|
|
|
132
132
|
</DocumentFragment>
|
|
133
133
|
`;
|
|
134
134
|
|
|
135
|
-
exports[
|
|
135
|
+
exports[`<Input> testId 1`] = `
|
|
136
136
|
<DocumentFragment>
|
|
137
137
|
<ui-view
|
|
138
138
|
class="view row"
|