ninegrid2 6.820.0 → 6.822.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.
@@ -120903,8 +120903,8 @@ class nxCollapse extends HTMLElement {
120903
120903
  }
120904
120904
 
120905
120905
  span.collapse-toggle:hover {
120906
- background-color: rgba(220, 20, 60, 0.1); /* 연한 배경 강조 */
120907
- box-shadow: 0 0 6px rgba(220, 20, 60, 0.4); /* 붉은빛 glow */
120906
+ background-color: rgba(60, 60, 60, 0.1);
120907
+ box-shadow: 0 0 6px rgba(60, 60, 60, 0.4);
120908
120908
  transform: scale(1.2); /* 살짝 확대 */
120909
120909
  }
120910
120910
 
@@ -120899,8 +120899,8 @@ class nxCollapse extends HTMLElement {
120899
120899
  }
120900
120900
 
120901
120901
  span.collapse-toggle:hover {
120902
- background-color: rgba(220, 20, 60, 0.1); /* 연한 배경 강조 */
120903
- box-shadow: 0 0 6px rgba(220, 20, 60, 0.4); /* 붉은빛 glow */
120902
+ background-color: rgba(60, 60, 60, 0.1);
120903
+ box-shadow: 0 0 6px rgba(60, 60, 60, 0.4);
120904
120904
  transform: scale(1.2); /* 살짝 확대 */
120905
120905
  }
120906
120906
 
@@ -58,8 +58,8 @@ class nxCollapse extends HTMLElement {
58
58
  }
59
59
 
60
60
  span.collapse-toggle:hover {
61
- background-color: rgba(220, 20, 60, 0.1); /* 연한 배경 강조 */
62
- box-shadow: 0 0 6px rgba(220, 20, 60, 0.4); /* 붉은빛 glow */
61
+ background-color: rgba(60, 60, 60, 0.1);
62
+ box-shadow: 0 0 6px rgba(60, 60, 60, 0.4);
63
63
  transform: scale(1.2); /* 살짝 확대 */
64
64
  }
65
65
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.820.0",
4
+ "version": "6.822.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -58,8 +58,8 @@ class nxCollapse extends HTMLElement {
58
58
  }
59
59
 
60
60
  span.collapse-toggle:hover {
61
- background-color: rgba(220, 20, 60, 0.1); /* 연한 배경 강조 */
62
- box-shadow: 0 0 6px rgba(220, 20, 60, 0.4); /* 붉은빛 glow */
61
+ background-color: rgba(60, 60, 60, 0.1);
62
+ box-shadow: 0 0 6px rgba(60, 60, 60, 0.4);
63
63
  transform: scale(1.2); /* 살짝 확대 */
64
64
  }
65
65