sling-web-component-form
Advanced tools
Comparing version 1.8.0 to 1.11.0
{ | ||
"name": "sling-web-component-form", | ||
"version": "1.8.0", | ||
"version": "1.11.0", | ||
"description": "Sling Form", | ||
@@ -10,7 +10,7 @@ "module": "src/index.js", | ||
"dependencies": { | ||
"sling-framework": "^1.8.0", | ||
"sling-helpers": "^1.8.0", | ||
"sling-web-component-button": "^1.8.0", | ||
"sling-web-component-input": "^1.8.0" | ||
"sling-framework": "^1.11.0", | ||
"sling-helpers": "^1.11.0", | ||
"sling-web-component-button": "^1.11.0", | ||
"sling-web-component-input": "^1.11.0" | ||
} | ||
} |
@@ -6,3 +6,3 @@ # sling-web-component-form | ||
``` | ||
npm instal sling-web-component-form | ||
npm install sling-web-component-form | ||
``` | ||
@@ -9,0 +9,0 @@ |
@@ -147,12 +147,3 @@ import { html, SlingElement } from 'sling-framework'; | ||
<style> | ||
:host { | ||
display: grid; | ||
} | ||
/* for compatibility */ | ||
sling-form { | ||
display: grid; | ||
} | ||
@import url('sling-web-component-form/src/index.css'); | ||
</style> | ||
@@ -159,0 +150,0 @@ <slot id="inside"></slot> |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8085
11
197
1
Updatedsling-framework@^1.11.0
Updatedsling-helpers@^1.11.0