@atlaskit/icon 22.11.0 → 22.11.1

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,13 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 22.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#128275](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128275)
8
+ [`e1b99e3ce07ca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e1b99e3ce07ca) -
9
+ Fixed an invalid path in the migration-map entrypoint.
10
+
3
11
  ## 22.11.0
4
12
 
5
13
  ### Minor Changes
@@ -16,6 +16,6 @@ Object.defineProperty(exports, "migrationOutcomeDescriptionMap", {
16
16
  return _migrationMap.migrationOutcomeDescriptionMap;
17
17
  }
18
18
  });
19
- var _migrationMap = _interopRequireWildcard(require("../../src/migration-map"));
19
+ var _migrationMap = _interopRequireWildcard(require("../migration-map"));
20
20
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
21
21
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
@@ -1 +1 @@
1
- export { default, migrationOutcomeDescriptionMap } from '../../src/migration-map';
1
+ export { default, migrationOutcomeDescriptionMap } from '../migration-map';
@@ -1 +1 @@
1
- export { default, migrationOutcomeDescriptionMap } from '../../src/migration-map';
1
+ export { default, migrationOutcomeDescriptionMap } from '../migration-map';
@@ -1,2 +1,2 @@
1
- export { default, migrationOutcomeDescriptionMap } from '../../src/migration-map';
1
+ export { default, migrationOutcomeDescriptionMap } from '../migration-map';
2
2
  export type { IconMigrationMap, IconMigrationSizeGuidance } from '../types';
@@ -1,2 +1,2 @@
1
- export { default, migrationOutcomeDescriptionMap } from '../../src/migration-map';
1
+ export { default, migrationOutcomeDescriptionMap } from '../migration-map';
2
2
  export type { IconMigrationMap, IconMigrationSizeGuidance } from '../types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "22.11.0",
3
+ "version": "22.11.1",
4
4
  "description": "An icon is a visual representation of a command, device, directory, or common action.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -45,7 +45,7 @@
45
45
  "@atlaskit/code": "^15.4.0",
46
46
  "@atlaskit/ds-lib": "^2.3.0",
47
47
  "@atlaskit/logo": "^14.1.0",
48
- "@atlaskit/primitives": "^11.1.0",
48
+ "@atlaskit/primitives": "^12.0.0",
49
49
  "@atlaskit/ssr": "*",
50
50
  "@atlaskit/textfield": "^6.4.0",
51
51
  "@atlaskit/theme": "^12.11.0",