@syncfusion/ej2-react-pdfviewer 23.2.7 → 24.1.43

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 (38) hide show
  1. package/CHANGELOG.md +64 -116
  2. package/dist/ej2-react-pdfviewer.min.js +1 -1
  3. package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +1 -3308
  6. package/styles/bootstrap.css +1 -3315
  7. package/styles/bootstrap4.css +1 -3645
  8. package/styles/bootstrap5-dark.css +1 -3618
  9. package/styles/bootstrap5.css +1 -3618
  10. package/styles/fabric-dark.css +1 -3316
  11. package/styles/fabric.css +1 -3329
  12. package/styles/fluent-dark.css +1 -3573
  13. package/styles/fluent.css +1 -3573
  14. package/styles/highcontrast-light.css +1 -3306
  15. package/styles/highcontrast.css +1 -3327
  16. package/styles/material-dark.css +1 -3309
  17. package/styles/material.css +1 -3316
  18. package/styles/material3-dark.css +1 -3495
  19. package/styles/material3.css +1 -3551
  20. package/styles/pdfviewer/bootstrap-dark.css +1 -3308
  21. package/styles/pdfviewer/bootstrap.css +1 -3315
  22. package/styles/pdfviewer/bootstrap4.css +1 -3645
  23. package/styles/pdfviewer/bootstrap5-dark.css +1 -3618
  24. package/styles/pdfviewer/bootstrap5.css +1 -3618
  25. package/styles/pdfviewer/fabric-dark.css +1 -3316
  26. package/styles/pdfviewer/fabric.css +1 -3329
  27. package/styles/pdfviewer/fluent-dark.css +1 -3573
  28. package/styles/pdfviewer/fluent.css +1 -3573
  29. package/styles/pdfviewer/highcontrast-light.css +1 -3306
  30. package/styles/pdfviewer/highcontrast.css +1 -3327
  31. package/styles/pdfviewer/material-dark.css +1 -3309
  32. package/styles/pdfviewer/material.css +1 -3316
  33. package/styles/pdfviewer/material3-dark.css +1 -3495
  34. package/styles/pdfviewer/material3.css +1 -3551
  35. package/styles/pdfviewer/tailwind-dark.css +1 -3353
  36. package/styles/pdfviewer/tailwind.css +1 -3354
  37. package/styles/tailwind-dark.css +1 -3353
  38. package/styles/tailwind.css +1 -3354
package/CHANGELOG.md CHANGED
@@ -2,12 +2,29 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 24.1.41 (2023-12-18)
6
+
7
+ ### PDF Viewer
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I522001` - Now, the `RenderPdfPages` request is not triggered twice when the `zoomMode` is set during the initial loading.
12
+ - `#I526468` - Now, the position of the free text annotations does not shift when double-clicking the annotation in the provided document.
13
+ - `#I525845` - Now, the read-only radio buttons are properly preserved in the saved document.
14
+
15
+ #### New Features
16
+
17
+ - Introduced support for adding multiple new items within the built-in toolbar, offering users the ability to customize and expand their toolbar options.
18
+ - Introduced keyboard-based navigation features to improve the user experience, allowing individuals to navigate the PDF Viewer with greater efficiency.
19
+
20
+ ## 23.2.7 (2023-12-05)
21
+
5
22
  ### PDF Viewer
6
23
 
7
24
  #### Bug Fixes
8
25
 
9
26
  - `#I526059` - Now, the export Annotations is working in the presence of subject property in `annotationSettings`.
10
- - `#I525692` - Now, the stretch fit mode has been appropriately implemented for the signature image content within the signature and initial field.
27
+ - `#I525692` - Now, the stretch fit mode has been appropriately implemented for the signature image content within the signature and initial field.
11
28
 
12
29
  ## 23.2.6 (2023-11-29)
13
30
 
@@ -17,9 +34,8 @@
17
34
 
18
35
  - `#I518113` - Now, the provided document is properly loaded and scrolls without getting stuck or freezing.
19
36
  - `#I517738` - Now, the text selection is working properly while selecting the text from left to right.
20
- - `#I510393` - Now, the script error has been resolved while loading a provided PDF document.
21
37
  - `#I521831` - Now, The script error is resolved when the read only property of the form fields were updated as true.
22
- - `#I517119` - now, the Search does not highlights the wrong area after zoom in standalone PDF Viewer.
38
+ - `#I510393` - Now, the script error has been resolved while loading a provided PDF document.
23
39
  - `#I521824` - now, when the read-only radio button is clicked, the undo button does not get automatically enabled.
