@mohasinac/appkit 4.0.3 → 4.1.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/dist/_internal/client/features/layout/useSidebarSearch.d.ts +19 -0
- package/dist/_internal/client/features/layout/useSidebarSearch.js +21 -0
- package/dist/_internal/server/features/auth/permissions.d.ts +2 -0
- package/dist/_internal/server/features/auth/permissions.js +4 -2
- package/dist/_internal/server/features/seo/sitemap.js +3 -2
- package/dist/client.d.ts +1 -1
- package/dist/client.js +1 -1
- package/dist/features/about/components/FAQPageView.d.ts +4 -1
- package/dist/features/about/components/FAQPageView.js +17 -7
- package/dist/features/account/components/UserSidebar.js +15 -9
- package/dist/features/admin/components/AdminSidebar.js +15 -9
- package/dist/features/admin/components/AdminTesterChecklistItemEditorView.js +4 -1
- package/dist/features/admin/components/AdminUserEditorView.d.ts +3 -1
- package/dist/features/admin/components/AdminUserEditorView.js +10 -2
- package/dist/features/admin/components/AdminUsersView.js +1 -1
- package/dist/features/auth/role-predicates.d.ts +14 -0
- package/dist/features/auth/role-predicates.js +1 -0
- package/dist/features/auth/schemas/firestore.d.ts +2 -0
- package/dist/features/auth/schemas/firestore.js +1 -0
- package/dist/features/events/actions/event-actions.js +15 -8
- package/dist/features/events/repository/events.repository.d.ts +2 -0
- package/dist/features/events/repository/events.repository.js +9 -0
- package/dist/features/events/schemas/firestore.d.ts +1 -0
- package/dist/features/events/schemas/firestore.js +1 -0
- package/dist/features/faq/components/FAQSearchableList.d.ts +11 -0
- package/dist/features/faq/components/FAQSearchableList.js +21 -0
- package/dist/features/homepage/components/BeforeAfterCard.js +2 -1
- package/dist/features/homepage/components/BrandsSection.js +2 -1
- package/dist/features/homepage/components/CharacterHotspot.js +2 -1
- package/dist/features/homepage/components/CharacterHotspotForm.js +4 -3
- package/dist/features/homepage/components/HeroBanner.js +2 -1
- package/dist/features/homepage/components/PromoGrid.js +2 -1
- package/dist/features/homepage/components/ShopByCategorySection.js +2 -1
- package/dist/features/seller/components/SellerSidebar.js +15 -9
- package/dist/features/tester/actions/checklist-item-actions.d.ts +6 -0
- package/dist/features/tester/actions/checklist-item-actions.js +2 -0
- package/dist/features/tester/components/TesterHubView.js +5 -4
- package/dist/features/tester/schemas/firestore.d.ts +3 -1
- package/dist/features/tester/schemas/firestore.js +2 -0
- package/dist/features/tester/seed-data/tester-checklist-seed-data.js +148 -6
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/next/api/routeHandler.js +25 -3
- package/dist/react/contexts/SessionContext.d.ts +2 -0
- package/dist/react/contexts/SessionContext.js +2 -0
- package/dist/styles.css +1 -1
- package/dist/tailwind-utilities.css +1 -1
- package/package.json +1 -1