@atlaskit/contextual-survey 5.1.0 → 5.1.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 +6 -0
- package/afm-cc/tsconfig.json +1 -1
- package/afm-products/tsconfig.json +1 -1
- package/docs/0-intro.tsx +2 -1
- package/package.json +4 -4
- package/build/tsconfig.json +0 -23
package/CHANGELOG.md
CHANGED
package/afm-cc/tsconfig.json
CHANGED
package/docs/0-intro.tsx
CHANGED
|
@@ -12,7 +12,7 @@ import { token } from '@atlaskit/tokens';
|
|
|
12
12
|
|
|
13
13
|
const BasicExample = require('../examples/00-usage').default;
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
const _default_1: any = md`
|
|
16
16
|
${(
|
|
17
17
|
<>
|
|
18
18
|
{/* eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766 */}
|
|
@@ -116,3 +116,4 @@ ${(
|
|
|
116
116
|
/>
|
|
117
117
|
)}
|
|
118
118
|
`;
|
|
119
|
+
export default _default_1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/contextual-survey",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.1",
|
|
4
4
|
"description": "A React component used to ask the user for feedback",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"@atlaskit/icon": "^29.4.0",
|
|
39
39
|
"@atlaskit/link": "^3.3.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
41
|
-
"@atlaskit/primitives": "^17.
|
|
41
|
+
"@atlaskit/primitives": "^17.1.0",
|
|
42
42
|
"@atlaskit/textarea": "^8.2.0",
|
|
43
43
|
"@atlaskit/theme": "^21.0.0",
|
|
44
|
-
"@atlaskit/tokens": "^
|
|
45
|
-
"@atlaskit/tooltip": "^20.
|
|
44
|
+
"@atlaskit/tokens": "^10.0.0",
|
|
45
|
+
"@atlaskit/tooltip": "^20.14.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@compiled/react": "^0.18.6",
|
|
48
48
|
"@emotion/react": "^11.7.1",
|
package/build/tsconfig.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../tsconfig",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"paths": {}
|
|
7
|
-
},
|
|
8
|
-
"include": [
|
|
9
|
-
"../src/**/*.ts",
|
|
10
|
-
"../src/**/*.tsx"
|
|
11
|
-
],
|
|
12
|
-
"exclude": [
|
|
13
|
-
"../src/**/__tests__/*",
|
|
14
|
-
"../src/**/*.test.*",
|
|
15
|
-
"../src/**/test.*",
|
|
16
|
-
"../src/**/examples.*",
|
|
17
|
-
"../src/**/examples/*",
|
|
18
|
-
"../src/**/examples/**/*",
|
|
19
|
-
"../src/**/*.stories.*",
|
|
20
|
-
"../src/**/stories/*",
|
|
21
|
-
"../src/**/stories/**/*"
|
|
22
|
-
]
|
|
23
|
-
}
|