RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@zealicsolutions/web-ui
Versions diffs
0.3.13 → 0.3.14
Page 6
@zealicsolutions/web-ui 0.3.13 → 0.3.14
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (7)
hide
show
package/dist/cjs/index.js
+4
-4
package/dist/cjs/index.js.map
+1
-1
package/dist/cjs/src/molecules/PdfDocument/PdfDocument.d.ts
+0
-1
package/dist/esm/index.js
+4
-4
package/dist/esm/index.js.map
+1
-1
package/dist/esm/src/molecules/PdfDocument/PdfDocument.d.ts
+0
-1
package/package.json
+1
-1
package/dist/esm/src/molecules/PdfDocument/PdfDocument.d.ts
CHANGED
Viewed
@@ -1,5 +1,4 @@
1
1
/// <reference types="react" />
2
-
import 'react-pdf/dist/esm/Page/AnnotationLayer.css';
3
2
import { ThemeColors } from 'theme';
4
3
export declare type PdfDocumentProps = {
5
4
source: string;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@zealicsolutions/web-ui",
3
-
"version": "0.3.
13
",
3
+
"version": "0.3.
14
",
4
4
"repository": {
5
5
"type": "git",
6
6
"url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"
« First
‹ Prev
...
2
3
4
5
6