@atlaskit/editor-core 214.1.7 → 214.2.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.
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "214.1.6";
2
+ export var version = "214.2.0";
@@ -1,2 +1,6 @@
1
1
  import { type SerializedStyles } from '@emotion/react';
2
- export declare const extensionStyles: SerializedStyles;
2
+ /**
3
+ * Creates the extension styles with the ability to use feature flags and experiments.
4
+ * @returns Complete SerializedStyles including base styles and any feature-gated styles
5
+ */
6
+ export declare const getExtensionStyles: () => SerializedStyles;
@@ -1,2 +1,6 @@
1
1
  import { type SerializedStyles } from '@emotion/react';
2
- export declare const extensionStyles: SerializedStyles;
2
+ /**
3
+ * Creates the extension styles with the ability to use feature flags and experiments.
4
+ * @returns Complete SerializedStyles including base styles and any feature-gated styles
5
+ */
6
+ export declare const getExtensionStyles: () => SerializedStyles;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "214.1.7",
3
+ "version": "214.2.1",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/editor-toolbar": "^0.14.0",
57
57
  "@atlaskit/editor-toolbar-model": "^0.2.0",
58
58
  "@atlaskit/emoji": "^69.5.0",
59
- "@atlaskit/icon": "^28.4.0",
59
+ "@atlaskit/icon": "^28.5.0",
60
60
  "@atlaskit/link": "^3.2.0",
61
61
  "@atlaskit/media-card": "^79.5.0",
62
62
  "@atlaskit/mention": "^24.2.0",
@@ -64,7 +64,7 @@
64
64
  "@atlaskit/platform-feature-flags-react": "^0.3.0",
65
65
  "@atlaskit/react-ufo": "^4.11.0",
66
66
  "@atlaskit/task-decision": "^19.2.0",
67
- "@atlaskit/tmp-editor-statsig": "^13.4.0",
67
+ "@atlaskit/tmp-editor-statsig": "^13.5.0",
68
68
  "@atlaskit/tokens": "^6.4.0",
69
69
  "@atlaskit/tooltip": "^20.5.0",
70
70
  "@atlaskit/width-detector": "^5.0.0",