@open-mercato/core 0.6.6-develop.5903.1.33a2be39eb → 0.6.6-develop.6089.1.a7ed560528

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.
Files changed (82) hide show
  1. package/dist/modules/api_keys/index.js +1 -1
  2. package/dist/modules/api_keys/index.js.map +1 -1
  3. package/dist/modules/attachments/index.js +1 -1
  4. package/dist/modules/attachments/index.js.map +1 -1
  5. package/dist/modules/audit_logs/index.js +1 -1
  6. package/dist/modules/audit_logs/index.js.map +1 -1
  7. package/dist/modules/auth/index.js +1 -1
  8. package/dist/modules/auth/index.js.map +1 -1
  9. package/dist/modules/business_rules/index.js +1 -1
  10. package/dist/modules/business_rules/index.js.map +1 -1
  11. package/dist/modules/catalog/index.js +1 -1
  12. package/dist/modules/catalog/index.js.map +1 -1
  13. package/dist/modules/configs/index.js +1 -1
  14. package/dist/modules/configs/index.js.map +1 -1
  15. package/dist/modules/currencies/index.js +1 -1
  16. package/dist/modules/currencies/index.js.map +1 -1
  17. package/dist/modules/customer_accounts/index.js +1 -1
  18. package/dist/modules/customer_accounts/index.js.map +1 -1
  19. package/dist/modules/customers/backend/customers/deals/pipeline/page.js +9 -11
  20. package/dist/modules/customers/backend/customers/deals/pipeline/page.js.map +2 -2
  21. package/dist/modules/customers/index.js +1 -1
  22. package/dist/modules/customers/index.js.map +1 -1
  23. package/dist/modules/dashboards/index.js +1 -1
  24. package/dist/modules/dashboards/index.js.map +1 -1
  25. package/dist/modules/dictionaries/index.js +1 -1
  26. package/dist/modules/dictionaries/index.js.map +1 -1
  27. package/dist/modules/directory/index.js +1 -1
  28. package/dist/modules/directory/index.js.map +1 -1
  29. package/dist/modules/entities/backend/entities/user/[entityId]/page.js +5 -2
  30. package/dist/modules/entities/backend/entities/user/[entityId]/page.js.map +2 -2
  31. package/dist/modules/entities/index.js +1 -1
  32. package/dist/modules/entities/index.js.map +1 -1
  33. package/dist/modules/feature_toggles/components/FeatureToggleOverrideCard.js +6 -2
  34. package/dist/modules/feature_toggles/components/FeatureToggleOverrideCard.js.map +2 -2
  35. package/dist/modules/feature_toggles/index.js +1 -1
  36. package/dist/modules/feature_toggles/index.js.map +1 -1
  37. package/dist/modules/notifications/index.js +1 -1
  38. package/dist/modules/notifications/index.js.map +1 -1
  39. package/dist/modules/perspectives/index.js +1 -1
  40. package/dist/modules/perspectives/index.js.map +1 -1
  41. package/dist/modules/planner/index.js +1 -1
  42. package/dist/modules/planner/index.js.map +1 -1
  43. package/dist/modules/progress/index.js +1 -1
  44. package/dist/modules/progress/index.js.map +1 -1
  45. package/dist/modules/query_index/index.js +1 -1
  46. package/dist/modules/query_index/index.js.map +1 -1
  47. package/dist/modules/resources/index.js +1 -1
  48. package/dist/modules/resources/index.js.map +1 -1
  49. package/dist/modules/sales/index.js +1 -1
  50. package/dist/modules/sales/index.js.map +1 -1
  51. package/dist/modules/staff/index.js +1 -1
  52. package/dist/modules/staff/index.js.map +1 -1
  53. package/dist/modules/translations/index.js +1 -1
  54. package/dist/modules/translations/index.js.map +1 -1
  55. package/package.json +8 -7
  56. package/src/modules/api_keys/index.ts +1 -1
  57. package/src/modules/attachments/index.ts +1 -1
  58. package/src/modules/audit_logs/index.ts +1 -1
  59. package/src/modules/auth/index.ts +1 -1
  60. package/src/modules/business_rules/index.ts +1 -1
  61. package/src/modules/catalog/index.ts +1 -1
  62. package/src/modules/configs/index.ts +1 -1
  63. package/src/modules/currencies/index.ts +1 -1
  64. package/src/modules/customer_accounts/index.ts +1 -1
  65. package/src/modules/customers/backend/customers/deals/pipeline/page.tsx +8 -7
  66. package/src/modules/customers/index.ts +1 -1
  67. package/src/modules/dashboards/index.ts +1 -1
  68. package/src/modules/dictionaries/index.ts +1 -1
  69. package/src/modules/directory/index.ts +1 -1
  70. package/src/modules/entities/backend/entities/user/[entityId]/page.tsx +5 -2
  71. package/src/modules/entities/index.ts +1 -1
  72. package/src/modules/feature_toggles/components/FeatureToggleOverrideCard.tsx +6 -2
  73. package/src/modules/feature_toggles/index.ts +1 -1
  74. package/src/modules/notifications/index.ts +1 -1
  75. package/src/modules/perspectives/index.ts +1 -1
  76. package/src/modules/planner/index.ts +1 -1
  77. package/src/modules/progress/index.ts +1 -1
  78. package/src/modules/query_index/index.ts +1 -1
  79. package/src/modules/resources/index.ts +1 -1
  80. package/src/modules/sales/index.ts +1 -1
  81. package/src/modules/staff/index.ts +1 -1
  82. package/src/modules/translations/index.ts +1 -1
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Manage access tokens for external API access.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary",
7
+ license: "MIT",
8
8
  requires: ["auth"]
