@atlaskit/editor-plugin-loom 8.0.13 → 8.0.14

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/editor-plugin-loom
2
2
 
3
+ ## 8.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 8.0.13
4
10
 
5
11
  ### Patch Changes
@@ -66,7 +66,7 @@ var LoomToolbarButtonInternal = /*#__PURE__*/_react.default.forwardRef(function
66
66
  css: iconMinWidthStyle
67
67
  }, (0, _react2.jsx)(_video.default, {
68
68
  label: label,
69
- color: disabled ? "var(--ds-icon-disabled, #091E424F)" : "var(--ds-icon-subtle, #626F86)",
69
+ color: disabled ? "var(--ds-icon-disabled, #080F214A)" : "var(--ds-icon-subtle, #505258)",
70
70
  spacing: "spacious"
71
71
  })),
72
72
  selected: selected,
@@ -25,7 +25,7 @@ var getQuickInsertItem = exports.getQuickInsertItem = function getQuickInsertIte
25
25
  icon: function icon() {
26
26
  return /*#__PURE__*/_react.default.createElement(_video.default, {
27
27
  label: "",
28
- color: "var(--ds-icon-subtle, #626F86)",
28
+ color: "var(--ds-icon-subtle, #505258)",
29
29
  spacing: "spacious"
30
30
  });
31
31
  },
@@ -62,7 +62,7 @@ const LoomToolbarButtonInternal = /*#__PURE__*/React.forwardRef(({
62
62
  css: iconMinWidthStyle
63
63
  }, jsx(VideoIcon, {
64
64
  label: label,
65
- color: disabled ? "var(--ds-icon-disabled, #091E424F)" : "var(--ds-icon-subtle, #626F86)",
65
+ color: disabled ? "var(--ds-icon-disabled, #080F214A)" : "var(--ds-icon-subtle, #505258)",
66
66
  spacing: "spacious"
67
67
  })),
68
68
  selected: selected,
@@ -16,7 +16,7 @@ export const getQuickInsertItem = editorAnalyticsAPI => ({
16
16
  isDisabledOffline: true,
17
17
  icon: () => /*#__PURE__*/React.createElement(VideoIcon, {
18
18
  label: "",
19
- color: "var(--ds-icon-subtle, #626F86)",
19
+ color: "var(--ds-icon-subtle, #505258)",
20
20
  spacing: "spacious"
21
21
  }),
22
22
  action(insert, editorState) {
@@ -58,7 +58,7 @@ var LoomToolbarButtonInternal = /*#__PURE__*/React.forwardRef(function (_ref, re
58
58
  css: iconMinWidthStyle
59
59
  }, jsx(VideoIcon, {
60
60
  label: label,
61
- color: disabled ? "var(--ds-icon-disabled, #091E424F)" : "var(--ds-icon-subtle, #626F86)",
61
+ color: disabled ? "var(--ds-icon-disabled, #080F214A)" : "var(--ds-icon-subtle, #505258)",
62
62
  spacing: "spacious"
63
63
  })),
64
64
  selected: selected,
@@ -18,7 +18,7 @@ export var getQuickInsertItem = function getQuickInsertItem(editorAnalyticsAPI)
18
18
  icon: function icon() {
19
19
  return /*#__PURE__*/React.createElement(VideoIcon, {
20
20
  label: "",
21
- color: "var(--ds-icon-subtle, #626F86)",
21
+ color: "var(--ds-icon-subtle, #505258)",
22
22
  spacing: "spacious"
23
23
  });
24
24
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-loom",
3
- "version": "8.0.13",
3
+ "version": "8.0.14",
4
4
  "description": "Loom plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -42,17 +42,17 @@
42
42
  "@atlaskit/editor-plugin-width": "^7.0.0",
43
43
  "@atlaskit/editor-prosemirror": "7.0.0",
44
44
  "@atlaskit/editor-toolbar": "^0.17.0",
45
- "@atlaskit/icon": "^28.5.0",
45
+ "@atlaskit/icon": "^29.0.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
47
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
48
- "@atlaskit/tmp-editor-statsig": "^13.32.0",
48
+ "@atlaskit/tmp-editor-statsig": "^13.35.0",
49
49
  "@atlaskit/tokens": "^8.0.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1",
52
52
  "@loomhq/record-sdk": "^4.4.0"
53
53
  },
54
54
  "peerDependencies": {
55
- "@atlaskit/editor-common": "^110.24.0",
55
+ "@atlaskit/editor-common": "^110.27.0",
56
56
  "react": "^18.2.0",
57
57
  "react-dom": "^18.2.0",
58
58
  "react-intl-next": "npm:react-intl@^5.18.1"