@movable/studio-framework 3.16.1-canary.16 → 3.16.1-canary.18
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.
- package/dist/index.es.js +2 -4
- package/dist/index.js +2 -4
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -170,8 +170,7 @@ class StyledElement extends React.Component {
|
|
|
170
170
|
...style
|
|
171
171
|
},
|
|
172
172
|
href: href,
|
|
173
|
-
target: "
|
|
174
|
-
rel: "noopener noreferrer",
|
|
173
|
+
target: "_parent",
|
|
175
174
|
"data-mi-analytics-id": analyticsId || undefined,
|
|
176
175
|
ref: this.setStyleElementRef
|
|
177
176
|
}, children);
|
|
@@ -1981,8 +1980,7 @@ const RichTextSpan = ({
|
|
|
1981
1980
|
const analyticsId = dynamicLinkData.analyticsId;
|
|
1982
1981
|
return /*#__PURE__*/React.createElement("a", {
|
|
1983
1982
|
href: href,
|
|
1984
|
-
target: "
|
|
1985
|
-
rel: "noopener noreferrer",
|
|
1983
|
+
target: "_parent",
|
|
1986
1984
|
style: styles,
|
|
1987
1985
|
"data-mi-analytics-id": analyticsId || undefined
|
|
1988
1986
|
}, insert);
|
package/dist/index.js
CHANGED
|
@@ -180,8 +180,7 @@ class StyledElement extends React__default['default'].Component {
|
|
|
180
180
|
...style
|
|
181
181
|
},
|
|
182
182
|
href: href,
|
|
183
|
-
target: "
|
|
184
|
-
rel: "noopener noreferrer",
|
|
183
|
+
target: "_parent",
|
|
185
184
|
"data-mi-analytics-id": analyticsId || undefined,
|
|
186
185
|
ref: this.setStyleElementRef
|
|
187
186
|
}, children);
|
|
@@ -1991,8 +1990,7 @@ const RichTextSpan = ({
|
|
|
1991
1990
|
const analyticsId = dynamicLinkData.analyticsId;
|
|
1992
1991
|
return /*#__PURE__*/React__default['default'].createElement("a", {
|
|
1993
1992
|
href: href,
|
|
1994
|
-
target: "
|
|
1995
|
-
rel: "noopener noreferrer",
|
|
1993
|
+
target: "_parent",
|
|
1996
1994
|
style: styles,
|
|
1997
1995
|
"data-mi-analytics-id": analyticsId || undefined
|
|
1998
1996
|
}, insert);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@movable/studio-framework",
|
|
3
|
-
"version": "3.16.1-canary.
|
|
3
|
+
"version": "3.16.1-canary.18+0e7ee126",
|
|
4
4
|
"description": "A Component library for reactive Studio apps.",
|
|
5
5
|
"author": "Movable Ink",
|
|
6
6
|
"repository": "movableink/studio-framework",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@babel/preset-react": "^7.14.5",
|
|
32
32
|
"@babel/preset-typescript": "^7.13.0",
|
|
33
33
|
"@movable/eslint-config-react": "^1.0.1",
|
|
34
|
-
"@movable/framework-types": "^3.16.1-canary.
|
|
35
|
-
"@movable/studio-framework-test-helpers": "^3.16.1-canary.
|
|
34
|
+
"@movable/framework-types": "^3.16.1-canary.18+0e7ee126",
|
|
35
|
+
"@movable/studio-framework-test-helpers": "^3.16.1-canary.18+0e7ee126",
|
|
36
36
|
"@types/qunit": "^2.11.1",
|
|
37
37
|
"@types/qunit-dom": "^0.7.0",
|
|
38
38
|
"@types/react": "^17.0.6",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"volta": {
|
|
67
67
|
"extends": "../../package.json"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "0e7ee12614124ce01498aa9dafb8cb2b240b719b"
|
|
70
70
|
}
|