@atlaskit/button 20.3.7 → 20.3.8

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
+ ## 20.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 20.3.7
4
10
 
5
11
  ### Patch Changes
@@ -24,6 +24,7 @@ var iconStyles = (0, _primitives.xcss)({
24
24
  flexShrink: 0,
25
25
  alignSelf: 'center',
26
26
  fontSize: 0,
27
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
27
28
  lineHeight: 0,
28
29
  userSelect: 'none'
29
30
  });
@@ -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.3.7",
136
+ packageVersion: "20.3.8",
137
137
  analyticsData: analyticsContext
138
138
  });
139
139
 
@@ -329,6 +329,7 @@ function getIconStyle(_ref4) {
329
329
  flexShrink: 0,
330
330
  alignSelf: 'center',
331
331
  fontSize: 0,
332
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
332
333
  lineHeight: 0,
333
334
  userSelect: 'none'
334
335
  });
@@ -16,6 +16,7 @@ const iconStyles = xcss({
16
16
  flexShrink: 0,
17
17
  alignSelf: 'center',
18
18
  fontSize: 0,
19
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
19
20
  lineHeight: 0,
20
21
  userSelect: 'none'
21
22
  });
@@ -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.3.7",
122
+ packageVersion: "20.3.8",
123
123
  analyticsData: analyticsContext
124
124
  });
125
125
 
@@ -347,6 +347,7 @@ export function getIconStyle({
347
347
  flexShrink: 0,
348
348
  alignSelf: 'center',
349
349
  fontSize: 0,
350
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
350
351
  lineHeight: 0,
351
352
  userSelect: 'none'
352
353
  });
@@ -17,6 +17,7 @@ var iconStyles = xcss({
17
17
  flexShrink: 0,
18
18
  alignSelf: 'center',
19
19
  fontSize: 0,
20
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
20
21
  lineHeight: 0,
21
22
  userSelect: 'none'
22
23
  });
@@ -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.3.7",
128
+ packageVersion: "20.3.8",
129
129
  analyticsData: analyticsContext
130
130
  });
131
131
 
@@ -321,6 +321,7 @@ export function getIconStyle(_ref4) {
321
321
  flexShrink: 0,
322
322
  alignSelf: 'center',
323
323
  fontSize: 0,
324
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
324
325
  lineHeight: 0,
325
326
  userSelect: 'none'
326
327
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "20.3.7",
3
+ "version": "20.3.8",
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/"
@@ -87,13 +87,13 @@
87
87
  "@atlaskit/analytics-next": "^10.2.0",
88
88
  "@atlaskit/ds-lib": "^3.3.0",
89
89
  "@atlaskit/focus-ring": "^2.0.0",
90
- "@atlaskit/icon": "^23.1.0",
91
- "@atlaskit/interaction-context": "^2.2.0",
90
+ "@atlaskit/icon": "^23.3.0",
91
+ "@atlaskit/interaction-context": "^2.4.0",
92
92
  "@atlaskit/platform-feature-flags": "^0.3.0",
93
93
  "@atlaskit/primitives": "^13.3.0",
94
94
  "@atlaskit/spinner": "^16.3.0",
95
95
  "@atlaskit/theme": "^14.0.0",
96
- "@atlaskit/tokens": "^2.4.0",
96
+ "@atlaskit/tokens": "^3.0.0",
97
97
  "@atlaskit/tooltip": "^19.0.0",
98
98
  "@atlaskit/visually-hidden": "^1.5.0",
99
99
  "@babel/runtime": "^7.0.0",
@@ -106,12 +106,12 @@
106
106
  "@af/accessibility-testing": "*",
107
107
  "@af/integration-testing": "*",
108
108
  "@af/visual-regression": "*",
109
- "@atlaskit/app-provider": "^1.4.0",
110
- "@atlaskit/calendar": "^16.0.0",
109
+ "@atlaskit/app-provider": "^1.5.0",
110
+ "@atlaskit/calendar": "^16.1.0",
111
111
  "@atlaskit/checkbox": "^15.2.0",
112
- "@atlaskit/dropdown-menu": "^12.23.0",
112
+ "@atlaskit/dropdown-menu": "^12.24.0",
113
113
  "@atlaskit/ssr": "*",
114
- "@atlaskit/toggle": "^13.4.0",
114
+ "@atlaskit/toggle": "^14.0.0",
115
115
  "@atlaskit/visual-regression": "*",
116
116
  "@atlassian/feature-flags-test-utils": "^0.2.1",
117
117
  "@testing-library/react": "^12.1.5",