@atlaskit/smart-card 23.0.1 → 23.0.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 +7 -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/extractors/common/__mocks__/jsonld.d.ts +2 -0
- package/dist/types-ts4.0/extractors/common/__mocks__/jsonld.d.ts +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 23.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6af519d2a17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6af519d2a17) - Upgrade json-ld-types from 3.0.2 to 3.1.0
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
3
10
|
## 23.0.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
|
@@ -33,6 +33,7 @@ export declare const TEST_DOCUMENT_WITH_ACTIONS: {
|
|
|
33
33
|
'atlassian:fileSize'?: number | undefined;
|
|
34
34
|
'schema:commentCount'?: number | undefined;
|
|
35
35
|
'atlassian:isDeleted'?: boolean | undefined;
|
|
36
|
+
'atlassian:attachmentCount'?: number | undefined;
|
|
36
37
|
'atlassian:dateViewed'?: string | undefined;
|
|
37
38
|
'atlassian:reactCount'?: number | undefined;
|
|
38
39
|
'atlassian:state'?: string | JsonLd.Primitives.Object<any> | undefined;
|
|
@@ -89,6 +90,7 @@ export declare const TEST_DOCUMENT_WITH_PREVIEW: {
|
|
|
89
90
|
'schema:commentCount'?: number | undefined;
|
|
90
91
|
'atlassian:isDeleted'?: boolean | undefined;
|
|
91
92
|
'schema:potentialAction'?: JsonLd.Primitives.Property<JsonLd.Data.DocumentAction> | undefined;
|
|
93
|
+
'atlassian:attachmentCount'?: number | undefined;
|
|
92
94
|
'atlassian:dateViewed'?: string | undefined;
|
|
93
95
|
'atlassian:reactCount'?: number | undefined;
|
|
94
96
|
'atlassian:state'?: string | JsonLd.Primitives.Object<any> | undefined;
|
|
@@ -33,6 +33,7 @@ export declare const TEST_DOCUMENT_WITH_ACTIONS: {
|
|
|
33
33
|
'atlassian:fileSize'?: number | undefined;
|
|
34
34
|
'schema:commentCount'?: number | undefined;
|
|
35
35
|
'atlassian:isDeleted'?: boolean | undefined;
|
|
36
|
+
'atlassian:attachmentCount'?: number | undefined;
|
|
36
37
|
'atlassian:dateViewed'?: string | undefined;
|
|
37
38
|
'atlassian:reactCount'?: number | undefined;
|
|
38
39
|
'atlassian:state'?: string | JsonLd.Primitives.Object<any> | undefined;
|
|
@@ -89,6 +90,7 @@ export declare const TEST_DOCUMENT_WITH_PREVIEW: {
|
|
|
89
90
|
'schema:commentCount'?: number | undefined;
|
|
90
91
|
'atlassian:isDeleted'?: boolean | undefined;
|
|
91
92
|
'schema:potentialAction'?: JsonLd.Primitives.Property<JsonLd.Data.DocumentAction> | undefined;
|
|
93
|
+
'atlassian:attachmentCount'?: number | undefined;
|
|
92
94
|
'atlassian:dateViewed'?: string | undefined;
|
|
93
95
|
'atlassian:reactCount'?: number | undefined;
|
|
94
96
|
'atlassian:state'?: string | JsonLd.Primitives.Object<any> | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.2",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@emotion/styled": "^10.0.7",
|
|
59
59
|
"@formatjs/intl-utils": "^3.8.4",
|
|
60
60
|
"facepaint": "^1.2.1",
|
|
61
|
-
"json-ld-types": "3.0
|
|
61
|
+
"json-ld-types": "3.1.0",
|
|
62
62
|
"react-error-boundary": "^3.1.3",
|
|
63
63
|
"react-lazily-render": "^1.2.0",
|
|
64
64
|
"react-loadable": "^5.1.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"uuid": "^3.1.0"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@atlaskit/link-provider": "^1.3.
|
|
69
|
+
"@atlaskit/link-provider": "^1.3.2",
|
|
70
70
|
"react": "^16.8.0",
|
|
71
71
|
"react-dom": "^16.8.0",
|
|
72
72
|
"react-intl-next": "npm:react-intl@^5.18.1"
|