@atlaskit/button 23.9.6 → 23.9.7

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/button
2
2
 
3
+ ## 23.9.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 23.9.6
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,6 @@
1
1
  import React from 'react';
2
+ import type { BaseProps } from '../types';
3
+ import { type CustomThemeButtonOwnProps } from './custom-theme-button-types';
2
4
  /**
3
5
  * __Custom theme button__
4
6
  *
@@ -10,5 +12,5 @@ import React from 'react';
10
12
  *
11
13
  * - [Examples](https://atlassian.design/components/button/examples#custom-theme-button)
12
14
  */
13
- declare const CustomThemeButton: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<import("../types").BaseProps, "overlay"> & import("./custom-theme-button-types").CustomThemeButtonOwnProps & React.RefAttributes<HTMLElement>>>;
15
+ declare const CustomThemeButton: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<BaseProps, "overlay"> & CustomThemeButtonOwnProps & React.RefAttributes<HTMLElement>>>;
14
16
  export default CustomThemeButton;
@@ -1,4 +1,6 @@
1
1
  import React from 'react';
2
+ import type { BaseProps } from '../types';
3
+ import { type CustomThemeButtonOwnProps } from './custom-theme-button-types';
2
4
  /**
3
5
  * __Custom theme button__
4
6
  *
@@ -10,5 +12,5 @@ import React from 'react';
10
12
  *
11
13
  * - [Examples](https://atlassian.design/components/button/examples#custom-theme-button)
12
14
  */
13
- declare const CustomThemeButton: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<import("../types").BaseProps, "overlay"> & import("./custom-theme-button-types").CustomThemeButtonOwnProps & React.RefAttributes<HTMLElement>>>;
15
+ declare const CustomThemeButton: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<BaseProps, "overlay"> & CustomThemeButtonOwnProps & React.RefAttributes<HTMLElement>>>;
14
16
  export default CustomThemeButton;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "23.9.6",
3
+ "version": "23.9.7",
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/"
@@ -78,7 +78,7 @@
78
78
  "@atlaskit/css": "^0.19.0",
79
79
  "@atlaskit/ds-lib": "^5.3.0",
80
80
  "@atlaskit/focus-ring": "^3.0.0",
81
- "@atlaskit/icon": "^30.0.0",
81
+ "@atlaskit/icon": "^31.0.0",
82
82
  "@atlaskit/interaction-context": "^3.1.0",
83
83
  "@atlaskit/platform-feature-flags": "^1.1.0",
84
84
  "@atlaskit/primitives": "^18.0.0",
@@ -98,12 +98,12 @@
98
98
  "@af/accessibility-testing": "workspace:^",
99
99
  "@af/integration-testing": "workspace:^",
100
100
  "@af/visual-regression": "workspace:^",
101
- "@atlaskit/app-provider": "^4.0.0",
101
+ "@atlaskit/app-provider": "^4.1.0",
102
102
  "@atlaskit/checkbox": "^17.3.0",
103
103
  "@atlaskit/docs": "^11.3.0",
104
104
  "@atlaskit/dropdown-menu": "^16.4.0",
105
105
  "@atlaskit/form": "^15.3.0",
106
- "@atlaskit/heading": "^5.2.0",
106
+ "@atlaskit/heading": "^5.3.0",
107
107
  "@atlaskit/link": "^3.3.0",
108
108
  "@atlaskit/logo": "^19.10.0",
109
109
  "@atlaskit/modal-dialog": "^14.10.0",