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

@elvia/elvis-box

Package Overview
Dependencies
Maintainers
6
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elvia/elvis-box - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

dist/cdn/elvia-box.js

1

dist/react/js/elvia-box.d.ts

@@ -7,2 +7,3 @@ import { FC } from 'react';

hasBorder?: boolean;
hiddenProp?: boolean;
webcomponent: any;

@@ -9,0 +10,0 @@ }

9

dist/react/js/elvia-box.js

@@ -35,2 +35,3 @@ /*

hasBorder = false,
hiddenProp = true,
webcomponent

@@ -56,10 +57,8 @@ }) => {

}, [webcomponent]);
return /*#__PURE__*/React.createElement(BoxArea, null, title && /*#__PURE__*/React.createElement(BoxTitle, null, title), !title && /*#__PURE__*/React.createElement(BoxTitle, {
return /*#__PURE__*/React.createElement(BoxArea, null, hiddenProp && /*#__PURE__*/React.createElement("div", null, "YOYOYOYO"), title && /*#__PURE__*/React.createElement(BoxTitle, null, title), !title && /*#__PURE__*/React.createElement(BoxTitle, {
ref: boxTitle
}), content && /*#__PURE__*/React.createElement(BoxContent, {
hasBorder: hasBorder,
isColored: isColored
hasBorder: hasBorder
}, isColored && /*#__PURE__*/React.createElement(BoxColoredLine, null), content), !content && /*#__PURE__*/React.createElement(BoxContent, {
hasBorder: hasBorder,
isColored: isColored
hasBorder: hasBorder
}, isColored && /*#__PURE__*/React.createElement(BoxColoredLine, null), /*#__PURE__*/React.createElement("div", {

@@ -66,0 +65,0 @@ ref: boxContent

@@ -37,3 +37,3 @@ /*

"useWrapper": false,
"reactTypescriptDeclaration": false
"reactTypescriptDeclaration": true
};

@@ -40,0 +40,0 @@ }

{
"name": "@elvia/elvis-box",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "web_component.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