@canopycanopycanopy/b-ber-reader-react 1.2.13-react-reader.59 → 1.2.13-react-reader.64
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/index.js +7 -7
- package/index.d.ts +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -170,7 +170,7 @@ export interface SidebarMetadataProps {
|
|
|
170
170
|
|
|
171
171
|
export type UiReaderProp<T> = React.Component<T> | ((props: T) => JSX.Element)
|
|
172
172
|
|
|
173
|
-
export type LocationState = 'memory' | 'localStorage' | '
|
|
173
|
+
export type LocationState = 'memory' | 'localStorage' | 'searchParams'
|
|
174
174
|
|
|
175
175
|
export type KeysValues<T> = { [P in keyof T]: T[P] }
|
|
176
176
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-reader-react",
|
|
3
|
-
"version": "1.2.13-react-reader.
|
|
3
|
+
"version": "1.2.13-react-reader.64+d46c0879",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -122,5 +122,5 @@
|
|
|
122
122
|
"url": "https://maxwellsimmer.com"
|
|
123
123
|
}
|
|
124
124
|
],
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "d46c08797de554f0faf90c3c02300a9079fbb5e6"
|
|
126
126
|
}
|