9
9
  };
10
10
  import { features } from "./acl.js";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/api_keys/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'api_keys',\n title: 'API Keys',\n version: '0.1.0',\n description: 'Manage access tokens for external API access.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n requires: ['auth'],\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'api_keys',\n title: 'API Keys',\n version: '0.1.0',\n description: 'Manage access tokens for external API access.',\n author: 'Open Mercato Team',\n license: 'MIT',\n requires: ['auth'],\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,UAAU,CAAC,MAAM;AACnB;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "File attachments and media management.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary"
7
+ license: "MIT"
8
8
  };
9
9
  export {
10
10
  metadata
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/attachments/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'attachments',\n title: 'Attachments',\n version: '0.1.0',\n description: 'File attachments and media management.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'attachments',\n title: 'Attachments',\n version: '0.1.0',\n description: 'File attachments and media management.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Tracks user actions and data accesses with undo support scaffolding.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary"
7
+ license: "MIT"
8
8
  };
9
9
  import { features } from "./acl.js";
10
10
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/audit_logs/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'audit_logs',\n title: 'Audit & Action Logs',\n version: '0.1.0',\n description: 'Tracks user actions and data accesses with undo support scaffolding.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'audit_logs',\n title: 'Audit & Action Logs',\n version: '0.1.0',\n description: 'Tracks user actions and data accesses with undo support scaffolding.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -6,7 +6,7 @@ const metadata = {
6
6
  version: "0.1.0",
7
7
  description: "User accounts, sessions, roles and password resets.",
8
8
  author: "Open Mercato Team",
9
- license: "Proprietary"
9
+ license: "MIT"
10
10
  };
11
11
  import { features } from "./acl.js";
12
12
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/auth/index.ts"],
4
- "sourcesContent": ["import './commands/users'\nimport './commands/roles'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'auth',\n title: 'Authentication & Accounts',\n version: '0.1.0',\n description: 'User accounts, sessions, roles and password resets.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\n// Re-export features from module root acl.ts so generator can pick them up regardless of consumer imports\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import './commands/users'\nimport './commands/roles'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'auth',\n title: 'Authentication & Accounts',\n version: '0.1.0',\n description: 'User accounts, sessions, roles and password resets.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\n// Re-export features from module root acl.ts so generator can pick them up regardless of consumer imports\nexport { features } from './acl'\n"],
5
5
  "mappings": "AAAA,OAAO;AACP,OAAO;AAGA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAGA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Business Rules Engine for defining, managing, and executing business logic and automation rules.",
6
6
  author: "Patryk Lewczuk",
