@atlaskit/smart-card 36.7.0 → 36.8.0
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 +15 -0
- package/dist/cjs/i18n/cs.js +8 -0
- package/dist/cjs/i18n/da.js +8 -0
- package/dist/cjs/i18n/de.js +7 -0
- package/dist/cjs/i18n/en.js +8 -0
- package/dist/cjs/i18n/en_GB.js +8 -0
- package/dist/cjs/i18n/en_ZZ.js +8 -0
- package/dist/cjs/i18n/es.js +8 -0
- package/dist/cjs/i18n/fi.js +8 -0
- package/dist/cjs/i18n/hu.js +8 -0
- package/dist/cjs/i18n/it.js +8 -0
- package/dist/cjs/i18n/ja.js +8 -0
- package/dist/cjs/i18n/ko.js +8 -0
- package/dist/cjs/i18n/nb.js +8 -0
- package/dist/cjs/i18n/nl.js +8 -0
- package/dist/cjs/i18n/pl.js +7 -0
- package/dist/cjs/i18n/pt_BR.js +8 -0
- package/dist/cjs/i18n/ru.js +7 -0
- package/dist/cjs/i18n/sv.js +8 -0
- package/dist/cjs/i18n/th.js +8 -0
- package/dist/cjs/i18n/tr.js +8 -0
- package/dist/cjs/i18n/uk.js +8 -0
- package/dist/cjs/i18n/vi.js +8 -0
- package/dist/cjs/i18n/zh.js +7 -0
- package/dist/cjs/i18n/zh_TW.js +7 -0
- package/dist/cjs/index.js +30 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-button/index.js +13 -5
- package/dist/cjs/view/FlexibleCard/external.js +30 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/i18n/cs.js +8 -0
- package/dist/es2019/i18n/da.js +8 -0
- package/dist/es2019/i18n/de.js +7 -0
- package/dist/es2019/i18n/en.js +8 -0
- package/dist/es2019/i18n/en_GB.js +8 -0
- package/dist/es2019/i18n/en_ZZ.js +8 -0
- package/dist/es2019/i18n/es.js +8 -0
- package/dist/es2019/i18n/fi.js +8 -0
- package/dist/es2019/i18n/hu.js +8 -0
- package/dist/es2019/i18n/it.js +8 -0
- package/dist/es2019/i18n/ja.js +8 -0
- package/dist/es2019/i18n/ko.js +8 -0
- package/dist/es2019/i18n/nb.js +8 -0
- package/dist/es2019/i18n/nl.js +8 -0
- package/dist/es2019/i18n/pl.js +7 -0
- package/dist/es2019/i18n/pt_BR.js +8 -0
- package/dist/es2019/i18n/ru.js +7 -0
- package/dist/es2019/i18n/sv.js +8 -0
- package/dist/es2019/i18n/th.js +8 -0
- package/dist/es2019/i18n/tr.js +8 -0
- package/dist/es2019/i18n/uk.js +8 -0
- package/dist/es2019/i18n/vi.js +8 -0
- package/dist/es2019/i18n/zh.js +7 -0
- package/dist/es2019/i18n/zh_TW.js +7 -0
- package/dist/es2019/index.js +1 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-button/index.js +13 -5
- package/dist/es2019/view/FlexibleCard/external.js +20 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/i18n/cs.js +8 -0
- package/dist/esm/i18n/da.js +8 -0
- package/dist/esm/i18n/de.js +7 -0
- package/dist/esm/i18n/en.js +8 -0
- package/dist/esm/i18n/en_GB.js +8 -0
- package/dist/esm/i18n/en_ZZ.js +8 -0
- package/dist/esm/i18n/es.js +8 -0
- package/dist/esm/i18n/fi.js +8 -0
- package/dist/esm/i18n/hu.js +8 -0
- package/dist/esm/i18n/it.js +8 -0
- package/dist/esm/i18n/ja.js +8 -0
- package/dist/esm/i18n/ko.js +8 -0
- package/dist/esm/i18n/nb.js +8 -0
- package/dist/esm/i18n/nl.js +8 -0
- package/dist/esm/i18n/pl.js +7 -0
- package/dist/esm/i18n/pt_BR.js +8 -0
- package/dist/esm/i18n/ru.js +7 -0
- package/dist/esm/i18n/sv.js +8 -0
- package/dist/esm/i18n/th.js +8 -0
- package/dist/esm/i18n/tr.js +8 -0
- package/dist/esm/i18n/uk.js +8 -0
- package/dist/esm/i18n/vi.js +8 -0
- package/dist/esm/i18n/zh.js +7 -0
- package/dist/esm/i18n/zh_TW.js +7 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/action/action-button/index.js +13 -5
- package/dist/esm/view/FlexibleCard/external.js +29 -0
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +8 -0
- package/dist/types/i18n/da.d.ts +8 -0
- package/dist/types/i18n/de.d.ts +7 -0
- package/dist/types/i18n/en.d.ts +8 -0
- package/dist/types/i18n/en_GB.d.ts +8 -0
- package/dist/types/i18n/en_ZZ.d.ts +8 -0
- package/dist/types/i18n/es.d.ts +8 -0
- package/dist/types/i18n/fi.d.ts +8 -0
- package/dist/types/i18n/hu.d.ts +8 -0
- package/dist/types/i18n/it.d.ts +8 -0
- package/dist/types/i18n/ja.d.ts +8 -0
- package/dist/types/i18n/ko.d.ts +8 -0
- package/dist/types/i18n/nb.d.ts +8 -0
- package/dist/types/i18n/nl.d.ts +8 -0
- package/dist/types/i18n/pl.d.ts +7 -0
- package/dist/types/i18n/pt_BR.d.ts +8 -0
- package/dist/types/i18n/ru.d.ts +7 -0
- package/dist/types/i18n/sv.d.ts +8 -0
- package/dist/types/i18n/th.d.ts +8 -0
- package/dist/types/i18n/tr.d.ts +8 -0
- package/dist/types/i18n/uk.d.ts +8 -0
- package/dist/types/i18n/vi.d.ts +8 -0
- package/dist/types/i18n/zh.d.ts +7 -0
- package/dist/types/i18n/zh_TW.d.ts +7 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/view/FlexibleCard/external.d.ts +22 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +8 -0
- package/dist/types-ts4.5/i18n/da.d.ts +8 -0
- package/dist/types-ts4.5/i18n/de.d.ts +7 -0
- package/dist/types-ts4.5/i18n/en.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +8 -0
- package/dist/types-ts4.5/i18n/es.d.ts +8 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +8 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +8 -0
- package/dist/types-ts4.5/i18n/it.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +8 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +8 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +8 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +7 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +7 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +8 -0
- package/dist/types-ts4.5/i18n/th.d.ts +8 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +8 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +8 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +8 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +7 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +7 -0
- package/dist/types-ts4.5/index.d.ts +1 -0
- package/dist/types-ts4.5/view/FlexibleCard/external.d.ts +22 -1
- package/package.json +2 -2
|
@@ -124,13 +124,21 @@ declare const _default: {
|
|
|
124
124
|
'fabric.linking.read_time': string;
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
|
+
'fabric.linking.related_links_found_in_v2': string;
|
|
127
128
|
'fabric.linking.related_links_includes_links_to': string;
|
|
129
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
130
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
131
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
132
|
'fabric.linking.related_links_modal_error_message': string;
|
|
133
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
134
|
'fabric.linking.related_links_modal_title': string;
|
|
135
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
136
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
137
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
138
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
139
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
140
|
'fabric.linking.related_links_not_found': string;
|
|
141
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
142
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
143
|
'fabric.linking.request_access': string;
|
|
136
144
|
'fabric.linking.request_access_description': string;
|
|
@@ -124,13 +124,21 @@ declare const _default: {
|
|
|
124
124
|
'fabric.linking.read_time': string;
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
|
+
'fabric.linking.related_links_found_in_v2': string;
|
|
127
128
|
'fabric.linking.related_links_includes_links_to': string;
|
|
129
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
130
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
131
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
132
|
'fabric.linking.related_links_modal_error_message': string;
|
|
133
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
134
|
'fabric.linking.related_links_modal_title': string;
|
|
135
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
136
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
137
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
138
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
139
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
140
|
'fabric.linking.related_links_not_found': string;
|
|
141
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
142
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
143
|
'fabric.linking.request_access': string;
|
|
136
144
|
'fabric.linking.request_access_description': string;
|
|
@@ -124,13 +124,21 @@ declare const _default: {
|
|
|
124
124
|
'fabric.linking.read_time': string;
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
|
+
'fabric.linking.related_links_found_in_v2': string;
|
|
127
128
|
'fabric.linking.related_links_includes_links_to': string;
|
|
129
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
130
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
131
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
132
|
'fabric.linking.related_links_modal_error_message': string;
|
|
133
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
134
|
'fabric.linking.related_links_modal_title': string;
|
|
135
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
136
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
137
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
138
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
139
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
140
|
'fabric.linking.related_links_not_found': string;
|
|
141
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
142
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
143
|
'fabric.linking.request_access': string;
|
|
136
144
|
'fabric.linking.request_access_description': string;
|
|
@@ -124,13 +124,21 @@ declare const _default: {
|
|
|
124
124
|
'fabric.linking.read_time': string;
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
|
+
'fabric.linking.related_links_found_in_v2': string;
|
|
127
128
|
'fabric.linking.related_links_includes_links_to': string;
|
|
129
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
130
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
131
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
132
|
'fabric.linking.related_links_modal_error_message': string;
|
|
133
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
134
|
'fabric.linking.related_links_modal_title': string;
|
|
135
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
136
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
137
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
138
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
139
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
140
|
'fabric.linking.related_links_not_found': string;
|
|
141
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
142
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
143
|
'fabric.linking.request_access': string;
|
|
136
144
|
'fabric.linking.request_access_description': string;
|
|
@@ -125,12 +125,19 @@ declare const _default: {
|
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
127
|
'fabric.linking.related_links_includes_links_to': string;
|
|
128
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
129
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
130
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
131
|
'fabric.linking.related_links_modal_error_message': string;
|
|
132
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
133
|
'fabric.linking.related_links_modal_title': string;
|
|
134
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
135
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
136
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
137
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
138
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
139
|
'fabric.linking.related_links_not_found': string;
|
|
140
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
141
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
142
|
'fabric.linking.request_access': string;
|
|
136
143
|
'fabric.linking.request_access_description': string;
|
|
@@ -124,13 +124,21 @@ declare const _default: {
|
|
|
124
124
|
'fabric.linking.read_time': string;
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
|
+
'fabric.linking.related_links_found_in_v2': string;
|
|
127
128
|
'fabric.linking.related_links_includes_links_to': string;
|
|
129
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
130
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
131
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
132
|
'fabric.linking.related_links_modal_error_message': string;
|
|
133
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
134
|
'fabric.linking.related_links_modal_title': string;
|
|
135
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
136
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
137
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
138
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
139
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
140
|
'fabric.linking.related_links_not_found': string;
|
|
141
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
142
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
143
|
'fabric.linking.request_access': string;
|
|
136
144
|
'fabric.linking.request_access_description': string;
|
|
@@ -125,12 +125,19 @@ declare const _default: {
|
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
127
|
'fabric.linking.related_links_includes_links_to': string;
|
|
128
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
129
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
130
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
131
|
'fabric.linking.related_links_modal_error_message': string;
|
|
132
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
133
|
'fabric.linking.related_links_modal_title': string;
|
|
134
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
135
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
136
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
137
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
138
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
139
|
'fabric.linking.related_links_not_found': string;
|
|
140
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
141
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
142
|
'fabric.linking.request_access': string;
|
|
136
143
|
'fabric.linking.request_access_description': string;
|
|
@@ -124,13 +124,21 @@ declare const _default: {
|
|
|
124
124
|
'fabric.linking.read_time': string;
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
|
+
'fabric.linking.related_links_found_in_v2': string;
|
|
127
128
|
'fabric.linking.related_links_includes_links_to': string;
|
|
129
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
130
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
131
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
132
|
'fabric.linking.related_links_modal_error_message': string;
|
|
133
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
134
|
'fabric.linking.related_links_modal_title': string;
|
|
135
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
136
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
137
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
138
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
139
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
140
|
'fabric.linking.related_links_not_found': string;
|
|
141
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
142
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
143
|
'fabric.linking.request_access': string;
|
|
136
144
|
'fabric.linking.request_access_description': string;
|
|
@@ -124,13 +124,21 @@ declare const _default: {
|
|
|
124
124
|
'fabric.linking.read_time': string;
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
|
+
'fabric.linking.related_links_found_in_v2': string;
|
|
127
128
|
'fabric.linking.related_links_includes_links_to': string;
|
|
129
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
130
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
131
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
132
|
'fabric.linking.related_links_modal_error_message': string;
|
|
133
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
134
|
'fabric.linking.related_links_modal_title': string;
|
|
135
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
136
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
137
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
138
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
139
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
140
|
'fabric.linking.related_links_not_found': string;
|
|
141
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
142
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
143
|
'fabric.linking.request_access': string;
|
|
136
144
|
'fabric.linking.request_access_description': string;
|
|
@@ -124,13 +124,21 @@ declare const _default: {
|
|
|
124
124
|
'fabric.linking.read_time': string;
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
|
+
'fabric.linking.related_links_found_in_v2': string;
|
|
127
128
|
'fabric.linking.related_links_includes_links_to': string;
|
|
129
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
130
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
131
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
132
|
'fabric.linking.related_links_modal_error_message': string;
|
|
133
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
134
|
'fabric.linking.related_links_modal_title': string;
|
|
135
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
136
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
137
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
138
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
139
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
140
|
'fabric.linking.related_links_not_found': string;
|
|
141
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
142
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
143
|
'fabric.linking.request_access': string;
|
|
136
144
|
'fabric.linking.request_access_description': string;
|
|
@@ -124,13 +124,21 @@ declare const _default: {
|
|
|
124
124
|
'fabric.linking.read_time': string;
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
|
+
'fabric.linking.related_links_found_in_v2': string;
|
|
127
128
|
'fabric.linking.related_links_includes_links_to': string;
|
|
129
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
130
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
131
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
132
|
'fabric.linking.related_links_modal_error_message': string;
|
|
133
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
134
|
'fabric.linking.related_links_modal_title': string;
|
|
135
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
136
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
137
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
138
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
139
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
140
|
'fabric.linking.related_links_not_found': string;
|
|
141
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
142
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
143
|
'fabric.linking.request_access': string;
|
|
136
144
|
'fabric.linking.request_access_description': string;
|
|
@@ -124,13 +124,21 @@ declare const _default: {
|
|
|
124
124
|
'fabric.linking.read_time': string;
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
|
+
'fabric.linking.related_links_found_in_v2': string;
|
|
127
128
|
'fabric.linking.related_links_includes_links_to': string;
|
|
129
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
130
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
131
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
132
|
'fabric.linking.related_links_modal_error_message': string;
|
|
133
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
134
|
'fabric.linking.related_links_modal_title': string;
|
|
135
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
136
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
137
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
138
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
139
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
140
|
'fabric.linking.related_links_not_found': string;
|
|
141
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
142
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
143
|
'fabric.linking.request_access': string;
|
|
136
144
|
'fabric.linking.request_access_description': string;
|
|
@@ -125,12 +125,19 @@ declare const _default: {
|
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
127
|
'fabric.linking.related_links_includes_links_to': string;
|
|
128
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
129
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
130
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
131
|
'fabric.linking.related_links_modal_error_message': string;
|
|
132
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
133
|
'fabric.linking.related_links_modal_title': string;
|
|
134
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
135
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
136
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
137
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
138
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
139
|
'fabric.linking.related_links_not_found': string;
|
|
140
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
141
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
142
|
'fabric.linking.request_access': string;
|
|
136
143
|
'fabric.linking.request_access_description': string;
|
|
@@ -125,12 +125,19 @@ declare const _default: {
|
|
|
125
125
|
'fabric.linking.related': string;
|
|
126
126
|
'fabric.linking.related_links_found_in': string;
|
|
127
127
|
'fabric.linking.related_links_includes_links_to': string;
|
|
128
|
+
'fabric.linking.related_links_includes_links_to_v2': string;
|
|
129
|
+
'fabric.linking.related_links_modal_error_description': string;
|
|
128
130
|
'fabric.linking.related_links_modal_error_header': string;
|
|
129
131
|
'fabric.linking.related_links_modal_error_message': string;
|
|
132
|
+
'fabric.linking.related_links_modal_error_title': string;
|
|
130
133
|
'fabric.linking.related_links_modal_title': string;
|
|
134
|
+
'fabric.linking.related_links_modal_title_v2': string;
|
|
135
|
+
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
131
136
|
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
132
137
|
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
138
|
+
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
133
139
|
'fabric.linking.related_links_not_found': string;
|
|
140
|
+
'fabric.linking.related_links_view_related_links': string;
|
|
134
141
|
'fabric.linking.related_links_view_related_urls': string;
|
|
135
142
|
'fabric.linking.request_access': string;
|
|
136
143
|
'fabric.linking.request_access_description': string;
|
|
@@ -11,6 +11,7 @@ export { loadingPlaceholderClassName } from './view/CardWithUrl/component-lazy/L
|
|
|
11
11
|
export { ActionName, ElementName, MediaPlacement, SmartLinkDirection, SmartLinkPosition, SmartLinkSize, SmartLinkTheme, } from './constants';
|
|
12
12
|
export { MetadataBlock, PreviewBlock, SnippetBlock, TitleBlock, FooterBlock, CustomBlock, } from './view/FlexibleCard/components/blocks';
|
|
13
13
|
export { AssignedToElement, AssignedToGroupElement, AttachmentCountElement, AuthorGroupElement, ChecklistProgressElement, CollaboratorGroupElement, CommentCountElement, CreatedOnElement, CreatedByElement, DueOnElement, LatestCommitElement, LinkIconElement, LocationElement, ModifiedByElement, ModifiedOnElement, OwnedByElement, OwnedByGroupElement, PreviewElement, PriorityElement, ProgrammingLanguageElement, ProviderElement, ReactCountElement, ReadTimeElement, SentOnElement, SnippetElement, SourceBranchElement, StateElement, StoryPointsElement, SubscriberCountElement, SubTasksProgressElement, TargetBranchElement, TitleElement, ViewCountElement, VoteCountElement, } from './view/FlexibleCard/external';
|
|
14
|
+
export { CopyLinkAction, CustomAction, DownloadAction, FollowAction, PreviewAction, } from './view/FlexibleCard/external';
|
|
14
15
|
export type { ActionItem, ElementItem, OnActionMenuOpenChangeOptions, } from './view/FlexibleCard/components/blocks/types';
|
|
15
16
|
export type { AnalyticsAction, AnalyticsActionSubject, AnalyticsPayload, AnalyticsHandler, } from './utils/types';
|
|
16
17
|
/** @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-661 Internal documentation for deprecation (no external access)} */
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
import React from 'react';
|
|
10
10
|
import { type LinkProps } from './components/elements/link/types';
|
|
11
|
-
import type
|
|
11
|
+
import { type TextProps } from './components/elements/text/types';
|
|
12
12
|
export declare const AssignedToElement: () => React.JSX.Element;
|
|
13
13
|
export declare const AssignedToGroupElement: () => React.JSX.Element;
|
|
14
14
|
export declare const AttachmentCountElement: () => React.JSX.Element;
|
|
@@ -47,3 +47,24 @@ export type TitleElementProps = Pick<LinkProps, 'hideTooltip' | 'maxLines' | 'ta
|
|
|
47
47
|
export declare const TitleElement: (props: TitleElementProps) => React.JSX.Element;
|
|
48
48
|
export declare const ViewCountElement: () => React.JSX.Element;
|
|
49
49
|
export declare const VoteCountElement: () => React.JSX.Element;
|
|
50
|
+
type BaseActionProps = {
|
|
51
|
+
appearance?: 'default' | 'subtle';
|
|
52
|
+
};
|
|
53
|
+
export declare const toActionProps: (props?: BaseActionProps) => {
|
|
54
|
+
appearance: "default" | "subtle";
|
|
55
|
+
icon: undefined;
|
|
56
|
+
};
|
|
57
|
+
export type CopyLinkActionProps = BaseActionProps;
|
|
58
|
+
export declare const CopyLinkAction: (props: CopyLinkActionProps) => React.JSX.Element;
|
|
59
|
+
export type CustomActionProps = BaseActionProps & {
|
|
60
|
+
children: React.ReactNode;
|
|
61
|
+
onClick: () => void;
|
|
62
|
+
};
|
|
63
|
+
export declare const CustomAction: (props: CustomActionProps) => React.JSX.Element;
|
|
64
|
+
export type DownloadActionProps = BaseActionProps;
|
|
65
|
+
export declare const DownloadAction: (props: DownloadActionProps) => React.JSX.Element;
|
|
66
|
+
export type FollowActionProps = BaseActionProps;
|
|
67
|
+
export declare const FollowAction: (props: FollowActionProps) => React.JSX.Element;
|
|
68
|
+
export type PreviewActionProps = BaseActionProps;
|
|
69
|
+
export declare const PreviewAction: (props: PreviewActionProps) => React.JSX.Element;
|
|
70
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "36.
|
|
3
|
+
"version": "36.8.0",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@atlaskit/textarea": "^8.0.0",
|
|
68
68
|
"@atlaskit/textfield": "^8.0.0",
|
|
69
69
|
"@atlaskit/theme": "^18.0.0",
|
|
70
|
-
"@atlaskit/tokens": "^4.
|
|
70
|
+
"@atlaskit/tokens": "^4.8.0",
|
|
71
71
|
"@atlaskit/tooltip": "^20.0.0",
|
|
72
72
|
"@atlaskit/ufo": "^0.4.0",
|
|
73
73
|
"@babel/runtime": "^7.0.0",
|