@atlaskit/editor-core 217.8.1 → 217.8.2

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-core
2
2
 
3
+ ## 217.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 217.8.1
4
10
 
5
11
  ### Patch Changes
@@ -39,7 +39,7 @@ var smartCardDiffStyles = exports.smartCardDiffStyles = (0, _react.css)((0, _def
39
39
  })));
40
40
 
41
41
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
42
- var showDiffDeletedNodeStyles = exports.showDiffDeletedNodeStyles = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, ".".concat(SmartCardSharedCssClassName.EMBED_CARD_CONTAINER), (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, "&.show-diff-deleted-node .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
42
+ var showDiffDeletedNodeStyles = exports.showDiffDeletedNodeStyles = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, ".".concat(SmartCardSharedCssClassName.EMBED_CARD_CONTAINER), (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, "&.show-diff-deleted-node .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
43
43
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
44
44
  boxShadow: "0 0 0 1px ".concat("var(--ds-border-accent-gray, #7D818A)"),
45
45
  borderColor: 'transparent'
@@ -47,6 +47,14 @@ var showDiffDeletedNodeStyles = exports.showDiffDeletedNodeStyles = (0, _react.c
47
47
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
48
48
  boxShadow: "0 0 0 1px ".concat("var(--ds-border-accent-red, #E2483D)"),
49
49
  borderColor: 'transparent'
50
+ }), "&.show-diff-deleted-node-traditional.show-diff-deleted-active .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
51
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
52
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
53
+ borderColor: 'transparent'
54
+ }), "&.show-diff-deleted-node.show-diff-deleted-active .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
55
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
56
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
57
+ borderColor: 'transparent'
50
58
  }), "&.show-diff-deleted-node .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER), {
51
59
  opacity: 0.6
52
60
  })), '.show-diff-deleted-node .media-card-wrapper', {
@@ -64,6 +72,21 @@ var showDiffDeletedNodeStyles = exports.showDiffDeletedNodeStyles = (0, _react.c
64
72
  boxShadow: "0 0 0 1px ".concat("var(--ds-border-accent-red, #E2483D)"),
65
73
  borderRadius: "var(--ds-radius-small, 4px)"
66
74
  }
75
+ }), '.show-diff-deleted-node-traditional.show-diff-deleted-active .media-card-wrapper', {
76
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
77
+ '& > div': {
78
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
79
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
80
+ borderRadius: "var(--ds-radius-small, 4px)"
81
+ }
82
+ }), '.show-diff-deleted-node.show-diff-deleted-active .media-card-wrapper', {
83
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
84
+ '& > div': {
85
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
86
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
87
+ borderRadius: "var(--ds-radius-small, 4px)",
88
+ opacity: 0.6
89
+ }
67
90
  }), '[data-prosemirror-node-name="blockquote"].show-diff-deleted-node', {
68
91
  textDecoration: 'line-through'
69
92
  }), '[data-prosemirror-node-name="blockquote"].show-diff-deleted-node-traditional', {
@@ -75,7 +98,7 @@ var showDiffDeletedNodeStyles = exports.showDiffDeletedNodeStyles = (0, _react.c
75
98
  }));
76
99
 
77
100
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
78
- var showDiffDeletedNodeStylesNew = exports.showDiffDeletedNodeStylesNew = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, ".".concat(SmartCardSharedCssClassName.EMBED_CARD_CONTAINER), (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, "&.show-diff-deleted-node .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
101
+ var showDiffDeletedNodeStylesNew = exports.showDiffDeletedNodeStylesNew = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, ".".concat(SmartCardSharedCssClassName.EMBED_CARD_CONTAINER), (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, "&.show-diff-deleted-node .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
79
102
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
80
103
  boxShadow: "0 0 0 1px ".concat("var(--ds-border-accent-gray, #7D818A)"),
81
104
  borderColor: 'transparent'
@@ -83,6 +106,14 @@ var showDiffDeletedNodeStylesNew = exports.showDiffDeletedNodeStylesNew = (0, _r
83
106
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
84
107
  boxShadow: "0 0 0 1px ".concat("var(--ds-border-accent-red, #E2483D)"),
85
108
  borderColor: 'transparent'
109
+ }), "&.show-diff-deleted-node-traditional.show-diff-deleted-active .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
110
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
111
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
112
+ borderColor: 'transparent'
113
+ }), "&.show-diff-deleted-node.show-diff-deleted-active .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
114
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
115
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
116
+ borderColor: 'transparent'
86
117
  }), "&.show-diff-deleted-node .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER), {
