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.10 to 1.1.11

dist/cdn/elvia-box.js

4

CHANGELOG.md
# Elvia Box Changelog
## 1.1.11 (26.01.21)
- Updated dependencies
## 1.1.10 (14.01.22)

@@ -4,0 +8,0 @@

6

dist/web_component/js/elvia-box.js

@@ -24,11 +24,11 @@ /*

"type": "string",
"propType": "string | HTMLElement"
"propType": "string | HTMLElement | undefined"
}, {
"name": "hasBorder",
"type": "boolean",
"propType": "boolean"
"propType": "boolean | undefined"
}, {
"name": "isColored",
"type": "boolean",
"propType": "boolean"
"propType": "boolean | undefined"
}],

@@ -35,0 +35,0 @@ "reactName": "Box",

{
"name": "@elvia/elvis-box",
"version": "1.1.10",
"version": "1.1.11",
"description": "",

@@ -13,7 +13,16 @@ "main": "web_component.js",

"@elvia/elvis-component-wrapper": "^2.1.6",
"@elvia/elvis-toolbox": "^1.2.0",
"@elvia/elvis-colors": "^1.2.0",
"@elvia/elvis-typography": "^1.2.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"react-is": ">= 16.8.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"react-is": ">= 16.8.0"
}
}
export { default as Box } from './dist/react/js/elvia-box';
# Elvia Box
This component only works in React right now. The webcomponent will be ready shortly.
declare module '*';

@@ -0,0 +0,0 @@ import Box from './elvia-box.tsx';

export { default as Box } from './dist/web_component/js/elvia-box';

Sorry, the diff of this file is not supported yet

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