@atlaskit/editor-plugin-insert-block 3.0.8 → 3.0.10

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/editor-plugin-insert-block
2
2
 
3
+ ## 3.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.0.9
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 3.0.8
4
16
 
5
17
  ### Patch Changes
@@ -58,7 +58,7 @@ var isDetachedElement = function isDetachedElement(el) {
58
58
  };
59
59
  var TABLE_SELECTOR_STRING = 'table selector';
60
60
 
61
- // TODO: Jenga team will create a component for a split button using this css
61
+ // TODO: ED-26959 - Jenga team will create a component for a split button using this css
62
62
  var getHoverStyles = function getHoverStyles(selector) {
63
63
  return "&:hover ".concat(selector, " {\n background: ", "var(--ds-background-neutral-subtle-hovered, ".concat(_colors.N20A, ")"), ";\n\n &:hover {\n background: ", "var(--ds-background-neutral-hovered, ".concat(_colors.N30A, ")"), ";\n }\n }");
64
64
  };
@@ -35,7 +35,7 @@ import TableSelectorPopup from './table-selector-popup-with-listeners';
35
35
  const isDetachedElement = el => !document.body.contains(el);
36
36
  const TABLE_SELECTOR_STRING = 'table selector';
37
37
 
38
- // TODO: Jenga team will create a component for a split button using this css
38
+ // TODO: ED-26959 - Jenga team will create a component for a split button using this css
39
39
  const getHoverStyles = selector => `&:hover ${selector} {
40
40
  background: ${`var(--ds-background-neutral-subtle-hovered, ${N20A})`};
41
41
 
@@ -52,7 +52,7 @@ var isDetachedElement = function isDetachedElement(el) {
52
52
  };
53
53
  var TABLE_SELECTOR_STRING = 'table selector';
54
54
 
55
- // TODO: Jenga team will create a component for a split button using this css
55
+ // TODO: ED-26959 - Jenga team will create a component for a split button using this css
56
56
  var getHoverStyles = function getHoverStyles(selector) {
57
57
  return "&:hover ".concat(selector, " {\n background: ", "var(--ds-background-neutral-subtle-hovered, ".concat(N20A, ")"), ";\n\n &:hover {\n background: ", "var(--ds-background-neutral-hovered, ".concat(N30A, ")"), ";\n }\n }");
58
58
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-insert-block",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
4
4
  "description": "Insert block plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,13 +34,13 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@atlaskit/button": "^21.1.0",
37
- "@atlaskit/editor-common": "^102.0.0",
38
- "@atlaskit/editor-plugin-analytics": "^2.1.0",
37
+ "@atlaskit/editor-common": "^102.8.0",
38
+ "@atlaskit/editor-plugin-analytics": "^2.2.0",
39
39
  "@atlaskit/editor-plugin-block-type": "^5.1.0",
40
- "@atlaskit/editor-plugin-code-block": "^4.1.0",
40
+ "@atlaskit/editor-plugin-code-block": "^4.2.0",
41
41
  "@atlaskit/editor-plugin-connectivity": "^2.0.0",
42
42
  "@atlaskit/editor-plugin-date": "^4.1.0",
43
- "@atlaskit/editor-plugin-emoji": "^3.1.0",
43
+ "@atlaskit/editor-plugin-emoji": "^3.2.0",
44
44
  "@atlaskit/editor-plugin-expand": "^3.1.0",
45
45
  "@atlaskit/editor-plugin-extension": "^5.0.0",
46
46
  "@atlaskit/editor-plugin-feature-flags": "^1.3.0",
@@ -54,23 +54,23 @@
54
54
  "@atlaskit/editor-plugin-panel": "^4.2.0",
55
55
  "@atlaskit/editor-plugin-placeholder-text": "^2.1.0",
56
56
  "@atlaskit/editor-plugin-primary-toolbar": "^3.0.0",
57
- "@atlaskit/editor-plugin-quick-insert": "^2.0.0",
57
+ "@atlaskit/editor-plugin-quick-insert": "^2.1.0",
58
58
  "@atlaskit/editor-plugin-rule": "^2.1.0",
59
59
  "@atlaskit/editor-plugin-status": "^3.1.0",
60
- "@atlaskit/editor-plugin-table": "^10.3.0",
61
- "@atlaskit/editor-plugin-tasks-and-decisions": "^4.1.0",
60
+ "@atlaskit/editor-plugin-table": "^10.4.0",
61
+ "@atlaskit/editor-plugin-tasks-and-decisions": "^5.0.0",
62
62
  "@atlaskit/editor-plugin-type-ahead": "^2.1.0",
63
63
  "@atlaskit/editor-prosemirror": "7.0.0",
64
64
  "@atlaskit/editor-shared-styles": "^3.4.0",
65
65
  "@atlaskit/emoji": "^68.0.0",
66
66
  "@atlaskit/heading": "^5.1.0",
67
- "@atlaskit/icon": "^24.1.0",
68
- "@atlaskit/icon-lab": "^3.4.0",
67
+ "@atlaskit/icon": "^25.0.0",
68
+ "@atlaskit/icon-lab": "^4.1.0",
69
69
  "@atlaskit/platform-feature-flags": "^1.1.0",
70
70
  "@atlaskit/primitives": "^14.1.0",
71
71
  "@atlaskit/theme": "^18.0.0",
72
- "@atlaskit/tmp-editor-statsig": "^3.4.0",
73
- "@atlaskit/tokens": "^4.3.0",
72
+ "@atlaskit/tmp-editor-statsig": "^4.0.0",
73
+ "@atlaskit/tokens": "^4.5.0",
74
74
  "@atlaskit/tooltip": "^20.0.0",
75
75
  "@babel/runtime": "^7.0.0",
76
76
  "@emotion/react": "^11.7.1",