@abyss-project/commons-front-core 1.0.15 → 1.0.16

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -23909,7 +23909,7 @@ const Tk = () => {
23909
23909
  jr,
23910
23910
  {
23911
23911
  to: g.link,
23912
- target: "_blank",
23912
+ target: g.target || "_self",
23913
23913
  onClick: f,
23914
23914
  style: {
23915
23915
  textDecoration: "none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/commons-front-core",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Front Core package of AbyssProject",
5
5
  "main": "dist/index.js",
6
6
  "module": "./dist/index.js",