@atlaskit/contextual-survey 5.0.2 → 5.0.4

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.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#188952](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188952)
8
+ [`1a88e6e2601ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a88e6e2601ae) -
9
+ Migrated usage of renamed/deprecated icons
10
+ - Updated dependencies
11
+
12
+ ## 5.0.3
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 5.0.2
4
19
 
5
20
  ### Patch Changes
@@ -0,0 +1,57 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.rovo-extension.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../rovo-extension/tsDist/@atlaskit__contextual-survey/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../../design-system/button/afm-rovo-extension/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../../design-system/checkbox/afm-rovo-extension/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../design-system/form/afm-rovo-extension/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/heading/afm-rovo-extension/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../design-system/icon/afm-rovo-extension/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../../design-system/link/afm-rovo-extension/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../../platform/feature-flags/afm-rovo-extension/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../design-system/primitives/afm-rovo-extension/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../../design-system/textarea/afm-rovo-extension/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../../design-system/theme/afm-rovo-extension/tsconfig.json"
49
+ },
50
+ {
51
+ "path": "../../../design-system/tokens/afm-rovo-extension/tsconfig.json"
52
+ },
53
+ {
54
+ "path": "../../../design-system/tooltip/afm-rovo-extension/tsconfig.json"
55
+ }
56
+ ]
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.volt.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../volt/tsDist/@atlaskit__contextual-survey/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../../design-system/button/afm-volt/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../../design-system/checkbox/afm-volt/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../design-system/form/afm-volt/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/heading/afm-volt/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../design-system/icon/afm-volt/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../../design-system/link/afm-volt/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../../platform/feature-flags/afm-volt/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../design-system/primitives/afm-volt/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../../design-system/textarea/afm-volt/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../../design-system/theme/afm-volt/tsconfig.json"
49
+ },
50
+ {
51
+ "path": "../../../design-system/tokens/afm-volt/tsconfig.json"
52
+ },
53
+ {
54
+ "path": "../../../design-system/tooltip/afm-volt/tsconfig.json"
55
+ }
56
+ ]
57
+ }
@@ -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 _successCheckCircle = _interopRequireDefault(require("@atlaskit/icon/core/migration/success--check-circle"));
13
+ var _statusSuccessCheckCircle = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-success--check-circle"));
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(_successCheckCircle.default, {
24
+ }, /*#__PURE__*/React.createElement(_statusSuccessCheckCircle.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 _closeCross = _interopRequireDefault(require("@atlaskit/icon/core/migration/close--cross"));
14
+ var _cross = _interopRequireDefault(require("@atlaskit/icon/core/migration/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;
@@ -28,7 +28,7 @@ var _default = exports.default = function _default(_ref) {
28
28
  }, /*#__PURE__*/React.createElement("div", {
29
29
  className: (0, _runtime.ax)(["_kqswstnw _154ipxbi _1xi2pxbi"])
30
30
  }, /*#__PURE__*/React.createElement(_new.IconButton, {
31
- icon: _closeCross.default,
31
+ icon: _cross.default,
32
32
  label: "Dismiss",
33
33
  appearance: "subtle",
34
34
  onClick: onDismiss
@@ -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/success--check-circle';
5
+ import CheckCircleIcon from '@atlaskit/icon/core/migration/status-success--check-circle';
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/close--cross';
6
+ import CrossIcon from '@atlaskit/icon/core/migration/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/success--check-circle';
5
+ import CheckCircleIcon from '@atlaskit/icon/core/migration/status-success--check-circle';
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/close--cross';
6
+ import CrossIcon from '@atlaskit/icon/core/migration/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.2",
3
+ "version": "5.0.4",
4
4
  "description": "A React component used to ask the user for feedback",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,7 +29,6 @@
29
29
  "./types": "./src/types.ts"
30
30
  },
31
31
  "atlassian": {
32
- "runReact18": true,
33
32
  "team": "Personalization",
34
33
  "website": {
35
34
  "name": "Contextual Survey"
@@ -40,13 +39,13 @@
40
39
  "@atlaskit/checkbox": "^17.1.0",
41
40
  "@atlaskit/form": "^12.0.0",
42
41
  "@atlaskit/heading": "^5.2.0",
43
- "@atlaskit/icon": "^27.0.0",
42
+ "@atlaskit/icon": "^27.5.0",
44
43
  "@atlaskit/link": "^3.2.0",
45
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
46
- "@atlaskit/primitives": "^14.8.0",
45
+ "@atlaskit/primitives": "^14.10.0",
47
46
  "@atlaskit/textarea": "^8.0.0",
48
- "@atlaskit/theme": "^18.0.0",
49
- "@atlaskit/tokens": "^5.2.0",
47
+ "@atlaskit/theme": "^19.0.0",
48
+ "@atlaskit/tokens": "^5.6.0",
50
49
  "@atlaskit/tooltip": "^20.3.0",
51
50
  "@babel/runtime": "^7.0.0",
52
51
  "@compiled/react": "^0.18.3",