@mohasinac/appkit 3.3.0 → 3.3.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/dist/_internal/client/features/classified/ClassifiedDetailView.d.ts +2 -1
- package/dist/_internal/client/features/digital-code/CodeRevealPanel.d.ts +2 -1
- package/dist/_internal/client/features/digital-code/DigitalCodeDetailView.d.ts +2 -1
- package/dist/_internal/client/features/layout/DashboardLayoutClient.d.ts +1 -1
- package/dist/_internal/client/features/layout/RoleGuard.d.ts +1 -1
- package/dist/_internal/client/features/live/LiveItemDetailView.d.ts +1 -1
- package/dist/_internal/client/features/lottery/LotteryAdminEditView.d.ts +2 -1
- package/dist/_internal/client/features/lottery/LotteryAdminSlotView.d.ts +2 -1
- package/dist/_internal/client/features/lottery/LotteryDetailView.d.ts +2 -1
- package/dist/_internal/client/features/lottery/LotteryEntriesView.d.ts +2 -1
- package/dist/_internal/client/features/lottery/LotteryListView.d.ts +2 -1
- package/dist/_internal/client/features/lottery/LotteryPullForm.d.ts +2 -1
- package/dist/_internal/client/features/lottery/LotterySlotGrid.d.ts +2 -1
- package/dist/_internal/client/features/lottery/PrizeDrawLotteryDetailView.d.ts +2 -1
- package/dist/_internal/client/features/tour/TourProvider.d.ts +1 -1
- package/dist/_internal/client/i18n/LabelsProvider.d.ts +1 -1
- package/dist/_internal/client/scaffolds/AppShell.d.ts +1 -1
- package/dist/_internal/client/scaffolds/DashboardScaffold.d.ts +1 -1
- package/dist/_internal/client/theme/ThemeProvider.d.ts +1 -1
- package/dist/_internal/server/features/checkout/actions.js +11 -15
- package/dist/client/api/surface-error.js +9 -1
- package/dist/client.d.ts +7 -1
- package/dist/client.js +5 -1
- package/dist/errors/error-handler.d.ts +6 -0
- package/dist/errors/error-handler.js +26 -28
- package/dist/features/about/components/AboutView.d.ts +1 -1
- package/dist/features/about/components/FAQPageView.d.ts +1 -1
- package/dist/features/about/components/FeesView.d.ts +1 -1
- package/dist/features/about/components/HelpPageView.d.ts +1 -1
- package/dist/features/about/components/HowAuctionsWorkView.d.ts +1 -1
- package/dist/features/about/components/HowCheckoutWorksView.d.ts +1 -1
- package/dist/features/about/components/HowOffersWorkView.d.ts +1 -1
- package/dist/features/about/components/HowOrdersWorkView.d.ts +1 -1
- package/dist/features/about/components/HowPayoutsWorkView.d.ts +1 -1
- package/dist/features/about/components/HowPreOrdersWorkView.d.ts +1 -1
- package/dist/features/about/components/HowReviewsWorkView.d.ts +1 -1
- package/dist/features/about/components/PolicyPageView.d.ts +1 -1
- package/dist/features/about/components/PublicProfileView.d.ts +1 -1
- package/dist/features/about/components/SecurityPrivacyView.d.ts +1 -1
- package/dist/features/about/components/ShippingPolicyView.d.ts +1 -1
- package/dist/features/about/components/TrackOrderView.d.ts +1 -1
- package/dist/features/about/components/UnauthorizedView.d.ts +1 -1
- package/dist/features/account/components/AddressBook.d.ts +2 -2
- package/dist/features/account/components/AddressFilters.d.ts +1 -1
- package/dist/features/account/components/AddressForm.d.ts +1 -1
- package/dist/features/account/components/AddressInlineSelect.d.ts +2 -1
- package/dist/features/account/components/AddressSelectorCreate.d.ts +1 -1
- package/dist/features/account/components/AddressesIndexListing.d.ts +2 -1
- package/dist/features/account/components/BecomeSellerView.d.ts +1 -1
- package/dist/features/account/components/BuyerAccountGuideView.d.ts +2 -1
- package/dist/features/account/components/BuyerAuctionsGuideView.d.ts +2 -1
- package/dist/features/account/components/BuyerOrdersGuideView.d.ts +2 -1
- package/dist/features/account/components/BuyerShoppingGuideView.d.ts +2 -1
- package/dist/features/account/components/ChatList.d.ts +1 -1
- package/dist/features/account/components/ChatWindow.d.ts +1 -1
- package/dist/features/account/components/MessagesView.d.ts +1 -1
- package/dist/features/account/components/NotificationBell.d.ts +1 -1
- package/dist/features/account/components/NotificationPreferencesPanel.d.ts +1 -1
- package/dist/features/account/components/OrderDetailView.d.ts +1 -1
- package/dist/features/account/components/ProfileView.d.ts +1 -1
- package/dist/features/account/components/UserAccountHubView.d.ts +1 -1
- package/dist/features/account/components/UserAddressesView.d.ts +1 -1
- package/dist/features/account/components/UserNotificationsView.d.ts +1 -1
- package/dist/features/account/components/UserOffersPanel.d.ts +1 -1
- package/dist/features/account/components/UserOffersView.d.ts +1 -1
- package/dist/features/account/components/UserOrderTrackView.d.ts +1 -1
- package/dist/features/account/components/UserOrdersView.d.ts +1 -1
- package/dist/features/account/components/UserReturnsView.d.ts +1 -1
- package/dist/features/account/components/UserSettingsView.d.ts +1 -1
- package/dist/features/account/components/UserSidebar.d.ts +1 -1
- package/dist/features/account/components/UserSupportView.d.ts +2 -1
- package/dist/features/account/hooks/useProfile.d.ts +8 -0
- package/dist/features/account/schemas/index.d.ts +12 -3
- package/dist/features/account/schemas/index.js +10 -3
- package/dist/features/admin/components/AdminAdEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminAddressBookView.d.ts +1 -1
- package/dist/features/admin/components/AdminAddressClustersView.d.ts +1 -1
- package/dist/features/admin/components/AdminAddressEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminAddressesView.d.ts +1 -1
- package/dist/features/admin/components/AdminAdsView.d.ts +1 -1
- package/dist/features/admin/components/AdminAllEventEntriesView.d.ts +2 -1
- package/dist/features/admin/components/AdminAnalyticsGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminAnalyticsView.d.ts +1 -1
- package/dist/features/admin/components/AdminArtView.d.ts +2 -1
- package/dist/features/admin/components/AdminBidsView.d.ts +2 -1
- package/dist/features/admin/components/AdminBlogEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminBlogView.d.ts +2 -1
- package/dist/features/admin/components/AdminBrandEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminBrandsView.d.ts +2 -1
- package/dist/features/admin/components/AdminBundleEditorView.d.ts +14 -1
- package/dist/features/admin/components/AdminBundlesView.d.ts +2 -1
- package/dist/features/admin/components/AdminCarouselEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminCarouselView.d.ts +2 -1
- package/dist/features/admin/components/AdminCartsView.d.ts +2 -1
- package/dist/features/admin/components/AdminCatalogGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminCategoriesView.d.ts +2 -1
- package/dist/features/admin/components/AdminCategoryEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminClassifiedView.d.ts +2 -1
- package/dist/features/admin/components/AdminContactEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminContactView.d.ts +2 -1
- package/dist/features/admin/components/AdminContentGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminCouponEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminCouponsView.d.ts +2 -1
- package/dist/features/admin/components/AdminDashboardView.d.ts +1 -1
- package/dist/features/admin/components/AdminDigitalCodesView.d.ts +2 -1
- package/dist/features/admin/components/AdminEmployeeEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminFaqEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminFaqsView.d.ts +2 -1
- package/dist/features/admin/components/AdminFeatureEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminFeatureFlagsView.d.ts +1 -1
- package/dist/features/admin/components/AdminFeaturesView.d.ts +2 -1
- package/dist/features/admin/components/AdminFilterBar.d.ts +1 -1
- package/dist/features/admin/components/AdminFulfillmentView.d.ts +2 -1
- package/dist/features/admin/components/AdminGroupedListingsView.d.ts +2 -1
- package/dist/features/admin/components/AdminGuideHubView.d.ts +2 -1
- package/dist/features/admin/components/AdminHistoryView.d.ts +2 -1
- package/dist/features/admin/components/AdminLiveView.d.ts +2 -1
- package/dist/features/admin/components/AdminMediaView.d.ts +1 -1
- package/dist/features/admin/components/AdminNavEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminNavigationView.d.ts +2 -1
- package/dist/features/admin/components/AdminNewsletterView.d.ts +2 -1
- package/dist/features/admin/components/AdminNotificationsView.d.ts +2 -1
- package/dist/features/admin/components/AdminOrderEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminOrdersGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminOrdersView.d.ts +2 -1
- package/dist/features/admin/components/AdminPageHeader.d.ts +1 -1
- package/dist/features/admin/components/AdminPaymentClustersView.d.ts +1 -1
- package/dist/features/admin/components/AdminPaymentMethodsView.d.ts +1 -1
- package/dist/features/admin/components/AdminPayoutsView.d.ts +2 -1
- package/dist/features/admin/components/AdminPrizeDrawsView.d.ts +2 -1
- package/dist/features/admin/components/AdminProductEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminProductsView.d.ts +2 -1
- package/dist/features/admin/components/AdminReturnRequestsView.d.ts +1 -1
- package/dist/features/admin/components/AdminReviewsView.d.ts +2 -1
- package/dist/features/admin/components/AdminScammerEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminScammersView.d.ts +2 -1
- package/dist/features/admin/components/AdminSectionsView.d.ts +1 -1
- package/dist/features/admin/components/AdminSessionsManager.d.ts +1 -1
- package/dist/features/admin/components/AdminSessionsView.d.ts +2 -1
- package/dist/features/admin/components/AdminSidebar.d.ts +1 -1
- package/dist/features/admin/components/AdminSiteConfigGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminSiteSettingsView.d.ts +2 -1
- package/dist/features/admin/components/AdminSiteView.d.ts +1 -1
- package/dist/features/admin/components/AdminStickersView.d.ts +2 -1
- package/dist/features/admin/components/AdminStoreAddressesView.d.ts +1 -1
- package/dist/features/admin/components/AdminStoreEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminStoresGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminStoresView.d.ts +2 -1
- package/dist/features/admin/components/AdminSublistingCategoriesView.d.ts +2 -1
- package/dist/features/admin/components/AdminSublistingCategoryEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminSupportTicketDetailView.d.ts +2 -1
- package/dist/features/admin/components/AdminSupportTicketsView.d.ts +2 -1
- package/dist/features/admin/components/AdminTeamGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminTeamView.d.ts +2 -1
- package/dist/features/admin/components/AdminTopBar.d.ts +1 -1
- package/dist/features/admin/components/AdminTrustGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminUserEditorView.d.ts +2 -1
- package/dist/features/admin/components/AdminUsersGuideView.d.ts +2 -1
- package/dist/features/admin/components/AdminUsersView.d.ts +2 -1
- package/dist/features/admin/components/AdminViewCards.d.ts +2 -1
- package/dist/features/admin/components/AdminWishlistsView.d.ts +2 -1
- package/dist/features/admin/components/BrandQuickCreateForm.d.ts +2 -1
- package/dist/features/admin/components/CategoryQuickCreateForm.d.ts +2 -1
- package/dist/features/admin/components/DashboardStats.d.ts +1 -1
- package/dist/features/admin/components/DataListingView.d.ts +1 -1
- package/dist/features/admin/components/DataTable.d.ts +1 -1
- package/dist/features/admin/components/DemoSeedView.d.ts +1 -1
- package/dist/features/admin/components/DrawerFormFooter.d.ts +1 -1
- package/dist/features/admin/components/QuickActionsPanel.d.ts +1 -1
- package/dist/features/admin/components/QuickEditMenu.d.ts +1 -1
- package/dist/features/admin/components/analytics/AdminAnalyticsCharts.d.ts +3 -2
- package/dist/features/admin/components/analytics/AdminStatCard.d.ts +1 -1
- package/dist/features/admin/components/analytics/AdminTopProductsTable.d.ts +1 -1
- package/dist/features/auctions/components/AuctionBidsTable.d.ts +1 -1
- package/dist/features/auctions/components/AuctionDetailPageView.d.ts +1 -1
- package/dist/features/auctions/components/AuctionFilters.d.ts +1 -1
- package/dist/features/auctions/components/AuctionsListView.d.ts +1 -1
- package/dist/features/auctions/components/CollapsibleBidHistory.d.ts +2 -1
- package/dist/features/auctions/components/MarketplaceAuctionCard.d.ts +1 -1
- package/dist/features/auctions/components/MarketplaceAuctionGrid.d.ts +1 -1
- package/dist/features/auctions/components/PlaceBidFormClient.d.ts +3 -2
- package/dist/features/auth/components/AuthStatusPanel.d.ts +1 -1
- package/dist/features/auth/components/ForgotPasswordView.d.ts +1 -1
- package/dist/features/auth/components/Guards.d.ts +2 -2
- package/dist/features/auth/components/LoginForm.d.ts +1 -1
- package/dist/features/auth/components/OAuthLoadingView.d.ts +1 -1
- package/dist/features/auth/components/RegisterForm.d.ts +1 -1
- package/dist/features/auth/components/RegisterForm.js +2 -2
- package/dist/features/auth/components/ResetPasswordView.d.ts +1 -1
- package/dist/features/auth/components/SocialAuthButtons.d.ts +1 -1
- package/dist/features/auth/components/VerifyEmailView.d.ts +1 -1
- package/dist/features/auth/permissions/constants.d.ts +1 -1
- package/dist/features/auth/schemas/index.d.ts +8 -0
- package/dist/features/auth/schemas/index.js +15 -1
- package/dist/features/before-after/components/BeforeAfterGallery.d.ts +1 -1
- package/dist/features/before-after/components/BeforeAfterSlider.d.ts +2 -1
- package/dist/features/blog/components/BlogFeaturedCard.d.ts +2 -1
- package/dist/features/blog/components/BlogFilters.d.ts +1 -1
- package/dist/features/blog/components/BlogIndexListing.d.ts +2 -1
- package/dist/features/blog/components/BlogIndexPageView.d.ts +2 -1
- package/dist/features/blog/components/BlogListView.d.ts +4 -3
- package/dist/features/blog/components/BlogPostForm.d.ts +1 -1
- package/dist/features/blog/components/BlogPostView.d.ts +1 -1
- package/dist/features/cart/components/CartDrawer.d.ts +2 -2
- package/dist/features/cart/components/CartSummary.d.ts +1 -1
- package/dist/features/cart/components/CartView.d.ts +1 -1
- package/dist/features/cart/components/CheckoutAddressStep.d.ts +1 -1
- package/dist/features/cart/components/CheckoutOtpModal.d.ts +1 -1
- package/dist/features/cart/components/CheckoutSuccessView.d.ts +1 -1
- package/dist/features/cart/components/CheckoutView.d.ts +1 -1
- package/dist/features/cart/components/ShippingPicker.d.ts +9 -1
- package/dist/features/categories/components/BrandDetailPageView.d.ts +2 -1
- package/dist/features/categories/components/BrandDetailTabs.d.ts +2 -1
- package/dist/features/categories/components/BreadcrumbTrail.d.ts +2 -1
- package/dist/features/categories/components/BundleBuyNowCta.d.ts +9 -1
- package/dist/features/categories/components/BundleCollage.d.ts +10 -1
- package/dist/features/categories/components/BundleDetailView.d.ts +2 -1
- package/dist/features/categories/components/BundleDynamicRuleEditor.d.ts +15 -1
- package/dist/features/categories/components/BundleItemsPicker.d.ts +15 -1
- package/dist/features/categories/components/BundlesListView.d.ts +2 -1
- package/dist/features/categories/components/CategoriesIndexListing.d.ts +2 -1
- package/dist/features/categories/components/CategoriesIndexPageView.d.ts +2 -1
- package/dist/features/categories/components/CategoryBundlesListing.d.ts +2 -1
- package/dist/features/categories/components/CategoryDetailPageView.d.ts +2 -1
- package/dist/features/categories/components/CategoryDetailTabs.d.ts +2 -1
- package/dist/features/categories/components/CategoryFilters.d.ts +1 -1
- package/dist/features/categories/components/CategoryForm.d.ts +1 -1
- package/dist/features/categories/components/CategoryGrid.d.ts +3 -2
- package/dist/features/categories/components/CategoryProductsListing.d.ts +2 -1
- package/dist/features/categories/components/CategoryProductsView.d.ts +1 -1
- package/dist/features/categories/components/CategorySelectorCreate.d.ts +1 -1
- package/dist/features/categories/components/CategorySortSelect.d.ts +1 -1
- package/dist/features/categories/components/CategoryStoresListing.d.ts +2 -1
- package/dist/features/categories/components/CategoryTableColumns.d.ts +3 -3
- package/dist/features/categories/components/CategoryTree.d.ts +1 -1
- package/dist/features/categories/components/ConcernCard.d.ts +1 -1
- package/dist/features/categories/components/ConcernGrid.d.ts +1 -1
- package/dist/features/checkout/components/CheckoutStepper.d.ts +2 -1
- package/dist/features/classified/components/ClassifiedFilters.d.ts +1 -1
- package/dist/features/classified/components/ClassifiedIndexListing.d.ts +2 -1
- package/dist/features/classified/components/ClassifiedListView.d.ts +1 -1
- package/dist/features/collections/components/CollectionCard.d.ts +3 -2
- package/dist/features/consultation/components/ConsultationForm.d.ts +2 -1
- package/dist/features/contact/components/ContactForm.d.ts +2 -1
- package/dist/features/contact/components/ContactInfoSidebar.d.ts +1 -1
- package/dist/features/contact/components/ContactPageView.d.ts +2 -1
- package/dist/features/copilot/components/AdminCopilotView.d.ts +1 -1
- package/dist/features/corporate/components/CorporateInquiryForm.d.ts +2 -1
- package/dist/features/digital-codes/components/DigitalCodeFilters.d.ts +1 -1
- package/dist/features/digital-codes/components/DigitalCodesIndexListing.d.ts +2 -1
- package/dist/features/digital-codes/components/DigitalCodesListView.d.ts +1 -1
- package/dist/features/email/primitives.d.ts +11 -11
- package/dist/features/events/components/AdminEventEditorView.d.ts +2 -1
- package/dist/features/events/components/AdminEventEntriesView.d.ts +1 -1
- package/dist/features/events/components/AdminEventsView.d.ts +2 -1
- package/dist/features/events/components/EventBanner.d.ts +2 -1
- package/dist/features/events/components/EventCard.d.ts +1 -1
- package/dist/features/events/components/EventDetailView.d.ts +1 -1
- package/dist/features/events/components/EventFilters.d.ts +1 -1
- package/dist/features/events/components/EventFormDrawer.d.ts +1 -1
- package/dist/features/events/components/EventLeaderboard.d.ts +1 -1
- package/dist/features/events/components/EventOfferCard.d.ts +2 -1
- package/dist/features/events/components/EventParticipateView.d.ts +1 -1
- package/dist/features/events/components/EventPollWidget.d.ts +1 -1
- package/dist/features/events/components/EventRaffleEntryForm.d.ts +2 -1
- package/dist/features/events/components/EventRaffleWinnerView.d.ts +1 -1
- package/dist/features/events/components/EventRafflesSection.d.ts +1 -1
- package/dist/features/events/components/EventSaleBanner.d.ts +2 -1
- package/dist/features/events/components/EventStatusBadge.d.ts +1 -1
- package/dist/features/events/components/EventsIndexListing.d.ts +2 -1
- package/dist/features/events/components/EventsListPageView.d.ts +2 -1
- package/dist/features/events/components/EventsListView.d.ts +2 -1
- package/dist/features/events/components/SpinWheelView.d.ts +1 -1
- package/dist/features/faq/components/ContactCTA.d.ts +1 -1
- package/dist/features/faq/components/FAQAccordion.d.ts +2 -2
- package/dist/features/faq/components/FAQCategorySidebar.d.ts +1 -1
- package/dist/features/faq/components/FAQHelpfulButtons.d.ts +1 -1
- package/dist/features/faq/components/FAQPageContent.d.ts +1 -1
- package/dist/features/faq/components/FAQSortDropdown.d.ts +1 -1
- package/dist/features/faq/components/RelatedFAQs.d.ts +1 -1
- package/dist/features/filters/AsyncFacetSection.d.ts +2 -1
- package/dist/features/filters/FilterFacetSection.d.ts +1 -1
- package/dist/features/filters/FilterPanel.d.ts +1 -1
- package/dist/features/filters/RangeFilter.d.ts +1 -1
- package/dist/features/filters/SwitchFilter.d.ts +1 -1
- package/dist/features/forms/Checkbox.d.ts +1 -1
- package/dist/features/forms/Radio.d.ts +2 -1
- package/dist/features/forms/Select.d.ts +1 -1
- package/dist/features/forms/Slider.d.ts +2 -1
- package/dist/features/forms/Toggle.d.ts +2 -1
- package/dist/features/homepage/components/AdSlot.d.ts +1 -1
- package/dist/features/homepage/components/AdvertisementBanner.d.ts +2 -1
- package/dist/features/homepage/components/AnnouncementBar.d.ts +2 -1
- package/dist/features/homepage/components/BeforeAfterCard.d.ts +1 -1
- package/dist/features/homepage/components/BlogArticlesSection.d.ts +2 -1
- package/dist/features/homepage/components/BrandsSection.d.ts +1 -1
- package/dist/features/homepage/components/CTABannerSection.d.ts +2 -1
- package/dist/features/homepage/components/CharacterHotspot.d.ts +1 -1
- package/dist/features/homepage/components/CharacterHotspotForm.d.ts +2 -1
- package/dist/features/homepage/components/CollectionCardsSection.d.ts +1 -1
- package/dist/features/homepage/components/CustomCardsSection.d.ts +2 -1
- package/dist/features/homepage/components/CustomerReviewsSection.d.ts +1 -1
- package/dist/features/homepage/components/EventsSection.d.ts +2 -1
- package/dist/features/homepage/components/FAQSection.d.ts +2 -1
- package/dist/features/homepage/components/FeaturedAuctionsSection.d.ts +2 -1
- package/dist/features/homepage/components/FeaturedBundlesSection.d.ts +2 -1
- package/dist/features/homepage/components/FeaturedPreOrdersSection.d.ts +2 -1
- package/dist/features/homepage/components/FeaturedProductsSection.d.ts +1 -1
- package/dist/features/homepage/components/FeaturedResultsSection.d.ts +1 -1
- package/dist/features/homepage/components/FeaturedStoresSection.d.ts +2 -1
- package/dist/features/homepage/components/GoogleReviewsSection.d.ts +2 -1
- package/dist/features/homepage/components/HeroBanner.d.ts +1 -1
- package/dist/features/homepage/components/HeroCarousel.d.ts +2 -1
- package/dist/features/homepage/components/HeroSection.d.ts +1 -1
- package/dist/features/homepage/components/HomepageCustomerReviewsSection.d.ts +2 -1
- package/dist/features/homepage/components/HomepageSkeleton.d.ts +1 -1
- package/dist/features/homepage/components/HomepageView.d.ts +1 -1
- package/dist/features/homepage/components/HowItWorksInfoView.d.ts +1 -1
- package/dist/features/homepage/components/HowItWorksSection.d.ts +1 -1
- package/dist/features/homepage/components/MarketplaceHomepageView.d.ts +1 -1
- package/dist/features/homepage/components/NewsletterBanner.d.ts +2 -1
- package/dist/features/homepage/components/NewsletterSection.d.ts +1 -1
- package/dist/features/homepage/components/PromoGrid.d.ts +1 -1
- package/dist/features/homepage/components/SectionCarousel.d.ts +1 -1
- package/dist/features/homepage/components/SecurityHighlightsSection.d.ts +1 -1
- package/dist/features/homepage/components/ShopByCategorySection.d.ts +1 -1
- package/dist/features/homepage/components/SiteFeaturesSection.d.ts +2 -1
- package/dist/features/homepage/components/SocialFeedSection.d.ts +1 -1
- package/dist/features/homepage/components/SocialPostCard.d.ts +1 -1
- package/dist/features/homepage/components/StatsCounterSection.d.ts +1 -1
- package/dist/features/homepage/components/TestimonialsCarousel.d.ts +1 -1
- package/dist/features/homepage/components/TrustBadges.d.ts +2 -1
- package/dist/features/homepage/components/TrustFeaturesSection.d.ts +1 -1
- package/dist/features/homepage/components/TrustIndicatorsSection.d.ts +2 -1
- package/dist/features/homepage/components/WelcomeSection.d.ts +2 -1
- package/dist/features/homepage/components/WhatsAppCommunitySection.d.ts +2 -1
- package/dist/features/layout/AppLayoutShell.d.ts +1 -1
- package/dist/features/layout/AutoBreadcrumbs.d.ts +1 -1
- package/dist/features/layout/BackToTop.d.ts +2 -2
- package/dist/features/layout/BottomActions.d.ts +1 -1
- package/dist/features/layout/BottomActionsContext.d.ts +1 -1
- package/dist/features/layout/BottomNavItem.d.ts +1 -1
- package/dist/features/layout/BottomNavLayout.d.ts +1 -1
- package/dist/features/layout/BottomNavbar.d.ts +1 -1
- package/dist/features/layout/BottomSheet.d.ts +1 -1
- package/dist/features/layout/Breadcrumbs.d.ts +2 -2
- package/dist/features/layout/DashboardNavContext.d.ts +1 -1
- package/dist/features/layout/FooterLayout.d.ts +1 -1
- package/dist/features/layout/LayoutClient.d.ts +1 -1
- package/dist/features/layout/LocaleSwitcher.d.ts +1 -1
- package/dist/features/layout/MainNavbar.d.ts +1 -1
- package/dist/features/layout/NavItem.d.ts +1 -1
- package/dist/features/layout/NavbarLayout.d.ts +1 -1
- package/dist/features/layout/NavbarWithSettings.d.ts +1 -1
- package/dist/features/layout/TitleBar.d.ts +1 -1
- package/dist/features/layout/TitleBarLayout.d.ts +1 -1
- package/dist/features/live/components/LiveItemFilters.d.ts +1 -1
- package/dist/features/live/components/LiveItemsIndexListing.d.ts +2 -1
- package/dist/features/live/components/LiveItemsListView.d.ts +1 -1
- package/dist/features/loyalty/components/CoinsDisplay.d.ts +3 -2
- package/dist/features/media/AvatarUpload.d.ts +2 -1
- package/dist/features/media/MediaAudio.d.ts +1 -1
- package/dist/features/media/MediaAvatar.d.ts +1 -1
- package/dist/features/media/MediaImage.d.ts +1 -1
- package/dist/features/media/MediaLightbox.d.ts +2 -1
- package/dist/features/media/MediaPickerModal.d.ts +2 -1
- package/dist/features/media/MediaVideo.d.ts +1 -1
- package/dist/features/media/components/MediaSlider.d.ts +2 -1
- package/dist/features/media/modals/ImageCropModal.d.ts +8 -1
- package/dist/features/media/modals/ImageEditor.d.ts +8 -1
- package/dist/features/media/modals/VideoThumbnailSelector.d.ts +1 -1
- package/dist/features/media/modals/VideoTrimModal.d.ts +1 -1
- package/dist/features/media/upload/CameraCapture.d.ts +1 -1
- package/dist/features/media/upload/ImageUpload.d.ts +1 -1
- package/dist/features/media/upload/MediaUploadField.d.ts +1 -1
- package/dist/features/media/upload/MediaUploadList.d.ts +1 -1
- package/dist/features/orders/components/MarketplaceOrderCard.d.ts +1 -1
- package/dist/features/orders/components/OrderFilters.d.ts +1 -1
- package/dist/features/orders/components/OrderSiblingPayments.d.ts +10 -1
- package/dist/features/orders/components/OrdersList.d.ts +2 -2
- package/dist/features/orders/components/RefundHistoryTable.d.ts +2 -1
- package/dist/features/orders/components/RefundRequestView.d.ts +13 -1
- package/dist/features/pre-orders/components/MarketplacePreorderCard.d.ts +1 -1
- package/dist/features/pre-orders/components/PreOrderActionsClient.d.ts +2 -1
- package/dist/features/pre-orders/components/PreOrderBadge.d.ts +2 -2
- package/dist/features/pre-orders/components/PreOrderDetailPageView.d.ts +1 -1
- package/dist/features/pre-orders/components/PreOrderFilters.d.ts +1 -1
- package/dist/features/pre-orders/components/PreOrdersIndexListing.d.ts +2 -1
- package/dist/features/pre-orders/components/PreOrdersListView.d.ts +1 -1
- package/dist/features/pre-orders/components/PreorderCard.d.ts +2 -1
- package/dist/features/products/columns/productTableColumns.d.ts +2 -1
- package/dist/features/products/components/AuctionDetailView.d.ts +1 -1
- package/dist/features/products/components/AuctionsIndexListing.d.ts +2 -1
- package/dist/features/products/components/BidHistory.d.ts +1 -1
- package/dist/features/products/components/CompareOverlay.d.ts +1 -1
- package/dist/features/products/components/CustomFieldsEditor.d.ts +2 -1
- package/dist/features/products/components/CustomSectionTabContent.d.ts +2 -1
- package/dist/features/products/components/CustomSectionsEditor.d.ts +2 -1
- package/dist/features/products/components/FeatureBadge.d.ts +2 -2
- package/dist/features/products/components/GroupSettingsPanel.d.ts +2 -1
- package/dist/features/products/components/InteractiveProductCard.d.ts +2 -1
- package/dist/features/products/components/MakeOfferButton.d.ts +2 -1
- package/dist/features/products/components/MakeOfferForm.d.ts +1 -1
- package/dist/features/products/components/MarketplaceBundleCard.d.ts +1 -1
- package/dist/features/products/components/MarketplacePrizeDrawCard.d.ts +1 -1
- package/dist/features/products/components/NonRefundableConsentModal.d.ts +14 -1
- package/dist/features/products/components/PlaceBidForm.d.ts +1 -1
- package/dist/features/products/components/PreOrderDetailView.d.ts +1 -1
- package/dist/features/products/components/PrizeDrawCollage.d.ts +2 -1
- package/dist/features/products/components/PrizeDrawDetailPageView.d.ts +1 -1
- package/dist/features/products/components/PrizeDrawEntryActions.d.ts +1 -1
- package/dist/features/products/components/PrizeDrawItemsEditor.d.ts +1 -1
- package/dist/features/products/components/PrizeDrawsIndexListing.d.ts +1 -1
- package/dist/features/products/components/PrizeDrawsListingView.d.ts +1 -1
- package/dist/features/products/components/PrizeDrawsSection.d.ts +1 -1
- package/dist/features/products/components/PrizeRevealModal.d.ts +1 -1
- package/dist/features/products/components/ProductCardMetadataSection.d.ts +2 -1
- package/dist/features/products/components/ProductDetailActions.d.ts +1 -1
- package/dist/features/products/components/ProductDetailPageView.d.ts +1 -1
- package/dist/features/products/components/ProductDetailView.d.ts +1 -1
- package/dist/features/products/components/ProductFeatureBadges.d.ts +1 -1
- package/dist/features/products/components/ProductFeaturesContext.d.ts +1 -1
- package/dist/features/products/components/ProductFeaturesSelector.d.ts +2 -1
- package/dist/features/products/components/ProductFilters.d.ts +1 -1
- package/dist/features/products/components/ProductForm.d.ts +1 -1
- package/dist/features/products/components/ProductGalleryClient.d.ts +2 -1
- package/dist/features/products/components/ProductGradingTab.d.ts +2 -1
- package/dist/features/products/components/ProductGrid.d.ts +2 -2
- package/dist/features/products/components/ProductInfo.d.ts +1 -1
- package/dist/features/products/components/ProductTabs.d.ts +1 -1
- package/dist/features/products/components/ProductTabsShell.d.ts +1 -1
- package/dist/features/products/components/ProductsIndexListing.d.ts +2 -1
- package/dist/features/products/components/ProductsIndexPageView.d.ts +2 -1
- package/dist/features/products/components/ProductsView.d.ts +1 -1
- package/dist/features/products/components/RelatedProducts.d.ts +1 -1
- package/dist/features/products/components/RelatedProductsCarousel.d.ts +2 -1
- package/dist/features/products/components/ShareButton.d.ts +1 -1
- package/dist/features/products/components/ShowGroupSection.d.ts +2 -1
- package/dist/features/products/components/SublistingCarouselSection.d.ts +2 -1
- package/dist/features/products/components/SublistingCategorySelect.d.ts +2 -1
- package/dist/features/promotions/components/CouponCard.d.ts +1 -1
- package/dist/features/promotions/components/CouponsIndexListing.d.ts +2 -1
- package/dist/features/promotions/components/PromotionsView.d.ts +3 -3
- package/dist/features/reviews/components/ReviewDetailPageView.d.ts +2 -1
- package/dist/features/reviews/components/ReviewDetailShell.d.ts +2 -1
- package/dist/features/reviews/components/ReviewFilters.d.ts +1 -1
- package/dist/features/reviews/components/ReviewModal.d.ts +1 -1
- package/dist/features/reviews/components/ReviewSummary.d.ts +2 -1
- package/dist/features/reviews/components/ReviewsIndexListing.d.ts +2 -1
- package/dist/features/reviews/components/ReviewsIndexPageView.d.ts +2 -1
- package/dist/features/reviews/components/ReviewsList.d.ts +3 -2
- package/dist/features/scams/components/ScamAwarenessModal.d.ts +2 -1
- package/dist/features/scams/components/ScamProfileView.d.ts +2 -1
- package/dist/features/scams/components/ScamRegistryView.d.ts +2 -1
- package/dist/features/search/components/Search.d.ts +2 -1
- package/dist/features/search/components/SearchFiltersRow.d.ts +1 -1
- package/dist/features/search/components/SearchResultsSection.d.ts +1 -1
- package/dist/features/search/components/SearchView.d.ts +1 -1
- package/dist/features/seller/actions/seller-actions.js +54 -13
- package/dist/features/seller/components/BarcodeField.d.ts +2 -1
- package/dist/features/seller/components/BrandInlineSelect.d.ts +2 -1
- package/dist/features/seller/components/CategoryInlineSelect.d.ts +2 -1
- package/dist/features/seller/components/CouponInlineSelect.d.ts +2 -1
- package/dist/features/seller/components/FulfillmentView.d.ts +2 -1
- package/dist/features/seller/components/GroupInlineSelect.d.ts +2 -1
- package/dist/features/seller/components/PhysicalLocationModal.d.ts +2 -1
- package/dist/features/seller/components/PrintCenterView.d.ts +2 -1
- package/dist/features/seller/components/ProductInlineSelect.d.ts +2 -1
- package/dist/features/seller/components/QuickProductForm.d.ts +2 -1
- package/dist/features/seller/components/SellerAddressesView.d.ts +2 -1
- package/dist/features/seller/components/SellerAnalyticsAlertsView.d.ts +2 -1
- package/dist/features/seller/components/SellerAnalyticsView.d.ts +1 -1
- package/dist/features/seller/components/SellerArtView.d.ts +2 -1
- package/dist/features/seller/components/SellerAuctionsView.d.ts +1 -1
- package/dist/features/seller/components/SellerBidsView.d.ts +2 -1
- package/dist/features/seller/components/SellerBundlesView.d.ts +2 -1
- package/dist/features/seller/components/SellerClassifiedView.d.ts +2 -1
- package/dist/features/seller/components/SellerCouponEditorView.d.ts +1 -1
- package/dist/features/seller/components/SellerCouponsView.d.ts +2 -1
- package/dist/features/seller/components/SellerCreateProductView.d.ts +1 -1
- package/dist/features/seller/components/SellerDashboardView.d.ts +1 -1
- package/dist/features/seller/components/SellerDigitalCodesView.d.ts +2 -1
- package/dist/features/seller/components/SellerEditProductView.d.ts +1 -1
- package/dist/features/seller/components/SellerFeaturesView.d.ts +2 -1
- package/dist/features/seller/components/SellerGoogleReviewsView.d.ts +2 -1
- package/dist/features/seller/components/SellerGroupedListingsView.d.ts +2 -1
- package/dist/features/seller/components/SellerGuideView.d.ts +1 -1
- package/dist/features/seller/components/SellerLiveView.d.ts +2 -1
- package/dist/features/seller/components/SellerOffersPanel.d.ts +2 -1
- package/dist/features/seller/components/SellerOffersView.d.ts +2 -1
- package/dist/features/seller/components/SellerOrdersView.d.ts +2 -1
- package/dist/features/seller/components/SellerOrdersView.js +24 -9
- package/dist/features/seller/components/SellerPayoutHistoryTable.d.ts +1 -1
- package/dist/features/seller/components/SellerPayoutMethodsView.d.ts +2 -1
- package/dist/features/seller/components/SellerPayoutRequestView.d.ts +1 -1
- package/dist/features/seller/components/SellerPayoutSettingsView.d.ts +1 -1
- package/dist/features/seller/components/SellerPayoutSettingsView.js +4 -1
- package/dist/features/seller/components/SellerPayoutStats.d.ts +1 -1
- package/dist/features/seller/components/SellerPayoutsView.d.ts +2 -1
- package/dist/features/seller/components/SellerPreOrdersView.d.ts +2 -1
- package/dist/features/seller/components/SellerPrizeDrawsView.d.ts +2 -1
- package/dist/features/seller/components/SellerProductShell.d.ts +1 -1
- package/dist/features/seller/components/SellerProductShell.js +17 -2
- package/dist/features/seller/components/SellerProductsCards.d.ts +2 -1
- package/dist/features/seller/components/SellerProductsFilterDrawer.d.ts +2 -1
- package/dist/features/seller/components/SellerProductsView.d.ts +2 -1
- package/dist/features/seller/components/SellerReviewsView.d.ts +1 -1
- package/dist/features/seller/components/SellerShippingConfigsView.d.ts +2 -1
- package/dist/features/seller/components/SellerShippingView.d.ts +1 -1
- package/dist/features/seller/components/SellerSidebar.d.ts +1 -1
- package/dist/features/seller/components/SellerStickersView.d.ts +2 -1
- package/dist/features/seller/components/SellerStoreCategoriesView.d.ts +2 -1
- package/dist/features/seller/components/SellerStoreSetupView.d.ts +1 -1
- package/dist/features/seller/components/SellerStoreView.d.ts +1 -1
- package/dist/features/seller/components/SellerStorefrontView.d.ts +1 -1
- package/dist/features/seller/components/SellerTemplatesView.d.ts +2 -1
- package/dist/features/seller/components/SellersListView.d.ts +2 -1
- package/dist/features/seller/components/SublistingInlineSelect.d.ts +2 -1
- package/dist/features/seller/components/analytics/SellerAnalyticsStats.d.ts +2 -1
- package/dist/features/seller/components/analytics/SellerRevenueChart.d.ts +2 -1
- package/dist/features/seller/components/analytics/SellerTopProducts.d.ts +1 -1
- package/dist/features/shell/FormShell.d.ts +1 -1
- package/dist/features/shell/QuickFormDrawer.d.ts +1 -1
- package/dist/features/shell/StepForm.d.ts +3 -3
- package/dist/features/shell/field-groups/ImageFieldGroup.d.ts +2 -2
- package/dist/features/shell/field-groups/SeoFieldGroup.d.ts +2 -2
- package/dist/features/shell/field-groups/StatusFieldGroup.d.ts +2 -2
- package/dist/features/shell/field-groups/TitleDescriptionGroup.d.ts +2 -2
- package/dist/features/site-settings/components/ActionPermissionsManager.d.ts +2 -1
- package/dist/features/site-settings/components/NavPermissionsManager.d.ts +2 -1
- package/dist/features/site-settings/components/ThemeManagerView.d.ts +15 -1
- package/dist/features/stores/components/InteractiveStoreCard.d.ts +1 -1
- package/dist/features/stores/components/StoreAboutView.d.ts +1 -1
- package/dist/features/stores/components/StoreAddressSelectorCreate.d.ts +1 -1
- package/dist/features/stores/components/StoreAuctionsListing.d.ts +2 -1
- package/dist/features/stores/components/StoreAuctionsPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreAuctionsView.d.ts +1 -1
- package/dist/features/stores/components/StoreBundlesPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreCapabilitiesGuideView.d.ts +2 -1
- package/dist/features/stores/components/StoreClassifiedsListing.d.ts +2 -1
- package/dist/features/stores/components/StoreClassifiedsPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreDetailLayoutView.d.ts +2 -1
- package/dist/features/stores/components/StoreDigitalCodesListing.d.ts +2 -1
- package/dist/features/stores/components/StoreDigitalCodesPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreFilters.d.ts +1 -1
- package/dist/features/stores/components/StoreFinanceGuideView.d.ts +2 -1
- package/dist/features/stores/components/StoreGuideHubView.d.ts +2 -1
- package/dist/features/stores/components/StoreHeader.d.ts +1 -1
- package/dist/features/stores/components/StoreListingsGuideView.d.ts +2 -1
- package/dist/features/stores/components/StoreLiveItemsListing.d.ts +2 -1
- package/dist/features/stores/components/StoreLiveItemsPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreNavTabs.d.ts +1 -1
- package/dist/features/stores/components/StoreOrdersGuideView.d.ts +2 -1
- package/dist/features/stores/components/StorePreOrdersListing.d.ts +2 -1
- package/dist/features/stores/components/StorePreOrdersPageView.d.ts +2 -1
- package/dist/features/stores/components/StorePrizeDrawsPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreProductsListing.d.ts +2 -1
- package/dist/features/stores/components/StoreProductsPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreProductsView.d.ts +1 -1
- package/dist/features/stores/components/StoreReviewsListing.d.ts +2 -1
- package/dist/features/stores/components/StoreReviewsPageView.d.ts +2 -1
- package/dist/features/stores/components/StoreReviewsView.d.ts +1 -1
- package/dist/features/stores/components/StoreScopedSearch.d.ts +2 -1
- package/dist/features/stores/components/StoreSettingsGuideView.d.ts +2 -1
- package/dist/features/stores/components/StoresIndexListing.d.ts +2 -1
- package/dist/features/stores/components/StoresIndexPageView.d.ts +2 -1
- package/dist/features/whatsapp-bot/components/SellerWhatsAppSettingsView.d.ts +2 -1
- package/dist/features/whatsapp-bot/components/WhatsAppChatButton.d.ts +2 -1
- package/dist/features/wishlist/components/WishlistPage.d.ts +2 -2
- package/dist/features/wishlist/components/WishlistToggleButton.d.ts +1 -1
- package/dist/features/wishlist/components/WishlistView.d.ts +1 -1
- package/dist/http/ApiClient.d.ts +11 -0
- package/dist/http/ApiClient.js +4 -0
- package/dist/next/ErrorBoundary.d.ts +1 -1
- package/dist/next/components/ErrorView.d.ts +1 -1
- package/dist/next/components/GlobalError.d.ts +1 -1
- package/dist/next/components/NotFoundView.d.ts +1 -1
- package/dist/next/components/UnauthorizedView.d.ts +1 -1
- package/dist/react/ErrorBoundary.d.ts +1 -1
- package/dist/react/contexts/SessionContext.d.ts +1 -1
- package/dist/ui/DataTable.d.ts +1 -1
- package/dist/ui/components/Accordion.d.ts +2 -2
- package/dist/ui/components/ActiveFilterChips.d.ts +2 -1
- package/dist/ui/components/Alert.d.ts +1 -1
- package/dist/ui/components/Anchor.d.ts +1 -1
- package/dist/ui/components/Avatar.d.ts +2 -2
- package/dist/ui/components/AvatarDisplay.d.ts +2 -1
- package/dist/ui/components/BackgroundRenderer.d.ts +1 -1
- package/dist/ui/components/Badge.d.ts +1 -1
- package/dist/ui/components/BaseListingCard.d.ts +5 -5
- package/dist/ui/components/Breadcrumb.d.ts +1 -1
- package/dist/ui/components/BulkActionBar.d.ts +1 -1
- package/dist/ui/components/Button.d.ts +1 -1
- package/dist/ui/components/Card.d.ts +4 -4
- package/dist/ui/components/Checkbox.d.ts +1 -1
- package/dist/ui/components/ConfirmDeleteModal.d.ts +1 -1
- package/dist/ui/components/CountdownDisplay.d.ts +1 -1
- package/dist/ui/components/DateInput.d.ts +1 -1
- package/dist/ui/components/DescriptionField.d.ts +1 -1
- package/dist/ui/components/DetailPageGallery.d.ts +2 -2
- package/dist/ui/components/DetailPageHero.d.ts +2 -2
- package/dist/ui/components/DetailPageTabs.d.ts +2 -2
- package/dist/ui/components/DetailViewShell.d.ts +2 -2
- package/dist/ui/components/Details.d.ts +2 -2
- package/dist/ui/components/Dialog.d.ts +1 -1
- package/dist/ui/components/Divider.d.ts +1 -1
- package/dist/ui/components/Dropdown.d.ts +5 -5
- package/dist/ui/components/DynamicBgDiv.d.ts +1 -1
- package/dist/ui/components/EmptyState.d.ts +1 -1
- package/dist/ui/components/FallbackShell.d.ts +1 -1
- package/dist/ui/components/Fieldset.d.ts +2 -2
- package/dist/ui/components/FilterChipGroup.d.ts +2 -1
- package/dist/ui/components/FilterDrawer.d.ts +1 -1
- package/dist/ui/components/FlowDiagram.d.ts +1 -1
- package/dist/ui/components/Form.d.ts +4 -4
- package/dist/ui/components/FormActionBar.d.ts +2 -1
- package/dist/ui/components/FormField.d.ts +2 -1
- package/dist/ui/components/FormGrid.d.ts +3 -2
- package/dist/ui/components/HorizontalRule.d.ts +1 -1
- package/dist/ui/components/HorizontalScroller.d.ts +1 -1
- package/dist/ui/components/HotspotMarker.d.ts +1 -1
- package/dist/ui/components/IconBox.d.ts +1 -1
- package/dist/ui/components/IconButton.d.ts +1 -1
- package/dist/ui/components/Iframe.d.ts +1 -1
- package/dist/ui/components/ImageGallery.d.ts +2 -1
- package/dist/ui/components/ItemRow.d.ts +1 -1
- package/dist/ui/components/Kbd.d.ts +1 -1
- package/dist/ui/components/Layout.d.ts +4 -4
- package/dist/ui/components/ListingFilterDrawer.d.ts +1 -1
- package/dist/ui/components/ListingLayout.d.ts +1 -1
- package/dist/ui/components/ListingToolbar.d.ts +1 -1
- package/dist/ui/components/LoginRequiredModal.d.ts +2 -1
- package/dist/ui/components/Menu.d.ts +5 -5
- package/dist/ui/components/Modal.d.ts +1 -1
- package/dist/ui/components/Motion.d.ts +14 -14
- package/dist/ui/components/NavbarChevron.d.ts +1 -1
- package/dist/ui/components/NavigationLoader.d.ts +1 -1
- package/dist/ui/components/OtpInput.d.ts +1 -1
- package/dist/ui/components/PageLoader.d.ts +1 -1
- package/dist/ui/components/PaginatedSelect.d.ts +2 -2
- package/dist/ui/components/Pagination.d.ts +2 -1
- package/dist/ui/components/PasswordStrengthIndicator.d.ts +2 -1
- package/dist/ui/components/PriceDisplay.d.ts +1 -1
- package/dist/ui/components/Progress.d.ts +3 -2
- package/dist/ui/components/ProgressBarFill.d.ts +1 -1
- package/dist/ui/components/Quote.d.ts +1 -1
- package/dist/ui/components/Radio.d.ts +2 -2
- package/dist/ui/components/RatingDisplay.d.ts +1 -1
- package/dist/ui/components/Responsive.d.ts +2 -2
- package/dist/ui/components/ResponsiveView.d.ts +1 -1
- package/dist/ui/components/RichTextEditor.d.ts +2 -1
- package/dist/ui/components/RoleBadge.d.ts +2 -1
- package/dist/ui/components/RowActionMenu.d.ts +1 -1
- package/dist/ui/components/Scrim.d.ts +1 -1
- package/dist/ui/components/Select.d.ts +1 -1
- package/dist/ui/components/Semantic.d.ts +21 -21
- package/dist/ui/components/SettingsSection.d.ts +3 -2
- package/dist/ui/components/SideDrawer.d.ts +1 -1
- package/dist/ui/components/SideModal.d.ts +1 -1
- package/dist/ui/components/SiteLogo.d.ts +1 -1
- package/dist/ui/components/Skeleton.d.ts +2 -1
- package/dist/ui/components/SkipToMain.d.ts +2 -1
- package/dist/ui/components/Slider.d.ts +1 -1
- package/dist/ui/components/SlottedListingView.d.ts +2 -2
- package/dist/ui/components/SortDropdown.d.ts +1 -1
- package/dist/ui/components/Spinner.d.ts +1 -1
- package/dist/ui/components/StackedViewShell.d.ts +2 -2
- package/dist/ui/components/StarRating.d.ts +1 -1
- package/dist/ui/components/StatsGrid.d.ts +1 -1
- package/dist/ui/components/StatusBadge.d.ts +1 -1
- package/dist/ui/components/StepperNav.d.ts +1 -1
- package/dist/ui/components/StickyToolbar.d.ts +1 -1
- package/dist/ui/components/SummaryCard.d.ts +1 -1
- package/dist/ui/components/TabStrip.d.ts +2 -1
- package/dist/ui/components/TablePagination.d.ts +2 -1
- package/dist/ui/components/Tabs.d.ts +4 -4
- package/dist/ui/components/TagInput.d.ts +2 -1
- package/dist/ui/components/TextLink.d.ts +1 -1
- package/dist/ui/components/Toast.d.ts +1 -1
- package/dist/ui/components/Toggle.d.ts +1 -1
- package/dist/ui/components/Tooltip.d.ts +1 -1
- package/dist/ui/components/Typography.d.ts +4 -4
- package/dist/ui/components/UnsavedChangesModal.d.ts +1 -1
- package/dist/ui/components/VacationBanner.d.ts +2 -1
- package/dist/ui/components/ViewToggle.d.ts +1 -1
- package/dist/ui/forms/ColorPickerField.d.ts +1 -1
- package/dist/ui/forms/FieldCheckbox.d.ts +2 -1
- package/dist/ui/forms/FieldInput.d.ts +1 -1
- package/dist/ui/forms/FieldSelect.d.ts +2 -1
- package/dist/ui/forms/FieldTextarea.d.ts +1 -1
- package/dist/ui/forms/FormShell.d.ts +2 -2
- package/dist/ui/rich-text/RichText.d.ts +1 -1
- package/dist/ui/rich-text/RichTextRenderer.d.ts +2 -1
- package/package.json +1 -1
|
@@ -74,7 +74,7 @@ export interface ArticleProps extends React.HTMLAttributes<HTMLElement>, Surface
|
|
|
74
74
|
color?: SemanticColor;
|
|
75
75
|
children?: React.ReactNode;
|
|
76
76
|
}
|
|
77
|
-
export declare function Article({ className, surface, padding, rounded, border, shadow, color, children, ...props }: ArticleProps):
|
|
77
|
+
export declare function Article({ className, surface, padding, rounded, border, shadow, color, children, ...props }: ArticleProps): React.JSX.Element;
|
|
78
78
|
/**
|
|
79
79
|
* Semantic `<main>` element.
|
|
80
80
|
* Wraps the primary content of the document. Should appear only once per page.
|
|
@@ -83,7 +83,7 @@ export interface MainProps extends React.HTMLAttributes<HTMLElement>, SurfacePro
|
|
|
83
83
|
color?: SemanticColor;
|
|
84
84
|
children: React.ReactNode;
|
|
85
85
|
}
|
|
86
|
-
export declare function Main({ className, surface, padding, paddingX, paddingY, rounded, border, shadow, color, children, ...props }: MainProps):
|
|
86
|
+
export declare function Main({ className, surface, padding, paddingX, paddingY, rounded, border, shadow, color, children, ...props }: MainProps): React.JSX.Element;
|
|
87
87
|
/**
|
|
88
88
|
* Semantic `<aside>` element.
|
|
89
89
|
* Use for supplementary content tangentially related to the main content:
|
|
@@ -121,7 +121,7 @@ export interface NavProps extends React.HTMLAttributes<HTMLElement>, SurfaceProp
|
|
|
121
121
|
textSize?: "xs" | "sm" | "base" | "lg";
|
|
122
122
|
children: React.ReactNode;
|
|
123
123
|
}
|
|
124
|
-
export declare function Nav({ surface, padding, rounded, border, shadow, spacing, gap, layout, color, textSize, className, children, ...props }: NavProps):
|
|
124
|
+
export declare function Nav({ surface, padding, rounded, border, shadow, spacing, gap, layout, color, textSize, className, children, ...props }: NavProps): React.JSX.Element;
|
|
125
125
|
/**
|
|
126
126
|
* Semantic `<header>` element for block-level component headers.
|
|
127
127
|
* Use inside `Section`, `Article`, or card bodies — NOT as the page-level header.
|
|
@@ -138,7 +138,7 @@ export declare function Nav({ surface, padding, rounded, border, shadow, spacing
|
|
|
138
138
|
export interface BlockHeaderProps extends React.HTMLAttributes<HTMLElement>, SurfaceProps {
|
|
139
139
|
children: React.ReactNode;
|
|
140
140
|
}
|
|
141
|
-
export declare function BlockHeader({ className, surface, padding, rounded, border, shadow, children, ...props }: BlockHeaderProps):
|
|
141
|
+
export declare function BlockHeader({ className, surface, padding, rounded, border, shadow, children, ...props }: BlockHeaderProps): React.JSX.Element;
|
|
142
142
|
/**
|
|
143
143
|
* Semantic `<footer>` element for block-level component footers.
|
|
144
144
|
* Use inside `Section`, `Article`, or card bodies — NOT as the page-level footer.
|
|
@@ -146,7 +146,7 @@ export declare function BlockHeader({ className, surface, padding, rounded, bord
|
|
|
146
146
|
export interface BlockFooterProps extends React.HTMLAttributes<HTMLElement>, SurfaceProps {
|
|
147
147
|
children: React.ReactNode;
|
|
148
148
|
}
|
|
149
|
-
export declare function BlockFooter({ className, surface, padding, rounded, border, shadow, children, ...props }: BlockFooterProps):
|
|
149
|
+
export declare function BlockFooter({ className, surface, padding, rounded, border, shadow, children, ...props }: BlockFooterProps): React.JSX.Element;
|
|
150
150
|
/**
|
|
151
151
|
* Semantic `<ul>` (unordered list) element.
|
|
152
152
|
*
|
|
@@ -217,7 +217,7 @@ export interface OlProps extends React.HTMLAttributes<HTMLOListElement> {
|
|
|
217
217
|
color?: ListColor;
|
|
218
218
|
children: React.ReactNode;
|
|
219
219
|
}
|
|
220
|
-
export declare function Ol({ marker, spacing, indent, size, color, className, children, ...props }: OlProps):
|
|
220
|
+
export declare function Ol({ marker, spacing, indent, size, color, className, children, ...props }: OlProps): React.JSX.Element;
|
|
221
221
|
/**
|
|
222
222
|
* Semantic `<li>` (list item) element. Use inside `Ul` or `Ol`.
|
|
223
223
|
*/
|
|
@@ -244,7 +244,7 @@ export interface LiProps extends React.LiHTMLAttributes<HTMLLIElement> {
|
|
|
244
244
|
surface?: SurfaceKey;
|
|
245
245
|
children: React.ReactNode;
|
|
246
246
|
}
|
|
247
|
-
export declare function Li({ layout, gap, textSize, color, padding, rounded, border, surface, className, children, ...props }: LiProps):
|
|
247
|
+
export declare function Li({ layout, gap, textSize, color, padding, rounded, border, surface, className, children, ...props }: LiProps): React.JSX.Element;
|
|
248
248
|
type TableVariant = "default" | "striped" | "bordered";
|
|
249
249
|
type TableSize = "sm" | "md" | "lg";
|
|
250
250
|
export interface TableProps extends Omit<React.TableHTMLAttributes<HTMLTableElement>, "border">, SurfaceProps {
|
|
@@ -253,14 +253,14 @@ export interface TableProps extends Omit<React.TableHTMLAttributes<HTMLTableElem
|
|
|
253
253
|
stickyHeader?: boolean;
|
|
254
254
|
children: React.ReactNode;
|
|
255
255
|
}
|
|
256
|
-
export declare function Table({ variant, size, stickyHeader, className, surface, padding, rounded, border, shadow, children, ...props }: TableProps):
|
|
256
|
+
export declare function Table({ variant, size, stickyHeader, className, surface, padding, rounded, border, shadow, children, ...props }: TableProps): React.JSX.Element;
|
|
257
257
|
type TheadSurface = "none" | "default" | "muted" | "subtle";
|
|
258
258
|
export interface TheadProps extends React.HTMLAttributes<HTMLTableSectionElement> {
|
|
259
259
|
/** Background tone for the header row. */
|
|
260
260
|
surface?: TheadSurface;
|
|
261
261
|
children: React.ReactNode;
|
|
262
262
|
}
|
|
263
|
-
export declare function Thead({ surface, className, children, ...props }: TheadProps):
|
|
263
|
+
export declare function Thead({ surface, className, children, ...props }: TheadProps): React.JSX.Element;
|
|
264
264
|
export interface TbodyProps extends React.HTMLAttributes<HTMLTableSectionElement> {
|
|
265
265
|
/** Cascaded typography size for all cells in this tbody. */
|
|
266
266
|
size?: CellTypographySize;
|
|
@@ -268,7 +268,7 @@ export interface TbodyProps extends React.HTMLAttributes<HTMLTableSectionElement
|
|
|
268
268
|
color?: CellColor;
|
|
269
269
|
children: React.ReactNode;
|
|
270
270
|
}
|
|
271
|
-
export declare function Tbody({ className, size, color, children, ...props }: TbodyProps):
|
|
271
|
+
export declare function Tbody({ className, size, color, children, ...props }: TbodyProps): React.JSX.Element;
|
|
272
272
|
type TrBorder = "none" | "default" | "subtle" | "strong";
|
|
273
273
|
type TrSurface = "none" | "default" | "muted" | "subtle";
|
|
274
274
|
export interface TrProps extends React.HTMLAttributes<HTMLTableRowElement> {
|
|
@@ -277,7 +277,7 @@ export interface TrProps extends React.HTMLAttributes<HTMLTableRowElement> {
|
|
|
277
277
|
surface?: TrSurface;
|
|
278
278
|
children: React.ReactNode;
|
|
279
279
|
}
|
|
280
|
-
export declare function Tr({ hover, border, surface, className, children, ...props }: TrProps):
|
|
280
|
+
export declare function Tr({ hover, border, surface, className, children, ...props }: TrProps): React.JSX.Element;
|
|
281
281
|
type CellAlign = "left" | "center" | "right";
|
|
282
282
|
type CellTypographySize = "xs" | "sm" | "base" | "lg" | "xl" | "2xl";
|
|
283
283
|
type CellTypographyWeight = "normal" | "medium" | "semibold" | "bold";
|
|
@@ -300,7 +300,7 @@ export interface ThProps extends React.ThHTMLAttributes<HTMLTableCellElement> {
|
|
|
300
300
|
color?: CellColor;
|
|
301
301
|
children?: React.ReactNode;
|
|
302
302
|
}
|
|
303
|
-
export declare function Th({ align, size, weight, padding, paddingX, paddingY, paddingSide, color, className, children, ...props }: ThProps):
|
|
303
|
+
export declare function Th({ align, size, weight, padding, paddingX, paddingY, paddingSide, color, className, children, ...props }: ThProps): React.JSX.Element;
|
|
304
304
|
export interface TdProps extends React.TdHTMLAttributes<HTMLTableCellElement> {
|
|
305
305
|
align?: CellAlign;
|
|
306
306
|
size?: CellTypographySize;
|
|
@@ -315,7 +315,7 @@ export interface TdProps extends React.TdHTMLAttributes<HTMLTableCellElement> {
|
|
|
315
315
|
color?: CellColor;
|
|
316
316
|
children?: React.ReactNode;
|
|
317
317
|
}
|
|
318
|
-
export declare function Td({ align, size, weight, padding, paddingX, paddingY, paddingSide, color, className, children, ...props }: TdProps):
|
|
318
|
+
export declare function Td({ align, size, weight, padding, paddingX, paddingY, paddingSide, color, className, children, ...props }: TdProps): React.JSX.Element;
|
|
319
319
|
type CodeSize = "xs" | "sm" | "base";
|
|
320
320
|
type CodePadding = "none" | "xs" | "sm" | "inline";
|
|
321
321
|
type CodeRounded = "none" | "default" | "sm" | "md" | "lg";
|
|
@@ -330,24 +330,24 @@ export interface CodeProps extends React.HTMLAttributes<HTMLElement> {
|
|
|
330
330
|
surface?: CodeSurface;
|
|
331
331
|
children: React.ReactNode;
|
|
332
332
|
}
|
|
333
|
-
export declare function Code({ color, weight, size, padding, rounded, surface, className, children, ...props }: CodeProps):
|
|
333
|
+
export declare function Code({ color, weight, size, padding, rounded, surface, className, children, ...props }: CodeProps): React.JSX.Element;
|
|
334
334
|
export interface PreProps extends React.HTMLAttributes<HTMLPreElement>, SurfaceProps {
|
|
335
335
|
children: React.ReactNode;
|
|
336
336
|
}
|
|
337
|
-
export declare function Pre({ className, surface, padding, rounded, border, shadow, children, ...props }: PreProps):
|
|
337
|
+
export declare function Pre({ className, surface, padding, rounded, border, shadow, children, ...props }: PreProps): React.JSX.Element;
|
|
338
338
|
export interface BlockquoteProps extends React.BlockquoteHTMLAttributes<HTMLQuoteElement>, SurfaceProps {
|
|
339
339
|
color?: "default" | "primary" | "info" | "warning";
|
|
340
340
|
children: React.ReactNode;
|
|
341
341
|
}
|
|
342
|
-
export declare function Blockquote({ color, className, surface, padding, paddingX, paddingY, rounded, border, shadow, children, ...props }: BlockquoteProps):
|
|
342
|
+
export declare function Blockquote({ color, className, surface, padding, paddingX, paddingY, rounded, border, shadow, children, ...props }: BlockquoteProps): React.JSX.Element;
|
|
343
343
|
export interface FigureProps extends React.HTMLAttributes<HTMLElement>, SurfaceProps {
|
|
344
344
|
children: React.ReactNode;
|
|
345
345
|
}
|
|
346
|
-
export declare function Figure({ className, surface, padding, rounded, border, shadow, children, ...props }: FigureProps):
|
|
346
|
+
export declare function Figure({ className, surface, padding, rounded, border, shadow, children, ...props }: FigureProps): React.JSX.Element;
|
|
347
347
|
export interface FigcaptionProps extends React.HTMLAttributes<HTMLElement> {
|
|
348
348
|
children: React.ReactNode;
|
|
349
349
|
}
|
|
350
|
-
export declare function Figcaption({ className, children, ...props }: FigcaptionProps):
|
|
350
|
+
export declare function Figcaption({ className, children, ...props }: FigcaptionProps): React.JSX.Element;
|
|
351
351
|
type DlVariant = "stacked" | "inline";
|
|
352
352
|
export interface DlProps extends React.HTMLAttributes<HTMLDListElement>, SurfaceProps {
|
|
353
353
|
variant?: DlVariant;
|
|
@@ -359,7 +359,7 @@ export interface DlProps extends React.HTMLAttributes<HTMLDListElement>, Surface
|
|
|
359
359
|
divide?: boolean | "default" | "subtle";
|
|
360
360
|
children: React.ReactNode;
|
|
361
361
|
}
|
|
362
|
-
export declare function Dl({ variant, divide, className, surface, padding, rounded, border, shadow, children, ...props }: DlProps):
|
|
362
|
+
export declare function Dl({ variant, divide, className, surface, padding, rounded, border, shadow, children, ...props }: DlProps): React.JSX.Element;
|
|
363
363
|
type DtDdColor = "default" | "primary" | "muted" | "faint";
|
|
364
364
|
type DtDdWeight = "normal" | "medium" | "semibold" | "bold";
|
|
365
365
|
export interface DtProps extends React.HTMLAttributes<HTMLElement> {
|
|
@@ -367,11 +367,11 @@ export interface DtProps extends React.HTMLAttributes<HTMLElement> {
|
|
|
367
367
|
weight?: DtDdWeight;
|
|
368
368
|
children: React.ReactNode;
|
|
369
369
|
}
|
|
370
|
-
export declare function Dt({ color, weight, className, children, ...props }: DtProps):
|
|
370
|
+
export declare function Dt({ color, weight, className, children, ...props }: DtProps): React.JSX.Element;
|
|
371
371
|
export interface DdProps extends React.HTMLAttributes<HTMLElement> {
|
|
372
372
|
color?: DtDdColor;
|
|
373
373
|
weight?: DtDdWeight;
|
|
374
374
|
children: React.ReactNode;
|
|
375
375
|
}
|
|
376
|
-
export declare function Dd({ color, weight, className, children, ...props }: DdProps):
|
|
376
|
+
export declare function Dd({ color, weight, className, children, ...props }: DdProps): React.JSX.Element;
|
|
377
377
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import type { ReactNode } from "react";
|
|
2
3
|
export interface SettingsSectionProps {
|
|
3
4
|
/** Section title rendered as an h3. */
|
|
@@ -19,7 +20,7 @@ export interface SettingsSectionProps {
|
|
|
19
20
|
* blocks scattered across `AdminSiteSettingsView`, `SellerStoreSettingsView`,
|
|
20
21
|
* `UserSettingsView`, etc.
|
|
21
22
|
*/
|
|
22
|
-
export declare function SettingsSection({ title, description, action, children, className, }: SettingsSectionProps):
|
|
23
|
+
export declare function SettingsSection({ title, description, action, children, className, }: SettingsSectionProps): React.JSX.Element;
|
|
23
24
|
export interface ToggleRowProps {
|
|
24
25
|
/** Row label (rendered next to the toggle). */
|
|
25
26
|
label: ReactNode;
|
|
@@ -44,4 +45,4 @@ export interface ToggleRowProps {
|
|
|
44
45
|
* W1-31: replaces the inline `<Toggle label="…" />` + helper-text patterns
|
|
45
46
|
* across admin/seller/user settings views.
|
|
46
47
|
*/
|
|
47
|
-
export declare function ToggleRow({ label, description, checked, onChange, disabled, size, className, }: ToggleRowProps):
|
|
48
|
+
export declare function ToggleRow({ label, description, checked, onChange, disabled, size, className, }: ToggleRowProps): React.JSX.Element;
|
|
@@ -24,4 +24,4 @@ export interface SideDrawerProps {
|
|
|
24
24
|
* </SideDrawer>
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
|
-
export declare function SideDrawer({ isOpen, onClose, title, children, footer, mode, isDirty, side, }: SideDrawerProps): import("react
|
|
27
|
+
export declare function SideDrawer({ isOpen, onClose, title, children, footer, mode, isDirty, side, }: SideDrawerProps): import("react").JSX.Element;
|
|
@@ -21,4 +21,4 @@ export interface SideModalProps {
|
|
|
21
21
|
* - backdrop click closes panel
|
|
22
22
|
* - role="dialog" + aria-modal + aria-labelledby
|
|
23
23
|
*/
|
|
24
|
-
export declare function SideModal({ isOpen, onClose, title, side, children, className, }: SideModalProps):
|
|
24
|
+
export declare function SideModal({ isOpen, onClose, title, side, children, className, }: SideModalProps): React.JSX.Element;
|
|
@@ -24,4 +24,4 @@ export interface SiteLogoProps {
|
|
|
24
24
|
*/
|
|
25
25
|
src?: string;
|
|
26
26
|
}
|
|
27
|
-
export declare function SiteLogo({ size, tone, title, src, }: SiteLogoProps): import("react
|
|
27
|
+
export declare function SiteLogo({ size, tone, title, src, }: SiteLogoProps): import("react").JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
/**
|
|
2
3
|
* Skeleton — content placeholder with pulse or wave animation.
|
|
3
4
|
*
|
|
@@ -11,4 +12,4 @@ export interface SkeletonProps {
|
|
|
11
12
|
className?: string;
|
|
12
13
|
animation?: "pulse" | "wave" | "none";
|
|
13
14
|
}
|
|
14
|
-
export declare function Skeleton({ variant, width, height, className, animation, }: SkeletonProps):
|
|
15
|
+
export declare function Skeleton({ variant, width, height, className, animation, }: SkeletonProps): React.JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface SkipToMainProps {
|
|
2
3
|
href?: string;
|
|
3
4
|
label?: string;
|
|
4
5
|
className?: string;
|
|
5
6
|
}
|
|
6
|
-
export declare function SkipToMain({ href, label, className, }: SkipToMainProps):
|
|
7
|
+
export declare function SkipToMain({ href, label, className, }: SkipToMainProps): React.JSX.Element;
|
|
@@ -14,4 +14,4 @@ export interface SliderProps {
|
|
|
14
14
|
className?: string;
|
|
15
15
|
id?: string;
|
|
16
16
|
}
|
|
17
|
-
export declare function Slider({ value: controlledValue, defaultValue, min, max, step, onChange, onChangeEnd, disabled, label, showValue, size, className, id, }: SliderProps):
|
|
17
|
+
export declare function Slider({ value: controlledValue, defaultValue, min, max, step, onChange, onChangeEnd, disabled, label, showValue, size, className, id, }: SliderProps): React.JSX.Element;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
* overlays={<ConfirmModal />}
|
|
21
21
|
* />
|
|
22
22
|
*/
|
|
23
|
-
import { type ReactNode } from "react";
|
|
23
|
+
import React, { type ReactNode } from "react";
|
|
24
24
|
import type { ViewPortal } from "./Layout";
|
|
25
25
|
export interface SlottedListingViewLabels {
|
|
26
26
|
title?: string;
|
|
@@ -58,4 +58,4 @@ export interface SlottedListingViewProps {
|
|
|
58
58
|
isLoading?: boolean;
|
|
59
59
|
className?: string;
|
|
60
60
|
}
|
|
61
|
-
export declare function SlottedListingView({ title, labels, portal, renderHeader, renderTabs, renderSearch, renderSort, renderFilters, renderActiveFilters, renderBulkActions, renderTable, renderPagination, overlays, manageSearch, manageSelection, manageSort, inlineToolbar, total, isLoading, className, }: SlottedListingViewProps):
|
|
61
|
+
export declare function SlottedListingView({ title, labels, portal, renderHeader, renderTabs, renderSearch, renderSort, renderFilters, renderActiveFilters, renderBulkActions, renderTable, renderPagination, overlays, manageSearch, manageSelection, manageSort, inlineToolbar, total, isLoading, className, }: SlottedListingViewProps): React.JSX.Element;
|
|
@@ -12,4 +12,4 @@ export interface SortDropdownProps {
|
|
|
12
12
|
/** Optional text shown before the sort selector (e.g. "Showing 12 of 45") */
|
|
13
13
|
countText?: React.ReactNode;
|
|
14
14
|
}
|
|
15
|
-
export declare function SortDropdown({ value, onChange, options, label, className, countText, }: SortDropdownProps):
|
|
15
|
+
export declare function SortDropdown({ value, onChange, options, label, className, countText, }: SortDropdownProps): React.JSX.Element;
|
|
@@ -10,4 +10,4 @@ export interface SpinnerProps {
|
|
|
10
10
|
className?: string;
|
|
11
11
|
label?: string;
|
|
12
12
|
}
|
|
13
|
-
export declare function Spinner({ size, variant, className, label, }: SpinnerProps): import("react
|
|
13
|
+
export declare function Spinner({ size, variant, className, label, }: SpinnerProps): import("react").JSX.Element;
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
* overlays={<DeleteModal />}
|
|
23
23
|
* />
|
|
24
24
|
*/
|
|
25
|
-
import { type ReactNode } from "react";
|
|
25
|
+
import React, { type ReactNode } from "react";
|
|
26
26
|
import type { ViewPortal } from "./Layout";
|
|
27
27
|
export interface StackedViewShellLabels {
|
|
28
28
|
title?: string;
|
|
@@ -46,4 +46,4 @@ export interface StackedViewShellProps {
|
|
|
46
46
|
isLoading?: boolean;
|
|
47
47
|
className?: string;
|
|
48
48
|
}
|
|
49
|
-
export declare function StackedViewShell({ title, labels, portal, renderHeader, sections, isEmpty, renderEmpty, overlays, className, }: StackedViewShellProps):
|
|
49
|
+
export declare function StackedViewShell({ title, labels, portal, renderHeader, sections, isEmpty, renderEmpty, overlays, className, }: StackedViewShellProps): React.JSX.Element;
|
|
@@ -14,4 +14,4 @@ export interface StarRatingProps {
|
|
|
14
14
|
/** Accessible label describing what is being rated */
|
|
15
15
|
label?: string;
|
|
16
16
|
}
|
|
17
|
-
export declare function StarRating({ value, onChange, max, size, readOnly, className, label, }: StarRatingProps): import("react
|
|
17
|
+
export declare function StarRating({ value, onChange, max, size, readOnly, className, label, }: StarRatingProps): import("react").JSX.Element;
|
|
@@ -15,4 +15,4 @@ export interface StatsGridProps {
|
|
|
15
15
|
variant?: "elevated" | "flat";
|
|
16
16
|
className?: string;
|
|
17
17
|
}
|
|
18
|
-
export declare function StatsGrid({ stats, columns, variant, className, }: StatsGridProps):
|
|
18
|
+
export declare function StatsGrid({ stats, columns, variant, className, }: StatsGridProps): React.JSX.Element;
|
|
@@ -15,4 +15,4 @@ export interface StatusBadgeProps {
|
|
|
15
15
|
label?: string;
|
|
16
16
|
className?: string;
|
|
17
17
|
}
|
|
18
|
-
export declare function StatusBadge({ status, label, className }: StatusBadgeProps): import("react
|
|
18
|
+
export declare function StatusBadge({ status, label, className }: StatusBadgeProps): import("react").JSX.Element;
|
|
@@ -7,4 +7,4 @@ export interface StepperNavProps {
|
|
|
7
7
|
currentStep: number;
|
|
8
8
|
className?: string;
|
|
9
9
|
}
|
|
10
|
-
export declare function StepperNav({ steps, currentStep, className }: StepperNavProps): import("react
|
|
10
|
+
export declare function StepperNav({ steps, currentStep, className }: StepperNavProps): import("react").JSX.Element;
|
|
@@ -26,4 +26,4 @@ export interface StickyToolbarProps {
|
|
|
26
26
|
/** Accessible role override. */
|
|
27
27
|
role?: string;
|
|
28
28
|
}
|
|
29
|
-
export declare function StickyToolbar({ children, offset, tone, border, padding, z, role, }: StickyToolbarProps): import("react
|
|
29
|
+
export declare function StickyToolbar({ children, offset, tone, border, padding, z, role, }: StickyToolbarProps): import("react").JSX.Element;
|
|
@@ -18,4 +18,4 @@ export interface SummaryCardProps {
|
|
|
18
18
|
variant?: "standalone" | "sidebar";
|
|
19
19
|
className?: string;
|
|
20
20
|
}
|
|
21
|
-
export declare function SummaryCard({ lines, total, action, variant, className, }: SummaryCardProps):
|
|
21
|
+
export declare function SummaryCard({ lines, total, action, variant, className, }: SummaryCardProps): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface TabStripTab {
|
|
2
3
|
key: string;
|
|
3
4
|
label: string;
|
|
@@ -30,4 +31,4 @@ export interface TabStripProps {
|
|
|
30
31
|
* />
|
|
31
32
|
* ```
|
|
32
33
|
*/
|
|
33
|
-
export declare function TabStrip({ tabs, activeKey, onChange, minTabWidth, className, }: TabStripProps):
|
|
34
|
+
export declare function TabStrip({ tabs, activeKey, onChange, minTabWidth, className, }: TabStripProps): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface TablePaginationLabels {
|
|
2
3
|
paginationLabel?: string;
|
|
3
4
|
showing?: string;
|
|
@@ -18,4 +19,4 @@ export interface TablePaginationProps {
|
|
|
18
19
|
compact?: boolean;
|
|
19
20
|
labels?: TablePaginationLabels;
|
|
20
21
|
}
|
|
21
|
-
export declare function TablePagination({ currentPage, totalPages, pageSize, total, onPageChange, onPageSizeChange, pageSizeOptions, isLoading, className, compact, labels, }: TablePaginationProps):
|
|
22
|
+
export declare function TablePagination({ currentPage, totalPages, pageSize, total, onPageChange, onPageSizeChange, pageSizeOptions, isLoading, className, compact, labels, }: TablePaginationProps): React.JSX.Element;
|
|
@@ -21,8 +21,8 @@ export interface TabsContentProps {
|
|
|
21
21
|
className?: string;
|
|
22
22
|
children?: React.ReactNode;
|
|
23
23
|
}
|
|
24
|
-
export declare function Tabs({ defaultValue, value, onChange, className, children, }: TabsProps):
|
|
25
|
-
export declare function TabsList({ className, children }: TabsListProps):
|
|
26
|
-
export declare function TabsTrigger({ value, disabled, className, children, }: TabsTriggerProps):
|
|
27
|
-
export declare function TabsContent({ value, className, children, }: TabsContentProps):
|
|
24
|
+
export declare function Tabs({ defaultValue, value, onChange, className, children, }: TabsProps): React.JSX.Element;
|
|
25
|
+
export declare function TabsList({ className, children }: TabsListProps): React.JSX.Element;
|
|
26
|
+
export declare function TabsTrigger({ value, disabled, className, children, }: TabsTriggerProps): React.JSX.Element;
|
|
27
|
+
export declare function TabsContent({ value, className, children, }: TabsContentProps): React.JSX.Element | null;
|
|
28
28
|
export default Tabs;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface TagInputProps {
|
|
2
3
|
value: string[];
|
|
3
4
|
onChange: (tags: string[]) => void;
|
|
@@ -7,4 +8,4 @@ export interface TagInputProps {
|
|
|
7
8
|
className?: string;
|
|
8
9
|
helperText?: string;
|
|
9
10
|
}
|
|
10
|
-
export declare function TagInput({ value, onChange, disabled, label, placeholder, className, helperText, }: TagInputProps):
|
|
11
|
+
export declare function TagInput({ value, onChange, disabled, label, placeholder, className, helperText, }: TagInputProps): React.JSX.Element;
|
|
@@ -91,5 +91,5 @@ export interface TextLinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElem
|
|
|
91
91
|
* <TextLink href="#" variant="danger" onClick={handleDelete}>Delete</TextLink>
|
|
92
92
|
* ```
|
|
93
93
|
*/
|
|
94
|
-
export declare function TextLink({ href, children, variant, size, weight, truncate, rounded, paddingX, paddingY, layout, align, justify, gap, shadow, external, className, ...props }: TextLinkProps):
|
|
94
|
+
export declare function TextLink({ href, children, variant, size, weight, truncate, rounded, paddingX, paddingY, layout, align, justify, gap, shadow, external, className, ...props }: TextLinkProps): React.JSX.Element;
|
|
95
95
|
export {};
|
|
@@ -26,5 +26,5 @@ export interface ToastProviderProps {
|
|
|
26
26
|
children: React.ReactNode;
|
|
27
27
|
position?: ToastPosition;
|
|
28
28
|
}
|
|
29
|
-
export declare function ToastProvider({ children, position, }: ToastProviderProps):
|
|
29
|
+
export declare function ToastProvider({ children, position, }: ToastProviderProps): React.JSX.Element;
|
|
30
30
|
export {};
|
|
@@ -9,4 +9,4 @@ export interface ToggleProps {
|
|
|
9
9
|
className?: string;
|
|
10
10
|
id?: string;
|
|
11
11
|
}
|
|
12
|
-
export declare function Toggle({ checked: checkedProp, defaultChecked, onChange, disabled, label, size, className, id, }: ToggleProps):
|
|
12
|
+
export declare function Toggle({ checked: checkedProp, defaultChecked, onChange, disabled, label, size, className, id, }: ToggleProps): React.JSX.Element;
|
|
@@ -30,4 +30,4 @@ export interface TooltipProps {
|
|
|
30
30
|
* </Tooltip>
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
|
-
export declare function Tooltip({ label, children, side, delay, mobileSheet, longPressDelay, }: TooltipProps):
|
|
33
|
+
export declare function Tooltip({ label, children, side, delay, mobileSheet, longPressDelay, }: TooltipProps): React.JSX.Element;
|
|
@@ -88,7 +88,7 @@ interface HeadingProps extends React.HTMLAttributes<HTMLHeadingElement> {
|
|
|
88
88
|
textShadow?: HeadingTextShadow;
|
|
89
89
|
children: React.ReactNode;
|
|
90
90
|
}
|
|
91
|
-
export declare function Heading({ level, variant, color, size, smSize, mdSize, lgSize, xlSize, weight, transform, truncate, numeric, italic, family, align, gradient, shadow, textShadow, className, children, ...props }: HeadingProps):
|
|
91
|
+
export declare function Heading({ level, variant, color, size, smSize, mdSize, lgSize, xlSize, weight, transform, truncate, numeric, italic, family, align, gradient, shadow, textShadow, className, children, ...props }: HeadingProps): React.JSX.Element;
|
|
92
92
|
type TextPaddingY = "none" | "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl";
|
|
93
93
|
type TextLayout = "default" | "inline-flex" | "flex" | "inline-block";
|
|
94
94
|
type TextGap = "none" | "1" | "1.5" | "2" | "3";
|
|
@@ -125,7 +125,7 @@ interface TextProps extends React.HTMLAttributes<HTMLParagraphElement> {
|
|
|
125
125
|
as?: React.ElementType;
|
|
126
126
|
children: React.ReactNode;
|
|
127
127
|
}
|
|
128
|
-
export declare function Text({ variant, color, size, smSize, mdSize, lgSize, xlSize, weight, transform, truncate, numeric, italic, family, align, gradient, paddingY, paddingX, rounded, layout, gap, shadow, className, as: Tag, children, ...props }: TextProps):
|
|
128
|
+
export declare function Text({ variant, color, size, smSize, mdSize, lgSize, xlSize, weight, transform, truncate, numeric, italic, family, align, gradient, paddingY, paddingX, rounded, layout, gap, shadow, className, as: Tag, children, ...props }: TextProps): React.JSX.Element;
|
|
129
129
|
type LabelLayout = "inline" | "inline-flex" | "flex" | "flex-start" | "flex-col-center";
|
|
130
130
|
type LabelGap = "none" | "xs" | "sm" | "md" | "lg";
|
|
131
131
|
interface LabelProps extends React.LabelHTMLAttributes<HTMLLabelElement> {
|
|
@@ -147,7 +147,7 @@ interface LabelProps extends React.LabelHTMLAttributes<HTMLLabelElement> {
|
|
|
147
147
|
padding?: PaddingKey;
|
|
148
148
|
children: React.ReactNode;
|
|
149
149
|
}
|
|
150
|
-
export declare function Label({ required, size, weight, color, transform, align, layout, gap, rounded, padding, className, children, ...props }: LabelProps):
|
|
150
|
+
export declare function Label({ required, size, weight, color, transform, align, layout, gap, rounded, padding, className, children, ...props }: LabelProps): React.JSX.Element;
|
|
151
151
|
interface CaptionProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
152
152
|
/** "default" — muted grey (default); "accent" — indigo, semibold; "inverse" — light indigo for use on dark indigo backgrounds */
|
|
153
153
|
variant?: "default" | "accent" | "inverse";
|
|
@@ -157,7 +157,7 @@ interface CaptionProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
|
157
157
|
weight?: "light" | "normal" | "medium" | "semibold" | "bold";
|
|
158
158
|
children: React.ReactNode;
|
|
159
159
|
}
|
|
160
|
-
export declare function Caption({ variant, color, weight, className, children, ...props }: CaptionProps):
|
|
160
|
+
export declare function Caption({ variant, color, weight, className, children, ...props }: CaptionProps): React.JSX.Element;
|
|
161
161
|
/**
|
|
162
162
|
* Inline wrapper for styled text fragments. Use instead of a raw `<span>`.
|
|
163
163
|
* When `variant` is "inherit" (default) the element carries no colour classes
|
|
@@ -13,4 +13,4 @@ export interface UnsavedChangesModalProps {
|
|
|
13
13
|
* Mount this once near the app shell. It listens for the
|
|
14
14
|
* UNSAVED_CHANGES_EVENT and resolves the pending leave promise.
|
|
15
15
|
*/
|
|
16
|
-
export declare function UnsavedChangesModal({ labels }: UnsavedChangesModalProps): import("react
|
|
16
|
+
export declare function UnsavedChangesModal({ labels }: UnsavedChangesModalProps): import("react").JSX.Element | null;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface VacationBannerProps {
|
|
2
3
|
storeName?: string;
|
|
3
4
|
message?: string;
|
|
@@ -8,4 +9,4 @@ export interface VacationBannerProps {
|
|
|
8
9
|
* S-STORE-6-A — Vacation-mode banner shown on product detail + checkout
|
|
9
10
|
* pages when the seller has paused new orders.
|
|
10
11
|
*/
|
|
11
|
-
export declare function VacationBanner({ storeName, message, returnDate, className, }: VacationBannerProps):
|
|
12
|
+
export declare function VacationBanner({ storeName, message, returnDate, className, }: VacationBannerProps): React.JSX.Element;
|
|
@@ -12,4 +12,4 @@ export interface ViewToggleProps {
|
|
|
12
12
|
labels?: ViewToggleLabels;
|
|
13
13
|
className?: string;
|
|
14
14
|
}
|
|
15
|
-
export declare function ViewToggle({ value, onChange, labels, className, }: ViewToggleProps): import("react
|
|
15
|
+
export declare function ViewToggle({ value, onChange, labels, className, }: ViewToggleProps): import("react").JSX.Element;
|
|
@@ -18,4 +18,4 @@ export interface ColorPickerFieldProps extends Omit<React.InputHTMLAttributes<HT
|
|
|
18
18
|
* <ColorPickerField name="primaryColor" label="Primary" value={primary}
|
|
19
19
|
* onChange={setPrimary} />
|
|
20
20
|
*/
|
|
21
|
-
export declare function ColorPickerField({ name, label, hint, required, swatchWidth, onChange, error: errorProp, onBlur, className, ...inputProps }: ColorPickerFieldProps):
|
|
21
|
+
export declare function ColorPickerField({ name, label, hint, required, swatchWidth, onChange, error: errorProp, onBlur, className, ...inputProps }: ColorPickerFieldProps): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface FieldCheckboxProps {
|
|
2
3
|
name: string;
|
|
3
4
|
label: string;
|
|
@@ -10,4 +11,4 @@ export interface FieldCheckboxProps {
|
|
|
10
11
|
error?: string;
|
|
11
12
|
className?: string;
|
|
12
13
|
}
|
|
13
|
-
export declare function FieldCheckbox({ name, label, hint, checked, onChange, onBlur, disabled, error: errorProp, className, }: FieldCheckboxProps):
|
|
14
|
+
export declare function FieldCheckbox({ name, label, hint, checked, onChange, onBlur, disabled, error: errorProp, className, }: FieldCheckboxProps): React.JSX.Element;
|
|
@@ -8,4 +8,4 @@ export interface FieldInputProps extends Omit<React.InputHTMLAttributes<HTMLInpu
|
|
|
8
8
|
/** Override error — falls back to FormShell context error for this field */
|
|
9
9
|
error?: string;
|
|
10
10
|
}
|
|
11
|
-
export declare function FieldInput({ name, label, hint, required, onChange, error: errorProp, onBlur, className, ...inputProps }: FieldInputProps):
|
|
11
|
+
export declare function FieldInput({ name, label, hint, required, onChange, error: errorProp, onBlur, className, ...inputProps }: FieldInputProps): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { type SelectOption } from "../components/Select";
|
|
2
3
|
export interface FieldSelectProps {
|
|
3
4
|
name: string;
|
|
@@ -14,4 +15,4 @@ export interface FieldSelectProps {
|
|
|
14
15
|
error?: string;
|
|
15
16
|
className?: string;
|
|
16
17
|
}
|
|
17
|
-
export declare function FieldSelect({ name, label, hint, required, value, onChange, onBlur, options, disabled, placeholder, error: errorProp, className, }: FieldSelectProps):
|
|
18
|
+
export declare function FieldSelect({ name, label, hint, required, value, onChange, onBlur, options, disabled, placeholder, error: errorProp, className, }: FieldSelectProps): React.JSX.Element;
|
|
@@ -10,4 +10,4 @@ export interface FieldTextareaProps extends Omit<React.TextareaHTMLAttributes<HT
|
|
|
10
10
|
/** Show a `{n}/{maxLength}` counter when maxLength is set */
|
|
11
11
|
showCharCount?: boolean;
|
|
12
12
|
}
|
|
13
|
-
export declare function FieldTextarea({ name, label, hint, required, onChange, error: errorProp, onBlur, className, showCharCount, ...textareaProps }: FieldTextareaProps):
|
|
13
|
+
export declare function FieldTextarea({ name, label, hint, required, onChange, error: errorProp, onBlur, className, showCharCount, ...textareaProps }: FieldTextareaProps): React.JSX.Element;
|
|
@@ -89,5 +89,5 @@ export interface FormShellProviderProps {
|
|
|
89
89
|
/** Current form values — passed into onSaveDraft on auto-save */
|
|
90
90
|
values?: FormValues;
|
|
91
91
|
}
|
|
92
|
-
export declare function FormShellProvider({ children, onSaveDraft, isDirty, autoSaveDelayMs, values, }: FormShellProviderProps):
|
|
93
|
-
export declare function FormShell({ steps, onSaveDraft, onPublish, values, schema, validateOnChange, isDirty, autoSaveDelayMs, publishLabel, saveDraftLabel, title, className, mobileAccordion, }: FormShellProps):
|
|
92
|
+
export declare function FormShellProvider({ children, onSaveDraft, isDirty, autoSaveDelayMs, values, }: FormShellProviderProps): React.JSX.Element;
|
|
93
|
+
export declare function FormShell({ steps, onSaveDraft, onPublish, values, schema, validateOnChange, isDirty, autoSaveDelayMs, publishLabel, saveDraftLabel, title, className, mobileAccordion, }: FormShellProps): React.JSX.Element;
|
|
@@ -42,4 +42,4 @@ export interface RichTextProps {
|
|
|
42
42
|
* <RichText html={desc} copyableCode />
|
|
43
43
|
* ```
|
|
44
44
|
*/
|
|
45
|
-
export declare function RichText({ html, className, proseClass, copyableCode, highlightCode, }: RichTextProps): import("react
|
|
45
|
+
export declare function RichText({ html, className, proseClass, copyableCode, highlightCode, }: RichTextProps): import("react").JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface RichTextRendererProps {
|
|
2
3
|
html?: string | null;
|
|
3
4
|
className?: string;
|
|
@@ -12,4 +13,4 @@ export interface RichTextRendererProps {
|
|
|
12
13
|
* For user-generated content or untrusted HTML, use <RichText> instead
|
|
13
14
|
* (client-only, runs the DOM-based sanitizer).
|
|
14
15
|
*/
|
|
15
|
-
export declare function RichTextRenderer({ html, className, proseClass, }: RichTextRendererProps):
|
|
16
|
+
export declare function RichTextRenderer({ html, className, proseClass, }: RichTextRendererProps): React.JSX.Element | null;
|