react-datocms
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -96,3 +96,3 @@ "use strict"; | ||
regularSource, | ||
data.src && (react_1.default.createElement("img", { src: data.src, alt: data.alt, title: data.title, onLoad: handleLoad, style: { maxWidth: "100%" } })))), | ||
data.src && (react_1.default.createElement("img", { src: data.src, alt: data.alt, title: data.title, onLoad: handleLoad, style: { width: "100%" } })))), | ||
react_1.default.createElement("noscript", null, | ||
@@ -99,0 +99,0 @@ react_1.default.createElement("picture", { className: pictureClassName, style: Object.assign(Object.assign({}, pictureStyle), absolutePositioning) }, |
{ | ||
"name": "react-datocms", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"types": "dist/index.d.ts", | ||
@@ -15,3 +15,3 @@ "main": "dist/index.js", | ||
"@types/enzyme-adapter-react-16": "^1.0.6", | ||
"@types/jest": "^25.1.3", | ||
"@types/jest": "^25.1.4", | ||
"@types/react": "^16.9.23", | ||
@@ -18,0 +18,0 @@ "@types/styled-jsx": "^2.2.8", |
@@ -35,3 +35,3 @@ # react-datocms | ||
- Pure React: [https://react-datocms-example.netlify.com/](https://react-datocms-example.netlify.com/) | ||
- Server side rendering with Next.js: [https://with-next-typescript.stefanoverna.now.sh/](https://with-next-typescript.stefanoverna.now.sh/) | ||
- Server side rendering with Next.js: [https://with-next-typescript.datocms.now.sh/](https://with-next-typescript.datocms.now.sh/) | ||
@@ -38,0 +38,0 @@ ## Installation |
Sorry, the diff of this file is not supported yet
35904