@atlaskit/contextual-survey 5.0.18 → 5.0.20

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,20 @@
1
1
  # @atlaskit/contextual-survey
2
2
 
3
+ ## 5.0.20
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9123fad528082`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9123fad528082) -
8
+ Icon entry point migration update
9
+
10
+ ## 5.0.19
11
+
12
+ ### Patch Changes
13
+
14
+ - [`6a82d7964a37b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a82d7964a37b) -
15
+ Icon entrypoint migration
16
+ - Updated dependencies
17
+
3
18
  ## 5.0.18
4
19
 
5
20
  ### Patch Changes
@@ -10,7 +10,7 @@ exports.default = void 0;
10
10
  require("./SuccessContainer.compiled.css");
11
11
  var React = _interopRequireWildcard(require("react"));
12
12
  var _runtime = require("@compiled/react/runtime");
13
- var _statusSuccessCheckCircle = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-success--check-circle"));
13
+ var _statusSuccess = _interopRequireDefault(require("@atlaskit/icon/core/status-success"));
14
14
  var _colors = require("@atlaskit/theme/colors");
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 sectionStyles = null;
@@ -21,7 +21,7 @@ var _default = exports.default = function _default(_ref) {
21
21
  className: (0, _runtime.ax)(["_18u01jfw"])
22
22
  }, /*#__PURE__*/React.createElement("div", {
23
23
  className: (0, _runtime.ax)(["_kqswstnw _154iv47k _1ltv1ejb"])
24
- }, /*#__PURE__*/React.createElement(_statusSuccessCheckCircle.default, {
24
+ }, /*#__PURE__*/React.createElement(_statusSuccess.default, {
25
25
  spacing: "spacious",
26
26
  label: "",
27
27
  "aria-hidden": true,
@@ -11,7 +11,7 @@ require("./SurveyContainer.compiled.css");
11
11
  var React = _interopRequireWildcard(require("react"));
12
12
  var _runtime = require("@compiled/react/runtime");
13
13
  var _new = require("@atlaskit/button/new");
14
- var _cross = _interopRequireDefault(require("@atlaskit/icon/core/migration/cross"));
14
+ var _cross = _interopRequireDefault(require("@atlaskit/icon/core/cross"));
15
15
  var _colors = require("@atlaskit/theme/colors");
16
16
  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); }
17
17
  var containerStyles = null;
@@ -2,7 +2,7 @@
2
2
  import "./SuccessContainer.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
- import CheckCircleIcon from '@atlaskit/icon/core/migration/status-success--check-circle';
5
+ import CheckCircleIcon from '@atlaskit/icon/core/status-success';
6
6
  import { G300 } from '@atlaskit/theme/colors';
7
7
  const sectionStyles = null;
8
8
  const iconContainerStyles = null;
@@ -3,7 +3,7 @@ import "./SurveyContainer.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { IconButton as Button } from '@atlaskit/button/new';
6
- import CrossIcon from '@atlaskit/icon/core/migration/cross';
6
+ import CrossIcon from '@atlaskit/icon/core/cross';
7
7
  import { N0, N50A, N60A } from '@atlaskit/theme/colors';
8
8
  const containerStyles = null;
9
9
  const buttonWrapperStyles = null;
@@ -2,7 +2,7 @@
2
2
  import "./SuccessContainer.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
- import CheckCircleIcon from '@atlaskit/icon/core/migration/status-success--check-circle';
5
+ import CheckCircleIcon from '@atlaskit/icon/core/status-success';
6
6
  import { G300 } from '@atlaskit/theme/colors';
7
7
  var sectionStyles = null;
8
8
  var iconContainerStyles = null;
@@ -3,7 +3,7 @@ import "./SurveyContainer.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { IconButton as Button } from '@atlaskit/button/new';
6
- import CrossIcon from '@atlaskit/icon/core/migration/cross';
6
+ import CrossIcon from '@atlaskit/icon/core/cross';
7
7
  import { N0, N50A, N60A } from '@atlaskit/theme/colors';
8
8
  var containerStyles = null;
9
9
  var buttonWrapperStyles = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/contextual-survey",
3
- "version": "5.0.18",
3
+ "version": "5.0.20",
4
4
  "description": "A React component used to ask the user for feedback",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,17 +31,17 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/button": "^23.7.0",
34
+ "@atlaskit/button": "^23.9.0",
35
35
  "@atlaskit/checkbox": "^17.2.0",
36
- "@atlaskit/form": "^15.0.0",
36
+ "@atlaskit/form": "^15.2.0",
37
37
  "@atlaskit/heading": "^5.2.0",
38
- "@atlaskit/icon": "^29.0.0",
38
+ "@atlaskit/icon": "^29.3.0",
39
39
  "@atlaskit/link": "^3.2.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
- "@atlaskit/primitives": "^16.4.0",
41
+ "@atlaskit/primitives": "^17.0.0",
42
42
  "@atlaskit/textarea": "^8.2.0",
43
43
  "@atlaskit/theme": "^21.0.0",
44
- "@atlaskit/tokens": "^8.4.0",
44
+ "@atlaskit/tokens": "^9.0.0",
45
45
  "@atlaskit/tooltip": "^20.11.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "@compiled/react": "^0.18.6",