@vue-pdf-viewer/shared 1.0.1-rc.1 → 1.0.1-rc.2

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.
@@ -45,19 +45,19 @@
45
45
  "handToolTooltip": "Enable hand tool",
46
46
  "documentPropertiesLabel": "Document properties",
47
47
  "documentPropertiesTooltip": "View document properties",
48
- "pageScrollingLabel": "Page Scrolling",
48
+ "pageScrollingLabel": "Page scrolling",
49
49
  "pageScrollingTooltip": "Enable page scrolling",
50
- "verticalScrollingLabel": "Vertical Scrolling",
50
+ "verticalScrollingLabel": "Vertical scrolling",
51
51
  "verticalScrollingTooltip": "Enable vertical scrolling",
52
- "horizontalLabel": "Horizontal Scrolling",
52
+ "horizontalLabel": "Horizontal scrolling",
53
53
  "horizontalTooltip": "Enable horizontal scrolling",
54
- "wrappedScrollingLabel": "Wrapped Scrolling",
54
+ "wrappedScrollingLabel": "Wrapped scrolling",
55
55
  "wrappedScrollingTooltip": "Enable wrapped scrolling",
56
- "singlePageLabel": "Single Page",
56
+ "singlePageLabel": "Single page",
57
57
  "singlePageTooltip": "Enable single page view",
58
- "dualPageLabel": "Dual Page",
58
+ "dualPageLabel": "Dual page",
59
59
  "dualPageTooltip": "Enable dual page view",
60
- "dualPageWithCoverLabel": "Dual Page with cover",
60
+ "dualPageWithCoverLabel": "Dual page with cover",
61
61
  "dualPageWithCoverTooltip": "Enable dual page view with cover",
62
62
  "propertiesFilenameLabel": "File name",
63
63
  "propertiesFileSizeLabel": "File size",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/shared",
3
3
  "private": false,
4
- "version": "1.0.1-rc.1",
4
+ "version": "1.0.1-rc.2",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",