@atlaskit/embedded-document 0.9.103 → 0.9.104

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/embedded-document
2
2
 
3
+ ## 0.9.104
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.9.103
4
10
 
5
11
  ### Patch Changes
@@ -26,6 +26,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
26
26
  var akEditorFullPageMaxWidth = exports.akEditorFullPageMaxWidth = 680;
27
27
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
28
28
  var Content = _styledComponents.default.div({
29
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
29
30
  lineHeight: '24px',
30
31
  height: '100%',
31
32
  width: '100%',
@@ -8,6 +8,7 @@ import { akEditorGutterPaddingDynamic } from '@atlaskit/editor-shared-styles';
8
8
  export const akEditorFullPageMaxWidth = 680;
9
9
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
10
10
  const Content = styled.div({
11
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
11
12
  lineHeight: '24px',
12
13
  height: '100%',
13
14
  width: '100%',
@@ -17,6 +17,7 @@ import { akEditorGutterPaddingDynamic } from '@atlaskit/editor-shared-styles';
17
17
  export var akEditorFullPageMaxWidth = 680;
18
18
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
19
19
  var Content = styled.div({
20
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
20
21
  lineHeight: '24px',
21
22
  height: '100%',
22
23
  width: '100%',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/embedded-document",
3
- "version": "0.9.103",
3
+ "version": "0.9.104",
4
4
  "description": "DEPRECATED Embedded Document component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@atlaskit/button": "^20.3.0",
38
- "@atlaskit/editor-common": "^98.0.0",
39
- "@atlaskit/editor-core": "^203.9.0",
38
+ "@atlaskit/editor-common": "^98.2.0",
39
+ "@atlaskit/editor-core": "^203.10.0",
40
40
  "@atlaskit/editor-shared-styles": "^3.2.0",
41
41
  "@atlaskit/renderer": "^112.8.0",
42
- "@atlaskit/tokens": "2.5.0",
42
+ "@atlaskit/tokens": "2.5.1",
43
43
  "@atlaskit/util-service-support": "^6.2.0",
44
44
  "@babel/runtime": "^7.0.0"
45
45
  },