@elvia/elvis-box
Advanced tools
Comparing version 1.1.10 to 1.1.11
# Elvia Box Changelog | ||
## 1.1.11 (26.01.21) | ||
- Updated dependencies | ||
## 1.1.10 (14.01.22) | ||
@@ -4,0 +8,0 @@ |
declare module '*'; |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154761
17
586
7
3
- Removed@elvia/elvis-toolbox@^1.2.0
- Removed@elvia/elvis-toolbox@1.3.2(transitive)