polarvo-layout 1.0.41 → 1.0.43

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": "polarvo-layout",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "type": "module",
5
5
  "author": "unigence <unigencelab@gmail.com>",
6
6
  "repository": {
@@ -9,7 +9,7 @@
9
9
  ></FreeItem>
10
10
 
11
11
  <!-- 오버레이 -->
12
- <div v-if="activeEditMode" class="absolute inset-0 bg-black opacity-50"></div>
12
+ <div v-if="activeEditMode" class="absolute inset-0 bg-black opacity-50 z-30"></div>
13
13
 
14
14
  <!-- 가이드라인 -->
15
15
  <div v-if="isActive">
@@ -46,7 +46,7 @@
46
46
  />
47
47
 
48
48
  <!-- 오버레이 -->
49
- <div v-if="activeEditMode && item.id !== activeId" class="absolute inset-0 bg-black opacity-50"></div>
49
+ <div v-if="activeEditMode && item.id !== activeId" class="absolute inset-0 bg-black opacity-50 z-30"></div>
50
50
  </template>
51
51
 
52
52
  <template v-else>
@@ -9,7 +9,7 @@
9
9
  ></GridItem>
10
10
 
11
11
  <!-- 오버레이 -->
12
- <div v-if="activeEditMode" class="absolute inset-0 bg-black opacity-50"></div>
12
+ <div v-if="activeEditMode" class="absolute inset-0 bg-black opacity-50 z-30"></div>
13
13
  </template>
14
14
  </template>
15
15
 
@@ -62,7 +62,8 @@ async function getElements() {
62
62
  'multiCheckRadio',
63
63
  'labelInputRows',
64
64
  'refLabel',
65
- 'labelTextarea'
65
+ 'labelTextarea',
66
+ 'loginForm'
66
67
  ];
67
68
 
68
69
  const elementsData = Object.keys(modules)