@appcorp/stellar-solutions-modules 0.1.60 → 0.1.62

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.
@@ -22,7 +22,7 @@ var enhanced_table_1 = require("@appcorp/shadcn/components/enhanced-table");
22
22
  /**
23
23
  * Default page limit for pagination
24
24
  */
25
- exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT);
25
+ exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT_BANK);
26
26
  // ============================================================================
27
27
  // API ROUTES
28
28
  // ============================================================================
@@ -22,7 +22,7 @@ var enhanced_table_1 = require("@appcorp/shadcn/components/enhanced-table");
22
22
  /**
23
23
  * Default page limit for pagination
24
24
  */
25
- exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT);
25
+ exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT_BRANCH);
26
26
  // ============================================================================
27
27
  // API ROUTES
28
28
  // ============================================================================
@@ -21,7 +21,7 @@ var enhanced_table_1 = require("@appcorp/shadcn/components/enhanced-table");
21
21
  /**
22
22
  * Default page limit for pagination
23
23
  */
24
- exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT);
24
+ exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT_CURRENCY);
25
25
  // ============================================================================
26
26
  // API ROUTES
27
27
  // ============================================================================
@@ -22,7 +22,7 @@ var enhanced_table_1 = require("@appcorp/shadcn/components/enhanced-table");
22
22
  /**
23
23
  * Default page limit for pagination
24
24
  */
25
- exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT);
25
+ exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT_PAYMENT_MODE);
26
26
  // ============================================================================
27
27
  // API ROUTES
28
28
  // ============================================================================
@@ -8,7 +8,6 @@ exports.PreferencesPage = void 0;
8
8
  var react_1 = __importDefault(require("react"));
9
9
  var sonner_1 = require("@appcorp/shadcn/components/sonner");
10
10
  var PreferencesPage = function () {
11
- // const { headerTabs, activeTab } = usePreferenceStateContext();
12
11
  return (react_1.default.createElement(react_1.default.Fragment, null,
13
12
  react_1.default.createElement(sonner_1.Toaster, null)));
14
13
  };
@@ -22,7 +22,7 @@ var enhanced_table_1 = require("@appcorp/shadcn/components/enhanced-table");
22
22
  /**
23
23
  * Default page limit for pagination
24
24
  */
25
- exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT);
25
+ exports.pageLimit = Number(process.env.NEXT_PUBLIC_PAGE_LIMIT_TAX);
26
26
  // ============================================================================
27
27
  // API ROUTES
28
28
  // ============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/stellar-solutions-modules",
3
- "version": "0.1.60",
3
+ "version": "0.1.62",
4
4
  "scripts": {
5
5
  "automate": "./automate.sh",
6
6
  "build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib && cp yarn.lock lib",
@@ -34,7 +34,7 @@
34
34
  "@radix-ui/react-separator": "^1.1.7",
35
35
  "@radix-ui/react-slot": "^1.2.3",
36
36
  "@radix-ui/react-switch": "^1.2.6",
37
- "@react-pakistan/util-functions": "^1.24.78",
37
+ "@react-pakistan/util-functions": "^1.24.79",
38
38
  "@supabase/supabase-js": "^2",
39
39
  "@tailwindcss/forms": "^0",
40
40
  "@tailwindcss/postcss": "^4",