react-native-readium 3.0.2 → 3.0.3

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.
@@ -69,17 +69,17 @@ export const useReaderRef = ({ file, onLocationChange, onTableOfContents, }) =>
69
69
  const injectables = [
70
70
  {
71
71
  type: 'style',
72
- url: 'https://cdn.statically.io/gh/d-i-t-a/R2D2BC/production/viewer/readium-css/ReadiumCSS-before.css',
72
+ url: 'https://cdn.jsdelivr.net/gh/d-i-t-a/R2D2BC@refs/tags/2.4.10/viewer/readium-css/ReadiumCSS-before.css',
73
73
  r2before: true,
74
74
  },
75
75
  {
76
76
  type: 'style',
77
- url: 'https://cdn.statically.io/gh/d-i-t-a/R2D2BC/production/viewer/readium-css/ReadiumCSS-default.css',
77
+ url: 'https://cdn.jsdelivr.net/gh/d-i-t-a/R2D2BC@refs/tags/2.4.10/viewer/readium-css/ReadiumCSS-default.css',
78
78
  r2default: true,
79
79
  },
80
80
  {
81
81
  type: 'style',
82
- url: 'https://cdn.statically.io/gh/d-i-t-a/R2D2BC/production/viewer/readium-css/ReadiumCSS-after.css',
82
+ url: 'https://cdn.jsdelivr.net/gh/d-i-t-a/R2D2BC@refs/tags/2.4.10/viewer/readium-css/ReadiumCSS-after.css',
83
83
  r2after: true,
84
84
  },
85
85
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-readium",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "A react-native wrapper for https://readium.org/",
5
5
  "main": "lib/src/index",
6
6
  "types": "lib/src/index.d.ts",
@@ -93,17 +93,17 @@ export const useReaderRef = ({
93
93
  const injectables: any[] = [
94
94
  {
95
95
  type: 'style',
96
- url: 'https://cdn.statically.io/gh/d-i-t-a/R2D2BC/production/viewer/readium-css/ReadiumCSS-before.css',
96
+ url: 'https://cdn.jsdelivr.net/gh/d-i-t-a/R2D2BC@refs/tags/2.4.10/viewer/readium-css/ReadiumCSS-before.css',
97
97
  r2before: true,
98
98
  },
99
99
  {
100
100
  type: 'style',
101
- url: 'https://cdn.statically.io/gh/d-i-t-a/R2D2BC/production/viewer/readium-css/ReadiumCSS-default.css',
101
+ url: 'https://cdn.jsdelivr.net/gh/d-i-t-a/R2D2BC@refs/tags/2.4.10/viewer/readium-css/ReadiumCSS-default.css',
102
102
  r2default: true,
103
103
  },
104
104
  {
105
105
  type: 'style',
106
- url: 'https://cdn.statically.io/gh/d-i-t-a/R2D2BC/production/viewer/readium-css/ReadiumCSS-after.css',
106
+ url: 'https://cdn.jsdelivr.net/gh/d-i-t-a/R2D2BC@refs/tags/2.4.10/viewer/readium-css/ReadiumCSS-after.css',
107
107
  r2after: true,
108
108
  },
109
109
  ];