@atlaskit/editor-plugin-loom 3.1.34 → 3.1.35

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
+ ## 3.1.35
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.1.34
4
10
 
5
11
  ### Patch Changes
@@ -55,7 +55,7 @@ var LoomToolbarButtonInternal = /*#__PURE__*/_react.default.forwardRef(function
55
55
  title: label,
56
56
  iconBefore: (0, _react2.jsx)(_video.default, {
57
57
  label: label,
58
- color: disabled ? "var(--ds-text-disabled, #091E424F)" : "var(--ds-text, #172B4D)",
58
+ color: disabled ? "var(--ds-icon-disabled, #091E424F)" : "var(--ds-icon-subtle, #626F86)",
59
59
  spacing: "spacious"
60
60
  }),
61
61
  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-text, #172B4D)",
28
+ color: "var(--ds-icon-subtle, #626F86)",
29
29
  spacing: "spacious"
30
30
  });
31
31
  },
@@ -51,7 +51,7 @@ const LoomToolbarButtonInternal = /*#__PURE__*/React.forwardRef(({
51
51
  title: label,
52
52
  iconBefore: jsx(VideoIcon, {
53
53
  label: label,
54
- color: disabled ? "var(--ds-text-disabled, #091E424F)" : "var(--ds-text, #172B4D)",
54
+ color: disabled ? "var(--ds-icon-disabled, #091E424F)" : "var(--ds-icon-subtle, #626F86)",
55
55
  spacing: "spacious"
56
56
  }),
57
57
  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-text, #172B4D)",
19
+ color: "var(--ds-icon-subtle, #626F86)",
20
20
  spacing: "spacious"
21
21
  }),
22
22
  action(insert, editorState) {
@@ -47,7 +47,7 @@ var LoomToolbarButtonInternal = /*#__PURE__*/React.forwardRef(function (_ref, re
47
47
  title: label,
48
48
  iconBefore: jsx(VideoIcon, {
49
49
  label: label,
50
- color: disabled ? "var(--ds-text-disabled, #091E424F)" : "var(--ds-text, #172B4D)",
50
+ color: disabled ? "var(--ds-icon-disabled, #091E424F)" : "var(--ds-icon-subtle, #626F86)",
51
51
  spacing: "spacious"
52
52
  }),
53
53
  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-text, #172B4D)",
21
+ color: "var(--ds-icon-subtle, #626F86)",
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": "3.1.34",
3
+ "version": "3.1.35",
4
4
  "description": "Loom plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@atlaskit/button": "^20.3.0",
38
- "@atlaskit/editor-common": "^99.1.0",
38
+ "@atlaskit/editor-common": "^99.3.0",
39
39
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
40
40
  "@atlaskit/editor-plugin-hyperlink": "^3.2.0",
41
41
  "@atlaskit/editor-plugin-primary-toolbar": "^2.1.0",
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/editor-prosemirror": "6.2.1",
45
45
  "@atlaskit/icon": "23.4.0",
46
46
  "@atlaskit/platform-feature-flags": "0.3.0",
47
- "@atlaskit/tokens": "3.0.0",
47
+ "@atlaskit/tokens": "3.1.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1",
50
50
  "@loomhq/record-sdk": "^2.36.18"