@atlaskit/editor-plugin-block-type 6.0.2 → 6.0.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,20 @@
1
1
  # @atlaskit/editor-plugin-block-type
2
2
 
3
+ ## 6.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#187144](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187144)
8
+ [`a16147d8fbdfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a16147d8fbdfe) -
9
+ Bump @atlaskit/adf-schema to v49.0.5
10
+ - Updated dependencies
11
+
12
+ ## 6.0.3
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 6.0.2
4
19
 
5
20
  ### Patch Changes
@@ -26,6 +26,8 @@ var _styled = require("./styled");
26
26
 
27
27
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
28
28
 
29
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
30
+
29
31
  var buttonContentStyle = (0, _primitives.xcss)({
30
32
  minWidth: "calc(80px + 2*".concat("var(--ds-space-075, 6px)", ")"),
31
33
  overflow: 'hidden',
@@ -33,6 +33,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
33
33
  * @jsxRuntime classic
34
34
  * @jsx jsx
35
35
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
36
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
36
37
  var buttonWrapperStyles = (0, _primitives.xcss)({
37
38
  flexShrink: 0
38
39
  });
@@ -14,6 +14,7 @@ import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
14
14
  import TextIcon from '@atlaskit/icon/core/text';
15
15
  import { default as TextStyleIconLegacy } from '@atlaskit/icon/glyph/editor/text-style';
16
16
  import { fg } from '@atlaskit/platform-feature-flags';
17
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
17
18
  import { Box, xcss } from '@atlaskit/primitives';
18
19
  import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
19
20
  import { NORMAL_TEXT } from '../../block-types';
@@ -14,6 +14,7 @@ import { separatorStyles, wrapperStyle } from '@atlaskit/editor-common/styles';
14
14
  import { DropdownMenuWithKeyboardNavigation as DropdownMenu } from '@atlaskit/editor-common/ui-menu';
15
15
  import { akEditorMenuZIndex } from '@atlaskit/editor-shared-styles';
16
16
  import TextIcon from '@atlaskit/icon/core/text';
17
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
17
18
  import { Box, xcss } from '@atlaskit/primitives';
18
19
  import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
19
20
  import { ThemeMutationObserver } from '@atlaskit/tokens';
@@ -14,6 +14,7 @@ import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
14
14
  import TextIcon from '@atlaskit/icon/core/text';
15
15
  import { default as TextStyleIconLegacy } from '@atlaskit/icon/glyph/editor/text-style';
16
16
  import { fg } from '@atlaskit/platform-feature-flags';
17
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
17
18
  import { Box, xcss } from '@atlaskit/primitives';
18
19
  import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
19
20
  import { NORMAL_TEXT } from '../../block-types';
@@ -23,6 +23,7 @@ import { separatorStyles, wrapperStyle } from '@atlaskit/editor-common/styles';
23
23
  import { DropdownMenuWithKeyboardNavigation as DropdownMenu } from '@atlaskit/editor-common/ui-menu';
24
24
  import { akEditorMenuZIndex } from '@atlaskit/editor-shared-styles';
25
25
  import TextIcon from '@atlaskit/icon/core/text';
26
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
26
27
  import { Box, xcss } from '@atlaskit/primitives';
27
28
  import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
28
29
  import { ThemeMutationObserver } from '@atlaskit/tokens';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-type",
3
- "version": "6.0.2",
3
+ "version": "6.0.4",
4
4
  "description": "BlockType plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,10 +34,10 @@
34
34
  "./styles": "./src/ui/styles.ts"
35
35
  },
36
36
  "dependencies": {
37
- "@atlaskit/adf-schema": "^47.6.0",
37
+ "@atlaskit/adf-schema": "^49.0.6",
38
38
  "@atlaskit/editor-plugin-analytics": "^3.0.0",
39
- "@atlaskit/editor-plugin-primary-toolbar": "^4.0.0",
40
- "@atlaskit/editor-plugin-selection-toolbar": "^4.0.0",
39
+ "@atlaskit/editor-plugin-primary-toolbar": "^4.1.0",
40
+ "@atlaskit/editor-plugin-selection-toolbar": "^4.1.0",
41
41
  "@atlaskit/editor-prosemirror": "7.0.0",
42
42
  "@atlaskit/editor-shared-styles": "^3.4.0",
43
43
  "@atlaskit/editor-tables": "^2.9.0",
@@ -46,14 +46,14 @@
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
47
  "@atlaskit/primitives": "^14.10.0",
48
48
  "@atlaskit/prosemirror-input-rules": "^3.3.0",
49
- "@atlaskit/theme": "^18.0.0",
50
- "@atlaskit/tmp-editor-statsig": "^9.1.0",
51
- "@atlaskit/tokens": "^5.4.0",
49
+ "@atlaskit/theme": "^19.0.0",
50
+ "@atlaskit/tmp-editor-statsig": "^9.7.0",
51
+ "@atlaskit/tokens": "^5.5.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@emotion/react": "^11.7.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@atlaskit/editor-common": "^107.7.0",
56
+ "@atlaskit/editor-common": "^107.8.0",
57
57
  "react": "^18.2.0",
58
58
  "react-dom": "^18.2.0",
59
59
  "react-intl-next": "npm:react-intl@^5.18.1"