@atlaskit/editor-core 208.7.1 → 208.7.2
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/CHANGELOG.md +9 -0
- package/dist/cjs/ui/EditorContentContainer/styles/telepointerStyles.js +6 -6
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/telepointerStyles.js +6 -6
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/telepointerStyles.js +6 -6
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 208.7.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#180304](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/180304)
|
|
8
|
+
[`82e8e7a0b9283`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82e8e7a0b9283) -
|
|
9
|
+
[ux] Updated telepointer pulse animations by copying keyframes from the old CSS styles
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 208.7.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -14,12 +14,12 @@ var pulseIn = (0, _react.keyframes)({
|
|
|
14
14
|
transform: 'scaleX(0)',
|
|
15
15
|
opacity: 0
|
|
16
16
|
},
|
|
17
|
-
'
|
|
18
|
-
transform: 'scaleX(1.4)
|
|
17
|
+
'10%': {
|
|
18
|
+
transform: 'scaleX(1.4)',
|
|
19
19
|
opacity: 1
|
|
20
20
|
},
|
|
21
|
-
'
|
|
22
|
-
transform: 'scaleX(1)
|
|
21
|
+
'15%, 85%': {
|
|
22
|
+
transform: 'scaleX(1)',
|
|
23
23
|
opacity: 1
|
|
24
24
|
}
|
|
25
25
|
});
|
|
@@ -188,10 +188,10 @@ var telepointerStyle = exports.telepointerStyle = (0, _react.css)({
|
|
|
188
188
|
},
|
|
189
189
|
'&.telepointer-pulse-animate': {
|
|
190
190
|
'.telepointer-initial': {
|
|
191
|
-
animation: "".concat(pulseOut, "
|
|
191
|
+
animation: "".concat(pulseOut, " 2.5s ease-in-out")
|
|
192
192
|
},
|
|
193
193
|
'.telepointer-fullname': {
|
|
194
|
-
animation: "".concat(pulseIn, "
|
|
194
|
+
animation: "".concat(pulseIn, " 2.5s ease-in-out")
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
197
|
'&.telepointer-pulse-during-tr': {
|
|
@@ -7,12 +7,12 @@ const pulseIn = keyframes({
|
|
|
7
7
|
transform: 'scaleX(0)',
|
|
8
8
|
opacity: 0
|
|
9
9
|
},
|
|
10
|
-
'
|
|
11
|
-
transform: 'scaleX(1.4)
|
|
10
|
+
'10%': {
|
|
11
|
+
transform: 'scaleX(1.4)',
|
|
12
12
|
opacity: 1
|
|
13
13
|
},
|
|
14
|
-
'
|
|
15
|
-
transform: 'scaleX(1)
|
|
14
|
+
'15%, 85%': {
|
|
15
|
+
transform: 'scaleX(1)',
|
|
16
16
|
opacity: 1
|
|
17
17
|
}
|
|
18
18
|
});
|
|
@@ -181,10 +181,10 @@ export const telepointerStyle = css({
|
|
|
181
181
|
},
|
|
182
182
|
'&.telepointer-pulse-animate': {
|
|
183
183
|
'.telepointer-initial': {
|
|
184
|
-
animation: `${pulseOut}
|
|
184
|
+
animation: `${pulseOut} 2.5s ease-in-out`
|
|
185
185
|
},
|
|
186
186
|
'.telepointer-fullname': {
|
|
187
|
-
animation: `${pulseIn}
|
|
187
|
+
animation: `${pulseIn} 2.5s ease-in-out`
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
190
|
'&.telepointer-pulse-during-tr': {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "208.7.
|
|
2
|
+
export const version = "208.7.1";
|
|
@@ -7,12 +7,12 @@ var pulseIn = keyframes({
|
|
|
7
7
|
transform: 'scaleX(0)',
|
|
8
8
|
opacity: 0
|
|
9
9
|
},
|
|
10
|
-
'
|
|
11
|
-
transform: 'scaleX(1.4)
|
|
10
|
+
'10%': {
|
|
11
|
+
transform: 'scaleX(1.4)',
|
|
12
12
|
opacity: 1
|
|
13
13
|
},
|
|
14
|
-
'
|
|
15
|
-
transform: 'scaleX(1)
|
|
14
|
+
'15%, 85%': {
|
|
15
|
+
transform: 'scaleX(1)',
|
|
16
16
|
opacity: 1
|
|
17
17
|
}
|
|
18
18
|
});
|
|
@@ -181,10 +181,10 @@ export var telepointerStyle = css({
|
|
|
181
181
|
},
|
|
182
182
|
'&.telepointer-pulse-animate': {
|
|
183
183
|
'.telepointer-initial': {
|
|
184
|
-
animation: "".concat(pulseOut, "
|
|
184
|
+
animation: "".concat(pulseOut, " 2.5s ease-in-out")
|
|
185
185
|
},
|
|
186
186
|
'.telepointer-fullname': {
|
|
187
|
-
animation: "".concat(pulseIn, "
|
|
187
|
+
animation: "".concat(pulseIn, " 2.5s ease-in-out")
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
190
|
'&.telepointer-pulse-during-tr': {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "208.7.
|
|
2
|
+
export var version = "208.7.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "208.7.
|
|
3
|
+
"version": "208.7.2",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@atlaskit/platform-feature-flags-react": "^0.2.0",
|
|
63
63
|
"@atlaskit/react-ufo": "^3.14.0",
|
|
64
64
|
"@atlaskit/task-decision": "^19.2.0",
|
|
65
|
-
"@atlaskit/tmp-editor-statsig": "^8.
|
|
65
|
+
"@atlaskit/tmp-editor-statsig": "^8.6.0",
|
|
66
66
|
"@atlaskit/tokens": "^5.4.0",
|
|
67
67
|
"@atlaskit/tooltip": "^20.3.0",
|
|
68
68
|
"@atlaskit/width-detector": "^5.0.0",
|