@atlaskit/embedded-document 0.9.42 → 0.9.44

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,17 @@
1
1
  # @atlaskit/embedded-document
2
2
 
3
+ ## 0.9.44
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.9.43
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.9.42
4
16
 
5
17
  ### Patch Changes
@@ -12,6 +12,7 @@ var _buttonGroup = _interopRequireDefault(require("@atlaskit/button/button-group
12
12
  var _customThemeButton = _interopRequireDefault(require("@atlaskit/button/custom-theme-button"));
13
13
  var _styledComponents = _interopRequireDefault(require("styled-components"));
14
14
  var _withDocumentActions = _interopRequireDefault(require("../consumers/with-document-actions"));
15
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
15
16
  var Toolbar = _styledComponents.default.div({
16
17
  display: 'flex',
17
18
  alignItems: 'center',
@@ -25,6 +25,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
25
25
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
26
26
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
27
27
  var akEditorFullPageMaxWidth = exports.akEditorFullPageMaxWidth = 680;
28
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
28
29
  var Content = _styledComponents.default.div({
29
30
  lineHeight: '24px',
30
31
  height: '100%',
@@ -3,6 +3,7 @@ import ButtonGroup from '@atlaskit/button/button-group';
3
3
  import Button from '@atlaskit/button/custom-theme-button';
4
4
  import styled from 'styled-components';
5
5
  import WithDocumentActions from '../consumers/with-document-actions';
6
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
6
7
  const Toolbar = styled.div({
7
8
  display: 'flex',
8
9
  alignItems: 'center',
@@ -6,6 +6,7 @@ import { Context } from './context';
6
6
  import { getProvider } from '../provider';
7
7
  import { akEditorGutterPadding } from '@atlaskit/editor-shared-styles';
8
8
  export const akEditorFullPageMaxWidth = 680;
9
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
9
10
  const Content = styled.div({
10
11
  lineHeight: '24px',
11
12
  height: '100%',
@@ -5,6 +5,7 @@ import ButtonGroup from '@atlaskit/button/button-group';
5
5
  import Button from '@atlaskit/button/custom-theme-button';
6
6
  import styled from 'styled-components';
7
7
  import WithDocumentActions from '../consumers/with-document-actions';
8
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
8
9
  var Toolbar = styled.div({
9
10
  display: 'flex',
10
11
  alignItems: 'center',
@@ -16,6 +16,7 @@ import { Context } from './context';
16
16
  import { getProvider } from '../provider';
17
17
  import { akEditorGutterPadding } from '@atlaskit/editor-shared-styles';
18
18
  export var akEditorFullPageMaxWidth = 680;
19
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
19
20
  var Content = styled.div({
20
21
  lineHeight: '24px',
21
22
  height: '100%',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/embedded-document",
3
- "version": "0.9.42",
3
+ "version": "0.9.44",
4
4
  "description": "DEPRECATED Embedded Document component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,12 +36,12 @@
36
36
  "runReact18": false
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/button": "^17.14.0",
40
- "@atlaskit/editor-common": "^80.0.0",
41
- "@atlaskit/editor-core": "^193.18.0",
42
- "@atlaskit/editor-shared-styles": "^2.10.0",
43
- "@atlaskit/renderer": "^109.26.0",
44
- "@atlaskit/tokens": "1.48.0",
39
+ "@atlaskit/button": "^17.15.0",
40
+ "@atlaskit/editor-common": "^80.4.0",
41
+ "@atlaskit/editor-core": "^193.19.0",
42
+ "@atlaskit/editor-shared-styles": "^2.11.0",
43
+ "@atlaskit/renderer": "^109.29.0",
44
+ "@atlaskit/tokens": "1.49.1",
45
45
  "@atlaskit/util-service-support": "^6.2.0",
46
46
  "@babel/runtime": "^7.0.0"
47
47
  },