@atlaskit/flag 17.0.0 → 17.1.1
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 +19 -0
- package/dist/cjs/auto-dismiss-flag.js +1 -1
- package/dist/cjs/flag-actions.compiled.css +1 -0
- package/dist/cjs/flag-actions.js +3 -1
- package/dist/cjs/flag.compiled.css +3 -2
- package/dist/cjs/flag.js +3 -2
- package/dist/es2019/auto-dismiss-flag.js +1 -1
- package/dist/es2019/flag-actions.compiled.css +1 -0
- package/dist/es2019/flag-actions.js +3 -1
- package/dist/es2019/flag.compiled.css +3 -2
- package/dist/es2019/flag.js +3 -2
- package/dist/esm/auto-dismiss-flag.js +1 -1
- package/dist/esm/flag-actions.compiled.css +1 -0
- package/dist/esm/flag-actions.js +3 -1
- package/dist/esm/flag.compiled.css +3 -2
- package/dist/esm/flag.js +3 -2
- package/package.json +7 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/flag
|
|
2
2
|
|
|
3
|
+
## 17.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
|
|
8
|
+
[`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
|
|
9
|
+
Update `@compiled/react` dependency for improved type checking support.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 17.1.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [#128153](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128153)
|
|
17
|
+
[`00925dc5af2a6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/00925dc5af2a6) -
|
|
18
|
+
[ux] Flag description and actions now explicitly set the font style to use typography tokens,
|
|
19
|
+
instead of relying on the CSS reset to be present. This change is behind the feature flag
|
|
20
|
+
`platform_ads_explicit_font_styles`.
|
|
21
|
+
|
|
3
22
|
## 17.0.0
|
|
4
23
|
|
|
5
24
|
### Major Changes
|
|
@@ -15,7 +15,7 @@ var _flagGroup = require("./flag-group");
|
|
|
15
15
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
16
16
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
17
17
|
var packageName = "@atlaskit/flag";
|
|
18
|
-
var packageVersion = "17.
|
|
18
|
+
var packageVersion = "17.1.1";
|
|
19
19
|
var AUTO_DISMISS_SECONDS = exports.AUTO_DISMISS_SECONDS = 8;
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
3
|
._nup91zz4._nup91zz4, a._u4iq1zz4._u4iq1zz4{background:var(--bg-color)}
|
|
3
4
|
._12r21wq8._12r21wq8, a._il101wq8._il101wq8{font-weight:var(--ds-font-weight-medium,500)}
|
|
4
5
|
._1bk69tn6._1bk69tn6, a._1wy69tn6._1wy69tn6{padding-inline-end:var(--_zkfc5e)}
|
package/dist/cjs/flag-actions.js
CHANGED
|
@@ -12,6 +12,7 @@ var React = _interopRequireWildcard(require("react"));
|
|
|
12
12
|
var _runtime = require("@compiled/react/runtime");
|
|
13
13
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
14
14
|
var _customThemeButton = _interopRequireDefault(require("@atlaskit/button/custom-theme-button"));
|
|
15
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
15
16
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
16
17
|
var _constants = require("./constants");
|
|
17
18
|
var _theme = require("./theme");
|
|
@@ -20,6 +21,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
20
21
|
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; }
|
|
21
22
|
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; } /* eslint-disable @atlaskit/design-system/no-nested-styles */
|
|
22
23
|
var buttonStyles = null;
|
|
24
|
+
var fontStyles = null;
|
|
23
25
|
var appearanceNormalButtonStyles = null;
|
|
24
26
|
var appearanceNormalActionsContainerStyles = null;
|
|
25
27
|
var FlagActions = function FlagActions(props) {
|
|
@@ -34,7 +36,7 @@ var FlagActions = function FlagActions(props) {
|
|
|
34
36
|
}
|
|
35
37
|
var isBold = appearance !== _constants.DEFAULT_APPEARANCE;
|
|
36
38
|
return /*#__PURE__*/React.createElement("span", {
|
|
37
|
-
className: (0, _runtime.ax)([!isBold && "_1g4l107e _y8dn107e"])
|
|
39
|
+
className: (0, _runtime.ax)([!isBold && "_1g4l107e _y8dn107e", (0, _platformFeatureFlags.fg)('platform_ads_explicit_font_styles') && "_11c82smr"])
|
|
38
40
|
}, /*#__PURE__*/React.createElement(_compiled.Inline, {
|
|
39
41
|
space: "space.100",
|
|
40
42
|
shouldWrap: true,
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._2rkosqtm{border-radius:var(--ds-border-radius-100,3px)}
|
|
3
3
|
._v5641hdc{transition:gap .3s}
|
|
4
|
-
._v564z97a{transition:background-color .2s}
|
|
4
|
+
._v564z97a{transition:background-color .2s}
|
|
5
|
+
._16jlkb7n{flex-grow:1}
|
|
5
6
|
._16qs8sq4{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e423f,0 0 1px #091e424f)}
|
|
6
7
|
._18m915vq{overflow-y:hidden}
|
|
7
8
|
._18m91wug{overflow-y:auto}
|
package/dist/cjs/flag.js
CHANGED
|
@@ -34,6 +34,7 @@ var styles = {
|
|
|
34
34
|
flag: "_2rkosqtm _1reo15vq _18m915vq _v564z97a _16qs8sq4 _1pbyni7l _1bsb1osq"
|
|
35
35
|
};
|
|
36
36
|
var CSS_VAR_ICON_COLOR = '--flag-icon-color';
|
|
37
|
+
var oldDescriptionStyles = null;
|
|
37
38
|
var descriptionStyles = null;
|
|
38
39
|
var oldIconWrapperStyles = null;
|
|
39
40
|
var iconWrapperStyles = null;
|
|
@@ -41,7 +42,7 @@ var flagWrapperStyles = null;
|
|
|
41
42
|
var analyticsAttributes = {
|
|
42
43
|
componentName: 'flag',
|
|
43
44
|
packageName: "@atlaskit/flag",
|
|
44
|
-
packageVersion: "17.
|
|
45
|
+
packageVersion: "17.1.1"
|
|
45
46
|
};
|
|
46
47
|
var transitionStyles = null;
|
|
47
48
|
|
|
@@ -200,7 +201,7 @@ var Flag = function Flag(props) {
|
|
|
200
201
|
"data-testid": testId && "".concat(testId, "-description")
|
|
201
202
|
/* if isDelayToAnnounce is true, we will hide the content form screen reader to avoid duplicate announcement */,
|
|
202
203
|
"aria-hidden": isDelayToAnnounce,
|
|
203
|
-
className: (0, _runtime.ax)(["_1reo1wug _18m91wug _c71l53f4 _1i4qfg65"])
|
|
204
|
+
className: (0, _runtime.ax)([(0, _platformFeatureFlags.fg)('platform_ads_explicit_font_styles') ? "_11c82smr _1reo1wug _18m91wug _c71l53f4 _1i4qfg65" : "_1reo1wug _18m91wug _c71l53f4 _1i4qfg65"])
|
|
204
205
|
}, description), /*#__PURE__*/React.createElement(_flagActions.default, {
|
|
205
206
|
actions: actions,
|
|
206
207
|
appearance: appearance,
|
|
@@ -5,7 +5,7 @@ import noop from '@atlaskit/ds-lib/noop';
|
|
|
5
5
|
import Flag from './flag';
|
|
6
6
|
import { useFlagGroup } from './flag-group';
|
|
7
7
|
const packageName = "@atlaskit/flag";
|
|
8
|
-
const packageVersion = "17.
|
|
8
|
+
const packageVersion = "17.1.1";
|
|
9
9
|
export const AUTO_DISMISS_SECONDS = 8;
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
3
|
._nup91zz4._nup91zz4, a._u4iq1zz4._u4iq1zz4{background:var(--bg-color)}
|
|
3
4
|
._12r21wq8._12r21wq8, a._il101wq8._il101wq8{font-weight:var(--ds-font-weight-medium,500)}
|
|
4
5
|
._1bk61a66._1bk61a66, a._1wy61a66._1wy61a66{padding-inline-end:var(--ds-space-100,8px)!important}
|
|
@@ -4,10 +4,12 @@ import "./flag-actions.compiled.css";
|
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { ax, ix } from "@compiled/react/runtime";
|
|
6
6
|
import Button from '@atlaskit/button/custom-theme-button';
|
|
7
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
8
|
import { Inline } from '@atlaskit/primitives/compiled';
|
|
8
9
|
import { DEFAULT_APPEARANCE } from './constants';
|
|
9
10
|
import { actionBackgroundColor, actionTextColor } from './theme';
|
|
10
11
|
const buttonStyles = null;
|
|
12
|
+
const fontStyles = null;
|
|
11
13
|
const appearanceNormalButtonStyles = null;
|
|
12
14
|
const appearanceNormalActionsContainerStyles = null;
|
|
13
15
|
const FlagActions = props => {
|
|
@@ -22,7 +24,7 @@ const FlagActions = props => {
|
|
|
22
24
|
}
|
|
23
25
|
const isBold = appearance !== DEFAULT_APPEARANCE;
|
|
24
26
|
return /*#__PURE__*/React.createElement("span", {
|
|
25
|
-
className: ax([!isBold && "_1g4l107e _y8dn107e"])
|
|
27
|
+
className: ax([!isBold && "_1g4l107e _y8dn107e", fg('platform_ads_explicit_font_styles') && "_11c82smr"])
|
|
26
28
|
}, /*#__PURE__*/React.createElement(Inline, {
|
|
27
29
|
space: "space.100",
|
|
28
30
|
shouldWrap: true,
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._2rkosqtm{border-radius:var(--ds-border-radius-100,3px)}
|
|
3
3
|
._v5641hdc{transition:gap .3s}
|
|
4
|
-
._v564z97a{transition:background-color .2s}
|
|
4
|
+
._v564z97a{transition:background-color .2s}
|
|
5
|
+
._16jlkb7n{flex-grow:1}
|
|
5
6
|
._16qs8sq4{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e423f,0 0 1px #091e424f)}
|
|
6
7
|
._18m915vq{overflow-y:hidden}
|
|
7
8
|
._18m91wug{overflow-y:auto}
|
package/dist/es2019/flag.js
CHANGED
|
@@ -20,6 +20,7 @@ const styles = {
|
|
|
20
20
|
flag: "_2rkosqtm _1reo15vq _18m915vq _v564z97a _16qs8sq4 _1pbyni7l _1bsb1osq"
|
|
21
21
|
};
|
|
22
22
|
const CSS_VAR_ICON_COLOR = '--flag-icon-color';
|
|
23
|
+
const oldDescriptionStyles = null;
|
|
23
24
|
const descriptionStyles = null;
|
|
24
25
|
const oldIconWrapperStyles = null;
|
|
25
26
|
const iconWrapperStyles = null;
|
|
@@ -27,7 +28,7 @@ const flagWrapperStyles = null;
|
|
|
27
28
|
const analyticsAttributes = {
|
|
28
29
|
componentName: 'flag',
|
|
29
30
|
packageName: "@atlaskit/flag",
|
|
30
|
-
packageVersion: "17.
|
|
31
|
+
packageVersion: "17.1.1"
|
|
31
32
|
};
|
|
32
33
|
const transitionStyles = null;
|
|
33
34
|
|
|
@@ -179,7 +180,7 @@ const Flag = props => {
|
|
|
179
180
|
"data-testid": testId && `${testId}-description`
|
|
180
181
|
/* if isDelayToAnnounce is true, we will hide the content form screen reader to avoid duplicate announcement */,
|
|
181
182
|
"aria-hidden": isDelayToAnnounce,
|
|
182
|
-
className: ax(["_1reo1wug _18m91wug _c71l53f4 _1i4qfg65"])
|
|
183
|
+
className: ax([fg('platform_ads_explicit_font_styles') ? "_11c82smr _1reo1wug _18m91wug _c71l53f4 _1i4qfg65" : "_1reo1wug _18m91wug _c71l53f4 _1i4qfg65"])
|
|
183
184
|
}, description), /*#__PURE__*/React.createElement(Actions, {
|
|
184
185
|
actions: actions,
|
|
185
186
|
appearance: appearance,
|
|
@@ -5,7 +5,7 @@ import noop from '@atlaskit/ds-lib/noop';
|
|
|
5
5
|
import Flag from './flag';
|
|
6
6
|
import { useFlagGroup } from './flag-group';
|
|
7
7
|
var packageName = "@atlaskit/flag";
|
|
8
|
-
var packageVersion = "17.
|
|
8
|
+
var packageVersion = "17.1.1";
|
|
9
9
|
export var AUTO_DISMISS_SECONDS = 8;
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
3
|
._nup91zz4._nup91zz4, a._u4iq1zz4._u4iq1zz4{background:var(--bg-color)}
|
|
3
4
|
._12r21wq8._12r21wq8, a._il101wq8._il101wq8{font-weight:var(--ds-font-weight-medium,500)}
|
|
4
5
|
._1bk69tn6._1bk69tn6, a._1wy69tn6._1wy69tn6{padding-inline-end:var(--_zkfc5e)}
|
package/dist/esm/flag-actions.js
CHANGED
|
@@ -8,10 +8,12 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
8
8
|
/* eslint-disable @atlaskit/design-system/no-nested-styles */
|
|
9
9
|
|
|
10
10
|
import Button from '@atlaskit/button/custom-theme-button';
|
|
11
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
11
12
|
import { Inline } from '@atlaskit/primitives/compiled';
|
|
12
13
|
import { DEFAULT_APPEARANCE } from './constants';
|
|
13
14
|
import { actionBackgroundColor, actionTextColor } from './theme';
|
|
14
15
|
var buttonStyles = null;
|
|
16
|
+
var fontStyles = null;
|
|
15
17
|
var appearanceNormalButtonStyles = null;
|
|
16
18
|
var appearanceNormalActionsContainerStyles = null;
|
|
17
19
|
var FlagActions = function FlagActions(props) {
|
|
@@ -26,7 +28,7 @@ var FlagActions = function FlagActions(props) {
|
|
|
26
28
|
}
|
|
27
29
|
var isBold = appearance !== DEFAULT_APPEARANCE;
|
|
28
30
|
return /*#__PURE__*/React.createElement("span", {
|
|
29
|
-
className: ax([!isBold && "_1g4l107e _y8dn107e"])
|
|
31
|
+
className: ax([!isBold && "_1g4l107e _y8dn107e", fg('platform_ads_explicit_font_styles') && "_11c82smr"])
|
|
30
32
|
}, /*#__PURE__*/React.createElement(Inline, {
|
|
31
33
|
space: "space.100",
|
|
32
34
|
shouldWrap: true,
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._2rkosqtm{border-radius:var(--ds-border-radius-100,3px)}
|
|
3
3
|
._v5641hdc{transition:gap .3s}
|
|
4
|
-
._v564z97a{transition:background-color .2s}
|
|
4
|
+
._v564z97a{transition:background-color .2s}
|
|
5
|
+
._16jlkb7n{flex-grow:1}
|
|
5
6
|
._16qs8sq4{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e423f,0 0 1px #091e424f)}
|
|
6
7
|
._18m915vq{overflow-y:hidden}
|
|
7
8
|
._18m91wug{overflow-y:auto}
|
package/dist/esm/flag.js
CHANGED
|
@@ -24,6 +24,7 @@ var styles = {
|
|
|
24
24
|
flag: "_2rkosqtm _1reo15vq _18m915vq _v564z97a _16qs8sq4 _1pbyni7l _1bsb1osq"
|
|
25
25
|
};
|
|
26
26
|
var CSS_VAR_ICON_COLOR = '--flag-icon-color';
|
|
27
|
+
var oldDescriptionStyles = null;
|
|
27
28
|
var descriptionStyles = null;
|
|
28
29
|
var oldIconWrapperStyles = null;
|
|
29
30
|
var iconWrapperStyles = null;
|
|
@@ -31,7 +32,7 @@ var flagWrapperStyles = null;
|
|
|
31
32
|
var analyticsAttributes = {
|
|
32
33
|
componentName: 'flag',
|
|
33
34
|
packageName: "@atlaskit/flag",
|
|
34
|
-
packageVersion: "17.
|
|
35
|
+
packageVersion: "17.1.1"
|
|
35
36
|
};
|
|
36
37
|
var transitionStyles = null;
|
|
37
38
|
|
|
@@ -190,7 +191,7 @@ var Flag = function Flag(props) {
|
|
|
190
191
|
"data-testid": testId && "".concat(testId, "-description")
|
|
191
192
|
/* if isDelayToAnnounce is true, we will hide the content form screen reader to avoid duplicate announcement */,
|
|
192
193
|
"aria-hidden": isDelayToAnnounce,
|
|
193
|
-
className: ax(["_1reo1wug _18m91wug _c71l53f4 _1i4qfg65"])
|
|
194
|
+
className: ax([fg('platform_ads_explicit_font_styles') ? "_11c82smr _1reo1wug _18m91wug _c71l53f4 _1i4qfg65" : "_1reo1wug _18m91wug _c71l53f4 _1i4qfg65"])
|
|
194
195
|
}, description), /*#__PURE__*/React.createElement(Actions, {
|
|
195
196
|
actions: actions,
|
|
196
197
|
appearance: appearance,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/flag",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.1.1",
|
|
4
4
|
"description": "A flag is used for confirmations, alerts, and acknowledgments that require minimal user interaction, often displayed using a flag group.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"@atlaskit/motion": "^5.1.0",
|
|
54
54
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
55
55
|
"@atlaskit/portal": "^5.1.0",
|
|
56
|
-
"@atlaskit/primitives": "^14.
|
|
56
|
+
"@atlaskit/primitives": "^14.2.0",
|
|
57
57
|
"@atlaskit/theme": "^18.0.0",
|
|
58
58
|
"@atlaskit/tokens": "^4.5.0",
|
|
59
59
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
60
60
|
"@babel/runtime": "^7.0.0",
|
|
61
|
-
"@compiled/react": "^0.18.
|
|
61
|
+
"@compiled/react": "^0.18.3"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"react": "^18.2.0"
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@atlaskit/drawer": "^10.0.0",
|
|
72
72
|
"@atlaskit/link": "^3.0.0",
|
|
73
73
|
"@atlaskit/radio": "^8.0.0",
|
|
74
|
-
"@atlaskit/section-message": "^8.
|
|
74
|
+
"@atlaskit/section-message": "^8.2.0",
|
|
75
75
|
"@atlaskit/spinner": "^18.0.0",
|
|
76
76
|
"@atlaskit/ssr": "^0.4.0",
|
|
77
77
|
"@atlaskit/visual-regression": "^0.10.0",
|
|
@@ -115,6 +115,9 @@
|
|
|
115
115
|
"platform-feature-flags": {
|
|
116
116
|
"platform_ads_component_no_icon_spacing_support": {
|
|
117
117
|
"type": "boolean"
|
|
118
|
+
},
|
|
119
|
+
"platform_ads_explicit_font_styles": {
|
|
120
|
+
"type": "boolean"
|
|
118
121
|
}
|
|
119
122
|
}
|
|
120
123
|
}
|