@atlaskit/react-ufo 2.4.4 → 2.4.6

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.
@@ -33,7 +33,6 @@ export declare class Observers implements BrowserObservers {
33
33
  setReactRootRenderStop(stopTime?: number): void;
34
34
  private observeElement;
35
35
  private getMutationObserver;
36
- private getStyleDisplay;
37
36
  private getElementName;
38
37
  private getIntersectionObserver;
39
38
  private measureStart;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/react-ufo",
3
- "version": "2.4.4",
3
+ "version": "2.4.6",
4
4
  "description": "Parts of React UFO that are publicly available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -127,6 +127,9 @@
127
127
  "platform_editor_ed-25557_lnv_add_ssr_placeholder": {
128
128
  "type": "boolean"
129
129
  },
130
+ "platform_editor_ed-25937_ignore_mutations_for_ttvc": {
131
+ "type": "boolean"
132
+ },
130
133
  "platform-ufo-invisible-element-vc-calculations": {
131
134
  "type": "boolean"
132
135
  },