@opuscapita/react-svg
Advanced tools
Comparing version
Release 3.0.1 Tue Nov 28 2017 00:26:36 GMT+0300 (+03) | ||
======================================================= | ||
- Fix blurry svg in some cases for IE11 (Kirill Volkovich <kirill.volkovich@opuscapita.com>, Tue Nov 28 00:26:01 2017 +0300) | ||
- Updating to a version to 3.0.1 (Kirill Volkovich <kirill.volkovich@opuscapita.com>, Tue Nov 28 00:17:08 2017 +0300) | ||
Release 3.0.0 Tue Nov 28 2017 00:16:55 GMT+0300 (+03) | ||
@@ -3,0 +9,0 @@ ======================================================= |
@@ -816,3 +816,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// module | ||
exports.push([module.i, ".oc-svg {\n display: inline-flex;\n width: 24px;\n height: 24px;\n}\n.oc-svg svg {\n height: 100%;\n width: 100%;\n}\n", ""]); | ||
exports.push([module.i, ".oc-svg {\n display: inline-flex;\n width: 24px;\n height: 24px;\n}\n.oc-svg svg {\n height: 100%;\n width: 100%;\n transform: scale(1);\n}\n", ""]); | ||
@@ -845,11 +845,11 @@ // exports | ||
// module | ||
exports.push([module.i, ".SVGIconsPreviewer-module__itemsContainer__3-0-0_1n2 {\n display: flex;\n flex-wrap: wrap;\n border-top: 1px solid #eee;\n}\n.SVGIconsPreviewer-module__item__3-0-0_3uH {\n display: inline-flex;\n flex-direction: column;\n width: 20%;\n}\n.SVGIconsPreviewer-module__itemRenderer__3-0-0_17N {\n display: flex;\n padding: 12px;\n justify-content: center;\n align-items: center;\n}\n.SVGIconsPreviewer-module__itemName__3-0-0_2JY {\n padding: 4px 12px 8px;\n text-overflow: ellipsis;\n text-align: center;\n overflow: hidden;\n}\n.SVGIconsPreviewer-module__filterInput__3-0-0_rMI {\n max-width: 500px;\n margin: 0 auto 20px auto;\n}\n", ""]); | ||
exports.push([module.i, ".SVGIconsPreviewer-module__itemsContainer__3-0-1_1n2 {\n display: flex;\n flex-wrap: wrap;\n border-top: 1px solid #eee;\n}\n.SVGIconsPreviewer-module__item__3-0-1_3uH {\n display: inline-flex;\n flex-direction: column;\n width: 20%;\n}\n.SVGIconsPreviewer-module__itemRenderer__3-0-1_17N {\n display: flex;\n padding: 12px;\n justify-content: center;\n align-items: center;\n}\n.SVGIconsPreviewer-module__itemName__3-0-1_2JY {\n padding: 4px 12px 8px;\n text-overflow: ellipsis;\n text-align: center;\n overflow: hidden;\n}\n.SVGIconsPreviewer-module__filterInput__3-0-1_rMI {\n max-width: 500px;\n margin: 0 auto 20px auto;\n}\n", ""]); | ||
// exports | ||
exports.locals = { | ||
"itemsContainer": "SVGIconsPreviewer-module__itemsContainer__3-0-0_1n2", | ||
"item": "SVGIconsPreviewer-module__item__3-0-0_3uH", | ||
"itemRenderer": "SVGIconsPreviewer-module__itemRenderer__3-0-0_17N", | ||
"itemName": "SVGIconsPreviewer-module__itemName__3-0-0_2JY", | ||
"filterInput": "SVGIconsPreviewer-module__filterInput__3-0-0_rMI" | ||
"itemsContainer": "SVGIconsPreviewer-module__itemsContainer__3-0-1_1n2", | ||
"item": "SVGIconsPreviewer-module__item__3-0-1_3uH", | ||
"itemRenderer": "SVGIconsPreviewer-module__itemRenderer__3-0-1_17N", | ||
"itemName": "SVGIconsPreviewer-module__itemName__3-0-1_2JY", | ||
"filterInput": "SVGIconsPreviewer-module__filterInput__3-0-1_rMI" | ||
}; | ||
@@ -856,0 +856,0 @@ |
{ | ||
"name": "@opuscapita/react-svg", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "React components for SVG (Scalable Vector Graphic).", | ||
@@ -5,0 +5,0 @@ "scripts": { |
64581
0.6%