box-content-preview 3.58.0 → 3.59.0

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 (36) hide show
  1. package/README.md +7 -7
  2. package/dist/lib/237.js +34 -0
  3. package/dist/lib/274.js +103 -0
  4. package/dist/lib/2a7d8bfaf2d43f53bd71.mjs +21 -0
  5. package/dist/lib/492.js +34 -0
  6. package/dist/lib/671.js +34 -0
  7. package/dist/lib/815.js +34 -0
  8. package/dist/lib/88.css +1 -1
  9. package/dist/lib/index.css +4 -4
  10. package/dist/lib/index.js +46 -9
  11. package/dist/lib/pdfjs-lib.js +15 -94
  12. package/dist/lib/pdfjs-viewer.js +1172 -2879
  13. package/package.json +3 -3
  14. package/dist/lib/10884617744dc1151da6.svg +0 -3
  15. package/dist/lib/211d2d6fe3604a9a520c.svg +0 -3
  16. package/dist/lib/2d166d850c0e35f16449.svg +0 -3
  17. package/dist/lib/2ef94bf18d79d33c1956.svg +0 -3
  18. package/dist/lib/3b058ed0b02df4fe2a4b.svg +0 -5
  19. package/dist/lib/4cadce1da24a888d3778.svg +0 -3
  20. package/dist/lib/553a8349e45b78d2b0e4.svg +0 -3
  21. package/dist/lib/5a0d39f4f5a65c621dbe.svg +0 -1
  22. package/dist/lib/5b29822d0b078939cf78.mjs +0 -29
  23. package/dist/lib/6adf7ff4167ab6e1a87f.svg +0 -1
  24. package/dist/lib/7a72cfe20720a26ec417.svg +0 -30
  25. package/dist/lib/9235a934bba6a11e0c0e.svg +0 -3
  26. package/dist/lib/9e99b3c1c4e832d55661.svg +0 -3
  27. package/dist/lib/b3f42e9824f129eefaac.svg +0 -3
  28. package/dist/lib/b764fc7c9c83840e51bb.svg +0 -3
  29. package/dist/lib/c9dc2a6d0f9e1e7533bc.svg +0 -3
  30. package/dist/lib/ca4804e8b13a221c170a.svg +0 -3
  31. package/dist/lib/d15926e8173b24e27798.svg +0 -5
  32. package/dist/lib/d39979b82330f1bca780.svg +0 -3
  33. package/dist/lib/d9820fcb925358884b24.svg +0 -3
  34. package/dist/lib/e389d73645f134c0640a.svg +0 -3
  35. package/dist/lib/f904f4e53fc28e721147.svg +0 -7
  36. package/dist/lib/fe569fb3bf1e1ac0e771.svg +0 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  [![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/box/box-content-preview&style=flat)](https://mergify.io)
3
3
  [![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
4
4
  [![build status](https://img.shields.io/travis/box/box-content-preview/master.svg?style=flat-square)](https://travis-ci.org/box/box-content-preview)
5
- [![version](https://img.shields.io/badge/version-v3.58.0-blue.svg?style=flat-square)](https://github.com/box/box-content-preview)
5
+ [![version](https://img.shields.io/badge/version-v3.59.0-blue.svg?style=flat-square)](https://github.com/box/box-content-preview)
6
6
  [![npm version](https://img.shields.io/npm/v/box-ui-elements.svg?style=flat-square)](https://www.npmjs.com/package/box-ui-elements)
7
7
 
8
8
  # [Box Content Preview](https://developer.box.com/docs/box-content-preview)
@@ -22,11 +22,11 @@ We encourage all users to update their applications to utilize modern browsers f
22
22
 
23
23
  ## Current Version
24
24
 
25
- - Version: v3.58.0
25
+ - Version: v3.59.0
26
26
  - Locale: en-US
27
27
 
28
- https://cdn01.boxcdn.net/platform/preview/3.58.0/en-US/preview.js
29
- https://cdn01.boxcdn.net/platform/preview/3.58.0/en-US/preview.css
28
+ https://cdn01.boxcdn.net/platform/preview/3.59.0/en-US/preview.js
29
+ https://cdn01.boxcdn.net/platform/preview/3.59.0/en-US/preview.css
30
30
 
31
31
  ## Supported Locales
32
32
 
@@ -52,10 +52,10 @@ You can self-host the Box Content Preview library or reference the versions avai
52
52
  <title>Box Content Preview Demo</title>
53
53
 
54
54
  <!-- Latest version of Preview SDK for your locale -->
55
- <script src="https://cdn01.boxcdn.net/platform/preview/3.58.0/en-US/preview.js"></script>
55
+ <script src="https://cdn01.boxcdn.net/platform/preview/3.59.0/en-US/preview.js"></script>
56
56
  <link
57
57
  rel="stylesheet"
58
- href="https://cdn01.boxcdn.net/platform/preview/3.58.0/en-US/preview.css"
58
+ href="https://cdn01.boxcdn.net/platform/preview/3.59.0/en-US/preview.css"
59
59
  />
60
60
  </head>
61
61
  <body>
@@ -76,7 +76,7 @@ To self-host the Box Content Preview library, follow these steps:
76
76
 
77
77
  1. Either fork the repo and check out the version you want to host or download the specific version as a zip:
78
78
 
79
- - Check out a specific version with `git checkout v3.58.0`
79
+ - Check out a specific version with `git checkout v3.59.0`
80
80
  - Download a specific version as a zip from https://github.com/box/box-content-preview/releases
81
81
 
82
82
  2. Install dependencies and build the library with `yarn install && yarn build:i18n && yarn build:prod`
@@ -0,0 +1,34 @@
1
+ /*!
2
+ * Box Content Preview
3
+ *
4
+ * Copyright 2023 Box, Inc. All rights reserved.
5
+ *
6
+ * This product includes software developed by Box, Inc. ("Box")
7
+ * (http://www.box.com)
8
+ *
9
+ * ALL BOX SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
10
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
11
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
12
+ * IN NO EVENT SHALL BOX BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
13
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
14
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
15
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
16
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
17
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
18
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19
+ *
20
+ * See the Box license for the specific language governing permissions
21
+ * and limitations under the license.
22
+ */
23
+ export const __webpack_esm_id__ = 237;
24
+ export const __webpack_esm_ids__ = [237];
25
+ export const __webpack_esm_modules__ = {
26
+
27
+ /***/ 3237
28
+ () {
29
+
30
+ /* (ignored) */
31
+
32
+ /***/ }
33
+
34
+ };