24
40
 
25
41
  ## 23.2.5 (2023-11-23)
@@ -85,17 +101,21 @@
85
101
  #### Bug Fixes
86
102
 
87
103
  - `#I503904` - Now, the missing properties have been included in the form field collections.
88
- - `#I506233` - Now, the dropdown list does not open when selecting the dropdown field in designer mode.
104
+ - `#I506233` - Now, the dropdown list does not open when selecting the dropdown field in designer mode.
89
105
  - `#F184471` - Newline characters are now correctly retained in the saved document when saving a document with numerous free text annotations.
90
106
  - `#I505498` - Now, the thumbnail highlighting functions correctly when scrolling and viewing rotated pages.
91
107
  - `#I507503` - Now, clicking again the same bookmark after scrolling ,the bookmark is navigated correctly.
92
108
  - `#I504089` - Now, the search is working when the Enter key is pressed continuously in the Public API.
93
- - `#I501644` - Now, the stackoverflow exception is not occurred while loading the 6000 bookmarks document.
109
+ - `#I501644` - Now, the Stack Overflow exception is not occurred while loading the 6000 bookmarks document.
94
110
 
95
111
  ## 23.1.40 (2023-10-10)
96
112
 
97
113
  ### PDF Viewer
98
114
 
115
+ #### New Features
116
+
117
+ - `#I497356`,`#I505447`,`#I506487` - Now, users can set the resource URL for assets or the public directory. The Stand-alone PDF Viewer will load its custom resources from this URL.
118
+
99
119
  #### Bug Fixes
100
120
 
101
121
  - `#I506873` - Now, the `AnnotationMove` and `AnnotationResize` events are triggered for the respective actions of the annotations.
@@ -106,10 +126,6 @@
106
126
 
107
127
  ### PDF Viewer
108
128
 
109
- #### New Features
110
-
111
- - `#I497356`,`#I505447`,`#I506487` - Now, users can set the resource URL for assets or the public directory. The standalone PDF Viewer will load its custom resources from this URL.
112
-
113
129
  #### Bug Fixes
114
130
 
115
131
  - `#I497739` - Now, the comment panel close and more buttons are properly displayed in mobile mode.
@@ -126,7 +142,7 @@
126
142
 
127
143
  - `#I498978` - Now, the tooltip will not be displayed when no value is provided for the tooltip on radio buttons and checkboxes fields.
128
144
  - `#I498981` - Now, the tooltip is not visible after deleting the tooltip value for the dropdown field.
129
- - `#I494968` - Now, the annotation toolbar opens properly in mobile mode when 'isAnnotationToolbarOpen' is set to TRUE.
145
+ - `#I494968` - Now, the annotation toolbar opens properly in mobile mode when `isAnnotationToolbarOpen` is set to TRUE.
130
146
  - `#I495804` - Now, the loading indicator is enabled while the document is being zoomed.
131
147
  - `#I497662` - Now, the close button in the comment panel is properly hidden when switching from mobile mode to desktop mode.
132
148
  - `#I497663` - Now, the annotation toolbar shows properly if the comment panel is opened while enabling desktop mode on a mobile device.
@@ -136,7 +152,7 @@
136
152
  - `#I496823` - Now, the form field hover does not disappears after adding many form fields.
137
153
  - `#I497857` - Now, the cursor position is updated properly when clicking the content in the text box field.
138
154
  - `#I496823` - Now, it is possible to resize the form fields if placed at the edge of the page.
139
- - `#I498980` - Now, if the value of the radio button is null, then the name of the radio button is automatically assigned to the value.
155
+ - `#I498980` - Now, if the value of the radio button is null, then the name of the radio button is automatically assigned to the value.
140
156
  - `#I502251` - Now, the content of the annotation comment is properly exported in the exported object.
141
157
 
142
158
  ## 23.1.36 (2023-09-15)
@@ -174,10 +190,10 @@
174
190
 
175
191
  #### Bug Fixes
176
192
 
177
- - `#I489048` - Now, the Unload API is properly called for the respective components when we use multiple components on a page.
193
+ - `#I489048` - Now, the Unload API is properly called for the respective components when we use multiple components on a page.
178
194
  - `#I489448` - Now, it is possible to add form fields after a few pages with edited properties.
179
195
  - `#I490199` - Now, the touch-based page scrolling is works as expected on simulated iOS/iPad devices.
