ninegrid2 6.948.0 → 6.949.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.
@@ -121825,7 +121825,7 @@ class nxTitle extends HTMLElement {
121825
121825
  const isCurrent = index === this.#breadcrumbPath.length - 1;
121826
121826
  // static 메서드를 직접 호출하도록 수정
121827
121827
  const linkTag = item.path && !isCurrent
121828
- ? `<a href="javascript:void(0);">
121828
+ ? `<a href="javascript:void(0);"
121829
121829
  class="breadcrumb-item breadcrumb-link"
121830
121830
  data-path="${item.path}"
121831
121831
  >${item.caption}</a>`
@@ -121821,7 +121821,7 @@ class nxTitle extends HTMLElement {
121821
121821
  const isCurrent = index === this.#breadcrumbPath.length - 1;
121822
121822
  // static 메서드를 직접 호출하도록 수정
121823
121823
  const linkTag = item.path && !isCurrent
121824
- ? `<a href="javascript:void(0);">
121824
+ ? `<a href="javascript:void(0);"
121825
121825
  class="breadcrumb-item breadcrumb-link"
121826
121826
  data-path="${item.path}"
121827
121827
  >${item.caption}</a>`
@@ -160,7 +160,7 @@ export class nxTitle extends HTMLElement {
160
160
  const isCurrent = index === this.#breadcrumbPath.length - 1;
161
161
  // static 메서드를 직접 호출하도록 수정
162
162
  const linkTag = item.path && !isCurrent
163
- ? `<a href="javascript:void(0);">
163
+ ? `<a href="javascript:void(0);"
164
164
  class="breadcrumb-item breadcrumb-link"
165
165
  data-path="${item.path}"
166
166
  >${item.caption}</a>`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.948.0",
4
+ "version": "6.949.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/nx/nxTitle.js CHANGED
@@ -160,7 +160,7 @@ export class nxTitle extends HTMLElement {
160
160
  const isCurrent = index === this.#breadcrumbPath.length - 1;
161
161
  // static 메서드를 직접 호출하도록 수정
162
162
  const linkTag = item.path && !isCurrent
163
- ? `<a href="javascript:void(0);">
163
+ ? `<a href="javascript:void(0);"
164
164
  class="breadcrumb-item breadcrumb-link"
165
165
  data-path="${item.path}"
166
166
  >${item.caption}</a>`