7
- license: "Proprietary"
7
+ license: "MIT"
8
8
  };
9
9
  import {
10
10
  executeRules,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/business_rules/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'business_rules',\n title: 'Business Rules',\n version: '0.1.0',\n description: 'Business Rules Engine for defining, managing, and executing business logic and automation rules.',\n author: 'Patryk Lewczuk',\n license: 'Proprietary',\n}\n\n// Export rule engine types and functions for programmatic usage\nexport {\n executeRules,\n executeRuleById,\n executeRuleByRuleId,\n executeSingleRule,\n findApplicableRules,\n logRuleExecution,\n type RuleEngineContext,\n type RuleEngineResult,\n type RuleExecutionResult,\n type RuleDiscoveryOptions,\n type DirectRuleExecutionContext,\n type DirectRuleExecutionResult,\n type RuleIdExecutionContext,\n} from './lib/rule-engine'\n\n// Export validator schemas\nexport {\n directRuleExecutionContextSchema,\n ruleIdExecutionContextSchema,\n type DirectRuleExecutionContextInput,\n type RuleIdExecutionContextInput,\n} from './data/validators'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'business_rules',\n title: 'Business Rules',\n version: '0.1.0',\n description: 'Business Rules Engine for defining, managing, and executing business logic and automation rules.',\n author: 'Patryk Lewczuk',\n license: 'MIT',\n}\n\n// Export rule engine types and functions for programmatic usage\nexport {\n executeRules,\n executeRuleById,\n executeRuleByRuleId,\n executeSingleRule,\n findApplicableRules,\n logRuleExecution,\n type RuleEngineContext,\n type RuleEngineResult,\n type RuleExecutionResult,\n type RuleDiscoveryOptions,\n type DirectRuleExecutionContext,\n type DirectRuleExecutionResult,\n type RuleIdExecutionContext,\n} from './lib/rule-engine'\n\n// Export validator schemas\nexport {\n directRuleExecutionContextSchema,\n ruleIdExecutionContextSchema,\n type DirectRuleExecutionContextInput,\n type RuleIdExecutionContextInput,\n} from './data/validators'\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAGA;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OAQK;AAGP;AAAA,EACE;AAAA,EACA;AAAA,OAGK;",
6
6
  "names": []
7
7
  }
@@ -5,7 +5,7 @@ const metadata = {
5
5
  version: "0.1.0",
6
6
  description: "Configurable catalog for products, variants, and pricing used by the sales module.",
7
7
  author: "Open Mercato Team",
8
- license: "Proprietary",
8
+ license: "MIT",
9
9
  ejectable: true
10
10
  };
11
11
  import { features } from "./acl.js";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/catalog/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'catalog',\n title: 'Product Catalog',\n version: '0.1.0',\n description: 'Configurable catalog for products, variants, and pricing used by the sales module.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'catalog',\n title: 'Product Catalog',\n version: '0.1.0',\n description: 'Configurable catalog for products, variants, and pricing used by the sales module.',\n author: 'Open Mercato Team',\n license: 'MIT',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AACA,OAAO;AAEA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AACb;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Shared configuration storage and helpers for module settings.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary"
7
+ license: "MIT"
8
8
  };
9
9
  export {
10
10
  metadata
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/configs/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'configs',\n title: 'Configuration',\n version: '0.1.0',\n description: 'Shared configuration storage and helpers for module settings.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n}\n\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'configs',\n title: 'Configuration',\n version: '0.1.0',\n description: 'Shared configuration storage and helpers for module settings.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;",
6
6
  "names": []
7
7
  }
@@ -6,7 +6,7 @@ const metadata = {
6
6
  version: "0.1.0",
7
7
  description: "Currencies and Exchange rate management",
8
8
  author: "Open Mercato Team",
9
- license: "Proprietary",
9
+ license: "MIT",
10
10
  ejectable: true
11
11
  };
