@atlaskit/editor-shared-styles 3.6.3 → 3.6.4

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,13 @@
1
1
  # @atlaskit/editor-shared-styles
2
2
 
3
+ ## 3.6.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0fdcb6f2f96fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0fdcb6f2f96fd) -
8
+ Sorted type and interface props to improve Atlaskit docs
9
+ - Updated dependencies
10
+
3
11
  ## 3.6.3
4
12
 
5
13
  ### Patch Changes
@@ -2,7 +2,7 @@ export type EditorTheme = {
2
2
  baseFontSize?: number;
3
3
  };
4
4
  export type ParticipantColor = {
5
- textColor: string;
6
5
  backgroundColor: string;
7
6
  svgBackgroundColor: string;
7
+ textColor: string;
8
8
  };
@@ -16,6 +16,6 @@ export declare function getHashCode(str: string): number;
16
16
  * @returns An object containing the index and the corresponding participant color.
17
17
  */
18
18
  export declare function getParticipantColor(str: string): {
19
- index: number;
20
19
  color: ParticipantColor;
20
+ index: number;
21
21
  };
@@ -2,7 +2,7 @@ export type EditorTheme = {
2
2
  baseFontSize?: number;
3
3
  };
4
4
  export type ParticipantColor = {
5
- textColor: string;
6
5
  backgroundColor: string;
7
6
  svgBackgroundColor: string;
7
+ textColor: string;
8
8
  };
@@ -16,6 +16,6 @@ export declare function getHashCode(str: string): number;
16
16
  * @returns An object containing the index and the corresponding participant color.
17
17
  */
18
18
  export declare function getParticipantColor(str: string): {
19
- index: number;
20
19
  color: ParticipantColor;
20
+ index: number;
21
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-shared-styles",
3
- "version": "3.6.3",
3
+ "version": "3.6.4",
4
4
  "description": "Style values used in the editor/renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
- "@atlaskit/tmp-editor-statsig": "^11.5.0",
44
+ "@atlaskit/tmp-editor-statsig": "^11.6.0",
45
45
  "@atlaskit/tokens": "^6.0.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "@emotion/react": "^11.7.1"