Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eaze/address-display

Package Overview
Dependencies
Maintainers
33
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eaze/address-display - npm Package Compare versions

Comparing version 1.1.17 to 1.1.18

4

dist/google-map.js

@@ -30,3 +30,5 @@ 'use strict';

var MapContainer = /*#__PURE__*/(0, _reactEmotion2.default)('div')('position:absolute;right:0;top:0;width:16.67rem;height:15rem;background-size:cover;background-repeat:no-repeat;background-position:right;background-image:url(', generateUrl, ');', function (_ref) {
var MapContainer = /*#__PURE__*/(0, _reactEmotion2.default)('div', {
target: 'css-1nzegll0'
})('position:absolute;right:0;top:0;width:16.67rem;height:15rem;background-size:cover;background-repeat:no-repeat;background-position:right;background-image:url(', generateUrl, ');', function (_ref) {
var showLargeMap = _ref.showLargeMap;

@@ -33,0 +35,0 @@

@@ -37,9 +37,17 @@ 'use strict';

var Container = /*#__PURE__*/(0, _reactEmotion2.default)('div')('width:100%;min-height:5rem;border-top:0.1rem solid ', lightGray, ';border-bottom:0.1rem solid ', lightGray, ';position:relative;overflow:hidden;display:block;@media (min-width:768px){border-top:none;border-bottom:0.1rem solid ', lightGray, ';min-height:12.2rem;}');
var Container = /*#__PURE__*/(0, _reactEmotion2.default)('div', {
target: 'css-1a2dgdh0'
})('width:100%;min-height:5rem;border-top:0.1rem solid ', lightGray, ';border-bottom:0.1rem solid ', lightGray, ';position:relative;overflow:hidden;display:block;@media (min-width:768px){border-top:none;border-bottom:0.1rem solid ', lightGray, ';min-height:12.2rem;}');
var Transparency = /*#__PURE__*/(0, _reactEmotion2.default)('div')('position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(90deg,white 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));z-index:1;');
var Transparency = /*#__PURE__*/(0, _reactEmotion2.default)('div', {
target: 'css-1a2dgdh1'
})('position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(90deg,white 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0));z-index:1;');
var AddressDetails = /*#__PURE__*/(0, _reactEmotion2.default)('div')('z-index:2;position:relative;');
var AddressDetails = /*#__PURE__*/(0, _reactEmotion2.default)('div', {
target: 'css-1a2dgdh2'
})('z-index:2;position:relative;');
var ArrowContainer = /*#__PURE__*/(0, _reactEmotion2.default)('div')('position:absolute;bottom:0.5rem;right:1rem;');
var ArrowContainer = /*#__PURE__*/(0, _reactEmotion2.default)('div', {
target: 'css-1a2dgdh3'
})('position:absolute;bottom:0.5rem;right:1rem;');

@@ -46,0 +54,0 @@ var RoundArrow = function RoundArrow(props) {

{
"name": "@eaze/address-display",
"version": "1.1.17",
"version": "1.1.18",
"description": "Address Display component",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc