@atlaskit/checkbox 13.5.1 → 13.5.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/checkbox
2
2
 
3
+ ## 13.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#118186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/118186)
8
+ [`14393c5775a1c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/14393c5775a1c) -
9
+ Remove unused `extract-react-types` files.
10
+
3
11
  ## 13.5.1
4
12
 
5
13
  ### Patch Changes
@@ -183,7 +183,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
183
183
  analyticsData: analyticsContext,
184
184
  componentName: 'checkbox',
185
185
  packageName: "@atlaskit/checkbox",
186
- packageVersion: "13.5.1"
186
+ packageVersion: "13.5.2"
187
187
  });
188
188
  var internalRef = (0, _react.useRef)(null);
189
189
  var mergedRefs = (0, _mergeRefs.default)([internalRef, ref]);
@@ -168,7 +168,7 @@ const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(pr
168
168
  analyticsData: analyticsContext,
169
169
  componentName: 'checkbox',
170
170
  packageName: "@atlaskit/checkbox",
171
- packageVersion: "13.5.1"
171
+ packageVersion: "13.5.2"
172
172
  });
173
173
  const internalRef = useRef(null);
174
174
  const mergedRefs = mergeRefs([internalRef, ref]);
@@ -177,7 +177,7 @@ var Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(prop
177
177
  analyticsData: analyticsContext,
178
178
  componentName: 'checkbox',
179
179
  packageName: "@atlaskit/checkbox",
180
- packageVersion: "13.5.1"
180
+ packageVersion: "13.5.2"
181
181
  });
182
182
  var internalRef = useRef(null);
183
183
  var mergedRefs = mergeRefs([internalRef, ref]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "13.5.1",
3
+ "version": "13.5.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/"
@@ -41,9 +41,9 @@
41
41
  "@atlaskit/analytics-next": "^9.3.0",
42
42
  "@atlaskit/css": "^0.3.0",
43
43
  "@atlaskit/ds-lib": "^2.3.0",
44
- "@atlaskit/icon": "^22.4.0",
45
- "@atlaskit/theme": "^12.10.0",
46
- "@atlaskit/tokens": "^1.51.0",
44
+ "@atlaskit/icon": "^22.6.0",
45
+ "@atlaskit/theme": "^12.11.0",
46
+ "@atlaskit/tokens": "^1.53.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@emotion/react": "^11.7.1"
49
49
  },
@@ -54,7 +54,7 @@
54
54
  "@af/accessibility-testing": "*",
55
55
  "@af/integration-testing": "*",
56
56
  "@af/visual-regression": "*",
57
- "@atlaskit/primitives": "^8.0.0",
57
+ "@atlaskit/primitives": "^10.1.0",
58
58
  "@atlaskit/ssr": "*",
59
59
  "@atlaskit/visual-regression": "*",
60
60
  "@atlassian/feature-flags-test-utils": "*",
@@ -1,5 +0,0 @@
1
- import { type OwnProps } from '../src/types';
2
-
3
- export default function CheckboxProps(props: OwnProps) {
4
- return null;
5
- }