@atlaskit/checkbox 14.0.0 → 14.0.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,17 @@
1
1
  # @atlaskit/checkbox
2
2
 
3
+ ## 14.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 14.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 14.0.0
4
16
 
5
17
  ### Major Changes
@@ -198,7 +198,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
198
198
  analyticsData: analyticsContext,
199
199
  componentName: 'checkbox',
200
200
  packageName: "@atlaskit/checkbox",
201
- packageVersion: "14.0.0"
201
+ packageVersion: "14.0.2"
202
202
  });
203
203
  var internalRef = (0, _react.useRef)(null);
204
204
  var mergedRefs = (0, _mergeRefs.default)([internalRef, ref]);
@@ -183,7 +183,7 @@ const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(pr
183
183
  analyticsData: analyticsContext,
184
184
  componentName: 'checkbox',
185
185
  packageName: "@atlaskit/checkbox",
186
- packageVersion: "14.0.0"
186
+ packageVersion: "14.0.2"
187
187
  });
188
188
  const internalRef = useRef(null);
189
189
  const mergedRefs = mergeRefs([internalRef, ref]);
@@ -192,7 +192,7 @@ var Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(prop
192
192
  analyticsData: analyticsContext,
193
193
  componentName: 'checkbox',
194
194
  packageName: "@atlaskit/checkbox",
195
- packageVersion: "14.0.0"
195
+ packageVersion: "14.0.2"
196
196
  });
197
197
  var internalRef = useRef(null);
198
198
  var mergedRefs = mergeRefs([internalRef, ref]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "14.0.0",
3
+ "version": "14.0.2",
4
4
  "description": "A checkbox is an input control that allows a user to select one or more options from a number of choices.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@atlaskit/analytics-next": "^10.1.0",
38
- "@atlaskit/css": "^0.4.0",
39
- "@atlaskit/ds-lib": "^2.5.0",
40
- "@atlaskit/icon": "^22.15.0",
38
+ "@atlaskit/css": "^0.5.0",
39
+ "@atlaskit/ds-lib": "^2.6.0",
40
+ "@atlaskit/icon": "^22.18.0",
41
41
  "@atlaskit/theme": "^13.0.0",
42
- "@atlaskit/tokens": "^1.59.0",
42
+ "@atlaskit/tokens": "^2.0.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1"
45
45
  },
@@ -50,10 +50,11 @@
50
50
  "@af/accessibility-testing": "*",
51
51
  "@af/integration-testing": "*",
52
52
  "@af/visual-regression": "*",
53
- "@atlaskit/primitives": "^12.1.0",
53
+ "@atlaskit/primitives": "^12.2.0",
54
54
  "@atlaskit/ssr": "*",
55
55
  "@atlaskit/visual-regression": "*",
56
56
  "@atlassian/feature-flags-test-utils": "*",
57
+ "@compiled/react": "^0.17.3",
57
58
  "@testing-library/react": "^12.1.5",
58
59
  "jscodeshift": "^0.13.0",
59
60
  "react-dom": "^16.8.0",