@atlaskit/button 18.3.0 → 18.4.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 CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/button
2
2
 
3
+ ## 18.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#119272](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/119272)
8
+ [`0efaab9cca145`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0efaab9cca145) -
9
+ ButtonGroup's `appearance` prop has been deprecated and will be removed in a future release. Apply
10
+ the `appearance` prop on each button instead.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
16
+ ## 18.3.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 18.3.0
4
23
 
5
24
  ### Minor Changes
@@ -133,7 +133,7 @@ var _default = exports.default = /*#__PURE__*/_react.default.forwardRef(function
133
133
  action: 'clicked',
134
134
  componentName: 'button',
135
135
  packageName: "@atlaskit/button",
136
- packageVersion: "18.3.0",
136
+ packageVersion: "18.4.0",
137
137
  analyticsData: analyticsContext
138
138
  });
139
139
 
@@ -119,7 +119,7 @@ export default /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
119
119
  action: 'clicked',
120
120
  componentName: 'button',
121
121
  packageName: "@atlaskit/button",
122
- packageVersion: "18.3.0",
122
+ packageVersion: "18.4.0",
123
123
  analyticsData: analyticsContext
124
124
  });
125
125
 
@@ -125,7 +125,7 @@ export default /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
125
125
  action: 'clicked',
126
126
  componentName: 'button',
127
127
  packageName: "@atlaskit/button",
128
- packageVersion: "18.3.0",
128
+ packageVersion: "18.4.0",
129
129
  analyticsData: analyticsContext
130
130
  });
131
131
 
@@ -8,6 +8,8 @@ import { type Appearance } from '../old-button/types';
8
8
  export type ButtonGroupProps = {
9
9
  /**
10
10
  * The appearance to apply to all buttons.
11
+ *
12
+ * @deprecated This prop is deprecated and will be removed in an upcoming major version. Apply the `appearance` prop on each button instead.
11
13
  */
12
14
  appearance?: Appearance;
13
15
  /**
@@ -8,6 +8,8 @@ import { type Appearance } from '../old-button/types';
8
8
  export type ButtonGroupProps = {
9
9
  /**
10
10
  * The appearance to apply to all buttons.
11
+ *
12
+ * @deprecated This prop is deprecated and will be removed in an upcoming major version. Apply the `appearance` prop on each button instead.
11
13
  */
12
14
  appearance?: Appearance;
13
15
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "18.3.0",
3
+ "version": "18.4.0",
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/"
@@ -135,10 +135,10 @@
135
135
  "@atlaskit/icon": "^22.6.0",
136
136
  "@atlaskit/interaction-context": "^2.1.0",
137
137
  "@atlaskit/platform-feature-flags": "^0.3.0",
138
- "@atlaskit/primitives": "^10.1.0",
138
+ "@atlaskit/primitives": "^11.0.0",
139
139
  "@atlaskit/spinner": "^16.2.0",
140
140
  "@atlaskit/theme": "^12.11.0",
141
- "@atlaskit/tokens": "^1.53.0",
141
+ "@atlaskit/tokens": "^1.54.0",
142
142
  "@atlaskit/tooltip": "^18.5.0",
143
143
  "@atlaskit/visually-hidden": "^1.4.0",
144
144
  "@babel/runtime": "^7.0.0",