@atlaskit/checkbox 13.1.1 → 13.1.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 +6 -0
- package/dist/cjs/checkbox.js +1 -1
- package/dist/es2019/checkbox.js +1 -1
- package/dist/esm/checkbox.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/checkbox
|
|
2
2
|
|
|
3
|
+
## 13.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
8
|
+
|
|
3
9
|
## 13.1.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cjs/checkbox.js
CHANGED
|
@@ -167,7 +167,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
|
|
|
167
167
|
analyticsData: analyticsContext,
|
|
168
168
|
componentName: 'checkbox',
|
|
169
169
|
packageName: "@atlaskit/checkbox",
|
|
170
|
-
packageVersion: "13.1.
|
|
170
|
+
packageVersion: "13.1.2"
|
|
171
171
|
});
|
|
172
172
|
var internalRef = (0, _react.useRef)(null);
|
|
173
173
|
var mergedRefs = (0, _mergeRefs.default)([internalRef, ref]);
|
package/dist/es2019/checkbox.js
CHANGED
|
@@ -151,7 +151,7 @@ const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(pr
|
|
|
151
151
|
analyticsData: analyticsContext,
|
|
152
152
|
componentName: 'checkbox',
|
|
153
153
|
packageName: "@atlaskit/checkbox",
|
|
154
|
-
packageVersion: "13.1.
|
|
154
|
+
packageVersion: "13.1.2"
|
|
155
155
|
});
|
|
156
156
|
const internalRef = useRef(null);
|
|
157
157
|
const mergedRefs = mergeRefs([internalRef, ref]);
|
package/dist/esm/checkbox.js
CHANGED
|
@@ -160,7 +160,7 @@ var Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(prop
|
|
|
160
160
|
analyticsData: analyticsContext,
|
|
161
161
|
componentName: 'checkbox',
|
|
162
162
|
packageName: "@atlaskit/checkbox",
|
|
163
|
-
packageVersion: "13.1.
|
|
163
|
+
packageVersion: "13.1.2"
|
|
164
164
|
});
|
|
165
165
|
var internalRef = useRef(null);
|
|
166
166
|
var mergedRefs = mergeRefs([internalRef, ref]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/checkbox",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.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/"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@atlaskit/icon": "^22.1.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
44
44
|
"@atlaskit/theme": "^12.6.0",
|
|
45
|
-
"@atlaskit/tokens": "^1.
|
|
45
|
+
"@atlaskit/tokens": "^1.42.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@emotion/react": "^11.7.1"
|
|
48
48
|
},
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"jscodeshift": "^0.13.0",
|
|
62
62
|
"react-dom": "^16.8.0",
|
|
63
63
|
"storybook-addon-performance": "^0.16.0",
|
|
64
|
-
"typescript": "~4.
|
|
64
|
+
"typescript": "~5.4.2",
|
|
65
65
|
"wait-for-expect": "^1.2.0"
|
|
66
66
|
},
|
|
67
67
|
"keywords": [
|
|
@@ -96,4 +96,4 @@
|
|
|
96
96
|
},
|
|
97
97
|
"homepage": "https://atlassian.design/components/checkbox/",
|
|
98
98
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
99
|
-
}
|
|
99
|
+
}
|