87
118
  opacity: 0.8
88
119
  })), '.show-diff-deleted-node .media-card-wrapper', {
@@ -100,6 +131,21 @@ var showDiffDeletedNodeStylesNew = exports.showDiffDeletedNodeStylesNew = (0, _r
100
131
  boxShadow: "0 0 0 1px ".concat("var(--ds-border-accent-red, #E2483D)"),
101
132
  borderRadius: "var(--ds-radius-small, 4px)"
102
133
  }
134
+ }), '.show-diff-deleted-node-traditional.show-diff-deleted-active .media-card-wrapper', {
135
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
136
+ '& > div': {
137
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
138
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
139
+ borderRadius: "var(--ds-radius-small, 4px)"
140
+ }
141
+ }), '.show-diff-deleted-node.show-diff-deleted-active .media-card-wrapper', {
142
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
143
+ '& > div': {
144
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
145
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
146
+ borderRadius: "var(--ds-radius-small, 4px)",
147
+ opacity: 0.8
148
+ }
103
149
  }), '[data-prosemirror-node-name="blockquote"].show-diff-deleted-node', {
104
150
  textDecoration: 'line-through'
105
151
  }), '[data-prosemirror-node-name="blockquote"].show-diff-deleted-node-traditional', {
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "217.8.1";
8
+ var version = exports.version = "0.0.0-development";
@@ -55,6 +55,18 @@ export const showDiffDeletedNodeStyles = css({
55
55
  borderColor: 'transparent'
56
56
  },
57
57
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values,@atlaskit/ui-styling-standard/no-nested-selectors
58
+ [`&.show-diff-deleted-node-traditional.show-diff-deleted-active .${SmartCardSharedCssClassName.LOADER_WRAPPER} > div::after`]: {
59
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
60
+ boxShadow: `0 0 0 2px ${"var(--ds-border-accent-red, #E2483D)"}`,
61
+ borderColor: 'transparent'
62
+ },
63
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values,@atlaskit/ui-styling-standard/no-nested-selectors
64
+ [`&.show-diff-deleted-node.show-diff-deleted-active .${SmartCardSharedCssClassName.LOADER_WRAPPER} > div::after`]: {
65
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
66
+ boxShadow: `0 0 0 2px ${"var(--ds-border-accent-red, #E2483D)"}`,
67
+ borderColor: 'transparent'
68
+ },
69
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values,@atlaskit/ui-styling-standard/no-nested-selectors
58
70
  [`&.show-diff-deleted-node .${SmartCardSharedCssClassName.LOADER_WRAPPER}`]: {
59
71
  opacity: 0.6
60
72
  }
@@ -79,6 +91,25 @@ export const showDiffDeletedNodeStyles = css({
79
91
  }
80
92
  },
81
93
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
94
+ '.show-diff-deleted-node-traditional.show-diff-deleted-active .media-card-wrapper': {
95
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
96
+ '& > div': {
97
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
98
+ boxShadow: `0 0 0 2px ${"var(--ds-border-accent-red, #E2483D)"}`,
99
+ borderRadius: "var(--ds-radius-small, 4px)"
100
+ }
101
+ },
102
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
103
+ '.show-diff-deleted-node.show-diff-deleted-active .media-card-wrapper': {
104
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
105
+ '& > div': {
106
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
107
+ boxShadow: `0 0 0 2px ${"var(--ds-border-accent-red, #E2483D)"}`,
108
+ borderRadius: "var(--ds-radius-small, 4px)",
109
+ opacity: 0.6
110
+ }
111
+ },
112
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
82
113
  '[data-prosemirror-node-name="blockquote"].show-diff-deleted-node': {
83
114
  textDecoration: 'line-through'
84
115
  },
@@ -111,6 +142,18 @@ export const showDiffDeletedNodeStylesNew = css({
111
142
  borderColor: 'transparent'
112
143
  },
113
144
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values,@atlaskit/ui-styling-standard/no-nested-selectors
145
+ [`&.show-diff-deleted-node-traditional.show-diff-deleted-active .${SmartCardSharedCssClassName.LOADER_WRAPPER} > div::after`]: {
146
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
147
+ boxShadow: `0 0 0 2px ${"var(--ds-border-accent-red, #E2483D)"}`,
148
+ borderColor: 'transparent'
149
+ },
150
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values,@atlaskit/ui-styling-standard/no-nested-selectors
151
+ [`&.show-diff-deleted-node.show-diff-deleted-active .${SmartCardSharedCssClassName.LOADER_WRAPPER} > div::after`]: {
152
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
153
+ boxShadow: `0 0 0 2px ${"var(--ds-border-accent-red, #E2483D)"}`,
154
+ borderColor: 'transparent'
155
+ },
156
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values,@atlaskit/ui-styling-standard/no-nested-selectors
114
157
  [`&.show-diff-deleted-node .${SmartCardSharedCssClassName.LOADER_WRAPPER}`]: {
115
158
  opacity: 0.8
116
159
  }
@@ -135,6 +178,25 @@ export const showDiffDeletedNodeStylesNew = css({
135
178
  }
136
179
  },
137
180
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
181
+ '.show-diff-deleted-node-traditional.show-diff-deleted-active .media-card-wrapper': {
182
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
183
+ '& > div': {
184
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
185
+ boxShadow: `0 0 0 2px ${"var(--ds-border-accent-red, #E2483D)"}`,
186
+ borderRadius: "var(--ds-radius-small, 4px)"
187
+ }
188
+ },
189
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
190
+ '.show-diff-deleted-node.show-diff-deleted-active .media-card-wrapper': {
191
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
192
+ '& > div': {
193
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
194
+ boxShadow: `0 0 0 2px ${"var(--ds-border-accent-red, #E2483D)"}`,
195
+ borderRadius: "var(--ds-radius-small, 4px)",
196
+ opacity: 0.8
197
+ }
198
+ },
199
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
138
200
  '[data-prosemirror-node-name="blockquote"].show-diff-deleted-node': {
139
201
  textDecoration: 'line-through'
140
202
  },
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "217.8.1";
2
+ export const version = "0.0.0-development";
@@ -31,7 +31,7 @@ export var smartCardDiffStyles = css(_defineProperty({}, ".".concat(SmartCardSha
31
31
  })));
32
32
 
33
33
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
34
- export var showDiffDeletedNodeStyles = css(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, ".".concat(SmartCardSharedCssClassName.EMBED_CARD_CONTAINER), _defineProperty(_defineProperty(_defineProperty({}, "&.show-diff-deleted-node .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
34
+ export var showDiffDeletedNodeStyles = css(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, ".".concat(SmartCardSharedCssClassName.EMBED_CARD_CONTAINER), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "&.show-diff-deleted-node .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
35
35
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
36
36
  boxShadow: "0 0 0 1px ".concat("var(--ds-border-accent-gray, #7D818A)"),
37
37
  borderColor: 'transparent'
@@ -39,6 +39,14 @@ export var showDiffDeletedNodeStyles = css(_defineProperty(_defineProperty(_defi
39
39
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
40
40
  boxShadow: "0 0 0 1px ".concat("var(--ds-border-accent-red, #E2483D)"),
41
41
  borderColor: 'transparent'
42
+ }), "&.show-diff-deleted-node-traditional.show-diff-deleted-active .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
43
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
44
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
45
+ borderColor: 'transparent'
46
+ }), "&.show-diff-deleted-node.show-diff-deleted-active .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
47
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
48
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
49
+ borderColor: 'transparent'
42
50
  }), "&.show-diff-deleted-node .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER), {
43
51
  opacity: 0.6
44
52
  })), '.show-diff-deleted-node .media-card-wrapper', {
@@ -56,6 +64,21 @@ export var showDiffDeletedNodeStyles = css(_defineProperty(_defineProperty(_defi
56
64
  boxShadow: "0 0 0 1px ".concat("var(--ds-border-accent-red, #E2483D)"),
57
65
  borderRadius: "var(--ds-radius-small, 4px)"
58
66
  }
67
+ }), '.show-diff-deleted-node-traditional.show-diff-deleted-active .media-card-wrapper', {
68
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
69
+ '& > div': {
70
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
71
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
72
+ borderRadius: "var(--ds-radius-small, 4px)"
73
+ }
74
+ }), '.show-diff-deleted-node.show-diff-deleted-active .media-card-wrapper', {
75
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
76
+ '& > div': {
77
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
78
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
79
+ borderRadius: "var(--ds-radius-small, 4px)",
80
+ opacity: 0.6
81
+ }
59
82
  }), '[data-prosemirror-node-name="blockquote"].show-diff-deleted-node', {
60
83
  textDecoration: 'line-through'
61
84
  }), '[data-prosemirror-node-name="blockquote"].show-diff-deleted-node-traditional', {
@@ -67,7 +90,7 @@ export var showDiffDeletedNodeStyles = css(_defineProperty(_defineProperty(_defi
67
90
  }));
68
91
 
69
92
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
70
- export var showDiffDeletedNodeStylesNew = css(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, ".".concat(SmartCardSharedCssClassName.EMBED_CARD_CONTAINER), _defineProperty(_defineProperty(_defineProperty({}, "&.show-diff-deleted-node .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
93
+ export var showDiffDeletedNodeStylesNew = css(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, ".".concat(SmartCardSharedCssClassName.EMBED_CARD_CONTAINER), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "&.show-diff-deleted-node .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
71
94
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
72
95
  boxShadow: "0 0 0 1px ".concat("var(--ds-border-accent-gray, #7D818A)"),
73
96
  borderColor: 'transparent'
@@ -75,6 +98,14 @@ export var showDiffDeletedNodeStylesNew = css(_defineProperty(_defineProperty(_d
75
98
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
76
99
  boxShadow: "0 0 0 1px ".concat("var(--ds-border-accent-red, #E2483D)"),
77
100
  borderColor: 'transparent'
101
+ }), "&.show-diff-deleted-node-traditional.show-diff-deleted-active .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
102
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
103
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
104
+ borderColor: 'transparent'
105
+ }), "&.show-diff-deleted-node.show-diff-deleted-active .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER, " > div::after"), {
106
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
107
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
108
+ borderColor: 'transparent'
78
109
  }), "&.show-diff-deleted-node .".concat(SmartCardSharedCssClassName.LOADER_WRAPPER), {
79
110
  opacity: 0.8
80
111
  })), '.show-diff-deleted-node .media-card-wrapper', {
@@ -92,6 +123,21 @@ export var showDiffDeletedNodeStylesNew = css(_defineProperty(_defineProperty(_d
92
123
  boxShadow: "0 0 0 1px ".concat("var(--ds-border-accent-red, #E2483D)"),
93
124
  borderRadius: "var(--ds-radius-small, 4px)"
94
125
  }
126
+ }), '.show-diff-deleted-node-traditional.show-diff-deleted-active .media-card-wrapper', {
127
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
128
+ '& > div': {
129
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
130
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
131
+ borderRadius: "var(--ds-radius-small, 4px)"
132
+ }
133
+ }), '.show-diff-deleted-node.show-diff-deleted-active .media-card-wrapper', {
134
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
135
+ '& > div': {
136
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
137
+ boxShadow: "0 0 0 2px ".concat("var(--ds-border-accent-red, #E2483D)"),
138
+ borderRadius: "var(--ds-radius-small, 4px)",
139
+ opacity: 0.8
140
+ }
95
141
  }), '[data-prosemirror-node-name="blockquote"].show-diff-deleted-node', {
96
142
  textDecoration: 'line-through'
97
143
  }), '[data-prosemirror-node-name="blockquote"].show-diff-deleted-node-traditional', {
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "217.8.1";
2
+ export var version = "0.0.0-development";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "217.8.1",
3
+ "version": "217.8.2",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -66,7 +66,7 @@
66
66
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
67
67
  "@atlaskit/react-ufo": "^5.7.0",
68
68
  "@atlaskit/task-decision": "^19.3.0",
69
- "@atlaskit/tmp-editor-statsig": "^49.0.0",
69
+ "@atlaskit/tmp-editor-statsig": "^50.0.0",
70
70
  "@atlaskit/tokens": "^11.4.0",
71
71
  "@atlaskit/tooltip": "^21.0.0",
72
72
  "@atlaskit/width-detector": "^5.0.0",