@atlaskit/icon 22.11.0 → 22.12.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 +24 -0
- package/dist/cjs/entry-points/migration-map.js +1 -1
- package/dist/es2019/entry-points/migration-map.js +1 -1
- package/dist/esm/entry-points/migration-map.js +1 -1
- package/dist/types/entry-points/migration-map.d.ts +1 -1
- package/dist/types-ts4.5/entry-points/migration-map.d.ts +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 22.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
|
|
8
|
+
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
|
|
9
|
+
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
|
|
10
|
+
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
|
|
11
|
+
|
|
12
|
+
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
|
|
13
|
+
dependency range for `react` and `react-dom` for `/platform` packages.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
19
|
+
## 22.11.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [#128275](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128275)
|
|
24
|
+
[`e1b99e3ce07ca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e1b99e3ce07ca) -
|
|
25
|
+
Fixed an invalid path in the migration-map entrypoint.
|
|
26
|
+
|
|
3
27
|
## 22.11.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
|
@@ -16,6 +16,6 @@ Object.defineProperty(exports, "migrationOutcomeDescriptionMap", {
|
|
|
16
16
|
return _migrationMap.migrationOutcomeDescriptionMap;
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
|
-
var _migrationMap = _interopRequireWildcard(require("
|
|
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 '
|
|
1
|
+
export { default, migrationOutcomeDescriptionMap } from '../migration-map';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default, migrationOutcomeDescriptionMap } from '
|
|
1
|
+
export { default, migrationOutcomeDescriptionMap } from '../migration-map';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default, migrationOutcomeDescriptionMap } from '
|
|
1
|
+
export { default, migrationOutcomeDescriptionMap } from '../migration-map';
|
|
2
2
|
export type { IconMigrationMap, IconMigrationSizeGuidance } from '../types';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default, migrationOutcomeDescriptionMap } from '
|
|
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.
|
|
3
|
+
"version": "22.12.0",
|
|
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/"
|
|
@@ -31,26 +31,26 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
34
|
-
"@atlaskit/tokens": "^1.
|
|
34
|
+
"@atlaskit/tokens": "^1.58.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
36
|
"@emotion/react": "^11.7.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"react": "^16.8.0 || ^17.0.0 ||
|
|
39
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@af/accessibility-testing": "*",
|
|
43
43
|
"@af/icon-build-process": "^2.0.0",
|
|
44
44
|
"@af/visual-regression": "*",
|
|
45
|
-
"@atlaskit/code": "^15.
|
|
46
|
-
"@atlaskit/ds-lib": "^2.
|
|
47
|
-
"@atlaskit/logo": "^14.
|
|
48
|
-
"@atlaskit/primitives": "^
|
|
45
|
+
"@atlaskit/code": "^15.5.0",
|
|
46
|
+
"@atlaskit/ds-lib": "^2.4.0",
|
|
47
|
+
"@atlaskit/logo": "^14.2.0",
|
|
48
|
+
"@atlaskit/primitives": "^12.0.0",
|
|
49
49
|
"@atlaskit/ssr": "*",
|
|
50
|
-
"@atlaskit/textfield": "^6.
|
|
51
|
-
"@atlaskit/theme": "^12.
|
|
52
|
-
"@atlaskit/toggle": "^13.
|
|
53
|
-
"@atlaskit/tooltip": "^18.
|
|
50
|
+
"@atlaskit/textfield": "^6.5.0",
|
|
51
|
+
"@atlaskit/theme": "^12.12.0",
|
|
52
|
+
"@atlaskit/toggle": "^13.3.0",
|
|
53
|
+
"@atlaskit/tooltip": "^18.7.0",
|
|
54
54
|
"@atlaskit/visual-regression": "*",
|
|
55
55
|
"@babel/core": "^7.20.0",
|
|
56
56
|
"@emotion/babel-preset-css-prop": "^10.0.7",
|