@mohasinac/appkit 2.7.0 → 2.7.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.
@@ -26,10 +26,6 @@ export { CategoriesIndexListing } from "./CategoriesIndexListing";
26
26
  export type { CategoriesIndexListingProps } from "./CategoriesIndexListing";
27
27
  export { CategoryDetailTabs } from "./CategoryDetailTabs";
28
28
  export type { CategoryDetailTabsProps } from "./CategoryDetailTabs";
29
- export { BundlesListView } from "./BundlesListView";
30
- export type { BundlesListViewProps } from "./BundlesListView";
31
- export { BundleDetailView } from "./BundleDetailView";
32
- export type { BundleDetailViewProps } from "./BundleDetailView";
33
29
  export { BundleBuyNowCta } from "./BundleBuyNowCta";
34
30
  export type { BundleBuyNowCtaProps } from "./BundleBuyNowCta";
35
31
  export { BundleDynamicRuleEditor } from "./BundleDynamicRuleEditor";
@@ -13,8 +13,6 @@ export { CategorySelectorCreate } from "./CategorySelectorCreate";
13
13
  export { getCategoryTableColumns } from "./CategoryTableColumns";
14
14
  export { CategoriesIndexListing } from "./CategoriesIndexListing";
15
15
  export { CategoryDetailTabs } from "./CategoryDetailTabs";
16
- export { BundlesListView } from "./BundlesListView";
17
- export { BundleDetailView } from "./BundleDetailView";
18
16
  // S-SBUNI-RULES 2026-05-13 — direct-checkout CTA (replaces deleted BundleAddToCartCta).
19
17
  export { BundleBuyNowCta } from "./BundleBuyNowCta";
20
18
  // S-SBUNI-5 2026-05-13 — admin dynamic-rule editor (paired with BundleItemsPicker).
@@ -47,7 +47,7 @@ interface RouteHandlerOptions<TInput = unknown, TParams = Record<string, string>
47
47
  * If provided, the verified user's `role` must be in this list.
48
48
  * Implies `auth: true`.
49
49
  */
50
- roles?: string[];
50
+ roles?: readonly string[];
51
51
  /**
52
52
  * Fine-grained permission required for this route.
53
53
  * When set: also allows `"employee"` role through the role check, then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mohasinac/appkit",
3
- "version": "2.7.0",
3
+ "version": "2.7.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"