@atlaskit/button 16.6.0 → 16.6.1
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 +6 -0
- package/dist/cjs/shared/button-base.js +3 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/shared/button-base.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/shared/button-base.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -19,6 +19,8 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
19
19
|
var _blockEvents = _interopRequireDefault(require("./block-events"));
|
|
20
20
|
var _css = require("./css");
|
|
21
21
|
var _excluded = ["appearance", "buttonCss", "spacing", "autoFocus", "isDisabled", "shouldFitContainer", "isSelected", "iconBefore", "iconAfter", "children", "className", "href", "overlay", "tabIndex", "type", "onMouseDown", "onClick", "component", "testId", "interactionName", "analyticsContext"];
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
// eslint-disable-next-line no-duplicate-imports
|
|
22
24
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
23
25
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
24
26
|
// Disabled buttons will still publish events for nested elements in webkit.
|
|
@@ -91,7 +93,7 @@ var _default = /*#__PURE__*/_react.default.forwardRef(function ButtonBase(props,
|
|
|
91
93
|
action: 'clicked',
|
|
92
94
|
componentName: 'button',
|
|
93
95
|
packageName: "@atlaskit/button",
|
|
94
|
-
packageVersion: "16.6.
|
|
96
|
+
packageVersion: "16.6.1",
|
|
95
97
|
analyticsData: analyticsContext
|
|
96
98
|
});
|
|
97
99
|
|
package/dist/cjs/version.json
CHANGED
|
@@ -76,7 +76,7 @@ export default /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
|
|
|
76
76
|
action: 'clicked',
|
|
77
77
|
componentName: 'button',
|
|
78
78
|
packageName: "@atlaskit/button",
|
|
79
|
-
packageVersion: "16.6.
|
|
79
|
+
packageVersion: "16.6.1",
|
|
80
80
|
analyticsData: analyticsContext
|
|
81
81
|
});
|
|
82
82
|
|
package/dist/es2019/version.json
CHANGED
|
@@ -84,7 +84,7 @@ export default /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
|
|
|
84
84
|
action: 'clicked',
|
|
85
85
|
componentName: 'button',
|
|
86
86
|
packageName: "@atlaskit/button",
|
|
87
|
-
packageVersion: "16.6.
|
|
87
|
+
packageVersion: "16.6.1",
|
|
88
88
|
analyticsData: analyticsContext
|
|
89
89
|
});
|
|
90
90
|
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/button",
|
|
3
|
-
"version": "16.6.
|
|
3
|
+
"version": "16.6.1",
|
|
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/"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@atlaskit/focus-ring": "^1.0.6",
|
|
37
37
|
"@atlaskit/interaction-context": "^2.0.0",
|
|
38
38
|
"@atlaskit/spinner": "^15.4.0",
|
|
39
|
-
"@atlaskit/theme": "^12.
|
|
39
|
+
"@atlaskit/theme": "^12.4.0",
|
|
40
40
|
"@atlaskit/tokens": "^1.2.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@emotion/react": "^11.7.1"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@atlaskit/checkbox": "^12.4.0",
|
|
49
49
|
"@atlaskit/docs": "*",
|
|
50
50
|
"@atlaskit/icon": "^21.11.0",
|
|
51
|
-
"@atlaskit/logo": "^13.
|
|
51
|
+
"@atlaskit/logo": "^13.13.0",
|
|
52
52
|
"@atlaskit/section-message": "^6.3.0",
|
|
53
53
|
"@atlaskit/select": "^16.1.0",
|
|
54
54
|
"@atlaskit/ssr": "*",
|
|
@@ -90,4 +90,4 @@
|
|
|
90
90
|
},
|
|
91
91
|
"homepage": "https://atlassian.design/components/button/",
|
|
92
92
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
93
|
-
}
|
|
93
|
+
}
|