@atlaskit/editor-plugin-card 0.5.4 → 0.5.5
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/dist/cjs/plugin.js +2 -0
- package/dist/es2019/plugin.js +2 -0
- package/dist/esm/plugin.js +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/cjs/plugin.js
CHANGED
|
@@ -134,6 +134,7 @@ var cardPlugin = function cardPlugin(_ref) {
|
|
|
134
134
|
id: 'datasource',
|
|
135
135
|
title: formatMessage(_messages.messages.datasourceJiraIssue),
|
|
136
136
|
description: formatMessage(_messages.messages.datasourceJiraIssueDescription),
|
|
137
|
+
categories: ['external-content', 'development'],
|
|
137
138
|
keywords: ['jira'],
|
|
138
139
|
icon: function icon() {
|
|
139
140
|
return /*#__PURE__*/_react.default.createElement(_quickInsert.IconDatasourceJiraIssue, null);
|
|
@@ -150,6 +151,7 @@ var cardPlugin = function cardPlugin(_ref) {
|
|
|
150
151
|
id: 'datasource',
|
|
151
152
|
title: formatMessage(_messages.messages.datasourceAssetsObjects),
|
|
152
153
|
description: formatMessage(_messages.messages.datasourceAssetsObjectsDescription),
|
|
154
|
+
categories: ['external-content', 'development'],
|
|
153
155
|
keywords: ['assets'],
|
|
154
156
|
icon: function icon() {
|
|
155
157
|
return /*#__PURE__*/_react.default.createElement(_quickInsert.IconDatasourceAssetsObjects, null);
|
package/dist/es2019/plugin.js
CHANGED
|
@@ -127,6 +127,7 @@ export const cardPlugin = ({
|
|
|
127
127
|
id: 'datasource',
|
|
128
128
|
title: formatMessage(messages.datasourceJiraIssue),
|
|
129
129
|
description: formatMessage(messages.datasourceJiraIssueDescription),
|
|
130
|
+
categories: ['external-content', 'development'],
|
|
130
131
|
keywords: ['jira'],
|
|
131
132
|
icon: () => /*#__PURE__*/React.createElement(IconDatasourceJiraIssue, null),
|
|
132
133
|
action(insert) {
|
|
@@ -141,6 +142,7 @@ export const cardPlugin = ({
|
|
|
141
142
|
id: 'datasource',
|
|
142
143
|
title: formatMessage(messages.datasourceAssetsObjects),
|
|
143
144
|
description: formatMessage(messages.datasourceAssetsObjectsDescription),
|
|
145
|
+
categories: ['external-content', 'development'],
|
|
144
146
|
keywords: ['assets'],
|
|
145
147
|
icon: () => /*#__PURE__*/React.createElement(IconDatasourceAssetsObjects, null),
|
|
146
148
|
action(insert) {
|
package/dist/esm/plugin.js
CHANGED
|
@@ -127,6 +127,7 @@ export var cardPlugin = function cardPlugin(_ref) {
|
|
|
127
127
|
id: 'datasource',
|
|
128
128
|
title: formatMessage(messages.datasourceJiraIssue),
|
|
129
129
|
description: formatMessage(messages.datasourceJiraIssueDescription),
|
|
130
|
+
categories: ['external-content', 'development'],
|
|
130
131
|
keywords: ['jira'],
|
|
131
132
|
icon: function icon() {
|
|
132
133
|
return /*#__PURE__*/React.createElement(IconDatasourceJiraIssue, null);
|
|
@@ -143,6 +144,7 @@ export var cardPlugin = function cardPlugin(_ref) {
|
|
|
143
144
|
id: 'datasource',
|
|
144
145
|
title: formatMessage(messages.datasourceAssetsObjects),
|
|
145
146
|
description: formatMessage(messages.datasourceAssetsObjectsDescription),
|
|
147
|
+
categories: ['external-content', 'development'],
|
|
146
148
|
keywords: ['assets'],
|
|
147
149
|
icon: function icon() {
|
|
148
150
|
return /*#__PURE__*/React.createElement(IconDatasourceAssetsObjects, null);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"@atlaskit/link-analytics": "^8.2.0",
|
|
48
48
|
"@atlaskit/link-datasource": "^1.0.0",
|
|
49
49
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
50
|
-
"@atlaskit/smart-card": "^26.
|
|
50
|
+
"@atlaskit/smart-card": "^26.23.0",
|
|
51
51
|
"@atlaskit/theme": "^12.6.0",
|
|
52
|
-
"@atlaskit/tokens": "^1.
|
|
52
|
+
"@atlaskit/tokens": "^1.21.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|
|
54
54
|
"@emotion/react": "^11.7.1",
|
|
55
55
|
"lodash": "^4.17.21",
|