@atlaskit/spotlight 0.2.0 → 0.2.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.
Files changed (32) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/ui/card/index.compiled.css +1 -1
  3. package/dist/cjs/ui/card/index.js +1 -1
  4. package/dist/cjs/ui/dismiss-control/index.compiled.css +1 -1
  5. package/dist/cjs/ui/dismiss-control/index.js +1 -1
  6. package/dist/cjs/ui/primary-action/index.compiled.css +1 -1
  7. package/dist/cjs/ui/primary-action/index.js +1 -1
  8. package/dist/cjs/ui/secondary-action/index.compiled.css +1 -1
  9. package/dist/cjs/ui/secondary-action/index.js +1 -1
  10. package/dist/cjs/ui/show-more-control/index.compiled.css +1 -1
  11. package/dist/cjs/ui/show-more-control/index.js +1 -1
  12. package/dist/es2019/ui/card/index.compiled.css +1 -1
  13. package/dist/es2019/ui/card/index.js +1 -1
  14. package/dist/es2019/ui/dismiss-control/index.compiled.css +1 -1
  15. package/dist/es2019/ui/dismiss-control/index.js +1 -1
  16. package/dist/es2019/ui/primary-action/index.compiled.css +1 -1
  17. package/dist/es2019/ui/primary-action/index.js +1 -1
  18. package/dist/es2019/ui/secondary-action/index.compiled.css +1 -1
  19. package/dist/es2019/ui/secondary-action/index.js +1 -1
  20. package/dist/es2019/ui/show-more-control/index.compiled.css +1 -1
  21. package/dist/es2019/ui/show-more-control/index.js +1 -1
  22. package/dist/esm/ui/card/index.compiled.css +1 -1
  23. package/dist/esm/ui/card/index.js +1 -1
  24. package/dist/esm/ui/dismiss-control/index.compiled.css +1 -1
  25. package/dist/esm/ui/dismiss-control/index.js +1 -1
  26. package/dist/esm/ui/primary-action/index.compiled.css +1 -1
  27. package/dist/esm/ui/primary-action/index.js +1 -1
  28. package/dist/esm/ui/secondary-action/index.compiled.css +1 -1
  29. package/dist/esm/ui/secondary-action/index.js +1 -1
  30. package/dist/esm/ui/show-more-control/index.compiled.css +1 -1
  31. package/dist/esm/ui/show-more-control/index.js +1 -1
  32. package/package.json +4 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/spotlight
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`23bcc5bbc9cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23bcc5bbc9cee) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
11
+ ## 0.2.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [`3b5b4a919aaaf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3b5b4a919aaaf) -
16
+ Internal changes to how border radius is applied.
17
+ - Updated dependencies
18
+
3
19
  ## 0.2.0
4
20
 
5
21
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkopd34{border-radius:var(--ds-border-radius-200,8px)}
2
+ ._2rko1mok{border-radius:var(--ds-radius-large,8px)}
3
3
  ._zulppxbi{gap:var(--ds-space-200,1pc)}
4
4
  ._1rjcutpp{padding-block:var(--ds-space-150,9pt)}._154i12x7{top:var(--ds-space-075,6px)}
5
5
  ._154imgjw{top:var(--ds-space-negative-200,-1pc)}
@@ -17,7 +17,7 @@ var _caret = require("./caret");
17
17
  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); }
18
18
  var styles = {
19
19
  root: "_kqswh2mm",
20
- card: "_2rkopd34 _zulppxbi _1rjcutpp _kqswstnw _1bsbaq3k _1e0c1txw _2lx21bp4"
20
+ card: "_2rko1mok _zulppxbi _1rjcutpp _kqswstnw _1bsbaq3k _1e0c1txw _2lx21bp4"
21
21
  };
