File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 77
77
"@cyntler/react-doc-viewer" : " ^1.16.3" ,
78
78
"@filebase/client" : " ^0.0.5" ,
79
79
"@kleros/kleros-sdk" : " workspace:^" ,
80
- "@kleros/ui-components-library" : " ^2.12 .0" ,
80
+ "@kleros/ui-components-library" : " ^2.14 .0" ,
81
81
"@lifi/widget" : " ^2.10.1" ,
82
82
"@middy/core" : " ^5.3.2" ,
83
83
"@middy/http-json-body-parser" : " ^5.3.2" ,
Original file line number Diff line number Diff line change @@ -162,12 +162,13 @@ const Template: React.FC<ITemplate> = ({
162
162
< LeftContainerHeader >
163
163
< HowItWorks >
164
164
< BookOpenIcon />
165
- < label > { isOnboarding ? "Onboarding" : "How it works" } </ label >
165
+ < label > { isOnboarding ? "Onboarding" : "How it works" } </ label >
166
166
</ HowItWorks >
167
167
< MobileCompactPagination
168
168
currentPage = { currentPage }
169
169
callback = { setCurrentPage }
170
170
numPages = { numPages }
171
+ onCloseOnLastPage = { onClose }
171
172
label = { `${ currentPage } /${ numPages } ` }
172
173
/>
173
174
</ LeftContainerHeader >
@@ -176,6 +177,7 @@ const Template: React.FC<ITemplate> = ({
176
177
currentPage = { currentPage }
177
178
callback = { setCurrentPage }
178
179
numPages = { numPages }
180
+ onCloseOnLastPage = { onClose }
179
181
label = { `${ currentPage } /${ numPages } ` }
180
182
/>
181
183
</ LeftContainer >
Original file line number Diff line number Diff line change @@ -6628,7 +6628,7 @@ __metadata:
6628
6628
"@kleros/kleros-v2-eslint-config": "workspace:^"
6629
6629
"@kleros/kleros-v2-prettier-config": "workspace:^"
6630
6630
"@kleros/kleros-v2-tsconfig": "workspace:^"
6631
- "@kleros/ui-components-library": "npm:^2.12 .0"
6631
+ "@kleros/ui-components-library": "npm:^2.14 .0"
6632
6632
"@lifi/widget": "npm:^2.10.1"
6633
6633
"@middy/core": "npm:^5.3.2"
6634
6634
"@middy/http-json-body-parser": "npm:^5.3.2"
@@ -6693,9 +6693,9 @@ __metadata:
6693
6693
languageName: unknown
6694
6694
linkType: soft
6695
6695
6696
- "@kleros/ui-components-library@npm:^2.12 .0":
6697
- version: 2.12 .0
6698
- resolution: "@kleros/ui-components-library@npm:2.12 .0"
6696
+ "@kleros/ui-components-library@npm:^2.14 .0":
6697
+ version: 2.14 .0
6698
+ resolution: "@kleros/ui-components-library@npm:2.14 .0"
6699
6699
dependencies:
6700
6700
"@datepicker-react/hooks": "npm:^2.8.4"
6701
6701
"@swc/helpers": "npm:^0.3.2"
@@ -6712,7 +6712,7 @@ __metadata:
6712
6712
react-dom: ^18.0.0
6713
6713
react-is: ^18.0.0
6714
6714
styled-components: ^5.3.3
6715
- checksum: 9c53e9ce217a5dd6c0f5dc1b19c8c14fb6f4843f5cf7a0eb1b1ae9561ead583c1bcf5bc2687e7f678007363768be3de95f5d573298b00b965d13a563c4b59495
6715
+ checksum: ea5d9689562a6aa963eda44ad94336d4152c5d0f46c81e70a0c271a09fb93e9c9fd7b4ee609b1f6e1eb6e18f557f1cc0b132c3ac10d9f5af6ffc911ecb71d9da
6716
6716
languageName: node
6717
6717
linkType: hard
6718
6718
You can’t perform that action at this time.
0 commit comments