180
- - The issue with server side rendering in next.js has been resolved.
196
+ - The issue with server side rendering in `Next.js` has been resolved.
181
197
 
182
198
  ## 22.2.9 (2023-08-15)
183
199
 
@@ -791,7 +807,7 @@
791
807
  - `#I403614` - Now, the annotation signature key not found error is resolved in the customer document.
792
808
  - `#I403632` - Now, custom stamp position is not wrong on mobile device.
793
809
  - `#I404420` - Now, Selection of the closely placed Signature Field is improved in Mobile devices.
794
- - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
810
+ - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
795
811
  - `#I397357` - Now, Radio button values update properly.
796
812
  - `#I401805` - Now, Form fields updates the proper value on download.
797
813
  - `#I382837` - Now, the interaction on a checkbox in the mobile device is working fine.
@@ -800,7 +816,7 @@
800
816
  - `#I403614` - Now, the annotation signature key not found error is resolved in the customer document.
801
817
  - `#I403632` - Now, the custom stamp position is not wrong on the mobile device.
802
818
  - `#I404420` - Now, the Selection of the closely placed Signature Field is improved in Mobile devices.
803
- - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
819
+ - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
804
820
  - `#I176922` - Now, comments are not duplicated if a shape annotation is added inside an annotation.
805
821
  - `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in change the width and height and in the read-only mode of the document that was downloaded.
806
822
  - `#I398911` - Provided support for suppressing the Digital signature without affecting the download of the same.
@@ -1248,6 +1264,7 @@
1248
1264
  `#I360035`- The Script error will no longer be thrown while using the editAnnotation method in mobile mode.
1249
1265
  `#I358584`- Stamps are saved properly in the rotated PDF document.
1250
1266
 
1267
+
1251
1268
  ## 19.4.42 (2022-01-11)
1252
1269
 
1253
1270
  ### PDF Viewer
@@ -1393,31 +1410,6 @@
1393
1410
 
1394
1411
  #### Bug Fixes
1395
1412
 
1396
- - `#I328989` - Now, the clear and create button in the signature panel is enabled only on drawing the signature.
1397
- - `#I328499` - Now, the stamp annotations are downloaded correctly in the PDF document.
1398
-
1399
- ## 19.1.66 (2021-06-01)
1400
-
1401
- ### PDF Viewer
1402
-
1403
- #### Bug Fixes
1404
-
1405
- - `#I328030` - The dynamic stamp annotation size is maintained properly while importing and exporting the stamp annotation in XFDF format.
1406
-
1407
- ## 19.1.65 (2021-05-25)
1408
-
1409
- ### PDF Viewer
1410
-
1411
- #### New Features
1412
-
1413
- - `#I326021` - hyperlinkClick event must be handled to cancel the navigation or change the URL.
1414
-
1415
- ## 19.1.64 (2021-05-19)
1416
-
1417
- ### PDF Viewer
1418
-
1419
- #### Bug Fixes
1420
-
1421
1413
  - `#I325096` - The Script error will no longer be thrown if we add form fields value by code behind.
1422
1414
  - `#I326083` - Now, the signature is appeared inside of the Signature Field in the PDF Viewer.
1423
1415
  - `#I326054` - The Script error will no longer be thrown while clicking the provided document hyperlink content.
@@ -1653,24 +1645,6 @@
1653
1645
 
1654
1646
  #### New Features
1655
1647
 
1656
- - `#I235592` - Provided the support for setting the lower zoomfactor value to the PDF Viewer control.
1657
- - `#I259521` - Provided the support for importing the form fields data from JSON object.
1658
- - `#I261558` - Provided the support for customizing the distance measurement annotation leader length property.
1659
- - `#I256687` - Provided the support for setting the custom data for annotation objects.
1660
- - `#I252340` - Provided the support for setting the minimum or maximum size and isLock properties at individual annotation level.
1661
- - `#I262008` - Exposed the event for notifying annotation mouse over action.
1662
- - `#F149148` - Provided the binding support for the enableFormFields property.
1663
-
1664
- #### Bug Fixes
1665
-
1666
- - `#I262525` – The render PDF pages method triggers properly for the provided PDF document.
1667
- - `#I262692` - The text markup resizer position is now updated properly for the provided document.
1668
- - `#I262692` - The text content bounds are now rendered properly for the provided document.
1669
-
1670
- ### PDF Viewer
1671
-
1672
- #### New Features
1673
-
1674
1648
  - `#I258769` - Provided the option to suppress the error dialog in PDF Viewer.
