@elvia/elvis-accordion
Advanced tools
Comparing version 2.1.1 to 2.1.2
# Elvia Accordion Changelog | ||
## 2.1.2 (04.03.22) | ||
### Patch | ||
- Now using correct type for webcomponent wrapper for better internal IntelliSense. | ||
## 2.1.1 (18.02.22) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@elvia/elvis-accordion", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "main": "web_component.js", | ||
"dependencies": { | ||
"@elvia/elvis-component-wrapper": "^2.1.11", | ||
"@elvia/elvis-component-wrapper": "^2.2.0", | ||
"@elvia/elvis-toolbox": "^1.2.1", | ||
@@ -15,0 +15,0 @@ "@elvia/elvis-colors": "^1.2.0", |
@@ -1,1 +0,1 @@ | ||
export { default as Accordion } from './dist/react/js/elvia-accordion'; | ||
export { default as Accordion } from './dist/react/js/elvia-accordion.js'; |
Sorry, the diff of this file is too big to display
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
604960