@atlaskit/checkbox
Advanced tools
Comparing version 15.1.0 to 15.1.1
# @atlaskit/checkbox | ||
## 15.1.1 | ||
### Patch Changes | ||
- [#166026](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/166026) | ||
[`962b5e77810fb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/962b5e77810fb) - | ||
Adds side-effect config to support Compiled css extraction in third-party apps | ||
## 15.1.0 | ||
@@ -4,0 +12,0 @@ |
@@ -199,3 +199,3 @@ "use strict"; | ||
packageName: "@atlaskit/checkbox", | ||
packageVersion: "15.1.0" | ||
packageVersion: "15.1.1" | ||
}); | ||
@@ -202,0 +202,0 @@ var internalRef = (0, _react.useRef)(null); |
@@ -185,3 +185,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/checkbox", | ||
packageVersion: "15.1.0" | ||
packageVersion: "15.1.1" | ||
}); | ||
@@ -188,0 +188,0 @@ const internalRef = useRef(null); |
@@ -193,3 +193,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/checkbox", | ||
packageVersion: "15.1.0" | ||
packageVersion: "15.1.1" | ||
}); | ||
@@ -196,0 +196,0 @@ var internalRef = useRef(null); |
{ | ||
"name": "@atlaskit/checkbox", | ||
"version": "15.1.0", | ||
"version": "15.1.1", | ||
"description": "A checkbox is an input control that allows a user to select one or more options from a number of choices.", | ||
@@ -23,3 +23,5 @@ "publishConfig": { | ||
}, | ||
"sideEffects": false, | ||
"sideEffects": [ | ||
"**/*.compiled.css" | ||
], | ||
"atlaskit:src": "src/index.tsx", | ||
@@ -40,6 +42,6 @@ "atlassian": { | ||
"@atlaskit/css": "^0.6.0", | ||
"@atlaskit/ds-lib": "^3.1.0", | ||
"@atlaskit/icon": "^22.23.0", | ||
"@atlaskit/ds-lib": "^3.2.0", | ||
"@atlaskit/icon": "^22.24.0", | ||
"@atlaskit/theme": "^14.0.0", | ||
"@atlaskit/tokens": "^2.0.0", | ||
"@atlaskit/tokens": "^2.2.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -55,3 +57,3 @@ "@emotion/react": "^11.7.1" | ||
"@af/visual-regression": "*", | ||
"@atlaskit/primitives": "^12.2.0", | ||
"@atlaskit/primitives": "^13.2.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -64,3 +66,3 @@ "@atlaskit/visual-regression": "*", | ||
"react-dom": "^16.8.0", | ||
"storybook-addon-performance": "^0.16.0", | ||
"storybook-addon-performance": "^0.17.3", | ||
"typescript": "~5.4.2", | ||
@@ -67,0 +69,0 @@ "wait-for-expect": "^1.2.0" |
169152
Updated@atlaskit/ds-lib@^3.2.0
Updated@atlaskit/icon@^22.24.0
Updated@atlaskit/tokens@^2.2.0