Skip to content

Commit

Permalink
Merge branch 'dev' into bal-3191
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-shvadron authored Dec 24, 2024
2 parents c91de50 + 246451b commit 831504f
Show file tree
Hide file tree
Showing 46 changed files with 785 additions and 237 deletions.
13 changes: 13 additions & 0 deletions apps/backoffice-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @ballerine/backoffice-v2

## 0.7.82

### Patch Changes

- core
- Updated dependencies
- @ballerine/blocks@0.2.30
- @ballerine/common@0.9.59
- @ballerine/react-pdf-toolkit@1.2.51
- @ballerine/ui@0.5.51
- @ballerine/workflow-browser-sdk@0.6.78
- @ballerine/workflow-node-sdk@0.6.78

## 0.7.81

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions apps/backoffice-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerine/backoffice-v2",
"version": "0.7.81",
"version": "0.7.82",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"type": "module",
Expand Down Expand Up @@ -51,12 +51,12 @@
"preview": "vite preview"
},
"dependencies": {
"@ballerine/blocks": "0.2.29",
"@ballerine/common": "0.9.58",
"@ballerine/react-pdf-toolkit": "^1.2.50",
"@ballerine/ui": "^0.5.50",
"@ballerine/workflow-browser-sdk": "0.6.77",
"@ballerine/workflow-node-sdk": "0.6.77",
"@ballerine/blocks": "0.2.30",
"@ballerine/common": "0.9.59",
"@ballerine/react-pdf-toolkit": "^1.2.51",
"@ballerine/ui": "^0.5.51",
"@ballerine/workflow-browser-sdk": "0.6.78",
"@ballerine/workflow-node-sdk": "0.6.78",
"@botpress/webchat": "^2.1.10",
"@botpress/webchat-generator": "^0.2.9",
"@fontsource/inter": "^4.5.15",
Expand Down Expand Up @@ -148,8 +148,8 @@
"zod": "^3.23.4"
},
"devDependencies": {
"@ballerine/config": "^1.1.27",
"@ballerine/eslint-config-react": "^2.0.27",
"@ballerine/config": "^1.1.28",
"@ballerine/eslint-config-react": "^2.0.28",
"@cspell/cspell-types": "^6.31.1",
"@faker-js/faker": "^7.6.0",
"@playwright/test": "^1.32.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const createBusinessReportBatch = async ({
schema: z.object({ batchId: z.string() }),
body: formData,
isFormData: true,
timeout: 30_000,
timeout: 300_000,
});

return handleZodError(error, batchId);
Expand Down
11 changes: 11 additions & 0 deletions apps/kyb-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# kyb-app

## 0.3.94

### Patch Changes

- core
- Updated dependencies
- @ballerine/blocks@0.2.30
- @ballerine/common@0.9.59
- @ballerine/ui@0.5.51
- @ballerine/workflow-browser-sdk@0.6.78

## 0.3.93

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions apps/kyb-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/kyb-app",
"private": true,
"version": "0.3.93",
"version": "0.3.94",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -15,10 +15,10 @@
"test:dev": "vitest"
},
"dependencies": {
"@ballerine/blocks": "0.2.29",
"@ballerine/common": "^0.9.58",
"@ballerine/ui": "0.5.50",
"@ballerine/workflow-browser-sdk": "0.6.77",
"@ballerine/blocks": "0.2.30",
"@ballerine/common": "^0.9.59",
"@ballerine/ui": "0.5.51",
"@ballerine/workflow-browser-sdk": "0.6.78",
"@lukemorales/query-key-factory": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@rjsf/core": "^5.9.0",
Expand Down Expand Up @@ -64,8 +64,8 @@
"zod": "^3.23.4"
},
"devDependencies": {
"@ballerine/config": "^1.1.27",
"@ballerine/eslint-config-react": "^2.0.27",
"@ballerine/config": "^1.1.28",
"@ballerine/eslint-config-react": "^2.0.28",
"@jest/globals": "^29.7.0",
"@sentry/vite-plugin": "^2.9.0",
"@testing-library/jest-dom": "^6.1.4",
Expand Down
9 changes: 9 additions & 0 deletions apps/workflows-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ballerine/workflows-dashboard

## 0.2.28

### Patch Changes

- core
- Updated dependencies
- @ballerine/common@0.9.59
- @ballerine/ui@0.5.51

## 0.2.27

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/workflows-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/workflows-dashboard",
"private": false,
"version": "0.2.27",
"version": "0.2.28",
"type": "module",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand All @@ -15,8 +15,8 @@
"test": "NODE_ENV=test jest"
},
"dependencies": {
"@ballerine/common": "^0.9.58",
"@ballerine/ui": "^0.5.50",
"@ballerine/common": "^0.9.59",
"@ballerine/ui": "^0.5.51",
"@lukemorales/query-key-factory": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "1.0.4",
Expand Down Expand Up @@ -63,8 +63,8 @@
"zod": "^3.22.3"
},
"devDependencies": {
"@ballerine/config": "^1.1.27",
"@ballerine/eslint-config-react": "^2.0.27",
"@ballerine/config": "^1.1.28",
"@ballerine/eslint-config-react": "^2.0.28",
"@cspell/cspell-types": "^6.31.1",
"@types/axios": "^0.14.0",
"@types/classnames": "^2.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function FacetedFilter({ title, options, value, onChange }: Props) {
<CommandSeparator />
<CommandGroup>
<CommandItem className="justify-center text-center" onSelect={() => onChange([])}>
Clear filters
Clear Case List
</CommandItem>
</CommandGroup>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const headerNavigationLinks: NavigationLink[] = [
},
{
path: '/filters',
label: 'Filters',
label: 'Case Lists',
},
{
path: '/ui-definitions',
Expand Down
8 changes: 4 additions & 4 deletions apps/workflows-dashboard/src/pages/Filters/Filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,20 +129,20 @@ export const Filters = withFilters<FiltersProps<FiltersPageFilterValues>, Filter
};

return (
<DashboardLayout pageName="Filters">
<DashboardLayout pageName="Case Lists">
<WorkflowsLayout>
<div className="mb-4 flex justify-end">
<Dialog open={isOpen} onOpenChange={setIsOpen}>
<DialogTrigger asChild>
<Button variant="default">Create Filter</Button>
<Button variant="default">Create Case List</Button>
</DialogTrigger>
<DialogContent>
<DialogHeader>
<DialogTitle>Create New Filter</DialogTitle>
<DialogTitle>Create New Case List</DialogTitle>
</DialogHeader>
<div className="flex flex-col gap-4 py-4">
<Input
placeholder="Filter name"
placeholder="Case List Name"
value={filterName}
onChange={e => setFilterName(e.target.value)}
/>
Expand Down
Loading

0 comments on commit 831504f

Please sign in to comment.