@atlaskit/button 20.2.1 → 20.2.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,13 @@
1
1
  # @atlaskit/button
2
2
 
3
+ ## 20.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#147531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/147531)
8
+ [`8ae1e110621b7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ae1e110621b7) -
9
+ Internal changes to feature flag used to toggle new icons
10
+
3
11
  ## 20.2.1
4
12
 
5
13
  ### Patch Changes
@@ -39,7 +39,7 @@ var fadeStyles = (0, _primitives.xcss)({
39
39
  * padding inside Button while also maintaining spacing for the existing icons.
40
40
  *
41
41
  * These styles can be removed once the new icons are fully rolled out, feature flag
42
- * platform.design-system-team.enable-new-icons is cleaned up,
42
+ * platform-visual-refresh-icons is cleaned up,
43
43
  * and we bump Button to set padding based on the new icons.
44
44
  */
45
45
  var beforeIconStyles = (0, _primitives.xcss)({
@@ -43,7 +43,7 @@ var noPointerEventsOnChildrenCss = {
43
43
  * padding inside Button while also maintaining spacing for the existing icons.
44
44
  *
45
45
  * These styles can be removed once the new icons are fully rolled out, feature flag
46
- * platform.design-system-team.enable-new-icons is cleaned up,
46
+ * platform-visual-refresh-icons is cleaned up,
47
47
  * and we bump Button to set padding based on the new icons.
48
48
  */
49
49
  var iconBeforeSpacingFixStyle = (0, _react2.css)({
@@ -133,7 +133,7 @@ var ButtonBase = /*#__PURE__*/_react.default.forwardRef(function ButtonBase(prop
133
133
  action: 'clicked',
134
134
  componentName: 'button',
135
135
  packageName: "@atlaskit/button",
136
- packageVersion: "20.2.1",
136
+ packageVersion: "20.2.2",
137
137
  analyticsData: analyticsContext
138
138
  });
139
139
 
@@ -31,7 +31,7 @@ const fadeStyles = xcss({
31
31
  * padding inside Button while also maintaining spacing for the existing icons.
32
32
  *
33
33
  * These styles can be removed once the new icons are fully rolled out, feature flag
34
- * platform.design-system-team.enable-new-icons is cleaned up,
34
+ * platform-visual-refresh-icons is cleaned up,
35
35
  * and we bump Button to set padding based on the new icons.
36
36
  */
37
37
  const beforeIconStyles = xcss({
@@ -33,7 +33,7 @@ const noPointerEventsOnChildrenCss = {
33
33
  * padding inside Button while also maintaining spacing for the existing icons.
34
34
  *
35
35
  * These styles can be removed once the new icons are fully rolled out, feature flag
36
- * platform.design-system-team.enable-new-icons is cleaned up,
36
+ * platform-visual-refresh-icons is cleaned up,
37
37
  * and we bump Button to set padding based on the new icons.
38
38
  */
39
39
  const iconBeforeSpacingFixStyle = css({
@@ -119,7 +119,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref)
119
119
  action: 'clicked',
120
120
  componentName: 'button',
121
121
  packageName: "@atlaskit/button",
122
- packageVersion: "20.2.1",
122
+ packageVersion: "20.2.2",
123
123
  analyticsData: analyticsContext
124
124
  });
125
125
 
@@ -32,7 +32,7 @@ var fadeStyles = xcss({
32
32
  * padding inside Button while also maintaining spacing for the existing icons.
33
33
  *
34
34
  * These styles can be removed once the new icons are fully rolled out, feature flag
35
- * platform.design-system-team.enable-new-icons is cleaned up,
35
+ * platform-visual-refresh-icons is cleaned up,
36
36
  * and we bump Button to set padding based on the new icons.
37
37
  */
38
38
  var beforeIconStyles = xcss({
@@ -35,7 +35,7 @@ var noPointerEventsOnChildrenCss = {
35
35
  * padding inside Button while also maintaining spacing for the existing icons.
36
36
  *
37
37
  * These styles can be removed once the new icons are fully rolled out, feature flag
38
- * platform.design-system-team.enable-new-icons is cleaned up,
38
+ * platform-visual-refresh-icons is cleaned up,
39
39
  * and we bump Button to set padding based on the new icons.
40
40
  */
41
41
  var iconBeforeSpacingFixStyle = css({
@@ -125,7 +125,7 @@ var ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
125
125
  action: 'clicked',
126
126
  componentName: 'button',
127
127
  packageName: "@atlaskit/button",
128
- packageVersion: "20.2.1",
128
+ packageVersion: "20.2.2",
129
129
  analyticsData: analyticsContext
130
130
  });
131
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "20.2.1",
3
+ "version": "20.2.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/"
@@ -85,7 +85,7 @@
85
85
  "@atlaskit/analytics-next": "^10.1.0",
86
86
  "@atlaskit/ds-lib": "^2.6.0",
87
87
  "@atlaskit/focus-ring": "^1.6.0",
88
- "@atlaskit/icon": "^22.18.0",
88
+ "@atlaskit/icon": "^22.20.0",
89
89
  "@atlaskit/interaction-context": "^2.1.0",
90
90
  "@atlaskit/platform-feature-flags": "^0.3.0",
91
91
  "@atlaskit/primitives": "^12.2.0",