@atlaskit/checkbox 12.3.3 → 12.3.4

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/checkbox
2
2
 
3
+ ## 12.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 12.3.3
4
10
 
5
11
  ### Patch Changes
@@ -115,7 +115,7 @@ var CheckboxWithMode = /*#__PURE__*/(0, _react.forwardRef)(function Checkbox(pro
115
115
  analyticsData: analyticsContext,
116
116
  componentName: 'checkbox',
117
117
  packageName: "@atlaskit/checkbox",
118
- packageVersion: "12.3.3"
118
+ packageVersion: "12.3.4"
119
119
  });
120
120
  var internalRef = (0, _react.useRef)(null);
121
121
  var mergedRefs = (0, _mergeRefs.default)([internalRef, ref]); // firefox doesn't properly dispatch events from label to its child input elements
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.3.3",
3
+ "version": "12.3.4",
4
4
  "sideEffects": false
5
5
  }
@@ -86,7 +86,7 @@ const CheckboxWithMode = /*#__PURE__*/forwardRef(function Checkbox(props, ref) {
86
86
  analyticsData: analyticsContext,
87
87
  componentName: 'checkbox',
88
88
  packageName: "@atlaskit/checkbox",
89
- packageVersion: "12.3.3"
89
+ packageVersion: "12.3.4"
90
90
  });
91
91
  const internalRef = useRef(null);
92
92
  const mergedRefs = mergeRefs([internalRef, ref]); // firefox doesn't properly dispatch events from label to its child input elements
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.3.3",
3
+ "version": "12.3.4",
4
4
  "sideEffects": false
5
5
  }
@@ -97,7 +97,7 @@ var CheckboxWithMode = /*#__PURE__*/forwardRef(function Checkbox(props, ref) {
97
97
  analyticsData: analyticsContext,
98
98
  componentName: 'checkbox',
99
99
  packageName: "@atlaskit/checkbox",
100
- packageVersion: "12.3.3"
100
+ packageVersion: "12.3.4"
101
101
  });
102
102
  var internalRef = useRef(null);
103
103
  var mergedRefs = mergeRefs([internalRef, ref]); // firefox doesn't properly dispatch events from label to its child input elements
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.3.3",
3
+ "version": "12.3.4",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.3.3",
3
+ "version": "12.3.4",
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/"
@@ -30,7 +30,7 @@
30
30
  "@atlaskit/ds-lib": "^1.3.0",
31
31
  "@atlaskit/icon": "^21.9.0",
32
32
  "@atlaskit/theme": "^12.0.0",
33
- "@atlaskit/tokens": "^0.2.0",
33
+ "@atlaskit/tokens": "^0.3.0",
34
34
  "@babel/runtime": "^7.0.0",
35
35
  "@emotion/core": "^10.0.9"
36
36
  },