1675
1649
  - `#I261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
1676
1650
 
@@ -1960,9 +1934,9 @@
1960
1934
 
1961
1935
  - The following API is renamed.
1962
1936
 
1963
- | Existing API name| New API Name |
1964
- |------|-------------|
1965
- | toolbarItem| toolbarItems|
1937
+ | Existing API name | New API Name |
1938
+ |---|---|
1939
+ | toolbarItem | toolbarItems |
1966
1940
 
1967
1941
  #### New Features
1968
1942
 
@@ -2039,19 +2013,19 @@
2039
2013
 
2040
2014
  - The following event arguments are renamed.
2041
2015
 
2042
- | Existing Event Arguments Name| New Event Arguments Name |
2043
- |------|-------------|
2044
- |IUnloadEventArgs|UnloadEventArgs|
2045
- |ILoadEventArgs|LoadEventArgs|
2046
- |ILoadFailedEventArgs|LoadFailedEventArgs|
2047
- |IAjaxRequestFailureEventArgs|AjaxRequestFailureEventArgs|
2048
- |IPageChangeEventArgs|PageChangeEventArgs|
2049
- |IPageClickEventArgs|PageClickEventArgs|
2050
- |IZoomChangeEventArgs|ZoomChangeEventArgs|
2051
- |IHyperlinkClickEventArgs |HyperlinkClickEventArgs |
2052
- |IAnnotationAddEventArgs|AnnotationAddEventArgs|
2053
- |IAnnotationRemoveEventArgs|AnnotationRemoveEventArgs|
2054
- |IAnnotationPropertiesChangeEventArgs|AnnotationPropertiesChangeEventArgs|
2016
+ | Existing Event Arguments Name | New Event Arguments Name |
2017
+ |---|---|
2018
+ | IUnloadEventArgs | UnloadEventArgs |
2019
+ | ILoadEventArgs | LoadEventArgs |
2020
+ | ILoadFailedEventArgs | LoadFailedEventArgs |
2021
+ | IAjaxRequestFailureEventArgs | AjaxRequestFailureEventArgs |
2022
+ | IPageChangeEventArgs | PageChangeEventArgs |
2023
+ | IPageClickEventArgs | PageClickEventArgs |
2024
+ | IZoomChangeEventArgs | ZoomChangeEventArgs |
2025
+ | IHyperlinkClickEventArgs | HyperlinkClickEventArgs |
2026
+ | IAnnotationAddEventArgs | AnnotationAddEventArgs |
2027
+ | IAnnotationRemoveEventArgs | AnnotationRemoveEventArgs |
2028
+ | IAnnotationPropertiesChangeEventArgs | AnnotationPropertiesChangeEventArgs |
2055
2029
 
2056
2030
  #### New Features
2057
2031
 
@@ -2079,19 +2053,19 @@
2079
2053
 
2080
2054
  - The following event arguments are renamed.
2081
2055
 
2082
- | Existing Event Arguments Name| New Event Arguments Name |
2083
- |------|-------------|
2084
- |IUnloadEventArgs|UnloadEventArgs|
2085
- |ILoadEventArgs|LoadEventArgs|
2086
- |ILoadFailedEventArgs|LoadFailedEventArgs|
2087
- |IAjaxRequestFailureEventArgs|AjaxRequestFailureEventArgs|
2088
- |IPageChangeEventArgs|PageChangeEventArgs|
2089
- |IPageClickEventArgs|PageClickEventArgs|
2090
- |IZoomChangeEventArgs|ZoomChangeEventArgs|
2091
- |IHyperlinkClickEventArgs |HyperlinkClickEventArgs |
2092
- |IAnnotationAddEventArgs|AnnotationAddEventArgs|
2093
- |IAnnotationRemoveEventArgs|AnnotationRemoveEventArgs|
2094
- |IAnnotationPropertiesChangeEventArgs|AnnotationPropertiesChangeEventArgs|
2056
+ | Existing Event Arguments Name | New Event Arguments Name |
2057
+ |---|---|
2058
+ | IUnloadEventArgs | UnloadEventArgs |
2059
+ | ILoadEventArgs | LoadEventArgs |
2060
+ | ILoadFailedEventArgs | LoadFailedEventArgs |
2061
+ | IAjaxRequestFailureEventArgs | AjaxRequestFailureEventArgs |
2062
+ | IPageChangeEventArgs | PageChangeEventArgs |
2063
+ | IPageClickEventArgs | PageClickEventArgs |
2064
+ | IZoomChangeEventArgs | ZoomChangeEventArgs |
2065
+ | IHyperlinkClickEventArgs | HyperlinkClickEventArgs |
2066
+ | IAnnotationAddEventArgs | AnnotationAddEventArgs |
2067
+ | IAnnotationRemoveEventArgs | AnnotationRemoveEventArgs |
2068
+ | IAnnotationPropertiesChangeEventArgs | AnnotationPropertiesChangeEventArgs |
2095
2069
 
2096
2070
  #### New Features
2097
2071
 
@@ -2182,35 +2156,6 @@
2182
2156
 
2183
2157
  ### PDF Viewer
2184
2158
 
2185
- #### Bug Fixes
2186
-
2187
- - The PDF document is now rendered properly while using the PDF Viewer inside the Tab control.
2188
- - The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
2189
-
2190
- ## 17.1.38 (2019-03-29)
2191
-
2192
- ### PDF Viewer
2193
-
2194
- #### New Features
2195
-
2196
- - Text Markup annotation support has been provided to PDF Viewer.
2197
- - Mobile view responsiveness support has been provided.
2198
- - Right-to-left support has been provided.
2199
- - Accessibility support has been provided to PDF Viewer.
2200
-
2201
- #### Bug Fixes
2202
-
2203
- - The issue “Added PDF document cache element did not maintain properly” has been fixed.
2204
- - The issue “PdfRenderer object is not disposing properly in EJ2 PDF Viewer library” has been fixed.
2205
- - The issue “PDF Viewer clears all the session storage” has been fixed.
2206
- - Resolved the script error while accessing invalid link annotation destination.
2207
- - Resolved Single Page Document Rendering issue.
2208
- - Document Load event not triggered for lower zoom value issue has been fixed.
2209
-
2210
- ## 17.1.32-beta (2019-03-13)
2211
-
2212
- ### PDF Viewer
2213
-
2214
2159
  #### New Features
2215
2160
 
2216
2161
  - Text Markup annotation support has been provided to PDF Viewer.
@@ -2279,6 +2224,7 @@
2279
2224
 
2280
2225
  The PDF Viewer component enables you to view and print the PDF files.
2281
2226
 
2227
+
2282
2228
  - Both normal and PDF files protected with AES and RC4 encryption can be opened and displayed.
2283
2229
  - Core interactions are included: scrolling, zooming, panning, and page navigation.
2284
2230
  - Built-in toolbar.
@@ -2287,3 +2233,5 @@ The PDF Viewer component enables you to view and print the PDF files.
2287
2233
  - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and a table of contents.
2288
2234
  - Two view modes are included: fit-to-page and fit-to-width.
2289
2235
  - An entire document or a specific page can be printed directly from the browser.
2236
+
2237
+
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 23.2.7
3
+ * version : 24.1.43
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 23.2.7
3
+ * version : 24.1.43
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-react-pdfviewer@23.2.5",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@24.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-rS9i2q/ZCyEDNgc8GdTQWKMAJZh2cs2ZN2NA5GjxGA4qjFqTtdsGcLMtzA1WvkV8WgvTYdqh+RWl/HKDRufkyA==",
5
+ "_integrity": "sha512-Wy8EpsY90SQhu52ix0CwRwQRr/qAtk3yWr2rc+b5hfyn8sR2z0r/toJ4wX5IuLIChkB4Kdzxhd7wFJufkEcfNw==",
6
6
  "_location": "/@syncfusion/ej2-react-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-23.2.5.tgz",
23
- "_shasum": "4b5056c7b6acf434c0b6274cefc94a0c299af12e",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-24.1.41.tgz",
23
+ "_shasum": "1cd89cd629effc14e7708bf7f522c18ecb457568",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.2.6",
35
- "@syncfusion/ej2-pdfviewer": "23.2.7",
36
- "@syncfusion/ej2-react-base": "~23.2.5"
34
+ "@syncfusion/ej2-base": "~24.1.42",
35
+ "@syncfusion/ej2-pdfviewer": "24.1.43",
36
+ "@syncfusion/ej2-react-base": "~24.1.41"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 PDF viewer Component for React",
@@ -54,6 +54,6 @@
54
54
  "type": "git",
55
55
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
56
  },
57
- "version": "23.2.7",
57
+ "version": "24.1.43",
58
58
  "sideEffects": false
59
59
  }