@atlaskit/contextual-survey 2.4.2 → 2.4.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,17 @@
1
1
  # @atlaskit/contextual-survey
2
2
 
3
+ ## 2.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.4.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 2.4.2
4
16
 
5
17
  ### Patch Changes
@@ -5,8 +5,7 @@
5
5
  "target": "es5",
6
6
  "composite": true,
7
7
  "outDir": "../dist",
8
- "rootDir": "../",
9
- "baseUrl": "../"
8
+ "rootDir": "../"
10
9
  },
11
10
  "include": [
12
11
  "../src/**/*.ts",
@@ -1,51 +1,51 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.jira.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../tsDist/@atlaskit__contextual-survey/app",
7
- "composite": true,
8
- "rootDir": "../"
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-jira/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../design-system/checkbox/afm-jira/tsconfig.json"
25
- },
26
- {
27
- "path": "../../../design-system/form/afm-jira/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../design-system/heading/afm-jira/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../design-system/icon/afm-jira/tsconfig.json"
34
- },
35
- {
36
- "path": "../../../design-system/primitives/afm-jira/tsconfig.json"
37
- },
38
- {
39
- "path": "../../../design-system/textarea/afm-jira/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../design-system/theme/afm-jira/tsconfig.json"
43
- },
44
- {
45
- "path": "../../../design-system/tokens/afm-jira/tsconfig.json"
46
- },
47
- {
48
- "path": "../../../design-system/tooltip/afm-jira/tsconfig.json"
49
- }
50
- ]
51
- }
2
+ "extends": "../../../../tsconfig.entry-points.jira.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../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-jira/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../../design-system/checkbox/afm-jira/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../design-system/form/afm-jira/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/heading/afm-jira/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../design-system/icon/afm-jira/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../../design-system/primitives/afm-jira/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../../design-system/textarea/afm-jira/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../design-system/theme/afm-jira/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../../design-system/tokens/afm-jira/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../../design-system/tooltip/afm-jira/tsconfig.json"
49
+ }
50
+ ]
51
+ }
@@ -1,51 +1,51 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.post-office.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../tsDist/@atlaskit__contextual-survey/app",
7
- "composite": true,
8
- "rootDir": "../"
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-post-office/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../design-system/checkbox/afm-post-office/tsconfig.json"
25
- },
26
- {
27
- "path": "../../../design-system/form/afm-post-office/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../design-system/heading/afm-post-office/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../design-system/icon/afm-post-office/tsconfig.json"
34
- },
35
- {
36
- "path": "../../../design-system/primitives/afm-post-office/tsconfig.json"
37
- },
38
- {
39
- "path": "../../../design-system/textarea/afm-post-office/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../design-system/theme/afm-post-office/tsconfig.json"
43
- },
44
- {
45
- "path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
46
- },
47
- {
48
- "path": "../../../design-system/tooltip/afm-post-office/tsconfig.json"
49
- }
50
- ]
51
- }
2
+ "extends": "../../../../tsconfig.entry-points.post-office.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../post-office/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-post-office/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../../design-system/checkbox/afm-post-office/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../design-system/form/afm-post-office/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/heading/afm-post-office/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../design-system/icon/afm-post-office/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../../design-system/primitives/afm-post-office/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../../design-system/textarea/afm-post-office/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../design-system/theme/afm-post-office/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../../design-system/tooltip/afm-post-office/tsconfig.json"
49
+ }
50
+ ]
51
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/contextual-survey",
3
- "version": "2.4.2",
3
+ "version": "2.4.4",
4
4
  "description": "A React component used to ask the user for feedback",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,16 +35,16 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@atlaskit/button": "^20.2.0",
39
- "@atlaskit/checkbox": "^15.0.0",
38
+ "@atlaskit/button": "^20.3.0",
39
+ "@atlaskit/checkbox": "^15.1.0",
40
40
  "@atlaskit/form": "^10.5.0",
41
- "@atlaskit/heading": "^2.4.0",
42
- "@atlaskit/icon": "^22.22.0",
43
- "@atlaskit/primitives": "^12.2.0",
41
+ "@atlaskit/heading": "^3.0.0",
42
+ "@atlaskit/icon": "^22.24.0",
43
+ "@atlaskit/primitives": "^13.2.0",
44
44
  "@atlaskit/textarea": "^5.6.0",
45
45
  "@atlaskit/theme": "^14.0.0",
46
- "@atlaskit/tokens": "^2.0.0",
47
- "@atlaskit/tooltip": "^18.8.0",
46
+ "@atlaskit/tokens": "^2.2.0",
47
+ "@atlaskit/tooltip": "^18.9.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1",
50
50
  "react-transition-group": "^4.4.1"