@atlaskit/button 16.9.4 → 16.10.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 +11 -1
- package/dist/cjs/new-button/variants/shared/use-button-base.js +1 -1
- package/dist/cjs/old-button/shared/button-base.js +1 -1
- package/dist/es2019/new-button/variants/shared/use-button-base.js +1 -1
- package/dist/es2019/old-button/shared/button-base.js +1 -1
- package/dist/esm/new-button/variants/shared/use-button-base.js +1 -1
- package/dist/esm/old-button/shared/button-base.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
# @atlaskit/button
|
|
2
2
|
|
|
3
|
+
## 16.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`8c6ebfca290`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c6ebfca290) - Expose temporary "unsafe" entry point for internal work. It will be removed soon. PLEASE DO NOT USE.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 16.9.4
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
6
16
|
|
|
7
|
-
- [`f204e4e0e55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f204e4e0e55) -
|
|
17
|
+
- [`f204e4e0e55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f204e4e0e55) - Updated dependencies
|
|
8
18
|
|
|
9
19
|
## 16.9.3
|
|
10
20
|
|
|
@@ -95,7 +95,7 @@ var useButtonBase = function useButtonBase(_ref) {
|
|
|
95
95
|
action: 'clicked',
|
|
96
96
|
componentName: 'button',
|
|
97
97
|
packageName: "@atlaskit/button",
|
|
98
|
-
packageVersion: "16.
|
|
98
|
+
packageVersion: "16.10.0",
|
|
99
99
|
analyticsData: analyticsContext,
|
|
100
100
|
actionSubject: buttonType
|
|
101
101
|
});
|
|
@@ -117,7 +117,7 @@ var _default = /*#__PURE__*/_react.default.forwardRef(function ButtonBase(props,
|
|
|
117
117
|
action: 'clicked',
|
|
118
118
|
componentName: 'button',
|
|
119
119
|
packageName: "@atlaskit/button",
|
|
120
|
-
packageVersion: "16.
|
|
120
|
+
packageVersion: "16.10.0",
|
|
121
121
|
analyticsData: analyticsContext
|
|
122
122
|
});
|
|
123
123
|
|
|
@@ -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: "16.
|
|
105
|
+
packageVersion: "16.10.0",
|
|
106
106
|
analyticsData: analyticsContext
|
|
107
107
|
});
|
|
108
108
|
|
|
@@ -87,7 +87,7 @@ var useButtonBase = function useButtonBase(_ref) {
|
|
|
87
87
|
action: 'clicked',
|
|
88
88
|
componentName: 'button',
|
|
89
89
|
packageName: "@atlaskit/button",
|
|
90
|
-
packageVersion: "16.
|
|
90
|
+
packageVersion: "16.10.0",
|
|
91
91
|
analyticsData: analyticsContext,
|
|
92
92
|
actionSubject: buttonType
|
|
93
93
|
});
|
|
@@ -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: "16.
|
|
111
|
+
packageVersion: "16.10.0",
|
|
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": "16.
|
|
3
|
+
"version": "16.10.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/"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@atlaskit/focus-ring": "^1.3.0",
|
|
51
51
|
"@atlaskit/interaction-context": "^2.1.0",
|
|
52
52
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
53
|
-
"@atlaskit/primitives": "^1.
|
|
53
|
+
"@atlaskit/primitives": "^1.4.0",
|
|
54
54
|
"@atlaskit/spinner": "^15.5.0",
|
|
55
55
|
"@atlaskit/theme": "^12.6.0",
|
|
56
56
|
"@atlaskit/tokens": "^1.20.0",
|