@atlaskit/button 23.9.2 → 23.9.3

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/button
2
2
 
3
+ ## 23.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`036c3ee917e3c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/036c3ee917e3c) -
8
+ Icon migration entry point update
9
+ - Updated dependencies
10
+
3
11
  ## 23.9.2
4
12
 
5
13
  ### Patch Changes
@@ -3,7 +3,6 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- import { jsx } from '@emotion/react';
7
6
  export type ButtonGroupProps = {
8
7
  /**
9
8
  * The buttons to render inside the button group.
@@ -24,4 +23,4 @@ export type ButtonGroupProps = {
24
23
  */
25
24
  titleId?: string;
26
25
  };
27
- export default function ButtonGroup({ children, testId, label, titleId }: ButtonGroupProps): jsx.JSX.Element;
26
+ export default function ButtonGroup({ children, testId, label, titleId }: ButtonGroupProps): React.JSX.Element;
@@ -3,7 +3,6 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- import { jsx } from '@emotion/react';
7
6
  export type ButtonGroupProps = {
8
7
  /**
9
8
  * The buttons to render inside the button group.
@@ -24,4 +23,4 @@ export type ButtonGroupProps = {
24
23
  */
25
24
  titleId?: string;
26
25
  };
27
- export default function ButtonGroup({ children, testId, label, titleId }: ButtonGroupProps): jsx.JSX.Element;
26
+ export default function ButtonGroup({ children, testId, label, titleId }: ButtonGroupProps): React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "23.9.2",
3
+ "version": "23.9.3",
4
4
  "description": "A button triggers an event or action. They let users know what will happen next.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -84,7 +84,7 @@
84
84
  "@atlaskit/primitives": "^17.0.0",
85
85
  "@atlaskit/spinner": "^19.0.0",
86
86
  "@atlaskit/theme": "^21.0.0",
87
- "@atlaskit/tokens": "^9.0.0",
87
+ "@atlaskit/tokens": "^9.1.0",
88
88
  "@atlaskit/tooltip": "^20.11.0",
89
89
  "@atlaskit/visually-hidden": "^3.0.0",
90
90
  "@babel/runtime": "^7.0.0",
@@ -99,12 +99,12 @@
99
99
  "@af/integration-testing": "workspace:^",
100
100
  "@af/visual-regression": "workspace:^",
101
101
  "@atlaskit/app-provider": "^3.2.0",
102
- "@atlaskit/checkbox": "^17.2.0",
102
+ "@atlaskit/checkbox": "^17.3.0",
103
103
  "@atlaskit/docs": "^11.2.0",
104
- "@atlaskit/dropdown-menu": "^16.3.0",
104
+ "@atlaskit/dropdown-menu": "^16.4.0",
105
105
  "@atlaskit/form": "^15.2.0",
106
106
  "@atlaskit/heading": "^5.2.0",
107
- "@atlaskit/link": "^3.2.0",
107
+ "@atlaskit/link": "^3.3.0",
108
108
  "@atlaskit/logo": "^19.9.0",
109
109
  "@atlaskit/modal-dialog": "^14.9.0",
110
110
  "@atlaskit/section-message": "^8.11.0",