@atlaskit/emoji 71.17.0 → 71.17.1

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/emoji
2
2
 
3
+ ## 71.17.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 71.17.0
4
10
 
5
11
  ### Minor Changes
@@ -369,7 +369,6 @@ var ImageEmoji = exports.ImageEmoji = function ImageEmoji(props) {
369
369
  }
370
370
  }, [inView, onBeforeLoad]);
371
371
  var emojiNode = /*#__PURE__*/_react.default.createElement("img", (0, _extends2.default)({
372
- //@ts-ignore
373
372
  loading: disableLazyLoad ? 'eager' : 'lazy',
374
373
  src: src,
375
374
  key: src,
@@ -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.16.4"
23
+ packageVersion: "71.17.0"
24
24
  }, attributes)
25
25
  };
26
26
  };
@@ -363,7 +363,6 @@ export const ImageEmoji = props => {
363
363
  }
364
364
  }, [inView, onBeforeLoad]);
365
365
  const emojiNode = /*#__PURE__*/React.createElement("img", _extends({
366
- //@ts-ignore
367
366
  loading: disableLazyLoad ? 'eager' : 'lazy',
368
367
  src: src,
369
368
  key: src,
@@ -9,7 +9,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
9
9
  actionSubjectId,
10
10
  attributes: {
11
11
  packageName: "@atlaskit/emoji",
12
- packageVersion: "71.16.4",
12
+ packageVersion: "71.17.0",
13
13
  ...attributes
14
14
  }
15
15
  });
@@ -360,7 +360,6 @@ export var ImageEmoji = function ImageEmoji(props) {
360
360
  }
361
361
  }, [inView, onBeforeLoad]);
362
362
  var emojiNode = /*#__PURE__*/React.createElement("img", _extends({
363
- //@ts-ignore
364
363
  loading: disableLazyLoad ? 'eager' : 'lazy',
365
364
  src: src,
366
365
  key: src,
@@ -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.16.4"
17
+ packageVersion: "71.17.0"
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.17.0",
3
+ "version": "71.17.1",
4
4
  "description": "Fabric emoji React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -50,7 +50,7 @@
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": "^147.1.0",
53
+ "@atlaskit/tmp-editor-statsig": "^148.0.0",
54
54
  "@atlaskit/tokens": "^16.7.0",
55
55
  "@atlaskit/tooltip": "^24.0.0",
56
56
  "@atlaskit/ufo": "^1.0.0",