beca-ui 0.1.47 → 0.1.48
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.
- package/dist/beca-ui.js +5 -0
- package/package.json +2 -2
package/dist/beca-ui.js
CHANGED
|
@@ -142627,10 +142627,12 @@ function mergeRefs() {
|
|
|
142627
142627
|
const PageContext = createContext$1(null), PDF_ROLE_TO_HTML_ROLE = {
|
|
142628
142628
|
// Document level structure types
|
|
142629
142629
|
Document: null,
|
|
142630
|
+
// There's a "document" role, but it doesn't make sense here.
|
|
142630
142631
|
DocumentFragment: null,
|
|
142631
142632
|
// Grouping level structure types
|
|
142632
142633
|
Part: "group",
|
|
142633
142634
|
Sect: "group",
|
|
142635
|
+
// XXX: There's a "section" role, but it's abstract.
|
|
142634
142636
|
Div: "group",
|
|
142635
142637
|
Aside: "note",
|
|
142636
142638
|
NonStruct: "none",
|
|
@@ -143057,9 +143059,12 @@ function AnnotationLayer() {
|
|
|
143057
143059
|
return;
|
|
143058
143060
|
const U = z.clone({ dontFlip: !0 }), P = {
|
|
143059
143061
|
accessibilityManager: null,
|
|
143062
|
+
// TODO: Implement this
|
|
143060
143063
|
annotationCanvasMap: null,
|
|
143064
|
+
// TODO: Implement this
|
|
143061
143065
|
div: j,
|
|
143062
143066
|
l10n: null,
|
|
143067
|
+
// TODO: Implement this
|
|
143063
143068
|
page: b,
|
|
143064
143069
|
viewport: U
|
|
143065
143070
|
}, F = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beca-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.48",
|
|
4
4
|
"description": "Becawork UI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"react-i18next": "13.0.1",
|
|
78
78
|
"react-infinite-scroll-component": "6.1.0",
|
|
79
79
|
"react-paginate": "8.2.0",
|
|
80
|
-
"react-pdf": "7.
|
|
80
|
+
"react-pdf": "7.6.0",
|
|
81
81
|
"react-resizable": "3.0.5",
|
|
82
82
|
"react-virtuoso": "4.6.2",
|
|
83
83
|
"tippy.js": "6.3.7"
|