@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/button
2
2
 
3
+ ## 16.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`23a850fe471`](https://bitbucket.org/atlassian/atlassian-frontend/commits/23a850fe471) - DUMMY changeset to fix PI
8
+
3
9
  ## 16.6.0
4
10
 
5
11
  ### Minor Changes
@@ -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.0",
96
+ packageVersion: "16.6.1",
95
97
  analyticsData: analyticsContext
96
98
  });
97
99
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.6.0",
3
+ "version": "16.6.1",
4
4
  "sideEffects": false
5
5
  }
@@ -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.0",
79
+ packageVersion: "16.6.1",
80
80
  analyticsData: analyticsContext
81
81
  });
82
82
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.6.0",
3
+ "version": "16.6.1",
4
4
  "sideEffects": false
5
5
  }
@@ -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.0",
87
+ packageVersion: "16.6.1",
88
88
  analyticsData: analyticsContext
89
89
  });
90
90
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.6.0",
3
+ "version": "16.6.1",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.6.0",
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.3.0",
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.11.0",
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
+ }