@atlaskit/button 17.3.1 → 17.3.2

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
+ ## 17.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#70231](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70231) [`e55d8295c1c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e55d8295c1c1) - Changes to add a page and more specific information in link button documentation.
8
+
3
9
  ## 17.3.1
4
10
 
5
11
  ### Patch Changes
@@ -117,7 +117,7 @@ var useButtonBase = function useButtonBase(_ref) {
117
117
  action: 'clicked',
118
118
  componentName: 'button',
119
119
  packageName: "@atlaskit/button",
120
- packageVersion: "17.3.1",
120
+ packageVersion: "17.3.2",
121
121
  analyticsData: analyticsContext,
122
122
  actionSubject: buttonType
123
123
  });
@@ -117,7 +117,7 @@ var _default = exports.default = /*#__PURE__*/_react.default.forwardRef(function
117
117
  action: 'clicked',
118
118
  componentName: 'button',
119
119
  packageName: "@atlaskit/button",
120
- packageVersion: "17.3.1",
120
+ packageVersion: "17.3.2",
121
121
  analyticsData: analyticsContext
122
122
  });
123
123
 
@@ -98,7 +98,7 @@ const useButtonBase = ({
98
98
  action: 'clicked',
99
99
  componentName: 'button',
100
100
  packageName: "@atlaskit/button",
101
- packageVersion: "17.3.1",
101
+ packageVersion: "17.3.2",
102
102
  analyticsData: analyticsContext,
103
103
  actionSubject: buttonType
104
104
  });
@@ -102,7 +102,7 @@ export default /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
102
102
  action: 'clicked',
103
103
  componentName: 'button',
104
104
  packageName: "@atlaskit/button",
105
- packageVersion: "17.3.1",
105
+ packageVersion: "17.3.2",
106
106
  analyticsData: analyticsContext
107
107
  });
108
108
 
@@ -109,7 +109,7 @@ var useButtonBase = function useButtonBase(_ref) {
109
109
  action: 'clicked',
110
110
  componentName: 'button',
111
111
  packageName: "@atlaskit/button",
112
- packageVersion: "17.3.1",
112
+ packageVersion: "17.3.2",
113
113
  analyticsData: analyticsContext,
114
114
  actionSubject: buttonType
115
115
  });
@@ -108,7 +108,7 @@ export default /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
108
108
  action: 'clicked',
109
109
  componentName: 'button',
110
110
  packageName: "@atlaskit/button",
111
- packageVersion: "17.3.1",
111
+ packageVersion: "17.3.2",
112
112
  analyticsData: analyticsContext
113
113
  });
114
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "17.3.1",
3
+ "version": "17.3.2",
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/"
@@ -49,17 +49,25 @@
49
49
  "sortKey": 2
50
50
  },
51
51
  {
52
- "title": "Button group",
53
- "id": "button-group",
52
+ "title": "Split button",
53
+ "id": "split-button",
54
+ "status": {
55
+ "type": "beta"
56
+ },
54
57
  "sortKey": 3
55
58
  },
56
59
  {
57
- "title": "Split button",
58
- "id": "split-button",
60
+ "title": "Link button",
61
+ "id": "link-button",
59
62
  "status": {
60
63
  "type": "beta"
61
64
  },
62
65
  "sortKey": 4
66
+ },
67
+ {
68
+ "title": "Button group",
69
+ "id": "button-group",
70
+ "sortKey": 5
63
71
  }
64
72
  ]
65
73
  }
@@ -82,7 +90,7 @@
82
90
  "@atlaskit/primitives": "^2.0.0",
83
91
  "@atlaskit/spinner": "^16.0.0",
84
92
  "@atlaskit/theme": "^12.6.0",
85
- "@atlaskit/tokens": "^1.35.0",
93
+ "@atlaskit/tokens": "^1.36.0",
86
94
  "@atlaskit/visually-hidden": "^1.2.4",
87
95
  "@babel/runtime": "^7.0.0",
88
96
  "@emotion/react": "^11.7.1"