vue-wiring-diagram 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-wiring-diagram",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A Vue 3.x component for wiring diagram",
5
5
  "type": "module",
6
6
  "main": "dist/vue-wiring-diagram.umd.js",
@@ -163,7 +163,7 @@ onMounted(() => {
163
163
  <style scoped lang="scss">
164
164
  @use '/packages/styles/elPath.scss';
165
165
 
166
- .image-management {
166
+ .form-container {
167
167
  display: flex;
168
168
  flex-direction: column;
169
169
  align-items: flex-start;