Socket
Socket
Sign inDemoInstall

@wireapp/react-ui-kit

Package Overview
Dependencies
7
Maintainers
8
Versions
737
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="1.0.7"></a>
## [1.0.7](https://github.com/wireapp/wire-web-packages/tree/master/packages/react-ui-kit/compare/@wireapp/react-ui-kit@1.0.6...@wireapp/react-ui-kit@1.0.7) (2018-03-01)
### Bug Fixes
* **react-ui-kit:** Reduce modal padding ([#326](https://github.com/wireapp/wire-web-packages/tree/master/packages/react-ui-kit/issues/326)) ([a52ffe3](https://github.com/wireapp/wire-web-packages/tree/master/packages/react-ui-kit/commit/a52ffe3))
<a name="1.0.6"></a>

@@ -8,0 +19,0 @@ ## [1.0.6](https://github.com/wireapp/wire-web-packages/tree/master/packages/react-ui-kit/compare/@wireapp/react-ui-kit@1.0.5...@wireapp/react-ui-kit@1.0.6) (2018-03-01)

2

dist/Modal/Modal.js

@@ -9,3 +9,3 @@ 'use strict';

var _templateObject = _taggedTemplateLiteral(['\n position: fixed;\n display: flex;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n padding: 24px;\n z-index: 9997;\n overflow-y: auto;\n'], ['\n position: fixed;\n display: flex;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n padding: 24px;\n z-index: 9997;\n overflow-y: auto;\n']),
_templateObject2 = _taggedTemplateLiteral(['\n ', ';\n align-items: center;\n background-color: #fff;\n display: flex;\n flex-direction: column;\n padding: 34px;\n z-index: 9999;\n margin: auto;\n -webkit-transform: translate3d(0, 0, 0);\n'], ['\n ', ';\n align-items: center;\n background-color: #fff;\n display: flex;\n flex-direction: column;\n padding: 34px;\n z-index: 9999;\n margin: auto;\n -webkit-transform: translate3d(0, 0, 0);\n']),
_templateObject2 = _taggedTemplateLiteral(['\n ', ';\n align-items: center;\n background-color: #fff;\n display: flex;\n flex-direction: column;\n padding: 12px 24px;\n z-index: 9999;\n margin: auto;\n -webkit-transform: translate3d(0, 0, 0);\n'], ['\n ', ';\n align-items: center;\n background-color: #fff;\n display: flex;\n flex-direction: column;\n padding: 12px 24px;\n z-index: 9999;\n margin: auto;\n -webkit-transform: translate3d(0, 0, 0);\n']),
_templateObject3 = _taggedTemplateLiteral(['\n position: absolute;\n top: 10px;\n right: 10px;\n padding: 13px;\n display: flex;\n justify-content: center;\n align-items: center;\n width: 40px;\n height: 40px;\n cursor: pointer;\n'], ['\n position: absolute;\n top: 10px;\n right: 10px;\n padding: 13px;\n display: flex;\n justify-content: center;\n align-items: center;\n width: 40px;\n height: 40px;\n cursor: pointer;\n']),

@@ -12,0 +12,0 @@ _templateObject4 = _taggedTemplateLiteral(['\n max-width: 100%;\n overflow-y: auto;\n'], ['\n max-width: 100%;\n overflow-y: auto;\n']),

@@ -46,3 +46,3 @@ {

},
"version": "1.0.6"
"version": "1.0.7"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc