@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 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
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.15.1",
3
+ "version": "26.15.2",
4
4
  "sideEffects": false
5
5
  }
@@ -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: "glyphSubtask" */'@atlaskit/icon/glyph/subtask'));
272
+ return _interopRequireWildcard(require( /* webpackChunkName: "glyphSubtaskProgress" */'@atlaskit/icon/glyph/subtask'));
273
273
  });
274
274
  }), _importIconMapper);
275
275
  var getIconImportFn = function getIconImportFn(icon) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.15.1",
3
+ "version": "26.15.2",
4
4
  "sideEffects": false
5
5
  }
@@ -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: "glyphSubtask" */'@atlaskit/icon/glyph/subtask')
82
+ [IconType.SubTasksProgress]: () => import( /* webpackChunkName: "glyphSubtaskProgress" */'@atlaskit/icon/glyph/subtask')
83
83
  };
84
84
  const getIconImportFn = icon => importIconMapper[icon];
85
85
  const importIcon = importFn => {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.15.1",
3
+ "version": "26.15.2",
4
4
  "sideEffects": false
5
5
  }
@@ -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: "glyphSubtask" */'@atlaskit/icon/glyph/subtask');
141
+ return import( /* webpackChunkName: "glyphSubtaskProgress" */'@atlaskit/icon/glyph/subtask');
142
142
  }), _importIconMapper);
143
143
  var getIconImportFn = function getIconImportFn(icon) {
144
144
  return importIconMapper[icon];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.15.1",
3
+ "version": "26.15.2",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"