@atlaskit/editor-common 106.1.5 → 106.1.7
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 +18 -0
- package/dist/cjs/extensions/module-helpers.js +2 -7
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/index.js +6 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Expand/sharedStyles.js +3 -2
- package/dist/es2019/extensions/module-helpers.js +2 -7
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/index.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Expand/sharedStyles.js +2 -1
- package/dist/esm/extensions/module-helpers.js +2 -7
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/index.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Expand/sharedStyles.js +2 -1
- package/dist/types/styles/index.d.ts +1 -1
- package/dist/types/ui/Expand/sharedStyles.d.ts +1 -0
- package/dist/types-ts4.5/styles/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/Expand/sharedStyles.d.ts +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 106.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#163976](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/163976)
|
|
8
|
+
[`668e81e097994`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/668e81e097994) -
|
|
9
|
+
[ED-28113] this change uses a constant to set the expand container padding
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 106.1.6
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#156549](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/156549)
|
|
17
|
+
[`82ccacbc259a8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82ccacbc259a8) -
|
|
18
|
+
Remove autoconvert feature flagged code
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 106.1.5
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -14,7 +14,6 @@ var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"))
|
|
|
14
14
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
15
15
|
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
|
|
16
16
|
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
|
17
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
18
17
|
var _manifestHelpers = require("./manifest-helpers");
|
|
19
18
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20
19
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -257,14 +256,10 @@ var getContextualToolbarItemsFromModule = exports.getContextualToolbarItemsFromM
|
|
|
257
256
|
return [];
|
|
258
257
|
}).flatMap(function (toolbarItems) {
|
|
259
258
|
return toolbarItems.map(function (toolbarItem) {
|
|
260
|
-
if ((
|
|
261
|
-
if (isToolbarButton(toolbarItem)) {
|
|
262
|
-
return toolbarItemToButtonConfig(toolbarItem, extension.key);
|
|
263
|
-
}
|
|
264
|
-
return toolbarItem;
|
|
265
|
-
} else {
|
|
259
|
+
if (isToolbarButton(toolbarItem)) {
|
|
266
260
|
return toolbarItemToButtonConfig(toolbarItem, extension.key);
|
|
267
261
|
}
|
|
262
|
+
return toolbarItem;
|
|
268
263
|
});
|
|
269
264
|
});
|
|
270
265
|
}
|
|
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
16
16
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
17
17
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
18
18
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
19
|
-
var packageVersion = "106.1.
|
|
19
|
+
var packageVersion = "106.1.7";
|
|
20
20
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
21
21
|
// Remove URL as it has UGC
|
|
22
22
|
// Ignored via go/ees007
|
package/dist/cjs/styles/index.js
CHANGED
|
@@ -63,6 +63,12 @@ Object.defineProperty(exports, "DropdownMenuSharedCssClassName", {
|
|
|
63
63
|
return _dropdownMenu.DropdownMenuSharedCssClassName;
|
|
64
64
|
}
|
|
65
65
|
});
|
|
66
|
+
Object.defineProperty(exports, "EXPAND_CONTAINER_PADDING", {
|
|
67
|
+
enumerable: true,
|
|
68
|
+
get: function get() {
|
|
69
|
+
return _sharedStyles.EXPAND_CONTAINER_PADDING;
|
|
70
|
+
}
|
|
71
|
+
});
|
|
66
72
|
Object.defineProperty(exports, "EXTENSION_PADDING", {
|
|
67
73
|
enumerable: true,
|
|
68
74
|
get: function get() {
|
|
@@ -23,7 +23,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
23
23
|
* @jsx jsx
|
|
24
24
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
25
25
|
var packageName = "@atlaskit/editor-common";
|
|
26
|
-
var packageVersion = "106.1.
|
|
26
|
+
var packageVersion = "106.1.7";
|
|
27
27
|
var halfFocusRing = 1;
|
|
28
28
|
var dropOffset = '0, 8';
|
|
29
29
|
// Ignored via go/ees005
|
|
@@ -4,7 +4,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.sharedExpandStyles = void 0;
|
|
7
|
+
exports.sharedExpandStyles = exports.EXPAND_CONTAINER_PADDING = void 0;
|
|
8
8
|
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
10
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
@@ -16,6 +16,7 @@ var EXPAND_SELECTED_BACKGROUND = "var(--ds-surface, rgba(255, 255, 255, 0.6))";
|
|
|
16
16
|
var EXPAND_FOCUSED_BORDER_COLOR = "var(--ds-border-focused, #388BFF)";
|
|
17
17
|
var EXPAND_COLLAPSED_BORDER_COLOR = 'transparent';
|
|
18
18
|
var EXPAND_EXPANDED_BORDER_COLOR = "var(--ds-border, #091E4224)";
|
|
19
|
+
var EXPAND_CONTAINER_PADDING = exports.EXPAND_CONTAINER_PADDING = 8;
|
|
19
20
|
var containerStyles = function containerStyles(styleProps) {
|
|
20
21
|
var expanded = styleProps.expanded,
|
|
21
22
|
focused = styleProps.focused;
|
|
@@ -39,7 +40,7 @@ var containerStyles = function containerStyles(styleProps) {
|
|
|
39
40
|
margin: margin,
|
|
40
41
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
41
42
|
transition: "background 0.3s ".concat(_editorSharedStyles.akEditorSwoopCubicBezier, ", border-color 0.3s ").concat(_editorSharedStyles.akEditorSwoopCubicBezier),
|
|
42
|
-
padding: "var(--ds-space-100,
|
|
43
|
+
padding: "var(--ds-space-100, ".concat("".concat(EXPAND_CONTAINER_PADDING, "px"), ")"),
|
|
43
44
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
44
45
|
'td > :not(style):first-child, td > style:first-child + *': {
|
|
45
46
|
marginTop: 0
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
2
1
|
import { buildAction } from './manifest-helpers';
|
|
3
2
|
export const groupBy = (arr, attr, keyRenamer) =>
|
|
4
3
|
// Ignored via go/ees005
|
|
@@ -159,14 +158,10 @@ export const getContextualToolbarItemsFromModule = (extensions, node, api) => {
|
|
|
159
158
|
}
|
|
160
159
|
return [];
|
|
161
160
|
}).flatMap(toolbarItems => toolbarItems.map(toolbarItem => {
|
|
162
|
-
if (
|
|
163
|
-
if (isToolbarButton(toolbarItem)) {
|
|
164
|
-
return toolbarItemToButtonConfig(toolbarItem, extension.key);
|
|
165
|
-
}
|
|
166
|
-
return toolbarItem;
|
|
167
|
-
} else {
|
|
161
|
+
if (isToolbarButton(toolbarItem)) {
|
|
168
162
|
return toolbarItemToButtonConfig(toolbarItem, extension.key);
|
|
169
163
|
}
|
|
164
|
+
return toolbarItem;
|
|
170
165
|
}));
|
|
171
166
|
}
|
|
172
167
|
return [];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isFedRamp } from './environment';
|
|
2
2
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
3
3
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
4
|
-
const packageVersion = "106.1.
|
|
4
|
+
const packageVersion = "106.1.7";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// Ignored via go/ees007
|
|
@@ -33,7 +33,7 @@ export { embedCardStyles, embedSpacingStyles } from './shared/embedCard';
|
|
|
33
33
|
export { buttonGroupStyle, buttonGroupStyleBeforeVisualRefresh, disableBlueBorderStyles, separatorStyles, wrapperStyle, triggerWrapperStyles, triggerWrapperStylesWithPadding } from './shared/plugins';
|
|
34
34
|
export { UnsupportedSharedCssClassName, unsupportedStyles } from './shared/unsupported-content';
|
|
35
35
|
export { expandIconWrapperStyle, expandClassNames, expandIconContainerStyle } from './shared/expand';
|
|
36
|
-
export { sharedExpandStyles } from '../ui/Expand/sharedStyles';
|
|
36
|
+
export { sharedExpandStyles, EXPAND_CONTAINER_PADDING } from '../ui/Expand/sharedStyles';
|
|
37
37
|
export { ClassNames as MediaSharedClassNames } from './shared/media';
|
|
38
38
|
export { BreakoutCssClassName } from './shared/breakout';
|
|
39
39
|
export { BODIED_EXT_MBE_MARGIN_TOP } from './shared/extension';
|
|
@@ -13,7 +13,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
13
13
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
14
14
|
import Layer from '../Layer';
|
|
15
15
|
const packageName = "@atlaskit/editor-common";
|
|
16
|
-
const packageVersion = "106.1.
|
|
16
|
+
const packageVersion = "106.1.7";
|
|
17
17
|
const halfFocusRing = 1;
|
|
18
18
|
const dropOffset = '0, 8';
|
|
19
19
|
// Ignored via go/ees005
|
|
@@ -8,6 +8,7 @@ const EXPAND_SELECTED_BACKGROUND = "var(--ds-surface, rgba(255, 255, 255, 0.6))"
|
|
|
8
8
|
const EXPAND_FOCUSED_BORDER_COLOR = "var(--ds-border-focused, #388BFF)";
|
|
9
9
|
const EXPAND_COLLAPSED_BORDER_COLOR = 'transparent';
|
|
10
10
|
const EXPAND_EXPANDED_BORDER_COLOR = "var(--ds-border, #091E4224)";
|
|
11
|
+
export const EXPAND_CONTAINER_PADDING = 8;
|
|
11
12
|
const containerStyles = styleProps => {
|
|
12
13
|
const {
|
|
13
14
|
expanded,
|
|
@@ -32,7 +33,7 @@ const containerStyles = styleProps => {
|
|
|
32
33
|
margin: margin,
|
|
33
34
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
34
35
|
transition: `background 0.3s ${akEditorSwoopCubicBezier}, border-color 0.3s ${akEditorSwoopCubicBezier}`,
|
|
35
|
-
padding:
|
|
36
|
+
padding: `var(--ds-space-100, ${`${EXPAND_CONTAINER_PADDING}px`})`,
|
|
36
37
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
37
38
|
'td > :not(style):first-child, td > style:first-child + *': {
|
|
38
39
|
marginTop: 0
|
|
@@ -7,7 +7,6 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t.return || t.return(); } finally { if (u) throw o; } } }; }
|
|
8
8
|
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
9
9
|
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
10
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
11
10
|
import { buildAction } from './manifest-helpers';
|
|
12
11
|
export var groupBy = function groupBy(arr, attr, keyRenamer) {
|
|
13
12
|
return (
|
|
@@ -247,14 +246,10 @@ export var getContextualToolbarItemsFromModule = function getContextualToolbarIt
|
|
|
247
246
|
return [];
|
|
248
247
|
}).flatMap(function (toolbarItems) {
|
|
249
248
|
return toolbarItems.map(function (toolbarItem) {
|
|
250
|
-
if (
|
|
251
|
-
if (isToolbarButton(toolbarItem)) {
|
|
252
|
-
return toolbarItemToButtonConfig(toolbarItem, extension.key);
|
|
253
|
-
}
|
|
254
|
-
return toolbarItem;
|
|
255
|
-
} else {
|
|
249
|
+
if (isToolbarButton(toolbarItem)) {
|
|
256
250
|
return toolbarItemToButtonConfig(toolbarItem, extension.key);
|
|
257
251
|
}
|
|
252
|
+
return toolbarItem;
|
|
258
253
|
});
|
|
259
254
|
});
|
|
260
255
|
}
|
|
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
import { isFedRamp } from './environment';
|
|
8
8
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
9
9
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
10
|
-
var packageVersion = "106.1.
|
|
10
|
+
var packageVersion = "106.1.7";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// Ignored via go/ees007
|
package/dist/esm/styles/index.js
CHANGED
|
@@ -33,7 +33,7 @@ export { embedCardStyles, embedSpacingStyles } from './shared/embedCard';
|
|
|
33
33
|
export { buttonGroupStyle, buttonGroupStyleBeforeVisualRefresh, disableBlueBorderStyles, separatorStyles, wrapperStyle, triggerWrapperStyles, triggerWrapperStylesWithPadding } from './shared/plugins';
|
|
34
34
|
export { UnsupportedSharedCssClassName, unsupportedStyles } from './shared/unsupported-content';
|
|
35
35
|
export { expandIconWrapperStyle, expandClassNames, expandIconContainerStyle } from './shared/expand';
|
|
36
|
-
export { sharedExpandStyles } from '../ui/Expand/sharedStyles';
|
|
36
|
+
export { sharedExpandStyles, EXPAND_CONTAINER_PADDING } from '../ui/Expand/sharedStyles';
|
|
37
37
|
export { ClassNames as MediaSharedClassNames } from './shared/media';
|
|
38
38
|
export { BreakoutCssClassName } from './shared/breakout';
|
|
39
39
|
export { BODIED_EXT_MBE_MARGIN_TOP } from './shared/extension';
|
|
@@ -20,7 +20,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
20
20
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
21
21
|
import Layer from '../Layer';
|
|
22
22
|
var packageName = "@atlaskit/editor-common";
|
|
23
|
-
var packageVersion = "106.1.
|
|
23
|
+
var packageVersion = "106.1.7";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
// Ignored via go/ees005
|
|
@@ -10,6 +10,7 @@ var EXPAND_SELECTED_BACKGROUND = "var(--ds-surface, rgba(255, 255, 255, 0.6))";
|
|
|
10
10
|
var EXPAND_FOCUSED_BORDER_COLOR = "var(--ds-border-focused, #388BFF)";
|
|
11
11
|
var EXPAND_COLLAPSED_BORDER_COLOR = 'transparent';
|
|
12
12
|
var EXPAND_EXPANDED_BORDER_COLOR = "var(--ds-border, #091E4224)";
|
|
13
|
+
export var EXPAND_CONTAINER_PADDING = 8;
|
|
13
14
|
var containerStyles = function containerStyles(styleProps) {
|
|
14
15
|
var expanded = styleProps.expanded,
|
|
15
16
|
focused = styleProps.focused;
|
|
@@ -33,7 +34,7 @@ var containerStyles = function containerStyles(styleProps) {
|
|
|
33
34
|
margin: margin,
|
|
34
35
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
35
36
|
transition: "background 0.3s ".concat(akEditorSwoopCubicBezier, ", border-color 0.3s ").concat(akEditorSwoopCubicBezier),
|
|
36
|
-
padding: "var(--ds-space-100,
|
|
37
|
+
padding: "var(--ds-space-100, ".concat("".concat(EXPAND_CONTAINER_PADDING, "px"), ")"),
|
|
37
38
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
38
39
|
'td > :not(style):first-child, td > style:first-child + *': {
|
|
39
40
|
marginTop: 0
|
|
@@ -30,7 +30,7 @@ export { embedCardStyles, embedSpacingStyles } from './shared/embedCard';
|
|
|
30
30
|
export { buttonGroupStyle, buttonGroupStyleBeforeVisualRefresh, disableBlueBorderStyles, separatorStyles, wrapperStyle, triggerWrapperStyles, triggerWrapperStylesWithPadding, } from './shared/plugins';
|
|
31
31
|
export { UnsupportedSharedCssClassName, unsupportedStyles } from './shared/unsupported-content';
|
|
32
32
|
export { expandIconWrapperStyle, expandClassNames, expandIconContainerStyle, } from './shared/expand';
|
|
33
|
-
export { sharedExpandStyles } from '../ui/Expand/sharedStyles';
|
|
33
|
+
export { sharedExpandStyles, EXPAND_CONTAINER_PADDING } from '../ui/Expand/sharedStyles';
|
|
34
34
|
export { ClassNames as MediaSharedClassNames } from './shared/media';
|
|
35
35
|
export { BreakoutCssClassName } from './shared/breakout';
|
|
36
36
|
export { BODIED_EXT_MBE_MARGIN_TOP } from './shared/extension';
|
|
@@ -30,7 +30,7 @@ export { embedCardStyles, embedSpacingStyles } from './shared/embedCard';
|
|
|
30
30
|
export { buttonGroupStyle, buttonGroupStyleBeforeVisualRefresh, disableBlueBorderStyles, separatorStyles, wrapperStyle, triggerWrapperStyles, triggerWrapperStylesWithPadding, } from './shared/plugins';
|
|
31
31
|
export { UnsupportedSharedCssClassName, unsupportedStyles } from './shared/unsupported-content';
|
|
32
32
|
export { expandIconWrapperStyle, expandClassNames, expandIconContainerStyle, } from './shared/expand';
|
|
33
|
-
export { sharedExpandStyles } from '../ui/Expand/sharedStyles';
|
|
33
|
+
export { sharedExpandStyles, EXPAND_CONTAINER_PADDING } from '../ui/Expand/sharedStyles';
|
|
34
34
|
export { ClassNames as MediaSharedClassNames } from './shared/media';
|
|
35
35
|
export { BreakoutCssClassName } from './shared/breakout';
|
|
36
36
|
export { BODIED_EXT_MBE_MARGIN_TOP } from './shared/extension';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "106.1.
|
|
3
|
+
"version": "106.1.7",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"@atlaskit/task-decision": "^19.2.0",
|
|
170
170
|
"@atlaskit/textfield": "^8.0.0",
|
|
171
171
|
"@atlaskit/theme": "^18.0.0",
|
|
172
|
-
"@atlaskit/tmp-editor-statsig": "^5.
|
|
172
|
+
"@atlaskit/tmp-editor-statsig": "^5.8.0",
|
|
173
173
|
"@atlaskit/tokens": "^5.0.0",
|
|
174
174
|
"@atlaskit/tooltip": "^20.2.0",
|
|
175
175
|
"@atlaskit/width-detector": "^5.0.0",
|