@coras-io/embed 0.1.0 → 0.1.2
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/CHANGELOG.md +60 -1
- package/README.md +1 -1
- package/dist/components/accordion/accordion-item/accordion-item.component.d.ts +1 -1
- package/dist/components/accordion/accordion.component.d.ts +1 -1
- package/dist/components/alert/alert.component.d.ts +2 -2
- package/dist/components/attraction-card/base/attraction-card.mixin.d.ts +3 -3
- package/dist/components/attraction-card/base/attraction-card.mixin.js +1 -1
- package/dist/components/attraction-card/base/attraction-card.types.d.ts +2 -2
- package/dist/components/attraction-card/long/attraction-long-card.component.d.ts +1 -1
- package/dist/components/attraction-card/long/attraction-long-card.component.js +1 -1
- package/dist/components/attraction-card/short/attraction-short-card.component.d.ts +1 -1
- package/dist/components/attraction-card/short/attraction-short-card.component.js +1 -1
- package/dist/components/attraction-discovery/attraction-discovery-image/attraction-discovery-image.component.d.ts +1 -1
- package/dist/components/attraction-discovery/attraction-discovery.component.d.ts +1 -1
- package/dist/components/attraction-header/attraction-header.component.d.ts +3 -3
- package/dist/components/attraction-header/attraction-header.utils.d.ts +3 -3
- package/dist/components/attraction-option/attraction-option.component.d.ts +1 -1
- package/dist/components/basket/basket.component.d.ts +2 -2
- package/dist/components/basket-empty/basket-empty.component.d.ts +1 -1
- package/dist/components/basket-item/basket-item.component.d.ts +1 -1
- package/dist/components/basket-item-ticket/basket-item-ticket.component.d.ts +1 -1
- package/dist/components/basket-mobile/basket-mobile.component.d.ts +1 -1
- package/dist/components/basket-rewards/basket-rewards.component.d.ts +1 -1
- package/dist/components/better-carousel/better-carousel-item/better-carousel-item.component.d.ts +1 -1
- package/dist/components/better-carousel/better-carousel.component.d.ts +1 -1
- package/dist/components/bottom-drawer/bottom-drawer.component.d.ts +1 -1
- package/dist/components/bottom-drawer/bottom-drawer.component.js +1 -1
- package/dist/components/breadcrumbs/breadcrumb-item/breadcrumb-item.component.d.ts +1 -1
- package/dist/components/breadcrumbs/breadcrumbs.component.d.ts +1 -1
- package/dist/components/button/button.component.d.ts +2 -2
- package/dist/components/calendar/base/calendar.mixin.d.ts +2 -2
- package/dist/components/calendar/base/calendar.types.d.ts +2 -2
- package/dist/components/calendar/dual/dual.component.d.ts +1 -1
- package/dist/components/calendar/month/month.component.d.ts +1 -1
- package/dist/components/calendar/month/month.component.js +1 -1
- package/dist/components/calendar/multi/multi.component.d.ts +1 -1
- package/dist/components/carousel/carousel-item/carousel-item.component.d.ts +1 -1
- package/dist/components/carousel/carousel-item/carousel-item.component.js +1 -1
- package/dist/components/carousel/carousel.component.d.ts +1 -1
- package/dist/components/carousel/carousel.component.js +2 -2
- package/dist/components/carousel/carousel.styles.js +10 -0
- package/dist/components/categories-tree/categories-tree.component.d.ts +2 -2
- package/dist/components/category-tag/category-tag.component.d.ts +2 -2
- package/dist/components/category-tag/category-tag.types.d.ts +1 -1
- package/dist/components/checkbox/checkbox.component.d.ts +1 -1
- package/dist/components/checkbox-group/checkbox-group.component.d.ts +1 -1
- package/dist/components/checkbox-group/checkbox-group.types.d.ts +1 -1
- package/dist/components/chip/chip.component.d.ts +2 -2
- package/dist/components/collect-fida/collect-fida.component.d.ts +1 -1
- package/dist/components/crypto-auth-modal/crypto-auth-modal.component.d.ts +2 -2
- package/dist/components/crypto-auth-modal/crypto-auth-modal.component.js +2 -2
- package/dist/components/currencies-list/currencies-list.component.d.ts +2 -2
- package/dist/components/currencies-list/currencies-list.component.js +1 -1
- package/dist/components/dialog/dialog.component.d.ts +2 -2
- package/dist/components/drawer/drawer.component.d.ts +1 -1
- package/dist/components/drawer/drawer.component.js +1 -1
- package/dist/components/dropdown/dropdown.component.d.ts +1 -1
- package/dist/components/dropdown/dropdown.component.js +1 -1
- package/dist/components/expiration-timer/expiration-timer.component.d.ts +1 -1
- package/dist/components/explore-card/explore-card.component.d.ts +1 -1
- package/dist/components/explore-card/explore-card.component.js +1 -1
- package/dist/components/explore-card/explore-card.styles.js +23 -0
- package/dist/components/filter-chip/filter-chip.component.d.ts +2 -2
- package/dist/components/filter-chip/filter-chip.component.js +1 -1
- package/dist/components/filters-drawer/filters-drawer.component.d.ts +1 -1
- package/dist/components/flag-icon/flag-icon.component.d.ts +2 -2
- package/dist/components/footer-menu/footer-menu-item/footer-menu-item.component.d.ts +1 -1
- package/dist/components/footer-menu/footer-menu.component.d.ts +1 -1
- package/dist/components/icon/icon.component.d.ts +2 -2
- package/dist/components/icon/icon.component.js +1 -1
- package/dist/components/icon-list/icon-list-item/icon-list-item.component.d.ts +2 -2
- package/dist/components/icon-list/icon-list.component.d.ts +1 -1
- package/dist/components/image/image.component.d.ts +3 -3
- package/dist/components/image/image.component.js +1 -1
- package/dist/components/image-carousel/image-carousel-item/image-carousel-item.component.d.ts +1 -1
- package/dist/components/image-carousel/image-carousel.component.d.ts +1 -1
- package/dist/components/image-chip/image-chip.component.d.ts +1 -1
- package/dist/components/image-viewer/image-viewer.component.d.ts +1 -1
- package/dist/components/input-field/input-field.component.d.ts +2 -2
- package/dist/components/input-field/input-field.types.d.ts +2 -0
- package/dist/components/input-field/input-field.types.js +1 -0
- package/dist/components/itinerary/itinerary-item/itinerary-item.component.d.ts +1 -1
- package/dist/components/itinerary/itinerary.component.d.ts +1 -1
- package/dist/components/joined-fields/joined-fields.component.d.ts +1 -1
- package/dist/components/joined-fields/joined-fields.component.js +1 -1
- package/dist/components/layout/layout.component.d.ts +1 -1
- package/dist/components/list/list-item/list-item.component.d.ts +2 -2
- package/dist/components/list/list.component.d.ts +1 -1
- package/dist/components/loading-spinner/loading-spinner.component.d.ts +2 -2
- package/dist/components/locales-list/locales-list.component.d.ts +2 -2
- package/dist/components/locales-list/locales-list.component.js +1 -1
- package/dist/components/locales-list/locales-list.constants.d.ts +1 -1
- package/dist/components/location-image/location-image.component.d.ts +2 -2
- package/dist/components/location-image/location-image.component.js +1 -1
- package/dist/components/locations-results/locations-results.component.d.ts +2 -2
- package/dist/components/locations-results/locations-results.component.js +1 -1
- package/dist/components/marketing-tag/marketing-tag.component.d.ts +1 -1
- package/dist/components/message-card/message-card.component.d.ts +2 -2
- package/dist/components/mobile-menu-item/mobile-menu-item.component.d.ts +1 -1
- package/dist/components/option-group/option-chip/option-chip.component.d.ts +1 -1
- package/dist/components/option-group/option-chip/option-chip.component.js +1 -1
- package/dist/components/option-group/option-group.component.d.ts +1 -1
- package/dist/components/order-confirmation/order-confirmation-item/order-confirmation-item.component.d.ts +1 -1
- package/dist/components/order-confirmation/order-confirmation.component.d.ts +1 -1
- package/dist/components/order-confirmation/order-confirmation.component.js +1 -1
- package/dist/components/otp/otp.component.d.ts +1 -1
- package/dist/components/overlay/overlay.component.d.ts +1 -1
- package/dist/components/pay-in/pay-in.component.d.ts +2 -2
- package/dist/components/payment-fiat-method/payment-fiat-method.component.d.ts +3 -2
- package/dist/components/payment-fiat-method/payment-fiat-method.types.d.ts +1 -0
- package/dist/components/payment-fiat-method/payment-fiat-method.types.js +1 -0
- package/dist/components/payment-option/payment-option.component.d.ts +2 -2
- package/dist/components/payment-option/payment-option.component.js +1 -1
- package/dist/components/performance-time/performance-time.component.d.ts +1 -1
- package/dist/components/phone-country-code/phone-country-code.component.d.ts +1 -1
- package/dist/components/phone-country-codes/phone-country-codes.component.d.ts +2 -2
- package/dist/components/phone-field/phone-field.component.d.ts +3 -3
- package/dist/components/phone-field/phone-field.utils.d.ts +1 -1
- package/dist/components/points/points.component.d.ts +1 -1
- package/dist/components/price/price.component.d.ts +2 -2
- package/dist/components/reservation-preview/reservation-preview.component.d.ts +1 -1
- package/dist/components/reservation-preview-item/reservation-preview-item.component.d.ts +1 -1
- package/dist/components/reviews/review/review.component.d.ts +1 -1
- package/dist/components/reviews/reviews.component.d.ts +1 -1
- package/dist/components/search-button/search-button.component.d.ts +1 -1
- package/dist/components/search-results-item/search-results-item.d.ts +3 -3
- package/dist/components/seated-selector/seated-selector.component.d.ts +1 -1
- package/dist/components/seated-selector/seated-selector.component.js +3 -3
- package/dist/components/seats-io/seats-io.component.d.ts +4 -4
- package/dist/components/seats-io/seats-io.component.js +1 -1
- package/dist/components/seats-io/seats-io.transform.d.ts +2 -2
- package/dist/components/select-list/select-list.component.d.ts +1 -1
- package/dist/components/select-list/select-option/select-option.component.d.ts +1 -1
- package/dist/components/selected-tickets-preview/selected-tickets-preview.component.d.ts +1 -1
- package/dist/components/sort-dropdown/sort-dropdown.component.d.ts +1 -1
- package/dist/components/sort-list/sort-list.component.d.ts +1 -1
- package/dist/components/sport-options/sport-option/sport-option.component.d.ts +1 -1
- package/dist/components/sport-options/sport-options.component.d.ts +1 -1
- package/dist/components/star-rating/star-rating.component.d.ts +1 -1
- package/dist/components/star-rating/star-rating.component.js +1 -1
- package/dist/components/tab/tab.component.d.ts +1 -1
- package/dist/components/tab/tab.component.js +1 -1
- package/dist/components/tab-panel/tab-panel.component.d.ts +1 -1
- package/dist/components/tab-panel/tab-panel.component.js +1 -1
- package/dist/components/tabs/tabs.component.d.ts +1 -1
- package/dist/components/tag/tag.component.d.ts +2 -2
- package/dist/components/text-section/text-section.component.d.ts +1 -1
- package/dist/components/time-tag/time-tag.component.d.ts +2 -2
- package/dist/components/tooltip/tooltip.component.d.ts +1 -1
- package/dist/components/tour-ticket-type-selector/tour-ticket-counter-button/tour-ticket-counter-button.component.d.ts +1 -1
- package/dist/components/tour-ticket-type-selector/tour-ticket-type/tour-ticket-type.component.d.ts +1 -1
- package/dist/components/tour-ticket-type-selector/tour-ticket-type-selector.component.d.ts +1 -1
- package/dist/components/transfer-modal/transfer-modal.component.d.ts +1 -1
- package/dist/components/transfer-modal/transfer-modal.component.js +1 -1
- package/dist/containers/footer/footer.component.d.ts +1 -1
- package/dist/containers/navbar/navbar.component.d.ts +6 -6
- package/dist/containers/navbar/navbar.utils.d.ts +2 -2
- package/dist/contexts/basket/basket.context.d.ts +1 -1
- package/dist/contexts/basket/basket.provider.d.ts +4 -4
- package/dist/contexts/basket/basket.provider.js +1 -1
- package/dist/contexts/basket/basket.types.d.ts +2 -2
- package/dist/contexts/client.context.d.ts +2 -2
- package/dist/contexts/current-page.context.d.ts +1 -1
- package/dist/contexts/events.context.d.ts +3 -3
- package/dist/contexts/types.d.ts +2 -2
- package/dist/controllers/time-expiration.d.ts +1 -1
- package/dist/core/api/middlewares/booking-session/booking-session.d.ts +1 -1
- package/dist/core/api/middlewares/error-handler/error-handler.d.ts +1 -1
- package/dist/core/api/queries.d.ts +2 -2
- package/dist/core/currency/constants.d.ts +1 -1
- package/dist/core/currency/index.d.ts +3 -5
- package/dist/core/currency/index.js +16 -6
- package/dist/core/events.d.ts +2 -2
- package/dist/core/i18n/date.d.ts +2 -2
- package/dist/core/i18n/localization.js +1 -1
- package/dist/core/images/constants.d.ts +1 -1
- package/dist/core/images/constants.js +1 -1
- package/dist/core/images/filters.d.ts +2 -2
- package/dist/core/images/filters.js +2 -2
- package/dist/core/images/selection.d.ts +3 -3
- package/dist/core/images/selection.js +3 -3
- package/dist/core/images/srcset.d.ts +1 -1
- package/dist/core/images/srcset.js +6 -6
- package/dist/core/images/url.d.ts +1 -1
- package/dist/core/images/url.js +1 -1
- package/dist/core/pages.d.ts +1 -1
- package/dist/core/storybook/cssprops.d.ts +1 -1
- package/dist/core/types/core/base.d.ts +2 -2
- package/dist/core/types/core/category.d.ts +1 -1
- package/dist/core/types/core/currency.d.ts +1 -1
- package/dist/core/types/core/locale.d.ts +1 -1
- package/dist/core/types/core/sorting.d.ts +1 -1
- package/dist/core/types/currencies.d.ts +1 -1
- package/dist/core/types/locales.d.ts +2 -2
- package/dist/core/types/seats-config.d.ts +1 -1
- package/dist/core/utils/datetime.d.ts +1 -1
- package/dist/core/utils/locale.d.ts +2 -2
- package/dist/core/utils/scroll-lock.d.ts +2 -2
- package/dist/core/utils/scroll-lock.js +3 -3
- package/dist/core/utils/time.d.ts +1 -1
- package/dist/custom-elements.json +444 -355
- package/dist/helpers/helpers.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/mixins/base.mixin.d.ts +6 -6
- package/dist/mixins/base.mixin.js +2 -2
- package/dist/mixins/coinbase-chains.d.ts +1 -0
- package/dist/mixins/coinbase-chains.js +7 -0
- package/dist/mixins/coinbase.mixin.d.ts +4 -4
- package/dist/mixins/coinbase.mixin.js +19 -7
- package/dist/mixins/error-modal.mixin.d.ts +2 -2
- package/dist/mixins/location-search/location-search.d.ts +3 -3
- package/dist/mixins/location-search/location-search.js +1 -1
- package/dist/mixins/location-search/types.d.ts +2 -2
- package/dist/mixins/overlay/overlay-mixin.d.ts +2 -2
- package/dist/mixins/overlay/types.d.ts +1 -1
- package/dist/mixins/points/points.d.ts +2 -2
- package/dist/mixins/points/types.d.ts +1 -1
- package/dist/mixins/search-mixin/search-mixin.d.ts +3 -3
- package/dist/mixins/search-mixin/types.d.ts +2 -2
- package/dist/sdk/chrome.js +9 -5
- package/dist/sdk/diagnostics.d.ts +9 -0
- package/dist/sdk/diagnostics.js +25 -0
- package/dist/sdk/mount.js +42 -0
- package/dist/sdk/once.d.ts +9 -0
- package/dist/sdk/once.js +18 -0
- package/dist/sdk/page-registry.d.ts +2 -2
- package/dist/sdk/page-registry.js +10 -10
- package/dist/sdk/theme.js +1 -1
- package/dist/sdk/types.d.ts +11 -11
- package/dist/sdk/validation.d.ts +2 -2
- package/dist/sdk/validation.js +7 -6
- package/dist/styles/tokens.css +1 -1
- package/dist/styles/tokens.d.ts +1 -1
- package/dist/styles/tokens.generated.d.ts +1 -1
- package/dist/styles/tokens.generated.js +2 -2
- package/dist/views/constants.d.ts +1 -1
- package/dist/views/details-page/details-page.component.d.ts +4 -4
- package/dist/views/details-page/details-page.component.js +2 -2
- package/dist/views/details-page/details-page.utilts.d.ts +2 -2
- package/dist/views/details-page/partials/theater-description/theater-description.component.d.ts +3 -3
- package/dist/views/details-page/partials/tour-description/tour-description.component.d.ts +4 -4
- package/dist/views/help-page/help-page.component.d.ts +2 -2
- package/dist/views/help-page/help-page.component.js +1 -1
- package/dist/views/help-page/help-page.types.d.ts +1 -1
- package/dist/views/help-page/help-page.utils.d.ts +2 -2
- package/dist/views/landing-page/landing-page.component.d.ts +4 -4
- package/dist/views/landing-page/landing-page.component.js +1 -1
- package/dist/views/landing-page/landing-page.types.d.ts +1 -1
- package/dist/views/payment-page/controllers/crypto-auth.controller.d.ts +3 -3
- package/dist/views/payment-page/controllers/crypto-transfer.controller.d.ts +3 -3
- package/dist/views/payment-page/controllers/crypto-transfer.controller.js +1 -1
- package/dist/views/payment-page/controllers/form-validation.controller.d.ts +5 -5
- package/dist/views/payment-page/controllers/layout.controller.d.ts +1 -1
- package/dist/views/payment-page/controllers/layout.controller.js +1 -1
- package/dist/views/payment-page/controllers/payment-flow.controller.d.ts +1 -1
- package/dist/views/payment-page/controllers/stripe-payment.controller.d.ts +3 -3
- package/dist/views/payment-page/partials/activity-details/activity-details.component.d.ts +5 -5
- package/dist/views/payment-page/partials/billing-address/billing-address.component.d.ts +4 -4
- package/dist/views/payment-page/partials/confirmation/confirmation.component.d.ts +2 -2
- package/dist/views/payment-page/partials/country-field/country-field.component.d.ts +2 -2
- package/dist/views/payment-page/partials/country-field/country-field.component.js +1 -1
- package/dist/views/payment-page/partials/hotel-pickup-field/hotel-pickup-field.component.d.ts +3 -3
- package/dist/views/payment-page/partials/hotel-pickup-list/hotel-pickup-list.component.d.ts +2 -2
- package/dist/views/payment-page/partials/payment-type-selector/payment-type-selector.component.d.ts +3 -3
- package/dist/views/payment-page/partials/payment-type-selector/payment-type-selector.component.js +1 -1
- package/dist/views/payment-page/partials/stripe/stripe.component.d.ts +1 -1
- package/dist/views/payment-page/partials/stripe/stripe.component.js +1 -1
- package/dist/views/payment-page/partials/terms-checkbox/terms-checkbox.component.d.ts +1 -1
- package/dist/views/payment-page/payment-page.component.d.ts +3 -3
- package/dist/views/payment-page/payment-page.component.js +7 -7
- package/dist/views/payment-page/payment-page.types.d.ts +3 -3
- package/dist/views/payment-page/payment-page.utils.d.ts +8 -8
- package/dist/views/payment-page/payment-page.utils.js +5 -5
- package/dist/views/payment-page/payment-page.validation-schema.d.ts +1 -1
- package/dist/views/payment-page/services/payment-api.service.d.ts +2 -2
- package/dist/views/payment-page/services/payment-api.service.js +1 -1
- package/dist/views/search-page/search-page.component.d.ts +4 -4
- package/dist/views/search-page/search-page.component.js +1 -1
- package/dist/views/suggestion-widget/suggestion-widget.component.d.ts +10 -5
- package/dist/views/suggestion-widget/suggestion-widget.component.js +118 -42
- package/dist/views/suggestion-widget/suggestion-widget.styles.js +57 -4
- package/package.json +9 -1
|
@@ -673,7 +673,7 @@
|
|
|
673
673
|
"type": {
|
|
674
674
|
"text": "string"
|
|
675
675
|
},
|
|
676
|
-
"default": "\"
|
|
676
|
+
"default": "\"\"",
|
|
677
677
|
"attribute": "assets-url",
|
|
678
678
|
"inheritedFrom": {
|
|
679
679
|
"name": "BaseMixin",
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
"type": {
|
|
873
873
|
"text": "string"
|
|
874
874
|
},
|
|
875
|
-
"default": "\"
|
|
875
|
+
"default": "\"\"",
|
|
876
876
|
"fieldName": "assetsURL",
|
|
877
877
|
"inheritedFrom": {
|
|
878
878
|
"name": "BaseMixin",
|
|
@@ -1720,7 +1720,7 @@
|
|
|
1720
1720
|
"type": {
|
|
1721
1721
|
"text": "string"
|
|
1722
1722
|
},
|
|
1723
|
-
"default": "\"
|
|
1723
|
+
"default": "\"\"",
|
|
1724
1724
|
"attribute": "assets-url",
|
|
1725
1725
|
"inheritedFrom": {
|
|
1726
1726
|
"name": "BaseMixin",
|
|
@@ -1892,7 +1892,7 @@
|
|
|
1892
1892
|
"type": {
|
|
1893
1893
|
"text": "string"
|
|
1894
1894
|
},
|
|
1895
|
-
"default": "\"
|
|
1895
|
+
"default": "\"\"",
|
|
1896
1896
|
"fieldName": "assetsURL",
|
|
1897
1897
|
"inheritedFrom": {
|
|
1898
1898
|
"name": "BaseMixin",
|
|
@@ -2924,7 +2924,7 @@
|
|
|
2924
2924
|
"type": {
|
|
2925
2925
|
"text": "string"
|
|
2926
2926
|
},
|
|
2927
|
-
"default": "\"
|
|
2927
|
+
"default": "\"\"",
|
|
2928
2928
|
"attribute": "assets-url",
|
|
2929
2929
|
"inheritedFrom": {
|
|
2930
2930
|
"name": "BaseMixin",
|
|
@@ -3463,7 +3463,7 @@
|
|
|
3463
3463
|
"type": {
|
|
3464
3464
|
"text": "string"
|
|
3465
3465
|
},
|
|
3466
|
-
"default": "\"
|
|
3466
|
+
"default": "\"\"",
|
|
3467
3467
|
"fieldName": "assetsURL",
|
|
3468
3468
|
"inheritedFrom": {
|
|
3469
3469
|
"name": "BaseMixin",
|
|
@@ -3921,7 +3921,7 @@
|
|
|
3921
3921
|
"kind": "field",
|
|
3922
3922
|
"name": "balanceTask",
|
|
3923
3923
|
"privacy": "private",
|
|
3924
|
-
"default": "new Task(this, { task: async ([loggedIn, hasRpc, loyaltyPoints]) => { if (!loyaltyPoints || !loggedIn || !hasRpc) { this.balanceBackoffMs = BALANCE_BACKOFF_INITIAL_MS; this.clearBalanceBackoff(); return null as bigint | null; } try { // IMPORTANT: For gas-sponsored transfers, we need to check Smart Account balance // Only tokens in the Smart Account can be used with gas sponsorship // The EOA balance doesn't matter for sponsored transactions const smartAccountAddress = this.coinbaseSession?.smartAccountAddress; if (!smartAccountAddress) { console.error(\"No smart account address available for balance check\"); this.balanceBackoffMs = BALANCE_BACKOFF_INITIAL_MS; this.clearBalanceBackoff(); return null as bigint | null; } const balance = await this.getTokenBalance(smartAccountAddress); // Success
|
|
3924
|
+
"default": "new Task(this, { task: async ([loggedIn, hasRpc, loyaltyPoints]) => { if (!loyaltyPoints || !loggedIn || !hasRpc) { this.balanceBackoffMs = BALANCE_BACKOFF_INITIAL_MS; this.clearBalanceBackoff(); return null as bigint | null; } try { // IMPORTANT: For gas-sponsored transfers, we need to check Smart Account balance // Only tokens in the Smart Account can be used with gas sponsorship // The EOA balance doesn't matter for sponsored transactions const smartAccountAddress = this.coinbaseSession?.smartAccountAddress; if (!smartAccountAddress) { console.error(\"No smart account address available for balance check\"); this.balanceBackoffMs = BALANCE_BACKOFF_INITIAL_MS; this.clearBalanceBackoff(); return null as bigint | null; } const balance = await this.getTokenBalance(smartAccountAddress); // Success - reset backoff this.balanceBackoffMs = BALANCE_BACKOFF_INITIAL_MS; this.clearBalanceBackoff(); return balance; } catch (error) { console.error(\"Balance fetch failed, retrying with backoff:\", error); // Schedule retry with exponential backoff this.clearBalanceBackoff(); this.balanceRetryTimerId = setTimeout(() => { this.balanceRetryTimerId = undefined; this.balanceTask.run(); }, this.balanceBackoffMs); this.balanceBackoffMs = Math.min( this.balanceBackoffMs * 2, BALANCE_BACKOFF_MAX_MS, ); // Re-throw so the Task stays in error state throw error; } }, args: () => [ Boolean(this.coinbaseSession), Boolean(this.cryptoRpc), Boolean(this.loyaltyPoints), ], })"
|
|
3925
3925
|
},
|
|
3926
3926
|
{
|
|
3927
3927
|
"kind": "field",
|
|
@@ -5586,7 +5586,7 @@
|
|
|
5586
5586
|
"type": {
|
|
5587
5587
|
"text": "string"
|
|
5588
5588
|
},
|
|
5589
|
-
"default": "\"
|
|
5589
|
+
"default": "\"\"",
|
|
5590
5590
|
"attribute": "assets-url",
|
|
5591
5591
|
"inheritedFrom": {
|
|
5592
5592
|
"name": "BaseMixin",
|
|
@@ -5751,7 +5751,7 @@
|
|
|
5751
5751
|
"type": {
|
|
5752
5752
|
"text": "string"
|
|
5753
5753
|
},
|
|
5754
|
-
"default": "\"
|
|
5754
|
+
"default": "\"\"",
|
|
5755
5755
|
"fieldName": "assetsURL",
|
|
5756
5756
|
"inheritedFrom": {
|
|
5757
5757
|
"name": "BaseMixin",
|
|
@@ -6585,7 +6585,7 @@
|
|
|
6585
6585
|
}
|
|
6586
6586
|
}
|
|
6587
6587
|
],
|
|
6588
|
-
"description": "Finds a country code for a country name.\nPP-007: Returns a strict ISO alpha-2 code
|
|
6588
|
+
"description": "Finds a country code for a country name.\nPP-007: Returns a strict ISO alpha-2 code - never a raw country name.\nFalls back to DEFAULT_COUNTRY_CODE when no match is found."
|
|
6589
6589
|
},
|
|
6590
6590
|
{
|
|
6591
6591
|
"kind": "function",
|
|
@@ -6810,7 +6810,7 @@
|
|
|
6810
6810
|
}
|
|
6811
6811
|
}
|
|
6812
6812
|
],
|
|
6813
|
-
"description": "Verifies the integrity checksum of a pending transfer payload.\nPP-006: Hardened
|
|
6813
|
+
"description": "Verifies the integrity checksum of a pending transfer payload.\nPP-006: Hardened - legacy entries without checksums are no longer trusted\nwhen crypto.subtle is available. Returns true only if checksums match\nor crypto.subtle is completely unavailable (cannot verify at all)."
|
|
6814
6814
|
}
|
|
6815
6815
|
],
|
|
6816
6816
|
"exports": [
|
|
@@ -7741,7 +7741,7 @@
|
|
|
7741
7741
|
"type": {
|
|
7742
7742
|
"text": "string"
|
|
7743
7743
|
},
|
|
7744
|
-
"default": "\"
|
|
7744
|
+
"default": "\"\"",
|
|
7745
7745
|
"attribute": "assets-url",
|
|
7746
7746
|
"inheritedFrom": {
|
|
7747
7747
|
"name": "BaseMixin",
|
|
@@ -8212,7 +8212,7 @@
|
|
|
8212
8212
|
"type": {
|
|
8213
8213
|
"text": "string"
|
|
8214
8214
|
},
|
|
8215
|
-
"default": "\"
|
|
8215
|
+
"default": "\"\"",
|
|
8216
8216
|
"fieldName": "assetsURL",
|
|
8217
8217
|
"inheritedFrom": {
|
|
8218
8218
|
"name": "BaseMixin",
|
|
@@ -8389,7 +8389,7 @@
|
|
|
8389
8389
|
"text": "boolean"
|
|
8390
8390
|
},
|
|
8391
8391
|
"privacy": "public",
|
|
8392
|
-
"default": "
|
|
8392
|
+
"default": "true",
|
|
8393
8393
|
"attribute": "show-explore-card"
|
|
8394
8394
|
},
|
|
8395
8395
|
{
|
|
@@ -8412,10 +8412,30 @@
|
|
|
8412
8412
|
"default": "\"\"",
|
|
8413
8413
|
"attribute": "city"
|
|
8414
8414
|
},
|
|
8415
|
+
{
|
|
8416
|
+
"kind": "method",
|
|
8417
|
+
"name": "humanize",
|
|
8418
|
+
"privacy": "private",
|
|
8419
|
+
"return": {
|
|
8420
|
+
"type": {
|
|
8421
|
+
"text": "string"
|
|
8422
|
+
}
|
|
8423
|
+
},
|
|
8424
|
+
"parameters": [
|
|
8425
|
+
{
|
|
8426
|
+
"name": "slug",
|
|
8427
|
+
"type": {
|
|
8428
|
+
"text": "string"
|
|
8429
|
+
}
|
|
8430
|
+
}
|
|
8431
|
+
],
|
|
8432
|
+
"description": "Turn a location slug (\"gran-canaria\") into a display name (\"Gran Canaria\")."
|
|
8433
|
+
},
|
|
8415
8434
|
{
|
|
8416
8435
|
"kind": "field",
|
|
8417
|
-
"name": "
|
|
8418
|
-
"privacy": "private"
|
|
8436
|
+
"name": "suggestionsTask",
|
|
8437
|
+
"privacy": "private",
|
|
8438
|
+
"default": "new Task(this, { task: async ([locale, country, city, currency]) => { return withErrorHandling( apiGet({ client: this.client, distributorID: this.distributorID, locale, endpoint: \"/{api_version}/landing\", query: { country, city, currency }, }), ); }, args: () => [this.locale, this.country, this.city, this.currency], })"
|
|
8419
8439
|
},
|
|
8420
8440
|
{
|
|
8421
8441
|
"kind": "method",
|
|
@@ -8423,9 +8443,9 @@
|
|
|
8423
8443
|
"privacy": "private",
|
|
8424
8444
|
"parameters": [
|
|
8425
8445
|
{
|
|
8426
|
-
"name": "
|
|
8446
|
+
"name": "card",
|
|
8427
8447
|
"type": {
|
|
8428
|
-
"text": "
|
|
8448
|
+
"text": "AttractionForSection"
|
|
8429
8449
|
}
|
|
8430
8450
|
}
|
|
8431
8451
|
]
|
|
@@ -8435,6 +8455,44 @@
|
|
|
8435
8455
|
"name": "handleExploreCardClick",
|
|
8436
8456
|
"privacy": "private",
|
|
8437
8457
|
"parameters": [
|
|
8458
|
+
{
|
|
8459
|
+
"name": "country",
|
|
8460
|
+
"type": {
|
|
8461
|
+
"text": "string"
|
|
8462
|
+
}
|
|
8463
|
+
},
|
|
8464
|
+
{
|
|
8465
|
+
"name": "city",
|
|
8466
|
+
"type": {
|
|
8467
|
+
"text": "string"
|
|
8468
|
+
}
|
|
8469
|
+
}
|
|
8470
|
+
]
|
|
8471
|
+
},
|
|
8472
|
+
{
|
|
8473
|
+
"kind": "method",
|
|
8474
|
+
"name": "renderCard",
|
|
8475
|
+
"privacy": "private",
|
|
8476
|
+
"parameters": [
|
|
8477
|
+
{
|
|
8478
|
+
"name": "card",
|
|
8479
|
+
"type": {
|
|
8480
|
+
"text": "AttractionForSection"
|
|
8481
|
+
}
|
|
8482
|
+
}
|
|
8483
|
+
]
|
|
8484
|
+
},
|
|
8485
|
+
{
|
|
8486
|
+
"kind": "method",
|
|
8487
|
+
"name": "renderExploreCard",
|
|
8488
|
+
"privacy": "private",
|
|
8489
|
+
"parameters": [
|
|
8490
|
+
{
|
|
8491
|
+
"name": "country",
|
|
8492
|
+
"type": {
|
|
8493
|
+
"text": "string"
|
|
8494
|
+
}
|
|
8495
|
+
},
|
|
8438
8496
|
{
|
|
8439
8497
|
"name": "city",
|
|
8440
8498
|
"type": {
|
|
@@ -8445,12 +8503,12 @@
|
|
|
8445
8503
|
},
|
|
8446
8504
|
{
|
|
8447
8505
|
"kind": "method",
|
|
8448
|
-
"name": "
|
|
8506
|
+
"name": "renderContent",
|
|
8449
8507
|
"privacy": "private"
|
|
8450
8508
|
},
|
|
8451
8509
|
{
|
|
8452
8510
|
"kind": "method",
|
|
8453
|
-
"name": "
|
|
8511
|
+
"name": "renderSkeleton",
|
|
8454
8512
|
"privacy": "private"
|
|
8455
8513
|
},
|
|
8456
8514
|
{
|
|
@@ -8485,7 +8543,7 @@
|
|
|
8485
8543
|
"type": {
|
|
8486
8544
|
"text": "string"
|
|
8487
8545
|
},
|
|
8488
|
-
"default": "\"
|
|
8546
|
+
"default": "\"\"",
|
|
8489
8547
|
"attribute": "assets-url",
|
|
8490
8548
|
"inheritedFrom": {
|
|
8491
8549
|
"name": "BaseMixin",
|
|
@@ -8627,7 +8685,7 @@
|
|
|
8627
8685
|
"type": {
|
|
8628
8686
|
"text": "boolean"
|
|
8629
8687
|
},
|
|
8630
|
-
"default": "
|
|
8688
|
+
"default": "true",
|
|
8631
8689
|
"fieldName": "showExploreCard"
|
|
8632
8690
|
},
|
|
8633
8691
|
{
|
|
@@ -8675,7 +8733,7 @@
|
|
|
8675
8733
|
"type": {
|
|
8676
8734
|
"text": "string"
|
|
8677
8735
|
},
|
|
8678
|
-
"default": "\"
|
|
8736
|
+
"default": "\"\"",
|
|
8679
8737
|
"fieldName": "assetsURL",
|
|
8680
8738
|
"inheritedFrom": {
|
|
8681
8739
|
"name": "BaseMixin",
|
|
@@ -9347,7 +9405,7 @@
|
|
|
9347
9405
|
}
|
|
9348
9406
|
}
|
|
9349
9407
|
],
|
|
9350
|
-
"description": "Handles successful on-chain transfer
|
|
9408
|
+
"description": "Handles successful on-chain transfer - confirms reservation with API.\nPersists the transaction hash BEFORE calling the API for crash recovery."
|
|
9351
9409
|
},
|
|
9352
9410
|
{
|
|
9353
9411
|
"kind": "method",
|
|
@@ -9698,7 +9756,7 @@
|
|
|
9698
9756
|
"text": "| components[\"schemas\"][\"CheckReservationsResponse\"]\n | undefined"
|
|
9699
9757
|
},
|
|
9700
9758
|
"privacy": "private",
|
|
9701
|
-
"description": "Get field visibility flags based on API requirements.\nMemoized
|
|
9759
|
+
"description": "Get field visibility flags based on API requirements.\nMemoized - recomputes only when checkData reference changes."
|
|
9702
9760
|
},
|
|
9703
9761
|
{
|
|
9704
9762
|
"kind": "field",
|
|
@@ -14207,7 +14265,7 @@
|
|
|
14207
14265
|
"type": {
|
|
14208
14266
|
"text": "string"
|
|
14209
14267
|
},
|
|
14210
|
-
"default": "\"
|
|
14268
|
+
"default": "\"\"",
|
|
14211
14269
|
"attribute": "assets-url"
|
|
14212
14270
|
},
|
|
14213
14271
|
{
|
|
@@ -14326,7 +14384,7 @@
|
|
|
14326
14384
|
"type": {
|
|
14327
14385
|
"text": "string"
|
|
14328
14386
|
},
|
|
14329
|
-
"default": "\"
|
|
14387
|
+
"default": "\"\"",
|
|
14330
14388
|
"fieldName": "assetsURL"
|
|
14331
14389
|
},
|
|
14332
14390
|
{
|
|
@@ -14391,6 +14449,29 @@
|
|
|
14391
14449
|
}
|
|
14392
14450
|
]
|
|
14393
14451
|
},
|
|
14452
|
+
{
|
|
14453
|
+
"kind": "javascript-module",
|
|
14454
|
+
"path": "src/mixins/coinbase-chains.ts",
|
|
14455
|
+
"declarations": [],
|
|
14456
|
+
"exports": [
|
|
14457
|
+
{
|
|
14458
|
+
"kind": "js",
|
|
14459
|
+
"name": "base",
|
|
14460
|
+
"declaration": {
|
|
14461
|
+
"name": "base",
|
|
14462
|
+
"module": "\"viem/chains\""
|
|
14463
|
+
}
|
|
14464
|
+
},
|
|
14465
|
+
{
|
|
14466
|
+
"kind": "js",
|
|
14467
|
+
"name": "baseSepolia",
|
|
14468
|
+
"declaration": {
|
|
14469
|
+
"name": "baseSepolia",
|
|
14470
|
+
"module": "\"viem/chains\""
|
|
14471
|
+
}
|
|
14472
|
+
}
|
|
14473
|
+
]
|
|
14474
|
+
},
|
|
14394
14475
|
{
|
|
14395
14476
|
"kind": "javascript-module",
|
|
14396
14477
|
"path": "src/mixins/coinbase.mixin.tests.ts",
|
|
@@ -15282,7 +15363,7 @@
|
|
|
15282
15363
|
"text": "\"0x0000000000000000000000000000000000000000\""
|
|
15283
15364
|
},
|
|
15284
15365
|
"default": "\"0x0000000000000000000000000000000000000000\"",
|
|
15285
|
-
"description": "Zero address constant
|
|
15366
|
+
"description": "Zero address constant - transfers to this address permanently burn tokens."
|
|
15286
15367
|
},
|
|
15287
15368
|
{
|
|
15288
15369
|
"kind": "function",
|
|
@@ -16888,6 +16969,107 @@
|
|
|
16888
16969
|
}
|
|
16889
16970
|
]
|
|
16890
16971
|
},
|
|
16972
|
+
{
|
|
16973
|
+
"kind": "javascript-module",
|
|
16974
|
+
"path": "src/components/accordion/accordion.component.ts",
|
|
16975
|
+
"declarations": [
|
|
16976
|
+
{
|
|
16977
|
+
"kind": "class",
|
|
16978
|
+
"description": "",
|
|
16979
|
+
"name": "CorasAccordion",
|
|
16980
|
+
"members": [
|
|
16981
|
+
{
|
|
16982
|
+
"kind": "field",
|
|
16983
|
+
"name": "items",
|
|
16984
|
+
"type": {
|
|
16985
|
+
"text": "NodeListOf<CorasAccordionItem>"
|
|
16986
|
+
},
|
|
16987
|
+
"privacy": "private"
|
|
16988
|
+
},
|
|
16989
|
+
{
|
|
16990
|
+
"kind": "field",
|
|
16991
|
+
"name": "openedItem",
|
|
16992
|
+
"type": {
|
|
16993
|
+
"text": "CorasAccordionItem | null"
|
|
16994
|
+
},
|
|
16995
|
+
"privacy": "private",
|
|
16996
|
+
"default": "null"
|
|
16997
|
+
},
|
|
16998
|
+
{
|
|
16999
|
+
"kind": "method",
|
|
17000
|
+
"name": "handleSlotClick",
|
|
17001
|
+
"privacy": "private",
|
|
17002
|
+
"return": {
|
|
17003
|
+
"type": {
|
|
17004
|
+
"text": "void"
|
|
17005
|
+
}
|
|
17006
|
+
},
|
|
17007
|
+
"parameters": [
|
|
17008
|
+
{
|
|
17009
|
+
"name": "e",
|
|
17010
|
+
"type": {
|
|
17011
|
+
"text": "Event"
|
|
17012
|
+
}
|
|
17013
|
+
}
|
|
17014
|
+
]
|
|
17015
|
+
}
|
|
17016
|
+
],
|
|
17017
|
+
"superclass": {
|
|
17018
|
+
"name": "LitElement",
|
|
17019
|
+
"package": "lit"
|
|
17020
|
+
},
|
|
17021
|
+
"tagName": "coras-accordion",
|
|
17022
|
+
"customElement": true
|
|
17023
|
+
}
|
|
17024
|
+
],
|
|
17025
|
+
"exports": [
|
|
17026
|
+
{
|
|
17027
|
+
"kind": "js",
|
|
17028
|
+
"name": "CorasAccordion",
|
|
17029
|
+
"declaration": {
|
|
17030
|
+
"name": "CorasAccordion",
|
|
17031
|
+
"module": "src/components/accordion/accordion.component.ts"
|
|
17032
|
+
}
|
|
17033
|
+
}
|
|
17034
|
+
]
|
|
17035
|
+
},
|
|
17036
|
+
{
|
|
17037
|
+
"kind": "javascript-module",
|
|
17038
|
+
"path": "src/components/accordion/accordion.tests.ts",
|
|
17039
|
+
"declarations": [],
|
|
17040
|
+
"exports": []
|
|
17041
|
+
},
|
|
17042
|
+
{
|
|
17043
|
+
"kind": "javascript-module",
|
|
17044
|
+
"path": "src/components/accordion/accordion.ts",
|
|
17045
|
+
"declarations": [],
|
|
17046
|
+
"exports": [
|
|
17047
|
+
{
|
|
17048
|
+
"kind": "js",
|
|
17049
|
+
"name": "*",
|
|
17050
|
+
"declaration": {
|
|
17051
|
+
"name": "*",
|
|
17052
|
+
"package": "\"./accordion.component.js\""
|
|
17053
|
+
}
|
|
17054
|
+
},
|
|
17055
|
+
{
|
|
17056
|
+
"kind": "js",
|
|
17057
|
+
"name": "default",
|
|
17058
|
+
"declaration": {
|
|
17059
|
+
"name": "CorasAccordion",
|
|
17060
|
+
"module": "src/components/accordion/accordion.ts"
|
|
17061
|
+
}
|
|
17062
|
+
},
|
|
17063
|
+
{
|
|
17064
|
+
"kind": "custom-element-definition",
|
|
17065
|
+
"name": "coras-accordion",
|
|
17066
|
+
"declaration": {
|
|
17067
|
+
"name": "CorasAccordion",
|
|
17068
|
+
"module": "/src/components/accordion/accordion.component.js"
|
|
17069
|
+
}
|
|
17070
|
+
}
|
|
17071
|
+
]
|
|
17072
|
+
},
|
|
16891
17073
|
{
|
|
16892
17074
|
"kind": "javascript-module",
|
|
16893
17075
|
"path": "src/components/alert/alert.component.ts",
|
|
@@ -17143,107 +17325,6 @@
|
|
|
17143
17325
|
}
|
|
17144
17326
|
]
|
|
17145
17327
|
},
|
|
17146
|
-
{
|
|
17147
|
-
"kind": "javascript-module",
|
|
17148
|
-
"path": "src/components/accordion/accordion.component.ts",
|
|
17149
|
-
"declarations": [
|
|
17150
|
-
{
|
|
17151
|
-
"kind": "class",
|
|
17152
|
-
"description": "",
|
|
17153
|
-
"name": "CorasAccordion",
|
|
17154
|
-
"members": [
|
|
17155
|
-
{
|
|
17156
|
-
"kind": "field",
|
|
17157
|
-
"name": "items",
|
|
17158
|
-
"type": {
|
|
17159
|
-
"text": "NodeListOf<CorasAccordionItem>"
|
|
17160
|
-
},
|
|
17161
|
-
"privacy": "private"
|
|
17162
|
-
},
|
|
17163
|
-
{
|
|
17164
|
-
"kind": "field",
|
|
17165
|
-
"name": "openedItem",
|
|
17166
|
-
"type": {
|
|
17167
|
-
"text": "CorasAccordionItem | null"
|
|
17168
|
-
},
|
|
17169
|
-
"privacy": "private",
|
|
17170
|
-
"default": "null"
|
|
17171
|
-
},
|
|
17172
|
-
{
|
|
17173
|
-
"kind": "method",
|
|
17174
|
-
"name": "handleSlotClick",
|
|
17175
|
-
"privacy": "private",
|
|
17176
|
-
"return": {
|
|
17177
|
-
"type": {
|
|
17178
|
-
"text": "void"
|
|
17179
|
-
}
|
|
17180
|
-
},
|
|
17181
|
-
"parameters": [
|
|
17182
|
-
{
|
|
17183
|
-
"name": "e",
|
|
17184
|
-
"type": {
|
|
17185
|
-
"text": "Event"
|
|
17186
|
-
}
|
|
17187
|
-
}
|
|
17188
|
-
]
|
|
17189
|
-
}
|
|
17190
|
-
],
|
|
17191
|
-
"superclass": {
|
|
17192
|
-
"name": "LitElement",
|
|
17193
|
-
"package": "lit"
|
|
17194
|
-
},
|
|
17195
|
-
"tagName": "coras-accordion",
|
|
17196
|
-
"customElement": true
|
|
17197
|
-
}
|
|
17198
|
-
],
|
|
17199
|
-
"exports": [
|
|
17200
|
-
{
|
|
17201
|
-
"kind": "js",
|
|
17202
|
-
"name": "CorasAccordion",
|
|
17203
|
-
"declaration": {
|
|
17204
|
-
"name": "CorasAccordion",
|
|
17205
|
-
"module": "src/components/accordion/accordion.component.ts"
|
|
17206
|
-
}
|
|
17207
|
-
}
|
|
17208
|
-
]
|
|
17209
|
-
},
|
|
17210
|
-
{
|
|
17211
|
-
"kind": "javascript-module",
|
|
17212
|
-
"path": "src/components/accordion/accordion.tests.ts",
|
|
17213
|
-
"declarations": [],
|
|
17214
|
-
"exports": []
|
|
17215
|
-
},
|
|
17216
|
-
{
|
|
17217
|
-
"kind": "javascript-module",
|
|
17218
|
-
"path": "src/components/accordion/accordion.ts",
|
|
17219
|
-
"declarations": [],
|
|
17220
|
-
"exports": [
|
|
17221
|
-
{
|
|
17222
|
-
"kind": "js",
|
|
17223
|
-
"name": "*",
|
|
17224
|
-
"declaration": {
|
|
17225
|
-
"name": "*",
|
|
17226
|
-
"package": "\"./accordion.component.js\""
|
|
17227
|
-
}
|
|
17228
|
-
},
|
|
17229
|
-
{
|
|
17230
|
-
"kind": "js",
|
|
17231
|
-
"name": "default",
|
|
17232
|
-
"declaration": {
|
|
17233
|
-
"name": "CorasAccordion",
|
|
17234
|
-
"module": "src/components/accordion/accordion.ts"
|
|
17235
|
-
}
|
|
17236
|
-
},
|
|
17237
|
-
{
|
|
17238
|
-
"kind": "custom-element-definition",
|
|
17239
|
-
"name": "coras-accordion",
|
|
17240
|
-
"declaration": {
|
|
17241
|
-
"name": "CorasAccordion",
|
|
17242
|
-
"module": "/src/components/accordion/accordion.component.js"
|
|
17243
|
-
}
|
|
17244
|
-
}
|
|
17245
|
-
]
|
|
17246
|
-
},
|
|
17247
17328
|
{
|
|
17248
17329
|
"kind": "javascript-module",
|
|
17249
17330
|
"path": "src/components/attraction-header/attraction-header.component.ts",
|
|
@@ -20537,7 +20618,7 @@
|
|
|
20537
20618
|
"declarations": [
|
|
20538
20619
|
{
|
|
20539
20620
|
"kind": "class",
|
|
20540
|
-
"description": "A modal component for FIDA (crypto) 2-factor authentication.\nHandles email OTP login and SMS MFA enrollment.\n\nThis is a pure view component
|
|
20621
|
+
"description": "A modal component for FIDA (crypto) 2-factor authentication.\nHandles email OTP login and SMS MFA enrollment.\n\nThis is a pure view component - all business logic is handled by the parent.\nEvents listed below are internal and do not cross the host shadow boundary.",
|
|
20541
20622
|
"name": "CorasCryptoAuthModal",
|
|
20542
20623
|
"members": [
|
|
20543
20624
|
{
|
|
@@ -23425,7 +23506,7 @@
|
|
|
23425
23506
|
"declarations": [
|
|
23426
23507
|
{
|
|
23427
23508
|
"kind": "class",
|
|
23428
|
-
"description": "Shared image primitive.\n\nWraps a native `<img>` (or `<picture>` when art direction is enabled) with\nCDN-aware srcset/sizes generation, slot-aware presets, intrinsic aspect\nratio for CLS prevention, a skeleton placeholder, and an error fallback.\n\nConsumes the canonical helpers in `core/images/url` and `core/images/srcset`\n
|
|
23509
|
+
"description": "Shared image primitive.\n\nWraps a native `<img>` (or `<picture>` when art direction is enabled) with\nCDN-aware srcset/sizes generation, slot-aware presets, intrinsic aspect\nratio for CLS prevention, a skeleton placeholder, and an error fallback.\n\nConsumes the canonical helpers in `core/images/url` and `core/images/srcset`\n- call sites do not assemble URLs themselves.",
|
|
23429
23510
|
"name": "CorasImage",
|
|
23430
23511
|
"cssParts": [
|
|
23431
23512
|
{
|
|
@@ -25849,7 +25930,7 @@
|
|
|
25849
25930
|
"text": "string"
|
|
25850
25931
|
},
|
|
25851
25932
|
"privacy": "private",
|
|
25852
|
-
"description": "Hard-coded Coras CDN fallback. Used when the primary URL fails even when\n`baseURL` is misconfigured
|
|
25933
|
+
"description": "Hard-coded Coras CDN fallback. Used when the primary URL fails even when\n`baseURL` is misconfigured - that's deliberate, so a broken caller still\ngets a working image instead of a placeholder.",
|
|
25853
25934
|
"readonly": true
|
|
25854
25935
|
},
|
|
25855
25936
|
{
|
|
@@ -27346,6 +27427,14 @@
|
|
|
27346
27427
|
}
|
|
27347
27428
|
],
|
|
27348
27429
|
"exports": [
|
|
27430
|
+
{
|
|
27431
|
+
"kind": "js",
|
|
27432
|
+
"name": "PaymentFiatMethodType",
|
|
27433
|
+
"declaration": {
|
|
27434
|
+
"name": "PaymentFiatMethodType",
|
|
27435
|
+
"module": "src/components/payment-fiat-method/payment-fiat-method.component.ts"
|
|
27436
|
+
}
|
|
27437
|
+
},
|
|
27349
27438
|
{
|
|
27350
27439
|
"kind": "js",
|
|
27351
27440
|
"name": "CorasPaymentFiatMethod",
|
|
@@ -32374,6 +32463,128 @@
|
|
|
32374
32463
|
}
|
|
32375
32464
|
]
|
|
32376
32465
|
},
|
|
32466
|
+
{
|
|
32467
|
+
"kind": "javascript-module",
|
|
32468
|
+
"path": "src/components/accordion/accordion-item/accordion-item.component.ts",
|
|
32469
|
+
"declarations": [
|
|
32470
|
+
{
|
|
32471
|
+
"kind": "class",
|
|
32472
|
+
"description": "",
|
|
32473
|
+
"name": "CorasAccordionItem",
|
|
32474
|
+
"members": [
|
|
32475
|
+
{
|
|
32476
|
+
"kind": "field",
|
|
32477
|
+
"name": "assetsURL",
|
|
32478
|
+
"type": {
|
|
32479
|
+
"text": "string"
|
|
32480
|
+
},
|
|
32481
|
+
"default": "\"\"",
|
|
32482
|
+
"attribute": "assets-url"
|
|
32483
|
+
},
|
|
32484
|
+
{
|
|
32485
|
+
"kind": "field",
|
|
32486
|
+
"name": "label",
|
|
32487
|
+
"type": {
|
|
32488
|
+
"text": "string"
|
|
32489
|
+
},
|
|
32490
|
+
"privacy": "public",
|
|
32491
|
+
"default": "\"\"",
|
|
32492
|
+
"attribute": "label"
|
|
32493
|
+
},
|
|
32494
|
+
{
|
|
32495
|
+
"kind": "field",
|
|
32496
|
+
"name": "open",
|
|
32497
|
+
"type": {
|
|
32498
|
+
"text": "boolean"
|
|
32499
|
+
},
|
|
32500
|
+
"privacy": "public",
|
|
32501
|
+
"default": "false",
|
|
32502
|
+
"attribute": "open",
|
|
32503
|
+
"reflects": true
|
|
32504
|
+
}
|
|
32505
|
+
],
|
|
32506
|
+
"attributes": [
|
|
32507
|
+
{
|
|
32508
|
+
"name": "assets-url",
|
|
32509
|
+
"type": {
|
|
32510
|
+
"text": "string"
|
|
32511
|
+
},
|
|
32512
|
+
"default": "\"\"",
|
|
32513
|
+
"fieldName": "assetsURL"
|
|
32514
|
+
},
|
|
32515
|
+
{
|
|
32516
|
+
"name": "label",
|
|
32517
|
+
"type": {
|
|
32518
|
+
"text": "string"
|
|
32519
|
+
},
|
|
32520
|
+
"default": "\"\"",
|
|
32521
|
+
"fieldName": "label"
|
|
32522
|
+
},
|
|
32523
|
+
{
|
|
32524
|
+
"name": "open",
|
|
32525
|
+
"type": {
|
|
32526
|
+
"text": "boolean"
|
|
32527
|
+
},
|
|
32528
|
+
"default": "false",
|
|
32529
|
+
"fieldName": "open"
|
|
32530
|
+
}
|
|
32531
|
+
],
|
|
32532
|
+
"superclass": {
|
|
32533
|
+
"name": "LitElement",
|
|
32534
|
+
"package": "lit"
|
|
32535
|
+
},
|
|
32536
|
+
"tagName": "coras-accordion-item",
|
|
32537
|
+
"customElement": true
|
|
32538
|
+
}
|
|
32539
|
+
],
|
|
32540
|
+
"exports": [
|
|
32541
|
+
{
|
|
32542
|
+
"kind": "js",
|
|
32543
|
+
"name": "CorasAccordionItem",
|
|
32544
|
+
"declaration": {
|
|
32545
|
+
"name": "CorasAccordionItem",
|
|
32546
|
+
"module": "src/components/accordion/accordion-item/accordion-item.component.ts"
|
|
32547
|
+
}
|
|
32548
|
+
}
|
|
32549
|
+
]
|
|
32550
|
+
},
|
|
32551
|
+
{
|
|
32552
|
+
"kind": "javascript-module",
|
|
32553
|
+
"path": "src/components/accordion/accordion-item/accordion-item.tests.ts",
|
|
32554
|
+
"declarations": [],
|
|
32555
|
+
"exports": []
|
|
32556
|
+
},
|
|
32557
|
+
{
|
|
32558
|
+
"kind": "javascript-module",
|
|
32559
|
+
"path": "src/components/accordion/accordion-item/accordion-item.ts",
|
|
32560
|
+
"declarations": [],
|
|
32561
|
+
"exports": [
|
|
32562
|
+
{
|
|
32563
|
+
"kind": "js",
|
|
32564
|
+
"name": "*",
|
|
32565
|
+
"declaration": {
|
|
32566
|
+
"name": "*",
|
|
32567
|
+
"package": "\"./accordion-item.component.js\""
|
|
32568
|
+
}
|
|
32569
|
+
},
|
|
32570
|
+
{
|
|
32571
|
+
"kind": "js",
|
|
32572
|
+
"name": "default",
|
|
32573
|
+
"declaration": {
|
|
32574
|
+
"name": "CorasAccordionItem",
|
|
32575
|
+
"module": "src/components/accordion/accordion-item/accordion-item.ts"
|
|
32576
|
+
}
|
|
32577
|
+
},
|
|
32578
|
+
{
|
|
32579
|
+
"kind": "custom-element-definition",
|
|
32580
|
+
"name": "coras-accordion-item",
|
|
32581
|
+
"declaration": {
|
|
32582
|
+
"name": "CorasAccordionItem",
|
|
32583
|
+
"module": "/src/components/accordion/accordion-item/accordion-item.component.js"
|
|
32584
|
+
}
|
|
32585
|
+
}
|
|
32586
|
+
]
|
|
32587
|
+
},
|
|
32377
32588
|
{
|
|
32378
32589
|
"kind": "javascript-module",
|
|
32379
32590
|
"path": "src/components/attraction-card/base/attraction-card.mixin.ts",
|
|
@@ -33607,128 +33818,6 @@
|
|
|
33607
33818
|
}
|
|
33608
33819
|
]
|
|
33609
33820
|
},
|
|
33610
|
-
{
|
|
33611
|
-
"kind": "javascript-module",
|
|
33612
|
-
"path": "src/components/accordion/accordion-item/accordion-item.component.ts",
|
|
33613
|
-
"declarations": [
|
|
33614
|
-
{
|
|
33615
|
-
"kind": "class",
|
|
33616
|
-
"description": "",
|
|
33617
|
-
"name": "CorasAccordionItem",
|
|
33618
|
-
"members": [
|
|
33619
|
-
{
|
|
33620
|
-
"kind": "field",
|
|
33621
|
-
"name": "assetsURL",
|
|
33622
|
-
"type": {
|
|
33623
|
-
"text": "string"
|
|
33624
|
-
},
|
|
33625
|
-
"default": "\"\"",
|
|
33626
|
-
"attribute": "assets-url"
|
|
33627
|
-
},
|
|
33628
|
-
{
|
|
33629
|
-
"kind": "field",
|
|
33630
|
-
"name": "label",
|
|
33631
|
-
"type": {
|
|
33632
|
-
"text": "string"
|
|
33633
|
-
},
|
|
33634
|
-
"privacy": "public",
|
|
33635
|
-
"default": "\"\"",
|
|
33636
|
-
"attribute": "label"
|
|
33637
|
-
},
|
|
33638
|
-
{
|
|
33639
|
-
"kind": "field",
|
|
33640
|
-
"name": "open",
|
|
33641
|
-
"type": {
|
|
33642
|
-
"text": "boolean"
|
|
33643
|
-
},
|
|
33644
|
-
"privacy": "public",
|
|
33645
|
-
"default": "false",
|
|
33646
|
-
"attribute": "open",
|
|
33647
|
-
"reflects": true
|
|
33648
|
-
}
|
|
33649
|
-
],
|
|
33650
|
-
"attributes": [
|
|
33651
|
-
{
|
|
33652
|
-
"name": "assets-url",
|
|
33653
|
-
"type": {
|
|
33654
|
-
"text": "string"
|
|
33655
|
-
},
|
|
33656
|
-
"default": "\"\"",
|
|
33657
|
-
"fieldName": "assetsURL"
|
|
33658
|
-
},
|
|
33659
|
-
{
|
|
33660
|
-
"name": "label",
|
|
33661
|
-
"type": {
|
|
33662
|
-
"text": "string"
|
|
33663
|
-
},
|
|
33664
|
-
"default": "\"\"",
|
|
33665
|
-
"fieldName": "label"
|
|
33666
|
-
},
|
|
33667
|
-
{
|
|
33668
|
-
"name": "open",
|
|
33669
|
-
"type": {
|
|
33670
|
-
"text": "boolean"
|
|
33671
|
-
},
|
|
33672
|
-
"default": "false",
|
|
33673
|
-
"fieldName": "open"
|
|
33674
|
-
}
|
|
33675
|
-
],
|
|
33676
|
-
"superclass": {
|
|
33677
|
-
"name": "LitElement",
|
|
33678
|
-
"package": "lit"
|
|
33679
|
-
},
|
|
33680
|
-
"tagName": "coras-accordion-item",
|
|
33681
|
-
"customElement": true
|
|
33682
|
-
}
|
|
33683
|
-
],
|
|
33684
|
-
"exports": [
|
|
33685
|
-
{
|
|
33686
|
-
"kind": "js",
|
|
33687
|
-
"name": "CorasAccordionItem",
|
|
33688
|
-
"declaration": {
|
|
33689
|
-
"name": "CorasAccordionItem",
|
|
33690
|
-
"module": "src/components/accordion/accordion-item/accordion-item.component.ts"
|
|
33691
|
-
}
|
|
33692
|
-
}
|
|
33693
|
-
]
|
|
33694
|
-
},
|
|
33695
|
-
{
|
|
33696
|
-
"kind": "javascript-module",
|
|
33697
|
-
"path": "src/components/accordion/accordion-item/accordion-item.tests.ts",
|
|
33698
|
-
"declarations": [],
|
|
33699
|
-
"exports": []
|
|
33700
|
-
},
|
|
33701
|
-
{
|
|
33702
|
-
"kind": "javascript-module",
|
|
33703
|
-
"path": "src/components/accordion/accordion-item/accordion-item.ts",
|
|
33704
|
-
"declarations": [],
|
|
33705
|
-
"exports": [
|
|
33706
|
-
{
|
|
33707
|
-
"kind": "js",
|
|
33708
|
-
"name": "*",
|
|
33709
|
-
"declaration": {
|
|
33710
|
-
"name": "*",
|
|
33711
|
-
"package": "\"./accordion-item.component.js\""
|
|
33712
|
-
}
|
|
33713
|
-
},
|
|
33714
|
-
{
|
|
33715
|
-
"kind": "js",
|
|
33716
|
-
"name": "default",
|
|
33717
|
-
"declaration": {
|
|
33718
|
-
"name": "CorasAccordionItem",
|
|
33719
|
-
"module": "src/components/accordion/accordion-item/accordion-item.ts"
|
|
33720
|
-
}
|
|
33721
|
-
},
|
|
33722
|
-
{
|
|
33723
|
-
"kind": "custom-element-definition",
|
|
33724
|
-
"name": "coras-accordion-item",
|
|
33725
|
-
"declaration": {
|
|
33726
|
-
"name": "CorasAccordionItem",
|
|
33727
|
-
"module": "/src/components/accordion/accordion-item/accordion-item.component.js"
|
|
33728
|
-
}
|
|
33729
|
-
}
|
|
33730
|
-
]
|
|
33731
|
-
},
|
|
33732
33821
|
{
|
|
33733
33822
|
"kind": "javascript-module",
|
|
33734
33823
|
"path": "src/components/better-carousel/better-carousel-item/better-carousel-item.component.ts",
|
|
@@ -36145,6 +36234,107 @@
|
|
|
36145
36234
|
}
|
|
36146
36235
|
]
|
|
36147
36236
|
},
|
|
36237
|
+
{
|
|
36238
|
+
"kind": "javascript-module",
|
|
36239
|
+
"path": "src/containers/footer/footer.component.ts",
|
|
36240
|
+
"declarations": [
|
|
36241
|
+
{
|
|
36242
|
+
"kind": "class",
|
|
36243
|
+
"description": "",
|
|
36244
|
+
"name": "CorasFooter",
|
|
36245
|
+
"members": [
|
|
36246
|
+
{
|
|
36247
|
+
"kind": "field",
|
|
36248
|
+
"name": "_pageDispatch",
|
|
36249
|
+
"type": {
|
|
36250
|
+
"text": "(params: PageDispatchInput) => void"
|
|
36251
|
+
},
|
|
36252
|
+
"privacy": "private"
|
|
36253
|
+
}
|
|
36254
|
+
],
|
|
36255
|
+
"superclass": {
|
|
36256
|
+
"name": "LitElement",
|
|
36257
|
+
"package": "lit"
|
|
36258
|
+
},
|
|
36259
|
+
"tagName": "coras-footer",
|
|
36260
|
+
"customElement": true
|
|
36261
|
+
}
|
|
36262
|
+
],
|
|
36263
|
+
"exports": [
|
|
36264
|
+
{
|
|
36265
|
+
"kind": "js",
|
|
36266
|
+
"name": "CorasFooter",
|
|
36267
|
+
"declaration": {
|
|
36268
|
+
"name": "CorasFooter",
|
|
36269
|
+
"module": "src/containers/footer/footer.component.ts"
|
|
36270
|
+
}
|
|
36271
|
+
}
|
|
36272
|
+
]
|
|
36273
|
+
},
|
|
36274
|
+
{
|
|
36275
|
+
"kind": "javascript-module",
|
|
36276
|
+
"path": "src/containers/footer/footer.tests.ts",
|
|
36277
|
+
"declarations": [
|
|
36278
|
+
{
|
|
36279
|
+
"kind": "class",
|
|
36280
|
+
"description": "",
|
|
36281
|
+
"name": "TestProvider",
|
|
36282
|
+
"members": [
|
|
36283
|
+
{
|
|
36284
|
+
"kind": "field",
|
|
36285
|
+
"name": "_pageDispatch"
|
|
36286
|
+
}
|
|
36287
|
+
],
|
|
36288
|
+
"superclass": {
|
|
36289
|
+
"name": "LitElement",
|
|
36290
|
+
"package": "lit"
|
|
36291
|
+
},
|
|
36292
|
+
"tagName": "test-provider",
|
|
36293
|
+
"customElement": true
|
|
36294
|
+
}
|
|
36295
|
+
],
|
|
36296
|
+
"exports": [
|
|
36297
|
+
{
|
|
36298
|
+
"kind": "custom-element-definition",
|
|
36299
|
+
"name": "test-provider",
|
|
36300
|
+
"declaration": {
|
|
36301
|
+
"name": "TestProvider",
|
|
36302
|
+
"module": "src/containers/footer/footer.tests.ts"
|
|
36303
|
+
}
|
|
36304
|
+
}
|
|
36305
|
+
]
|
|
36306
|
+
},
|
|
36307
|
+
{
|
|
36308
|
+
"kind": "javascript-module",
|
|
36309
|
+
"path": "src/containers/footer/footer.ts",
|
|
36310
|
+
"declarations": [],
|
|
36311
|
+
"exports": [
|
|
36312
|
+
{
|
|
36313
|
+
"kind": "js",
|
|
36314
|
+
"name": "*",
|
|
36315
|
+
"declaration": {
|
|
36316
|
+
"name": "*",
|
|
36317
|
+
"package": "\"./footer.component.js\""
|
|
36318
|
+
}
|
|
36319
|
+
},
|
|
36320
|
+
{
|
|
36321
|
+
"kind": "js",
|
|
36322
|
+
"name": "default",
|
|
36323
|
+
"declaration": {
|
|
36324
|
+
"name": "CorasFooter",
|
|
36325
|
+
"module": "src/containers/footer/footer.ts"
|
|
36326
|
+
}
|
|
36327
|
+
},
|
|
36328
|
+
{
|
|
36329
|
+
"kind": "custom-element-definition",
|
|
36330
|
+
"name": "coras-footer",
|
|
36331
|
+
"declaration": {
|
|
36332
|
+
"name": "CorasFooter",
|
|
36333
|
+
"module": "/src/containers/footer/footer.component.js"
|
|
36334
|
+
}
|
|
36335
|
+
}
|
|
36336
|
+
]
|
|
36337
|
+
},
|
|
36148
36338
|
{
|
|
36149
36339
|
"kind": "javascript-module",
|
|
36150
36340
|
"path": "src/containers/basket/basket.component.ts",
|
|
@@ -36355,107 +36545,6 @@
|
|
|
36355
36545
|
}
|
|
36356
36546
|
]
|
|
36357
36547
|
},
|
|
36358
|
-
{
|
|
36359
|
-
"kind": "javascript-module",
|
|
36360
|
-
"path": "src/containers/footer/footer.component.ts",
|
|
36361
|
-
"declarations": [
|
|
36362
|
-
{
|
|
36363
|
-
"kind": "class",
|
|
36364
|
-
"description": "",
|
|
36365
|
-
"name": "CorasFooter",
|
|
36366
|
-
"members": [
|
|
36367
|
-
{
|
|
36368
|
-
"kind": "field",
|
|
36369
|
-
"name": "_pageDispatch",
|
|
36370
|
-
"type": {
|
|
36371
|
-
"text": "(params: PageDispatchInput) => void"
|
|
36372
|
-
},
|
|
36373
|
-
"privacy": "private"
|
|
36374
|
-
}
|
|
36375
|
-
],
|
|
36376
|
-
"superclass": {
|
|
36377
|
-
"name": "LitElement",
|
|
36378
|
-
"package": "lit"
|
|
36379
|
-
},
|
|
36380
|
-
"tagName": "coras-footer",
|
|
36381
|
-
"customElement": true
|
|
36382
|
-
}
|
|
36383
|
-
],
|
|
36384
|
-
"exports": [
|
|
36385
|
-
{
|
|
36386
|
-
"kind": "js",
|
|
36387
|
-
"name": "CorasFooter",
|
|
36388
|
-
"declaration": {
|
|
36389
|
-
"name": "CorasFooter",
|
|
36390
|
-
"module": "src/containers/footer/footer.component.ts"
|
|
36391
|
-
}
|
|
36392
|
-
}
|
|
36393
|
-
]
|
|
36394
|
-
},
|
|
36395
|
-
{
|
|
36396
|
-
"kind": "javascript-module",
|
|
36397
|
-
"path": "src/containers/footer/footer.tests.ts",
|
|
36398
|
-
"declarations": [
|
|
36399
|
-
{
|
|
36400
|
-
"kind": "class",
|
|
36401
|
-
"description": "",
|
|
36402
|
-
"name": "TestProvider",
|
|
36403
|
-
"members": [
|
|
36404
|
-
{
|
|
36405
|
-
"kind": "field",
|
|
36406
|
-
"name": "_pageDispatch"
|
|
36407
|
-
}
|
|
36408
|
-
],
|
|
36409
|
-
"superclass": {
|
|
36410
|
-
"name": "LitElement",
|
|
36411
|
-
"package": "lit"
|
|
36412
|
-
},
|
|
36413
|
-
"tagName": "test-provider",
|
|
36414
|
-
"customElement": true
|
|
36415
|
-
}
|
|
36416
|
-
],
|
|
36417
|
-
"exports": [
|
|
36418
|
-
{
|
|
36419
|
-
"kind": "custom-element-definition",
|
|
36420
|
-
"name": "test-provider",
|
|
36421
|
-
"declaration": {
|
|
36422
|
-
"name": "TestProvider",
|
|
36423
|
-
"module": "src/containers/footer/footer.tests.ts"
|
|
36424
|
-
}
|
|
36425
|
-
}
|
|
36426
|
-
]
|
|
36427
|
-
},
|
|
36428
|
-
{
|
|
36429
|
-
"kind": "javascript-module",
|
|
36430
|
-
"path": "src/containers/footer/footer.ts",
|
|
36431
|
-
"declarations": [],
|
|
36432
|
-
"exports": [
|
|
36433
|
-
{
|
|
36434
|
-
"kind": "js",
|
|
36435
|
-
"name": "*",
|
|
36436
|
-
"declaration": {
|
|
36437
|
-
"name": "*",
|
|
36438
|
-
"package": "\"./footer.component.js\""
|
|
36439
|
-
}
|
|
36440
|
-
},
|
|
36441
|
-
{
|
|
36442
|
-
"kind": "js",
|
|
36443
|
-
"name": "default",
|
|
36444
|
-
"declaration": {
|
|
36445
|
-
"name": "CorasFooter",
|
|
36446
|
-
"module": "src/containers/footer/footer.ts"
|
|
36447
|
-
}
|
|
36448
|
-
},
|
|
36449
|
-
{
|
|
36450
|
-
"kind": "custom-element-definition",
|
|
36451
|
-
"name": "coras-footer",
|
|
36452
|
-
"declaration": {
|
|
36453
|
-
"name": "CorasFooter",
|
|
36454
|
-
"module": "/src/containers/footer/footer.component.js"
|
|
36455
|
-
}
|
|
36456
|
-
}
|
|
36457
|
-
]
|
|
36458
|
-
},
|
|
36459
36548
|
{
|
|
36460
36549
|
"kind": "javascript-module",
|
|
36461
36550
|
"path": "src/containers/navbar/navbar.component.ts",
|