@atlaskit/smart-card 23.4.5 → 23.4.7
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,18 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 23.4.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 23.4.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`efa366b6ed6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa366b6ed6) - Upgrade json-ld-types from 3.1.0 to 3.2.0
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 23.4.5
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
|
@@ -37,6 +37,7 @@ export declare const TEST_DOCUMENT_WITH_ACTIONS: {
|
|
|
37
37
|
'atlassian:isDeleted'?: boolean | undefined;
|
|
38
38
|
'atlassian:attachmentCount'?: number | undefined;
|
|
39
39
|
'atlassian:dateViewed'?: string | undefined;
|
|
40
|
+
'atlassian:checkItems'?: JsonLd.Primitives.CheckItemProgress | undefined;
|
|
40
41
|
'atlassian:reactCount'?: number | undefined;
|
|
41
42
|
'atlassian:state'?: string | JsonLd.Primitives.Object<any> | undefined;
|
|
42
43
|
'atlassian:viewCount'?: number | undefined;
|
|
@@ -93,6 +94,7 @@ export declare const TEST_DOCUMENT_WITH_DOWNLOAD_ACTION: {
|
|
|
93
94
|
'atlassian:isDeleted'?: boolean | undefined;
|
|
94
95
|
'atlassian:attachmentCount'?: number | undefined;
|
|
95
96
|
'atlassian:dateViewed'?: string | undefined;
|
|
97
|
+
'atlassian:checkItems'?: JsonLd.Primitives.CheckItemProgress | undefined;
|
|
96
98
|
'atlassian:reactCount'?: number | undefined;
|
|
97
99
|
'atlassian:state'?: string | JsonLd.Primitives.Object<any> | undefined;
|
|
98
100
|
'atlassian:viewCount'?: number | undefined;
|
|
@@ -147,6 +149,7 @@ export declare const TEST_DOCUMENT_WITH_VIEW_ACTION: {
|
|
|
147
149
|
'atlassian:isDeleted'?: boolean | undefined;
|
|
148
150
|
'atlassian:attachmentCount'?: number | undefined;
|
|
149
151
|
'atlassian:dateViewed'?: string | undefined;
|
|
152
|
+
'atlassian:checkItems'?: JsonLd.Primitives.CheckItemProgress | undefined;
|
|
150
153
|
'atlassian:reactCount'?: number | undefined;
|
|
151
154
|
'atlassian:state'?: string | JsonLd.Primitives.Object<any> | undefined;
|
|
152
155
|
'atlassian:viewCount'?: number | undefined;
|
|
@@ -204,6 +207,7 @@ export declare const TEST_DOCUMENT_WITH_PREVIEW: {
|
|
|
204
207
|
'schema:potentialAction'?: JsonLd.Primitives.Property<JsonLd.Data.DocumentAction> | undefined;
|
|
205
208
|
'atlassian:attachmentCount'?: number | undefined;
|
|
206
209
|
'atlassian:dateViewed'?: string | undefined;
|
|
210
|
+
'atlassian:checkItems'?: JsonLd.Primitives.CheckItemProgress | undefined;
|
|
207
211
|
'atlassian:reactCount'?: number | undefined;
|
|
208
212
|
'atlassian:state'?: string | JsonLd.Primitives.Object<any> | undefined;
|
|
209
213
|
'atlassian:viewCount'?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "23.4.
|
|
3
|
+
"version": "23.4.7",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@atlaskit/popup": "^1.5.0",
|
|
43
43
|
"@atlaskit/spinner": "^15.2.0",
|
|
44
44
|
"@atlaskit/theme": "^12.2.0",
|
|
45
|
-
"@atlaskit/tokens": "^0.
|
|
45
|
+
"@atlaskit/tokens": "^0.11.0",
|
|
46
46
|
"@atlaskit/tooltip": "^17.6.0",
|
|
47
47
|
"@atlaskit/ufo": "^0.1.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@emotion/styled": "^10.0.7",
|
|
51
51
|
"@formatjs/intl-utils": "^3.8.4",
|
|
52
52
|
"facepaint": "^1.2.1",
|
|
53
|
-
"json-ld-types": "3.
|
|
53
|
+
"json-ld-types": "3.2.0",
|
|
54
54
|
"react-error-boundary": "^3.1.3",
|
|
55
55
|
"react-lazily-render": "^1.2.0",
|
|
56
56
|
"react-loadable": "^5.1.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"uuid": "^3.1.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@atlaskit/link-provider": "^1.3.
|
|
61
|
+
"@atlaskit/link-provider": "^1.3.5",
|
|
62
62
|
"react": "^16.8.0",
|
|
63
63
|
"react-dom": "^16.8.0",
|
|
64
64
|
"react-intl-next": "npm:react-intl@^5.18.1"
|