@atlaskit/emoji 71.15.17 → 71.15.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/AGENTS.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Emoji Package
|
|
2
|
+
|
|
3
|
+
## Scope
|
|
4
|
+
|
|
5
|
+
This guide applies to work under `platform/packages/elements/emoji/**`.
|
|
6
|
+
|
|
7
|
+
This package is a shared platform for interacting with Emoji and is used by multiple products.
|
|
8
|
+
|
|
9
|
+
## Coding standards
|
|
10
|
+
|
|
11
|
+
- ⛔ ** Avoid adding product specific behaviour to the components **. As this is a platform
|
|
12
|
+
component we should prefer that users of the platform component control how the components behave.
|
|
13
|
+
- A11Y fixes should be made in a platform component manner
|
|
14
|
+
|
|
15
|
+
## Feature gating
|
|
16
|
+
|
|
17
|
+
- Changes should be behind a feature gate/experiment
|
|
18
|
+
- Target apps for the gate/experiment should include: `confluence_web`, `jira_web`, `atlas_web`,
|
|
19
|
+
`mercury_frontend_web`, `post-office_web`
|
package/CHANGELOG.md
CHANGED
|
@@ -20,7 +20,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
20
20
|
actionSubjectId: actionSubjectId,
|
|
21
21
|
attributes: _objectSpread({
|
|
22
22
|
packageName: "@atlaskit/emoji",
|
|
23
|
-
packageVersion: "71.15.
|
|
23
|
+
packageVersion: "71.15.17"
|
|
24
24
|
}, attributes)
|
|
25
25
|
};
|
|
26
26
|
};
|
|
@@ -14,7 +14,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
14
14
|
actionSubjectId: actionSubjectId,
|
|
15
15
|
attributes: _objectSpread({
|
|
16
16
|
packageName: "@atlaskit/emoji",
|
|
17
|
-
packageVersion: "71.15.
|
|
17
|
+
packageVersion: "71.15.17"
|
|
18
18
|
}, attributes)
|
|
19
19
|
};
|
|
20
20
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/emoji",
|
|
3
|
-
"version": "71.15.
|
|
3
|
+
"version": "71.15.18",
|
|
4
4
|
"description": "Fabric emoji React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@atlaskit/spinner": "^20.1.0",
|
|
51
51
|
"@atlaskit/textfield": "^10.0.0",
|
|
52
52
|
"@atlaskit/theme": "^28.0.0",
|
|
53
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
54
|
-
"@atlaskit/tokens": "^16.
|
|
53
|
+
"@atlaskit/tmp-editor-statsig": "^145.0.0",
|
|
54
|
+
"@atlaskit/tokens": "^16.5.0",
|
|
55
55
|
"@atlaskit/tooltip": "^24.0.0",
|
|
56
56
|
"@atlaskit/ufo": "^1.0.0",
|
|
57
57
|
"@atlaskit/util-service-support": "^7.2.0",
|