@returnflows/shop-overlay 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +976 -0
- package/dist/index.esm.css +3 -0
- package/dist/index.esm.js +12494 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/messages/da.json +1 -0
- package/dist/messages/de.json +1 -0
- package/dist/messages/en.json +1 -0
- package/dist/messages/es.json +1 -0
- package/dist/messages/fi.json +1 -0
- package/dist/messages/fr.json +1 -0
- package/dist/messages/it.json +1 -0
- package/dist/messages/nb.json +1 -0
- package/dist/messages/nl.json +1 -0
- package/dist/messages/pl.json +1 -0
- package/dist/messages/sv.json +1 -0
- package/dist/types/api/index.d.ts +6 -0
- package/dist/types/api/state-bridge.d.ts +37 -0
- package/dist/types/api/storefront-cart.d.ts +3 -0
- package/dist/types/api/types.d.ts +402 -0
- package/dist/types/api/widget-api.d.ts +20 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/widget/components/dialog/common/dialog-backdrop.d.ts +6 -0
- package/dist/types/widget/components/dialog/common/dialog-button.d.ts +6 -0
- package/dist/types/widget/components/dialog/common/dialog-modal.d.ts +9 -0
- package/dist/types/widget/components/dialog/common/dialog-subtitle.d.ts +2 -0
- package/dist/types/widget/components/dialog/common/dialog-title.d.ts +2 -0
- package/dist/types/widget/components/dialog/common/index.d.ts +10 -0
- package/dist/types/widget/components/dialog/return-decision-dialog.d.ts +2 -0
- package/dist/types/widget/components/drawer/adjustments/exchange-adjustments.d.ts +2 -0
- package/dist/types/widget/components/drawer/adjustments/exchange-banner.d.ts +2 -0
- package/dist/types/widget/components/drawer/adjustments/table/adjustments-table-skeleton.d.ts +2 -0
- package/dist/types/widget/components/drawer/adjustments/table/adjustments-table.d.ts +2 -0
- package/dist/types/widget/components/drawer/annoucement-bar.d.ts +2 -0
- package/dist/types/widget/components/drawer/error-screen.d.ts +6 -0
- package/dist/types/widget/components/drawer/exchange-confirmation.d.ts +2 -0
- package/dist/types/widget/components/drawer/exchange-drawer.d.ts +5 -0
- package/dist/types/widget/components/drawer/exchange-header.d.ts +2 -0
- package/dist/types/widget/components/drawer/exchange-placeholder.d.ts +2 -0
- package/dist/types/widget/components/drawer/product/product-actions.d.ts +8 -0
- package/dist/types/widget/components/drawer/product/product-attributes.d.ts +14 -0
- package/dist/types/widget/components/drawer/product/product-errors.d.ts +2 -0
- package/dist/types/widget/components/drawer/product/product-image.d.ts +7 -0
- package/dist/types/widget/components/drawer/product/product-list.d.ts +2 -0
- package/dist/types/widget/components/drawer/product/product.d.ts +9 -0
- package/dist/types/widget/components/drawer/product/quantity-picker.d.ts +20 -0
- package/dist/types/widget/components/drawer/return/return-product-actions.d.ts +10 -0
- package/dist/types/widget/components/drawer/return/return-product-badge.d.ts +7 -0
- package/dist/types/widget/components/drawer/return/return-product-list.d.ts +2 -0
- package/dist/types/widget/components/drawer/return/return-product-skeleton.d.ts +2 -0
- package/dist/types/widget/components/drawer/return/return-product.d.ts +14 -0
- package/dist/types/widget/components/drawer/scroll-indicator.d.ts +5 -0
- package/dist/types/widget/components/handlers/dialog-handler.d.ts +2 -0
- package/dist/types/widget/components/handlers/initialization-handler.d.ts +2 -0
- package/dist/types/widget/components/icons/arrow-down.d.ts +2 -0
- package/dist/types/widget/components/icons/arrow-left.d.ts +2 -0
- package/dist/types/widget/components/icons/arrow-right.d.ts +2 -0
- package/dist/types/widget/components/icons/bag.d.ts +2 -0
- package/dist/types/widget/components/icons/banner/action.d.ts +2 -0
- package/dist/types/widget/components/icons/banner/info.d.ts +2 -0
- package/dist/types/widget/components/icons/cart.d.ts +2 -0
- package/dist/types/widget/components/icons/chevron.d.ts +2 -0
- package/dist/types/widget/components/icons/giftcard.d.ts +2 -0
- package/dist/types/widget/components/icons/icon.d.ts +17 -0
- package/dist/types/widget/components/icons/spinner.d.ts +2 -0
- package/dist/types/widget/components/icons/star.d.ts +2 -0
- package/dist/types/widget/components/icons/warning.d.ts +2 -0
- package/dist/types/widget/components/icons/x.d.ts +2 -0
- package/dist/types/widget/components/is-mounted.d.ts +4 -0
- package/dist/types/widget/components/providers/error-provider.d.ts +4 -0
- package/dist/types/widget/components/providers/return-context-provider.d.ts +17 -0
- package/dist/types/widget/components/providers/root-provider.d.ts +2 -0
- package/dist/types/widget/components/providers/widget-context-provider.d.ts +6 -0
- package/dist/types/widget/components/return-avatar-stack.d.ts +2 -0
- package/dist/types/widget/components/summary/back-button.d.ts +2 -0
- package/dist/types/widget/components/summary/exchange-summary.d.ts +2 -0
- package/dist/types/widget/components/summary/exchange-total-skeleton.d.ts +2 -0
- package/dist/types/widget/components/summary/exchange-total.d.ts +2 -0
- package/dist/types/widget/components/toast/toast-container.d.ts +2 -0
- package/dist/types/widget/components/toast/toast-provider.d.ts +4 -0
- package/dist/types/widget/components/toast/toast.d.ts +16 -0
- package/dist/types/widget/components/ui/avatar/avatar-stack-skeleton.d.ts +2 -0
- package/dist/types/widget/components/ui/avatar/avatar-stack.d.ts +12 -0
- package/dist/types/widget/components/ui/avatar/avatar.d.ts +10 -0
- package/dist/types/widget/components/ui/banner/banner-skeleton.d.ts +2 -0
- package/dist/types/widget/components/ui/banner/banner.d.ts +13 -0
- package/dist/types/widget/components/ui/button.d.ts +11 -0
- package/dist/types/widget/components/ui/expander.d.ts +8 -0
- package/dist/types/widget/components/ui/image.d.ts +5 -0
- package/dist/types/widget/components/ui/link.d.ts +7 -0
- package/dist/types/widget/components/ui/price.d.ts +7 -0
- package/dist/types/widget/components/ui/skeleton/skeleton-container.d.ts +6 -0
- package/dist/types/widget/components/ui/skeleton/skeleton.d.ts +2 -0
- package/dist/types/widget/components/widget-container.d.ts +3 -0
- package/dist/types/widget/components/widget.d.ts +2 -0
- package/dist/types/widget/lib/constants.d.ts +13 -0
- package/dist/types/widget/lib/context/dialog-context.d.ts +3 -0
- package/dist/types/widget/lib/context/error-context.d.ts +10 -0
- package/dist/types/widget/lib/context/return-context.d.ts +12 -0
- package/dist/types/widget/lib/context/root-context.d.ts +2 -0
- package/dist/types/widget/lib/context/toast-context.d.ts +13 -0
- package/dist/types/widget/lib/context/widget-context.d.ts +9 -0
- package/dist/types/widget/lib/hooks/common/use-array.d.ts +14 -0
- package/dist/types/widget/lib/hooks/common/use-async-state.d.ts +40 -0
- package/dist/types/widget/lib/hooks/common/use-dialog.d.ts +11 -0
- package/dist/types/widget/lib/hooks/common/use-is-mounted.d.ts +2 -0
- package/dist/types/widget/lib/hooks/common/use-once.d.ts +3 -0
- package/dist/types/widget/lib/hooks/common/use-value-state.d.ts +7 -0
- package/dist/types/widget/lib/hooks/common/use-y-scrollable.d.ts +10 -0
- package/dist/types/widget/lib/hooks/context/use-calculation.d.ts +12 -0
- package/dist/types/widget/lib/hooks/context/use-cart-items.d.ts +9 -0
- package/dist/types/widget/lib/hooks/context/use-currency.d.ts +12 -0
- package/dist/types/widget/lib/hooks/context/use-errors.d.ts +2 -0
- package/dist/types/widget/lib/hooks/context/use-navigation.d.ts +6 -0
- package/dist/types/widget/lib/hooks/context/use-return-context.d.ts +2 -0
- package/dist/types/widget/lib/hooks/context/use-root.d.ts +2 -0
- package/dist/types/widget/lib/hooks/context/use-theme.d.ts +5 -0
- package/dist/types/widget/lib/hooks/context/use-toast.d.ts +2 -0
- package/dist/types/widget/lib/hooks/context/use-widget-context.d.ts +2 -0
- package/dist/types/widget/lib/hooks/feature/use-api-bridge.d.ts +6 -0
- package/dist/types/widget/lib/hooks/feature/use-cart-activator.d.ts +2 -0
- package/dist/types/widget/lib/hooks/feature/use-external-events.d.ts +2 -0
- package/dist/types/widget/lib/hooks/feature/use-fetch-interceptor.d.ts +4 -0
- package/dist/types/widget/lib/hooks/feature/use-override-scroll-blocking.d.ts +2 -0
- package/dist/types/widget/lib/types.d.ts +382 -0
- package/dist/types/widget/lib/utils/api.d.ts +26 -0
- package/dist/types/widget/lib/utils/cart-provider-store.d.ts +3 -0
- package/dist/types/widget/lib/utils/cart.d.ts +17 -0
- package/dist/types/widget/lib/utils/custom-events.d.ts +48 -0
- package/dist/types/widget/lib/utils/dom.d.ts +2 -0
- package/dist/types/widget/lib/utils/errors.d.ts +6 -0
- package/dist/types/widget/lib/utils/helpers.d.ts +24 -0
- package/dist/types/widget/lib/utils/i18n.d.ts +8 -0
- package/dist/types/widget/lib/utils/initialization/dataset.d.ts +5 -0
- package/dist/types/widget/lib/utils/initialization/font.d.ts +7 -0
- package/dist/types/widget/lib/utils/initialization/index.d.ts +6 -0
- package/dist/types/widget/lib/utils/initialization/styles.d.ts +4 -0
- package/dist/types/widget/lib/utils/initialization/types.d.ts +51 -0
- package/dist/types/widget/lib/utils/interceptor/fetch.d.ts +5 -0
- package/dist/types/widget/lib/utils/interceptor/index.d.ts +26 -0
- package/dist/types/widget/lib/utils/interceptor/xhr.d.ts +5 -0
- package/dist/types/widget/lib/utils/logger.d.ts +13 -0
- package/dist/types/widget/lib/utils/navigation.d.ts +7 -0
- package/dist/types/widget/lib/utils/session.d.ts +54 -0
- package/dist/types/widget/lib/utils/shopify.d.ts +6 -0
- package/dist/types/widget/lib/utils/storage.d.ts +33 -0
- package/dist/variables.css +1 -0
- package/dist/widget.css +3 -0
- package/dist/widget.js +12006 -0
- package/package.json +112 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.