@atlaskit/contextual-survey 5.0.18 → 5.0.19

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/contextual-survey
2
2
 
3
+ ## 5.0.19
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6a82d7964a37b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a82d7964a37b) -
8
+ Icon entrypoint migration
9
+ - Updated dependencies
10
+
3
11
  ## 5.0.18
4
12
 
5
13
  ### 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,
@@ -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;
@@ -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;
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.19",
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.1.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",