@atlaskit/checkbox 12.3.9 → 12.3.10

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.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 12.3.9
4
10
 
5
11
  ### Patch Changes
@@ -179,7 +179,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
179
179
  analyticsData: analyticsContext,
180
180
  componentName: 'checkbox',
181
181
  packageName: "@atlaskit/checkbox",
182
- packageVersion: "12.3.9"
182
+ packageVersion: "12.3.10"
183
183
  });
184
184
  var internalRef = (0, _react.useRef)(null);
185
185
  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.9",
3
+ "version": "12.3.10",
4
4
  "sideEffects": false
5
5
  }
@@ -153,7 +153,7 @@ const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(pr
153
153
  analyticsData: analyticsContext,
154
154
  componentName: 'checkbox',
155
155
  packageName: "@atlaskit/checkbox",
156
- packageVersion: "12.3.9"
156
+ packageVersion: "12.3.10"
157
157
  });
158
158
  const internalRef = useRef(null);
159
159
  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.9",
3
+ "version": "12.3.10",
4
4
  "sideEffects": false
5
5
  }
@@ -164,7 +164,7 @@ var Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(prop
164
164
  analyticsData: analyticsContext,
165
165
  componentName: 'checkbox',
166
166
  packageName: "@atlaskit/checkbox",
167
- packageVersion: "12.3.9"
167
+ packageVersion: "12.3.10"
168
168
  });
169
169
  var internalRef = useRef(null);
170
170
  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.9",
3
+ "version": "12.3.10",
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.9",
3
+ "version": "12.3.10",
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/"
@@ -22,14 +22,14 @@
22
22
  }
23
23
  },
24
24
  "af:exports": {
25
- ".": "./src/index.ts"
25
+ ".": "./src/index.tsx"
26
26
  },
27
27
  "dependencies": {
28
28
  "@atlaskit/analytics-next": "^8.2.0",
29
29
  "@atlaskit/ds-lib": "^1.4.0",
30
30
  "@atlaskit/icon": "^21.10.0",
31
31
  "@atlaskit/theme": "^12.1.0",
32
- "@atlaskit/tokens": "^0.7.0",
32
+ "@atlaskit/tokens": "^0.8.0",
33
33
  "@babel/runtime": "^7.0.0",
34
34
  "@emotion/core": "^10.0.9"
35
35
  },