@atlaskit/spotlight 0.2.0 → 0.2.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,13 @@
1
1
  # @atlaskit/spotlight
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3b5b4a919aaaf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3b5b4a919aaaf) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
3
11
  ## 0.2.0
4
12
 
5
13
  ### 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
- ._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
- ._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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/spotlight",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
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",
@@ -32,11 +32,11 @@
32
32
  "@atlaskit/button": "^23.4.0",
33
33
  "@atlaskit/css": "^0.12.0",
34
34
  "@atlaskit/heading": "^5.2.0",
35
- "@atlaskit/icon": "^28.0.0",
35
+ "@atlaskit/icon": "^28.1.0",
36
36
  "@atlaskit/image": "^3.0.0",
37
37
  "@atlaskit/popper": "^7.1.0",
38
- "@atlaskit/primitives": "^14.11.0",
39
- "@atlaskit/tokens": "^6.0.0",
38
+ "@atlaskit/primitives": "^14.12.0",
39
+ "@atlaskit/tokens": "^6.1.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "@compiled/react": "^0.18.3"
42
42
  },