@atlaskit/checkbox 15.2.3 → 15.2.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,13 @@
1
1
  # @atlaskit/checkbox
2
2
 
3
+ ## 15.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#103999](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103999)
8
+ [`9f62ecec4d422`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9f62ecec4d422) -
9
+ Update dependencies.
10
+
3
11
  ## 15.2.3
4
12
 
5
13
  ### Patch Changes
@@ -196,7 +196,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
196
196
  analyticsData: analyticsContext,
197
197
  componentName: 'checkbox',
198
198
  packageName: "@atlaskit/checkbox",
199
- packageVersion: "15.2.3"
199
+ packageVersion: "15.2.4"
200
200
  });
201
201
  var internalRef = (0, _react.useRef)(null);
202
202
  var mergedRefs = (0, _mergeRefs.default)([internalRef, ref]);
@@ -182,7 +182,7 @@ const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(pr
182
182
  analyticsData: analyticsContext,
183
183
  componentName: 'checkbox',
184
184
  packageName: "@atlaskit/checkbox",
185
- packageVersion: "15.2.3"
185
+ packageVersion: "15.2.4"
186
186
  });
187
187
  const internalRef = useRef(null);
188
188
  const mergedRefs = mergeRefs([internalRef, ref]);
@@ -190,7 +190,7 @@ var Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(prop
190
190
  analyticsData: analyticsContext,
191
191
  componentName: 'checkbox',
192
192
  packageName: "@atlaskit/checkbox",
193
- packageVersion: "15.2.3"
193
+ packageVersion: "15.2.4"
194
194
  });
195
195
  var internalRef = useRef(null);
196
196
  var mergedRefs = mergeRefs([internalRef, ref]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "15.2.3",
3
+ "version": "15.2.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/"
@@ -39,10 +39,10 @@
39
39
  "@atlaskit/analytics-next": "^10.2.0",
40
40
  "@atlaskit/css": "^0.7.0",
41
41
  "@atlaskit/ds-lib": "^3.3.0",
42
- "@atlaskit/icon": "^23.3.0",
42
+ "@atlaskit/icon": "^23.4.0",
43
43
  "@atlaskit/platform-feature-flags": "^0.3.0",
44
44
  "@atlaskit/theme": "^14.0.0",
45
- "@atlaskit/tokens": "^3.0.0",
45
+ "@atlaskit/tokens": "^3.1.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "@emotion/react": "^11.7.1"
48
48
  },
@@ -62,8 +62,7 @@
62
62
  "jscodeshift": "^0.13.0",
63
63
  "react-dom": "^16.8.0",
64
64
  "storybook-addon-performance": "^0.17.3",
65
- "typescript": "~5.4.2",
66
- "wait-for-expect": "^1.2.0"
65
+ "typescript": "~5.4.2"
67
66
  },
68
67
  "keywords": [
69
68
  "atlaskit",