22
22
  var placementStyles = {
23
23
  'top-start': "_94n512x7 _1xi2mgjw",
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._1rjc12x7{padding-block:var(--ds-space-075,6px)}
4
4
  ._bfhkcdhy{background-color:var(--ds-background-neutral-bold,#44546f)}
5
5
  ._syaz15cr{color:var(--ds-text-inverse,#fff)}
@@ -14,7 +14,7 @@ var _cross = _interopRequireDefault(require("@atlaskit/icon/core/cross"));
14
14
  var _compiled = require("@atlaskit/primitives/compiled");
15
15
  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); }
16
16
  var styles = {
17
- root: "_2rkoiti9 _1rjc12x7 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
17
+ root: "_2rko12b0 _1rjc12x7 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
18
18
  };
19
19
  /**
20
20
  * __SpotlightDismissControl__
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
3
3
  ._1dqonqa1{border-style:solid}
4
4
  ._1h6dz9xs{border-color:var(--ds-border-accent-gray,#758195)}
5
5
  ._bfhkcdhy{background-color:var(--ds-background-neutral-bold,#44546f)}
@@ -12,7 +12,7 @@ var _react = _interopRequireWildcard(require("react"));
12
12
  var _compiled = require("@atlaskit/primitives/compiled");
13
13
  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); }
14
14
  var styles = {
15
- root: "_2rkoiti9 _1dqonqa1 _189ee4h9 _1h6dz9xs _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
15
+ root: "_2rko12b0 _1dqonqa1 _189ee4h9 _1h6dz9xs _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
16
16
  };
17
17
  /**
18
18
  * __Spotlight primary action__
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._bfhkcdhy{background-color:var(--ds-background-neutral-bold,#44546f)}
4
4
  ._syaz15cr{color:var(--ds-text-inverse,#fff)}
5
5
  ._irr31bsc:hover{background-color:var(--ds-background-neutral-bold-hovered,#2c3e5d)}._1di61b6k:active{background-color:var(--ds-background-neutral-bold-pressed,#172b4d)}
@@ -12,7 +12,7 @@ var _react = _interopRequireWildcard(require("react"));
12
12
  var _compiled = require("@atlaskit/primitives/compiled");
13
13
  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); }
14
14
  var styles = {
15
- root: "_2rkoiti9 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
15
+ root: "_2rko12b0 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
16
16
  };
17
17
  /**
18
18
  * __Spotlight secondary action__
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._1rjc12x7{padding-block:var(--ds-space-075,6px)}
4
4
  ._bfhkcdhy{background-color:var(--ds-background-neutral-bold,#44546f)}
5
5
  ._syaz15cr{color:var(--ds-text-inverse,#fff)}
@@ -14,7 +14,7 @@ var _showMoreHorizontal = _interopRequireDefault(require("@atlaskit/icon/core/sh
14
14
  var _compiled = require("@atlaskit/primitives/compiled");
15
15
  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); }
16
16
  var styles = {
17
- root: "_2rkoiti9 _1rjc12x7 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
17
+ root: "_2rko12b0 _1rjc12x7 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
18
18
  };
19
19
  /**
20
20
  * __SpotlightShowMoreControl__
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkopd34{border-radius:var(--ds-border-radius-200,8px)}
2
+ ._2rko1mok{border-radius:var(--ds-radius-large,8px)}
3
3
  ._zulppxbi{gap:var(--ds-space-200,1pc)}
4
4
  ._1rjcutpp{padding-block:var(--ds-space-150,9pt)}._154i12x7{top:var(--ds-space-075,6px)}
5
5
  ._154imgjw{top:var(--ds-space-negative-200,-1pc)}
@@ -9,7 +9,7 @@ import { SpotlightContext } from '../../controllers/context';
9
9
  import { Caret } from './caret';
10
10
  const styles = {
11
11
  root: "_kqswh2mm",
12
- card: "_2rkopd34 _zulppxbi _1rjcutpp _kqswstnw _1bsbaq3k _1e0c1txw _2lx21bp4"
12
+ card: "_2rko1mok _zulppxbi _1rjcutpp _kqswstnw _1bsbaq3k _1e0c1txw _2lx21bp4"
13
13
  };
14
14
  const placementStyles = {
15
15
  'top-start': "_94n512x7 _1xi2mgjw",
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._1rjc12x7{padding-block:var(--ds-space-075,6px)}
4
4
  ._bfhkcdhy{background-color:var(--ds-background-neutral-bold,#44546f)}
5
5
  ._syaz15cr{color:var(--ds-text-inverse,#fff)}
@@ -5,7 +5,7 @@ import React, { forwardRef } from 'react';
5
5
  import CrossIcon from '@atlaskit/icon/core/cross';
6
6
  import { Pressable } from '@atlaskit/primitives/compiled';
7
7
  const styles = {
8
- root: "_2rkoiti9 _1rjc12x7 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
8
+ root: "_2rko12b0 _1rjc12x7 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
9
9
  };
10
10
  /**
11
11
  * __SpotlightDismissControl__
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
3
3
  ._1dqonqa1{border-style:solid}
4
4
  ._1h6dz9xs{border-color:var(--ds-border-accent-gray,#758195)}
5
5
  ._bfhkcdhy{background-color:var(--ds-background-neutral-bold,#44546f)}
@@ -4,7 +4,7 @@ import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { forwardRef } from 'react';
5
5
  import { Pressable, Text } from '@atlaskit/primitives/compiled';
6
6
  const styles = {
7
- root: "_2rkoiti9 _1dqonqa1 _189ee4h9 _1h6dz9xs _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
7
+ root: "_2rko12b0 _1dqonqa1 _189ee4h9 _1h6dz9xs _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
8
8
  };
9
9
  /**
10
10
  * __Spotlight primary action__
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._bfhkcdhy{background-color:var(--ds-background-neutral-bold,#44546f)}
4
4
  ._syaz15cr{color:var(--ds-text-inverse,#fff)}
5
5
  ._irr31bsc:hover{background-color:var(--ds-background-neutral-bold-hovered,#2c3e5d)}._1di61b6k:active{background-color:var(--ds-background-neutral-bold-pressed,#172b4d)}
@@ -4,7 +4,7 @@ import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { forwardRef } from 'react';
5
5
  import { Pressable, Text } from '@atlaskit/primitives/compiled';
6
6
  const styles = {
7
- root: "_2rkoiti9 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
7
+ root: "_2rko12b0 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
8
8
  };
9
9
  /**
10
10
  * __Spotlight secondary action__
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._1rjc12x7{padding-block:var(--ds-space-075,6px)}
4
4
  ._bfhkcdhy{background-color:var(--ds-background-neutral-bold,#44546f)}
5
5
  ._syaz15cr{color:var(--ds-text-inverse,#fff)}
@@ -5,7 +5,7 @@ import React, { forwardRef } from 'react';
5
5
  import ShowMoreHorizontalIcon from '@atlaskit/icon/core/show-more-horizontal';
6
6
  import { Pressable } from '@atlaskit/primitives/compiled';
7
7
  const styles = {
8
- root: "_2rkoiti9 _1rjc12x7 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
8
+ root: "_2rko12b0 _1rjc12x7 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
9
9
  };
10
10
  /**
11
11
  * __SpotlightShowMoreControl__
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkopd34{border-radius:var(--ds-border-radius-200,8px)}
2
+ ._2rko1mok{border-radius:var(--ds-radius-large,8px)}
3
3
  ._zulppxbi{gap:var(--ds-space-200,1pc)}
4
4
  ._1rjcutpp{padding-block:var(--ds-space-150,9pt)}._154i12x7{top:var(--ds-space-075,6px)}
5
5
  ._154imgjw{top:var(--ds-space-negative-200,-1pc)}
@@ -9,7 +9,7 @@ import { SpotlightContext } from '../../controllers/context';
9
9
  import { Caret } from './caret';
10
10
  var styles = {
11
11
  root: "_kqswh2mm",
12
- card: "_2rkopd34 _zulppxbi _1rjcutpp _kqswstnw _1bsbaq3k _1e0c1txw _2lx21bp4"
12
+ card: "_2rko1mok _zulppxbi _1rjcutpp _kqswstnw _1bsbaq3k _1e0c1txw _2lx21bp4"
13
13
  };
14
14
  var placementStyles = {
15
15
  'top-start': "_94n512x7 _1xi2mgjw",
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._1rjc12x7{padding-block:var(--ds-space-075,6px)}
4
4
  ._bfhkcdhy{background-color:var(--ds-background-neutral-bold,#44546f)}
5
5
  ._syaz15cr{color:var(--ds-text-inverse,#fff)}
@@ -5,7 +5,7 @@ import React, { forwardRef } from 'react';
5
5
  import CrossIcon from '@atlaskit/icon/core/cross';
6
6
  import { Pressable } from '@atlaskit/primitives/compiled';
7
7
  var styles = {
8
- root: "_2rkoiti9 _1rjc12x7 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
8
+ root: "_2rko12b0 _1rjc12x7 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
9
9
  };
10
10
  /**
11
11
  * __SpotlightDismissControl__
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
3
3
  ._1dqonqa1{border-style:solid}
4
4
  ._1h6dz9xs{border-color:var(--ds-border-accent-gray,#758195)}
5
5
  ._bfhkcdhy{background-color:var(--ds-background-neutral-bold,#44546f)}
@@ -4,7 +4,7 @@ import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { forwardRef } from 'react';
5
5
  import { Pressable, Text } from '@atlaskit/primitives/compiled';
6
6
  var styles = {
7
- root: "_2rkoiti9 _1dqonqa1 _189ee4h9 _1h6dz9xs _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
7
+ root: "_2rko12b0 _1dqonqa1 _189ee4h9 _1h6dz9xs _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
8
8
  };
9
9
  /**
10
10
  * __Spotlight primary action__
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._bfhkcdhy{background-color:var(--ds-background-neutral-bold,#44546f)}
4
4
  ._syaz15cr{color:var(--ds-text-inverse,#fff)}
5
5
  ._irr31bsc:hover{background-color:var(--ds-background-neutral-bold-hovered,#2c3e5d)}._1di61b6k:active{background-color:var(--ds-background-neutral-bold-pressed,#172b4d)}
@@ -4,7 +4,7 @@ import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { forwardRef } from 'react';
5
5
  import { Pressable, Text } from '@atlaskit/primitives/compiled';
6
6
  var styles = {
7
- root: "_2rkoiti9 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
7
+ root: "_2rko12b0 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
8
8
  };
9
9
  /**
10
10
  * __Spotlight secondary action__
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
3
  ._1rjc12x7{padding-block:var(--ds-space-075,6px)}
4
4
  ._bfhkcdhy{background-color:var(--ds-background-neutral-bold,#44546f)}
5
5
  ._syaz15cr{color:var(--ds-text-inverse,#fff)}
@@ -5,7 +5,7 @@ import React, { forwardRef } from 'react';
5
5
  import ShowMoreHorizontalIcon from '@atlaskit/icon/core/show-more-horizontal';
6
6
  import { Pressable } from '@atlaskit/primitives/compiled';
7
7
  var styles = {
8
- root: "_2rkoiti9 _1rjc12x7 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
8
+ root: "_2rko12b0 _1rjc12x7 _syaz15cr _bfhkcdhy _irr31bsc _1di61b6k"
9
9
  };
10
10
  /**
11
11
  * __SpotlightShowMoreControl__
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/spotlight",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "A spotlight introduces users to various points of interest across Atlassian through focused messages or multi-step tours.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -25,18 +25,15 @@
25
25
  "*.compiled.css"
26
26
  ],
27
27
  "atlaskit:src": "src/index.tsx",
28
- "af:exports": {
29
- ".": "./src/index.tsx"
30
- },
31
28
  "dependencies": {
32
29
  "@atlaskit/button": "^23.4.0",
33
30
  "@atlaskit/css": "^0.12.0",
34
31
  "@atlaskit/heading": "^5.2.0",
35
- "@atlaskit/icon": "^28.0.0",
32
+ "@atlaskit/icon": "^28.1.0",
36
33
  "@atlaskit/image": "^3.0.0",
37
34
  "@atlaskit/popper": "^7.1.0",
38
- "@atlaskit/primitives": "^14.11.0",
39
- "@atlaskit/tokens": "^6.0.0",
35
+ "@atlaskit/primitives": "^14.12.0",
36
+ "@atlaskit/tokens": "^6.1.0",
40
37
  "@babel/runtime": "^7.0.0",
41
38
  "@compiled/react": "^0.18.3"
42
39
  },