@atlaskit/spotlight 0.8.0 → 0.9.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 CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/spotlight
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.9.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`e84be109faebe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e84be109faebe) -
14
+ Apply `overflow: hidden` on `SpotlightMedia`.
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 0.8.0
4
21
 
5
22
  ### Minor Changes
@@ -1,2 +1,4 @@
1
+ ._18m915vq{overflow-y:hidden}
1
2
  ._1bsbaq3k{width:295px}
3
+ ._1reo15vq{overflow-x:hidden}
2
4
  ._4t3ihcro{height:135px}
@@ -13,7 +13,7 @@ var _runtime = require("@compiled/react/runtime");
13
13
  var _compiled = require("@atlaskit/primitives/compiled");
14
14
  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); }
15
15
  var styles = {
16
- root: "_1bsbaq3k _4t3ihcro"
16
+ root: "_1reo15vq _18m915vq _1bsbaq3k _4t3ihcro"
17
17
  };
18
18
  /**
19
19
  * __SpotlightMedia__
@@ -1,2 +1,4 @@
1
+ ._18m915vq{overflow-y:hidden}
1
2
  ._1bsbaq3k{width:295px}
3
+ ._1reo15vq{overflow-x:hidden}
2
4
  ._4t3ihcro{height:135px}
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
5
5
  import { forwardRef } from 'react';
6
6
  import { Box } from '@atlaskit/primitives/compiled';
7
7
  const styles = {
8
- root: "_1bsbaq3k _4t3ihcro"
8
+ root: "_1reo15vq _18m915vq _1bsbaq3k _4t3ihcro"
9
9
  };
10
10
  /**
11
11
  * __SpotlightMedia__
@@ -1,2 +1,4 @@
1
+ ._18m915vq{overflow-y:hidden}
1
2
  ._1bsbaq3k{width:295px}
3
+ ._1reo15vq{overflow-x:hidden}
2
4
  ._4t3ihcro{height:135px}
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
5
5
  import { forwardRef } from 'react';
6
6
  import { Box } from '@atlaskit/primitives/compiled';
7
7
  var styles = {
8
- root: "_1bsbaq3k _4t3ihcro"
8
+ root: "_1reo15vq _18m915vq _1bsbaq3k _4t3ihcro"
9
9
  };
10
10
  /**
11
11
  * __SpotlightMedia__
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/spotlight",
3
- "version": "0.8.0",
3
+ "version": "0.9.1",
4
4
  "description": "A spotlight introduces users to points of interest, from focused messages to multi-step tours.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,7 +33,7 @@
33
33
  "atlaskit:src": "src/index.tsx",
34
34
  "dependencies": {
35
35
  "@atlaskit/browser-apis": "^0.0.1",
36
- "@atlaskit/button": "^23.5.0",
36
+ "@atlaskit/button": "^23.6.0",
37
37
  "@atlaskit/css": "^0.15.0",
38
38
  "@atlaskit/ds-lib": "^5.2.0",
39
39
  "@atlaskit/heading": "^5.2.0",
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/image": "^3.0.0",
42
42
  "@atlaskit/popper": "^7.1.0",
43
43
  "@atlaskit/primitives": "^16.1.0",
44
- "@atlaskit/tokens": "^7.1.0",
44
+ "@atlaskit/tokens": "^8.0.0",
45
45
  "@atlaskit/visually-hidden": "^3.0.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "@compiled/react": "^0.18.6",