12
12
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/currencies/index.ts"],
4
- "sourcesContent": ["import './commands/currencies'\nimport './commands/exchange-rates'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'currencies',\n title: 'Currencies',\n version: '0.1.0',\n description: 'Currencies and Exchange rate management',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n ejectable: true,\n}\n"],
4
+ "sourcesContent": ["import './commands/currencies'\nimport './commands/exchange-rates'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'currencies',\n title: 'Currencies',\n version: '0.1.0',\n description: 'Currencies and Exchange rate management',\n author: 'Open Mercato Team',\n license: 'MIT',\n ejectable: true,\n}\n"],
5
5
  "mappings": "AAAA,OAAO;AACP,OAAO;AAGA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AACb;",
6
6
  "names": []
7
7
  }
@@ -4,7 +4,7 @@ const metadata = {
4
4
  version: "0.1.0",
5
5
  description: "Customer-facing authentication with two-tier identity model and full RBAC.",
6
6
  author: "Open Mercato Team",
7
- license: "Proprietary",
7
+ license: "MIT",
8
8
  ejectable: true
9
9
  };
10
10
  import { features } from "./acl.js";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/modules/customer_accounts/index.ts"],
4
- "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'customer_accounts',\n title: 'Customer Identity & Portal Authentication',\n version: '0.1.0',\n description: 'Customer-facing authentication with two-tier identity model and full RBAC.',\n author: 'Open Mercato Team',\n license: 'Proprietary',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
4
+ "sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'customer_accounts',\n title: 'Customer Identity & Portal Authentication',\n version: '0.1.0',\n description: 'Customer-facing authentication with two-tier identity model and full RBAC.',\n author: 'Open Mercato Team',\n license: 'MIT',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
5
5
  "mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AACb;AAEA,SAAS,gBAAgB;",
6
6
  "names": []
7
7
  }
@@ -29,7 +29,7 @@ import { Button } from "@open-mercato/ui/primitives/button";
29
29
  import { IconButton } from "@open-mercato/ui/primitives/icon-button";
30
30
  import { SearchInput } from "@open-mercato/ui/primitives/search-input";
31
31
  import { Spinner } from "@open-mercato/ui/primitives/spinner";
32
- import { ErrorNotice } from "@open-mercato/ui/primitives/ErrorNotice";
32
+ import { Alert, AlertDescription, AlertTitle } from "@open-mercato/ui/primitives/alert";
33
33
  import { EmptyState } from "@open-mercato/ui/primitives/empty-state";
34
34
  import {
35
35
  Select,
@@ -2230,16 +2230,14 @@ function DealsKanbanPage() {
2230
2230
  ),
2231
2231
  className: "h-[50vh] w-full"
2232
2232
  }
2233
- ) : isInitialLoading ? /* @__PURE__ */ jsx("div", { className: "flex h-[50vh] items-center justify-center", children: /* @__PURE__ */ jsx(Spinner, {}) }) : firstError ? /* @__PURE__ */ jsx("div", { className: "max-w-xl", children: /* @__PURE__ */ jsx(
2234
- ErrorNotice,
2235
- {
2236
- message: firstError instanceof Error ? firstError.message : translateWithFallback(
2237
- t,
2238
- "customers.deals.pipeline.loadError",
2239
- "Failed to load deals."
2240
- )
2241
- }
2242
- ) }) : /* @__PURE__ */ jsxs(
2233
+ ) : isInitialLoading ? /* @__PURE__ */ jsx("div", { className: "flex h-[50vh] items-center justify-center", children: /* @__PURE__ */ jsx(Spinner, {}) }) : firstError ? /* @__PURE__ */ jsx("div", { className: "max-w-xl", children: /* @__PURE__ */ jsxs(Alert, { variant: "destructive", children: [
2234
+ /* @__PURE__ */ jsx(AlertTitle, { children: translateWithFallback(t, "ui.errors.defaultTitle", "Something went wrong") }),
2235
+ /* @__PURE__ */ jsx(AlertDescription, { children: firstError instanceof Error ? firstError.message : translateWithFallback(
2236
+ t,
2237
+ "customers.deals.pipeline.loadError",
2238
+ "Failed to load deals."
2239
+ ) })
2240
+ ] }) }) : /* @__PURE__ */ jsxs(
2243
2241
  DndContext,
2244
2242
  {
2245
2243
  sensors,