@atlaskit/smart-card 26.15.1 → 26.15.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 +6 -0
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/FlexibleCard/components/common/atlaskit-icon/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/FlexibleCard/components/common/atlaskit-icon/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/FlexibleCard/components/common/atlaskit-icon/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 26.15.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`3355d65ed83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3355d65ed83) - Fix duplicate WebpackChunkName for GlyphSubtask & GlyphSubtaskProgress"
|
|
8
|
+
|
|
3
9
|
## 26.15.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cjs/version.json
CHANGED
|
@@ -269,7 +269,7 @@ var importIconMapper = (_importIconMapper = {}, (0, _defineProperty2.default)(_i
|
|
|
269
269
|
});
|
|
270
270
|
}), (0, _defineProperty2.default)(_importIconMapper, _constants.IconType.SubTasksProgress, function () {
|
|
271
271
|
return Promise.resolve().then(function () {
|
|
272
|
-
return _interopRequireWildcard(require( /* webpackChunkName: "
|
|
272
|
+
return _interopRequireWildcard(require( /* webpackChunkName: "glyphSubtaskProgress" */'@atlaskit/icon/glyph/subtask'));
|
|
273
273
|
});
|
|
274
274
|
}), _importIconMapper);
|
|
275
275
|
var getIconImportFn = function getIconImportFn(icon) {
|
package/dist/es2019/version.json
CHANGED
|
@@ -79,7 +79,7 @@ const importIconMapper = {
|
|
|
79
79
|
[IconType.PriorityUndefined]: () => import( /* webpackChunkName: "glyphUndefined" */'@atlaskit/icon/glyph/question'),
|
|
80
80
|
[IconType.ProgrammingLanguage]: () => import( /* webpackChunkName: "glyphProgrammingLanguage" */'@atlaskit/icon/glyph/code'),
|
|
81
81
|
[IconType.Subscriber]: () => import( /* webpackChunkName: "glyphSubscriber" */'@atlaskit/icon/glyph/people'),
|
|
82
|
-
[IconType.SubTasksProgress]: () => import( /* webpackChunkName: "
|
|
82
|
+
[IconType.SubTasksProgress]: () => import( /* webpackChunkName: "glyphSubtaskProgress" */'@atlaskit/icon/glyph/subtask')
|
|
83
83
|
};
|
|
84
84
|
const getIconImportFn = icon => importIconMapper[icon];
|
|
85
85
|
const importIcon = importFn => {
|
package/dist/esm/version.json
CHANGED
|
@@ -138,7 +138,7 @@ var importIconMapper = (_importIconMapper = {}, _defineProperty(_importIconMappe
|
|
|
138
138
|
}), _defineProperty(_importIconMapper, IconType.Subscriber, function () {
|
|
139
139
|
return import( /* webpackChunkName: "glyphSubscriber" */'@atlaskit/icon/glyph/people');
|
|
140
140
|
}), _defineProperty(_importIconMapper, IconType.SubTasksProgress, function () {
|
|
141
|
-
return import( /* webpackChunkName: "
|
|
141
|
+
return import( /* webpackChunkName: "glyphSubtaskProgress" */'@atlaskit/icon/glyph/subtask');
|
|
142
142
|
}), _importIconMapper);
|
|
143
143
|
var getIconImportFn = function getIconImportFn(icon) {
|
|
144
144
|
return importIconMapper[icon];
|