ninegrid2 6.166.0 → 6.168.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.
@@ -10735,6 +10735,8 @@ class ninegrid {
10735
10735
  let currentElement = this;
10736
10736
 
10737
10737
  while (currentElement) {
10738
+
10739
+ console.log(currentElement);
10738
10740
  if (currentElement.matches(selector)) return currentElement;
10739
10741
 
10740
10742
  // ✅ Shadow Root를 가지고 있는 경우 내부에서 탐색
@@ -10733,6 +10733,8 @@ class ninegrid {
10733
10733
  let currentElement = this;
10734
10734
 
10735
10735
  while (currentElement) {
10736
+
10737
+ console.log(currentElement);
10736
10738
  if (currentElement.matches(selector)) return currentElement;
10737
10739
 
10738
10740
  // ✅ Shadow Root를 가지고 있는 경우 내부에서 탐색
@@ -29,6 +29,8 @@ export class ninegrid {
29
29
  let currentElement = this;
30
30
 
31
31
  while (currentElement) {
32
+
33
+ console.log(currentElement);
32
34
  if (currentElement.matches(selector)) return currentElement;
33
35
 
34
36
  // ✅ Shadow Root를 가지고 있는 경우 내부에서 탐색
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.166.0",
4
+ "version": "6.168.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -29,6 +29,8 @@ export class ninegrid {
29
29
  let currentElement = this;
30
30
 
31
31
  while (currentElement) {
32
+
33
+ console.log(currentElement);
32
34
  if (currentElement.matches(selector)) return currentElement;
33
35
 
34
36
  // ✅ Shadow Root를 가지고 있는 경우 내부에서 탐색