@atlaskit/smart-card 26.3.0 → 26.3.2
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 +13 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/__fixtures__/jira-timeline.d.ts +35 -0
- package/dist/types-ts4.5/__fixtures__/jira-timeline.d.ts +35 -0
- package/package.json +4 -4
- package/report.api.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 26.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f10ed88032c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f10ed88032c) - With the renaming of Jira Roadmaps to Timeline, we are updating the regex rules to match timeline in conjunction to roadmaps
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
10
|
+
## 26.3.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 26.3.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
meta: {
|
|
3
|
+
auth: never[];
|
|
4
|
+
definitionId: string;
|
|
5
|
+
visibility: string;
|
|
6
|
+
access: string;
|
|
7
|
+
resourceType: string;
|
|
8
|
+
key: string;
|
|
9
|
+
};
|
|
10
|
+
data: {
|
|
11
|
+
'@context': {
|
|
12
|
+
'@vocab': string;
|
|
13
|
+
atlassian: string;
|
|
14
|
+
schema: string;
|
|
15
|
+
};
|
|
16
|
+
generator: {
|
|
17
|
+
'@type': string;
|
|
18
|
+
'@id': string;
|
|
19
|
+
name: string;
|
|
20
|
+
};
|
|
21
|
+
'@type': string[];
|
|
22
|
+
url: string;
|
|
23
|
+
name: string;
|
|
24
|
+
summary: string;
|
|
25
|
+
icon: {
|
|
26
|
+
'@type': string;
|
|
27
|
+
url: string;
|
|
28
|
+
};
|
|
29
|
+
preview: {
|
|
30
|
+
href: string;
|
|
31
|
+
'atlassian:supportedPlatforms': string[];
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
meta: {
|
|
3
|
+
auth: never[];
|
|
4
|
+
definitionId: string;
|
|
5
|
+
visibility: string;
|
|
6
|
+
access: string;
|
|
7
|
+
resourceType: string;
|
|
8
|
+
key: string;
|
|
9
|
+
};
|
|
10
|
+
data: {
|
|
11
|
+
'@context': {
|
|
12
|
+
'@vocab': string;
|
|
13
|
+
atlassian: string;
|
|
14
|
+
schema: string;
|
|
15
|
+
};
|
|
16
|
+
generator: {
|
|
17
|
+
'@type': string;
|
|
18
|
+
'@id': string;
|
|
19
|
+
name: string;
|
|
20
|
+
};
|
|
21
|
+
'@type': string[];
|
|
22
|
+
url: string;
|
|
23
|
+
name: string;
|
|
24
|
+
summary: string;
|
|
25
|
+
icon: {
|
|
26
|
+
'@type': string;
|
|
27
|
+
url: string;
|
|
28
|
+
};
|
|
29
|
+
preview: {
|
|
30
|
+
href: string;
|
|
31
|
+
'atlassian:supportedPlatforms': string[];
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "26.3.
|
|
3
|
+
"version": "26.3.2",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlaskit/link-analytics": "^8.0.2",
|
|
45
45
|
"@atlaskit/link-client-extension": "^1.1.0",
|
|
46
46
|
"@atlaskit/linking-common": "^2.12.0",
|
|
47
|
-
"@atlaskit/linking-types": "^
|
|
47
|
+
"@atlaskit/linking-types": "^2.0.0",
|
|
48
48
|
"@atlaskit/logo": "^13.14.0",
|
|
49
49
|
"@atlaskit/lozenge": "^11.4.0",
|
|
50
50
|
"@atlaskit/media-common": "^4.1.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"uuid": "^3.1.0"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
|
-
"@atlaskit/link-provider": "^1.6.
|
|
74
|
+
"@atlaskit/link-provider": "^1.6.3",
|
|
75
75
|
"react": "^16.8.0",
|
|
76
76
|
"react-dom": "^16.8.0",
|
|
77
77
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@atlaskit/field-base": "^15.2.0",
|
|
86
86
|
"@atlaskit/form": "^8.11.0",
|
|
87
87
|
"@atlaskit/inline-message": "^11.5.0",
|
|
88
|
-
"@atlaskit/link-test-helpers": "^
|
|
88
|
+
"@atlaskit/link-test-helpers": "^3.0.0",
|
|
89
89
|
"@atlaskit/lozenge": "^11.4.0",
|
|
90
90
|
"@atlaskit/media-integration-test-helpers": "^2.6.0",
|
|
91
91
|
"@atlaskit/media-test-helpers": "^33.0.0",
|
package/report.api.md
CHANGED