ninegrid2 6.803.0 → 6.804.0

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.
@@ -120942,7 +120942,7 @@ class nxCollapse extends HTMLElement {
120942
120942
 
120943
120943
  this.style.display = "inline-block";
120944
120944
  this.classList.add("appearing");
120945
- }, 300); // appearing 시작 후 100ms 딜레이로 target 축소 시작
120945
+ }, 100); // appearing 시작 후 100ms 딜레이로 target 축소 시작
120946
120946
 
120947
120947
  setTimeout(() => {
120948
120948
  // STEP 3: 실제 target 숨기기
@@ -120938,7 +120938,7 @@ class nxCollapse extends HTMLElement {
120938
120938
 
120939
120939
  this.style.display = "inline-block";
120940
120940
  this.classList.add("appearing");
120941
- }, 300); // appearing 시작 후 100ms 딜레이로 target 축소 시작
120941
+ }, 100); // appearing 시작 후 100ms 딜레이로 target 축소 시작
120942
120942
 
120943
120943
  setTimeout(() => {
120944
120944
  // STEP 3: 실제 target 숨기기
@@ -97,7 +97,7 @@ class nxCollapse extends HTMLElement {
97
97
 
98
98
  this.style.display = "inline-block";
99
99
  this.classList.add("appearing");
100
- }, 300); // appearing 시작 후 100ms 딜레이로 target 축소 시작
100
+ }, 100); // appearing 시작 후 100ms 딜레이로 target 축소 시작
101
101
 
102
102
  setTimeout(() => {
103
103
  // STEP 3: 실제 target 숨기기
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.803.0",
4
+ "version": "6.804.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -97,7 +97,7 @@ class nxCollapse extends HTMLElement {
97
97
 
98
98
  this.style.display = "inline-block";
99
99
  this.classList.add("appearing");
100
- }, 300); // appearing 시작 후 100ms 딜레이로 target 축소 시작
100
+ }, 100); // appearing 시작 후 100ms 딜레이로 target 축소 시작
101
101
 
102
102
  setTimeout(() => {
103
103
  // STEP 3: 실제 target 숨기기