@atlaskit/icon 23.5.0 → 23.6.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 +14 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 23.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 23.6.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#109954](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109954)
|
|
14
|
+
[`898a668695f25`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/898a668695f25) -
|
|
15
|
+
Exposes IconTileProps type to consumers
|
|
16
|
+
|
|
3
17
|
## 23.5.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/dist/types/index.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export { default as SVG } from './components/svg';
|
|
|
4
4
|
export { sizeMap as size, sizes } from './constants';
|
|
5
5
|
export { default as Skeleton } from './components/skeleton';
|
|
6
6
|
export { default as IconTile } from './components/icon-tile';
|
|
7
|
-
export type { Size, SkeletonProps, IconProps, GlyphProps, CustomGlyphProps, SVGProps, NewIconProps, NewUtilityIconProps, NewCoreIconProps, IconMigrationMap, } from './types';
|
|
7
|
+
export type { Size, SkeletonProps, IconProps, GlyphProps, CustomGlyphProps, SVGProps, NewIconProps, NewUtilityIconProps, NewCoreIconProps, IconMigrationMap, IconTileProps, } from './types';
|
|
@@ -4,4 +4,4 @@ export { default as SVG } from './components/svg';
|
|
|
4
4
|
export { sizeMap as size, sizes } from './constants';
|
|
5
5
|
export { default as Skeleton } from './components/skeleton';
|
|
6
6
|
export { default as IconTile } from './components/icon-tile';
|
|
7
|
-
export type { Size, SkeletonProps, IconProps, GlyphProps, CustomGlyphProps, SVGProps, NewIconProps, NewUtilityIconProps, NewCoreIconProps, IconMigrationMap, } from './types';
|
|
7
|
+
export type { Size, SkeletonProps, IconProps, GlyphProps, CustomGlyphProps, SVGProps, NewIconProps, NewUtilityIconProps, NewCoreIconProps, IconMigrationMap, IconTileProps, } from './types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.6.1",
|
|
4
4
|
"description": "An icon is a symbol representing a command, device, directory, or common action.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@atlaskit/platform-feature-flags": "^0.
|
|
70
|
+
"@atlaskit/platform-feature-flags": "^1.0.0",
|
|
71
71
|
"@atlaskit/tokens": "^3.3.0",
|
|
72
72
|
"@babel/runtime": "^7.0.0",
|
|
73
73
|
"@emotion/react": "^11.7.1"
|