@atlaskit/smart-card 45.17.19 → 45.17.21

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,18 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 45.17.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 45.17.20
10
+
11
+ ### Patch Changes
12
+
13
+ - [`8f0d2c1dd28a3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f0d2c1dd28a3) -
14
+ NAVX-5363 cleaning up navx-5343-sl-action-block-styling-fixes
15
+
3
16
  ## 45.17.19
4
17
 
5
18
  ### Patch Changes
@@ -11,7 +11,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
11
11
  var context = exports.context = {
12
12
  componentName: 'smart-cards',
13
13
  packageName: "@atlaskit/smart-card" || '',
14
- packageVersion: "45.17.18" || ''
14
+ packageVersion: "45.17.20" || ''
15
15
  };
16
16
  var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
17
17
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -6,5 +6,4 @@
6
6
  ._2yhz13af [data-smart-element=Title]{color:var(--ds-link,#1868db)}
7
7
  ._4cvresu3{align-items:flex-end}
8
8
  ._4t3i10yn{height:25px}
9
- ._4t3i1k8s{height:1.5rem}
10
9
  ._4t3i1osq{height:100%}
@@ -27,7 +27,6 @@ var _utils = require("./utils");
27
27
  var _withFlexibleUIBlockCardStyle = require("./utils/withFlexibleUIBlockCardStyle");
28
28
  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); }
29
29
  var titleBlockCss = null;
30
- var footerBlockCssOld = null;
31
30
  var footerBlockCss = null;
32
31
  var footerExtraSpacingCss = null;
33
32
  var footerBlockSafariStyles = null;
@@ -157,7 +156,7 @@ var ResolvedView = function ResolvedView(_ref) {
157
156
  })) : null, /*#__PURE__*/React.createElement(_blocks.FooterBlock, {
158
157
  actions: footerActions,
159
158
  isPreviewBlockErrored: isPreviewBlockErrored,
160
- className: (0, _runtime.ax)([(0, _platformFeatureFlags.fg)('navx-5343-sl-action-block-styling-fixes') ? "_4t3i10yn _1e0c1txw _1bah1yb4 _4cvresu3 _1wpz1fhb" : "_4t3i1k8s _1e0c1txw _1bah1yb4 _4cvresu3 _1wpz1fhb", safari && "_4t3i1osq", (0, _platformFeatureFlags.fg)('platform_navx_block_card_footer_spacing') && "_19pku2gc"])
159
+ className: (0, _runtime.ax)(["_4t3i10yn _1e0c1txw _1bah1yb4 _4cvresu3 _1wpz1fhb", safari && "_4t3i1osq", (0, _platformFeatureFlags.fg)('platform_navx_block_card_footer_spacing') && "_19pku2gc"])
161
160
  }));
162
161
  };
163
162
  var _default_1 = (0, _withFlexibleUIBlockCardStyle.withFlexibleUIBlockCardStyle)(ResolvedView);
@@ -19,18 +19,15 @@ var _reactIntl = require("react-intl");
19
19
  var _reactMagneticDi = require("react-magnetic-di");
20
20
  var _buttonGroup = _interopRequireDefault(require("@atlaskit/button/button-group"));
21
21
  var _new = require("@atlaskit/button/new");
22
- var _standardButton = _interopRequireDefault(require("@atlaskit/button/standard-button"));
23
22
  var _dropdownMenu = _interopRequireDefault(require("@atlaskit/dropdown-menu"));
24
23
  var _showMoreHorizontal = _interopRequireDefault(require("@atlaskit/icon/core/show-more-horizontal"));
25
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
26
24
  var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
27
25
  var _constants = require("../../../../../constants");
28
26
  var _messages = require("../../../../../messages");
29
27
  var _flexibleUiContext = require("../../../../../state/flexible-ui-context");
30
28
  var _useRovoConfig2 = _interopRequireDefault(require("../../../../../state/hooks/use-rovo-config"));
31
29
  var _rovoChatUtils = require("../../../../common/rovo-chat-utils");
32
- var _utils = require("../../utils");
33
- var _utils2 = require("../utils");
30
+ var _utils = require("../utils");
34
31
  var _actionGroupItem = _interopRequireDefault(require("./action-group-item"));
35
32
  var _excluded = ["triggerRef"];
36
33
  /* eslint-disable @atlaskit/ui-styling-standard/no-nested-selectors */
@@ -86,7 +83,7 @@ var ActionGroup = function ActionGroup(_ref) {
86
83
  isOpen = _useState2[0],
87
84
  setIsOpen = _useState2[1];
88
85
  var renderableActionItems = (0, _react.useMemo)(function () {
89
- return (0, _utils2.filterActionItems)(items, context, product);
86
+ return (0, _utils.filterActionItems)(items, context, product);
90
87
  }, [context, items, product]);
91
88
  var isMoreThenTwoItems = renderableActionItems.length > visibleButtonsNum;
92
89
  var rovoChatAction = context === null || context === void 0 || (_context$actions = context.actions) === null || _context$actions === void 0 ? void 0 : _context$actions[_constants.ActionName.RovoChatAction];
@@ -151,11 +148,6 @@ var ActionGroup = function ActionGroup(_ref) {
151
148
  actionItems = isMoreThenTwoItems ? renderableActionItems.slice(visibleButtonsNum - 1) : [];
152
149
  }
153
150
  if (actionItems.length > 0) {
154
- var spacing = _utils.sizeToButtonSpacing[size];
155
- var moreIcon = /*#__PURE__*/React.createElement(_showMoreHorizontal.default, {
156
- label: "more",
157
- color: "currentColor"
158
- });
159
151
  var formatMessage = /*#__PURE__*/React.createElement(_reactIntl.FormattedMessage, _messages.messages.more_actions);
160
152
  var moreIconAppearance = appearance !== 'subtle' ? 'default' : appearance;
161
153
  return /*#__PURE__*/React.createElement(_dropdownMenu.default, {
@@ -169,7 +161,7 @@ var ActionGroup = function ActionGroup(_ref) {
169
161
  hideTooltipOnClick: true,
170
162
  testId: "action-group-more-button-tooltip",
171
163
  tag: "span"
172
- }, (0, _platformFeatureFlags.fg)('navx-5343-sl-action-block-styling-fixes') ? /*#__PURE__*/React.createElement(_new.IconButton, (0, _extends2.default)({}, props, {
164
+ }, /*#__PURE__*/React.createElement(_new.IconButton, (0, _extends2.default)({}, props, {
173
165
  spacing: size === _constants.SmartLinkSize.XLarge ? 'default' : 'compact',
174
166
  testId: "action-group-more-button",
175
167
  icon: _showMoreHorizontal.default,
@@ -178,13 +170,6 @@ var ActionGroup = function ActionGroup(_ref) {
178
170
  color: "currentColor"
179
171
  }, isRovoActionsEnabled ? {
180
172
  appearance: moreIconAppearance
181
- } : {})) : /*#__PURE__*/React.createElement(_standardButton.default, (0, _extends2.default)({}, props, {
182
- spacing: isRovoActionsEnabled ? size === _constants.SmartLinkSize.XLarge ? 'default' : 'compact' : spacing,
183
- testId: "action-group-more-button",
184
- iconBefore: moreIcon,
185
- ref: triggerRef
186
- }, isRovoActionsEnabled ? {
187
- appearance: appearance
188
173
  } : {})));
189
174
  },
190
175
  testId: "action-group-dropdown",
@@ -19,7 +19,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
19
19
  _excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
20
20
  var PACKAGE_DATA = {
21
21
  packageName: "@atlaskit/smart-card",
22
- packageVersion: "45.17.18",
22
+ packageVersion: "45.17.20",
23
23
  componentName: 'linkUrl'
24
24
  };
25
25
  var LinkUrl = function LinkUrl(_ref) {
@@ -2,7 +2,7 @@ export const ANALYTICS_CHANNEL = 'media';
2
2
  export const context = {
3
3
  componentName: 'smart-cards',
4
4
  packageName: "@atlaskit/smart-card" || '',
5
- packageVersion: "45.17.18" || ''
5
+ packageVersion: "45.17.20" || ''
6
6
  };
7
7
  export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
8
8
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -6,5 +6,4 @@
6
6
  ._2yhz13af [data-smart-element=Title]{color:var(--ds-link,#1868db)}
7
7
  ._4cvresu3{align-items:flex-end}
8
8
  ._4t3i10yn{height:25px}
9
- ._4t3i1k8s{height:1.5rem}
10
9
  ._4t3i1osq{height:100%}
@@ -17,7 +17,6 @@ import { FooterBlock, MetadataBlock, PreviewBlock, SnippetBlock, TitleBlock } fr
17
17
  import { FlexibleCardUiOptions, getSimulatedBetterMetadata, PreviewBlockOptions, titleBlockOptions } from './utils';
18
18
  import { withFlexibleUIBlockCardStyle } from './utils/withFlexibleUIBlockCardStyle';
19
19
  const titleBlockCss = null;
20
- const footerBlockCssOld = null;
21
20
  const footerBlockCss = null;
22
21
  const footerExtraSpacingCss = null;
23
22
  const footerBlockSafariStyles = null;
@@ -143,7 +142,7 @@ const ResolvedView = ({
143
142
  })) : null, /*#__PURE__*/React.createElement(FooterBlock, {
144
143
  actions: footerActions,
145
144
  isPreviewBlockErrored: isPreviewBlockErrored,
146
- className: ax([fg('navx-5343-sl-action-block-styling-fixes') ? "_4t3i10yn _1e0c1txw _1bah1yb4 _4cvresu3 _1wpz1fhb" : "_4t3i1k8s _1e0c1txw _1bah1yb4 _4cvresu3 _1wpz1fhb", safari && "_4t3i1osq", fg('platform_navx_block_card_footer_spacing') && "_19pku2gc"])
145
+ className: ax(["_4t3i10yn _1e0c1txw _1bah1yb4 _4cvresu3 _1wpz1fhb", safari && "_4t3i1osq", fg('platform_navx_block_card_footer_spacing') && "_19pku2gc"])
147
146
  }));
148
147
  };
149
148
  const _default_1 = withFlexibleUIBlockCardStyle(ResolvedView);
@@ -10,17 +10,14 @@ import { FormattedMessage } from 'react-intl';
10
10
  import { di } from 'react-magnetic-di';
11
11
  import ButtonGroup from '@atlaskit/button/button-group';
12
12
  import { IconButton } from '@atlaskit/button/new';
13
- import Button from '@atlaskit/button/standard-button';
14
13
  import DropdownMenu from '@atlaskit/dropdown-menu';
15
14
  import MoreIcon from '@atlaskit/icon/core/show-more-horizontal';
16
- import { fg } from '@atlaskit/platform-feature-flags';
17
15
  import Tooltip from '@atlaskit/tooltip';
18
16
  import { ActionName, CardDisplay, SmartLinkSize } from '../../../../../constants';
19
17
  import { messages } from '../../../../../messages';
20
18
  import { useFlexibleUiContext, useFlexibleUiOptionContext } from '../../../../../state/flexible-ui-context';
21
19
  import useRovoConfig from '../../../../../state/hooks/use-rovo-config';
22
20
  import { RovoChatPromptKey } from '../../../../common/rovo-chat-utils';
23
- import { sizeToButtonSpacing } from '../../utils';
24
21
  import { filterActionItems } from '../utils';
25
22
  import ActionGroupItem from './action-group-item';
26
23
  const styles = null;
@@ -121,11 +118,6 @@ const ActionGroup = ({
121
118
  actionItems = isMoreThenTwoItems ? renderableActionItems.slice(visibleButtonsNum - 1) : [];
122
119
  }
123
120
  if (actionItems.length > 0) {
124
- const spacing = sizeToButtonSpacing[size];
125
- const moreIcon = /*#__PURE__*/React.createElement(MoreIcon, {
126
- label: "more",
127
- color: "currentColor"
128
- });
129
121
  const formatMessage = /*#__PURE__*/React.createElement(FormattedMessage, messages.more_actions);
130
122
  const moreIconAppearance = appearance !== 'subtle' ? 'default' : appearance;
131
123
  return /*#__PURE__*/React.createElement(DropdownMenu, {
@@ -139,7 +131,7 @@ const ActionGroup = ({
139
131
  hideTooltipOnClick: true,
140
132
  testId: "action-group-more-button-tooltip",
141
133
  tag: "span"
142
- }, fg('navx-5343-sl-action-block-styling-fixes') ? /*#__PURE__*/React.createElement(IconButton, _extends({}, props, {
134
+ }, /*#__PURE__*/React.createElement(IconButton, _extends({}, props, {
143
135
  spacing: size === SmartLinkSize.XLarge ? 'default' : 'compact',
144
136
  testId: "action-group-more-button",
145
137
  icon: MoreIcon,
@@ -148,13 +140,6 @@ const ActionGroup = ({
148
140
  color: "currentColor"
149
141
  }, isRovoActionsEnabled ? {
150
142
  appearance: moreIconAppearance
151
- } : {})) : /*#__PURE__*/React.createElement(Button, _extends({}, props, {
152
- spacing: isRovoActionsEnabled ? size === SmartLinkSize.XLarge ? 'default' : 'compact' : spacing,
153
- testId: "action-group-more-button",
154
- iconBefore: moreIcon,
155
- ref: triggerRef
156
- }, isRovoActionsEnabled ? {
157
- appearance
158
143
  } : {}))),
159
144
  testId: "action-group-dropdown",
160
145
  zIndex: ui === null || ui === void 0 ? void 0 : ui.zIndex
@@ -9,7 +9,7 @@ import LinkWarningModal from './LinkWarningModal';
9
9
  import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
10
10
  const PACKAGE_DATA = {
11
11
  packageName: "@atlaskit/smart-card",
12
- packageVersion: "45.17.18",
12
+ packageVersion: "45.17.20",
13
13
  componentName: 'linkUrl'
14
14
  };
15
15
  const LinkUrl = ({
@@ -4,7 +4,7 @@ export var ANALYTICS_CHANNEL = 'media';
4
4
  export var context = {
5
5
  componentName: 'smart-cards',
6
6
  packageName: "@atlaskit/smart-card" || '',
7
- packageVersion: "45.17.18" || ''
7
+ packageVersion: "45.17.20" || ''
8
8
  };
9
9
  export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
10
10
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -6,5 +6,4 @@
6
6
  ._2yhz13af [data-smart-element=Title]{color:var(--ds-link,#1868db)}
7
7
  ._4cvresu3{align-items:flex-end}
8
8
  ._4t3i10yn{height:25px}
9
- ._4t3i1k8s{height:1.5rem}
10
9
  ._4t3i1osq{height:100%}
@@ -18,7 +18,6 @@ import { FooterBlock, MetadataBlock, PreviewBlock, SnippetBlock, TitleBlock } fr
18
18
  import { FlexibleCardUiOptions, getSimulatedBetterMetadata, PreviewBlockOptions, titleBlockOptions } from './utils';
19
19
  import { withFlexibleUIBlockCardStyle } from './utils/withFlexibleUIBlockCardStyle';
20
20
  var titleBlockCss = null;
21
- var footerBlockCssOld = null;
22
21
  var footerBlockCss = null;
23
22
  var footerExtraSpacingCss = null;
24
23
  var footerBlockSafariStyles = null;
@@ -148,7 +147,7 @@ var ResolvedView = function ResolvedView(_ref) {
148
147
  })) : null, /*#__PURE__*/React.createElement(FooterBlock, {
149
148
  actions: footerActions,
150
149
  isPreviewBlockErrored: isPreviewBlockErrored,
151
- className: ax([fg('navx-5343-sl-action-block-styling-fixes') ? "_4t3i10yn _1e0c1txw _1bah1yb4 _4cvresu3 _1wpz1fhb" : "_4t3i1k8s _1e0c1txw _1bah1yb4 _4cvresu3 _1wpz1fhb", safari && "_4t3i1osq", fg('platform_navx_block_card_footer_spacing') && "_19pku2gc"])
150
+ className: ax(["_4t3i10yn _1e0c1txw _1bah1yb4 _4cvresu3 _1wpz1fhb", safari && "_4t3i1osq", fg('platform_navx_block_card_footer_spacing') && "_19pku2gc"])
152
151
  }));
153
152
  };
154
153
  var _default_1 = withFlexibleUIBlockCardStyle(ResolvedView);
@@ -14,17 +14,14 @@ import { FormattedMessage } from 'react-intl';
14
14
  import { di } from 'react-magnetic-di';
15
15
  import ButtonGroup from '@atlaskit/button/button-group';
16
16
  import { IconButton } from '@atlaskit/button/new';
17
- import Button from '@atlaskit/button/standard-button';
18
17
  import DropdownMenu from '@atlaskit/dropdown-menu';
19
18
  import MoreIcon from '@atlaskit/icon/core/show-more-horizontal';
20
- import { fg } from '@atlaskit/platform-feature-flags';
21
19
  import Tooltip from '@atlaskit/tooltip';
22
20
  import { ActionName, CardDisplay, SmartLinkSize } from '../../../../../constants';
23
21
  import { messages } from '../../../../../messages';
24
22
  import { useFlexibleUiContext, useFlexibleUiOptionContext } from '../../../../../state/flexible-ui-context';
25
23
  import useRovoConfig from '../../../../../state/hooks/use-rovo-config';
26
24
  import { RovoChatPromptKey } from '../../../../common/rovo-chat-utils';
27
- import { sizeToButtonSpacing } from '../../utils';
28
25
  import { filterActionItems } from '../utils';
29
26
  import ActionGroupItem from './action-group-item';
30
27
  var styles = null;
@@ -143,11 +140,6 @@ var ActionGroup = function ActionGroup(_ref) {
143
140
  actionItems = isMoreThenTwoItems ? renderableActionItems.slice(visibleButtonsNum - 1) : [];
144
141
  }
145
142
  if (actionItems.length > 0) {
146
- var spacing = sizeToButtonSpacing[size];
147
- var moreIcon = /*#__PURE__*/React.createElement(MoreIcon, {
148
- label: "more",
149
- color: "currentColor"
150
- });
151
143
  var formatMessage = /*#__PURE__*/React.createElement(FormattedMessage, messages.more_actions);
152
144
  var moreIconAppearance = appearance !== 'subtle' ? 'default' : appearance;
153
145
  return /*#__PURE__*/React.createElement(DropdownMenu, {
@@ -161,7 +153,7 @@ var ActionGroup = function ActionGroup(_ref) {
161
153
  hideTooltipOnClick: true,
162
154
  testId: "action-group-more-button-tooltip",
163
155
  tag: "span"
164
- }, fg('navx-5343-sl-action-block-styling-fixes') ? /*#__PURE__*/React.createElement(IconButton, _extends({}, props, {
156
+ }, /*#__PURE__*/React.createElement(IconButton, _extends({}, props, {
165
157
  spacing: size === SmartLinkSize.XLarge ? 'default' : 'compact',
166
158
  testId: "action-group-more-button",
167
159
  icon: MoreIcon,
@@ -170,13 +162,6 @@ var ActionGroup = function ActionGroup(_ref) {
170
162
  color: "currentColor"
171
163
  }, isRovoActionsEnabled ? {
172
164
  appearance: moreIconAppearance
173
- } : {})) : /*#__PURE__*/React.createElement(Button, _extends({}, props, {
174
- spacing: isRovoActionsEnabled ? size === SmartLinkSize.XLarge ? 'default' : 'compact' : spacing,
175
- testId: "action-group-more-button",
176
- iconBefore: moreIcon,
177
- ref: triggerRef
178
- }, isRovoActionsEnabled ? {
179
- appearance: appearance
180
165
  } : {})));
181
166
  },
182
167
  testId: "action-group-dropdown",
@@ -12,7 +12,7 @@ import LinkWarningModal from './LinkWarningModal';
12
12
  import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
13
13
  var PACKAGE_DATA = {
14
14
  packageName: "@atlaskit/smart-card",
15
- packageVersion: "45.17.18",
15
+ packageVersion: "45.17.20",
16
16
  componentName: 'linkUrl'
17
17
  };
18
18
  var LinkUrl = function LinkUrl(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "45.17.19",
3
+ "version": "45.17.21",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -64,13 +64,13 @@
64
64
  "@atlaskit/link-client-extension": "^7.1.0",
65
65
  "@atlaskit/link-extractors": "^4.0.0",
66
66
  "@atlaskit/link-test-helpers": "^11.0.0",
67
- "@atlaskit/linking-common": "^11.1.0",
67
+ "@atlaskit/linking-common": "^11.2.0",
68
68
  "@atlaskit/linking-types": "^15.0.0",
69
69
  "@atlaskit/logo": "^21.4.0",
70
70
  "@atlaskit/lozenge": "^15.1.0",
71
71
  "@atlaskit/menu": "^10.0.0",
72
72
  "@atlaskit/modal-dialog": "^16.3.0",
73
- "@atlaskit/motion": "^8.0.0",
73
+ "@atlaskit/motion": "^8.1.0",
74
74
  "@atlaskit/object": "^2.2.0",
75
75
  "@atlaskit/outbound-auth-flow-client": "^4.1.0",
76
76
  "@atlaskit/platform-feature-flags": "^2.1.0",
@@ -79,7 +79,7 @@
79
79
  "@atlaskit/primitives": "^22.2.0",
80
80
  "@atlaskit/react-compiler-gating": "^0.2.0",
81
81
  "@atlaskit/react-ufo": "^7.6.0",
82
- "@atlaskit/rovo-triggers": "^10.13.0",
82
+ "@atlaskit/rovo-triggers": "^10.14.0",
83
83
  "@atlaskit/section-message": "^10.0.0",
84
84
  "@atlaskit/select": "^22.6.0",
85
85
  "@atlaskit/spinner": "^20.1.0",
@@ -88,7 +88,7 @@
88
88
  "@atlaskit/textfield": "^10.0.0",
89
89
  "@atlaskit/theme": "^28.0.0",
90
90
  "@atlaskit/tile": "^4.0.0",
91
- "@atlaskit/tmp-editor-statsig": "^148.0.0",
91
+ "@atlaskit/tmp-editor-statsig": "^149.0.0",
92
92
  "@atlaskit/tokens": "^16.7.0",
93
93
  "@atlaskit/tooltip": "^24.0.0",
94
94
  "@atlaskit/ufo": "^1.0.0",
@@ -279,9 +279,6 @@
279
279
  "dfo_issue_view_remote_data_srr_group": {
280
280
  "type": "boolean"
281
281
  },
282
- "navx-5343-sl-action-block-styling-fixes": {
283
- "type": "boolean"
284
- },
285
282
  "preview_panel_unit_check": {
286
283
  "type": "boolean"
287
284
  },