@atlaskit/icon 29.3.0 → 29.3.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,11 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 29.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 29.3.0
4
10
 
5
11
  ### Minor Changes
@@ -1 +1 @@
1
- export type { CustomGlyphProps, GlyphProps, IconProps, Size, SkeletonProps, SVGProps, NewIconProps, NewGlyphColorProps, NewCoreIconProps, IconMigrationMap, IconSpacing, IconTileProps, } from '../types';
1
+ export type { CustomGlyphProps, GlyphProps, IconProps, Size, SkeletonProps, SVGProps, NewIconProps, NewGlyphColorProps, NewCoreIconProps, IconMigrationMap, IconSpacing, IconSize, IconTileProps, } from '../types';
@@ -1 +1 @@
1
- export type { CustomGlyphProps, GlyphProps, IconProps, Size, SkeletonProps, SVGProps, NewIconProps, NewGlyphColorProps, NewCoreIconProps, IconMigrationMap, IconSpacing, IconTileProps, } from '../types';
1
+ export type { CustomGlyphProps, GlyphProps, IconProps, Size, SkeletonProps, SVGProps, NewIconProps, NewGlyphColorProps, NewCoreIconProps, IconMigrationMap, IconSpacing, IconSize, IconTileProps, } from '../types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "29.3.0",
3
+ "version": "29.3.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/"
@@ -74,7 +74,7 @@
74
74
  "dependencies": {
75
75
  "@atlaskit/platform-feature-flags": "^1.1.0",
76
76
  "@atlaskit/tile": "^1.0.0",
77
- "@atlaskit/tokens": "^8.6.0",
77
+ "@atlaskit/tokens": "^9.0.0",
78
78
  "@babel/runtime": "^7.0.0",
79
79
  "@compiled/react": "^0.18.6"
80
80
  },
@@ -86,9 +86,9 @@
86
86
  "@af/icon-build-process": "workspace:^",
87
87
  "@af/integration-testing": "workspace:^",
88
88
  "@af/visual-regression": "workspace:^",
89
- "@atlaskit/button": "^23.8.0",
89
+ "@atlaskit/button": "^23.9.0",
90
90
  "@atlaskit/code": "^17.4.0",
91
- "@atlaskit/css": "^0.18.0",
91
+ "@atlaskit/css": "^0.19.0",
92
92
  "@atlaskit/docs": "^11.2.0",
93
93
  "@atlaskit/form": "^15.1.0",
94
94
  "@atlaskit/heading": "^5.2.0",
@@ -98,7 +98,7 @@
98
98
  "@atlaskit/logo": "^19.9.0",
99
99
  "@atlaskit/menu": "^8.4.0",
100
100
  "@atlaskit/modal-dialog": "^14.9.0",
101
- "@atlaskit/primitives": "^16.4.0",
101
+ "@atlaskit/primitives": "^17.0.0",
102
102
  "@atlaskit/section-message": "^8.11.0",
103
103
  "@atlaskit/textfield": "^8.2.0",
104
104
  "@atlaskit/theme": "^21.0.0",