@atlaskit/checkbox
Advanced tools
Comparing version 12.6.4 to 12.6.5
# @atlaskit/checkbox | ||
## 12.6.5 | ||
### Patch Changes | ||
- [`3958636a718`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3958636a718) - update border width with border spacing token | ||
## 12.6.4 | ||
@@ -4,0 +10,0 @@ |
@@ -46,3 +46,3 @@ "use strict"; | ||
stroke: 'var(--checkbox-border-color)', | ||
strokeWidth: (0, _platformFeatureFlags.getBooleanFF)('platform.design-system-team.border-checkbox_nyoiu') ? 1 : 2, | ||
strokeWidth: (0, _platformFeatureFlags.getBooleanFF)('platform.design-system-team.border-checkbox_nyoiu') ? "var(--ds-border-width, 1px)" : 2, | ||
transition: 'stroke 0.2s ease-in-out' | ||
@@ -165,3 +165,3 @@ } | ||
packageName: "@atlaskit/checkbox", | ||
packageVersion: "12.6.4" | ||
packageVersion: "12.6.5" | ||
}); | ||
@@ -168,0 +168,0 @@ var internalRef = (0, _react.useRef)(null); |
{ | ||
"name": "@atlaskit/checkbox", | ||
"version": "12.6.4", | ||
"version": "12.6.5", | ||
"sideEffects": false | ||
} |
@@ -36,3 +36,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
stroke: 'var(--checkbox-border-color)', | ||
strokeWidth: getBooleanFF('platform.design-system-team.border-checkbox_nyoiu') ? 1 : 2, | ||
strokeWidth: getBooleanFF('platform.design-system-team.border-checkbox_nyoiu') ? "var(--ds-border-width, 1px)" : 2, | ||
transition: 'stroke 0.2s ease-in-out' | ||
@@ -149,3 +149,3 @@ } | ||
packageName: "@atlaskit/checkbox", | ||
packageVersion: "12.6.4" | ||
packageVersion: "12.6.5" | ||
}); | ||
@@ -152,0 +152,0 @@ const internalRef = useRef(null); |
{ | ||
"name": "@atlaskit/checkbox", | ||
"version": "12.6.4", | ||
"version": "12.6.5", | ||
"sideEffects": false | ||
} |
@@ -39,3 +39,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
stroke: 'var(--checkbox-border-color)', | ||
strokeWidth: getBooleanFF('platform.design-system-team.border-checkbox_nyoiu') ? 1 : 2, | ||
strokeWidth: getBooleanFF('platform.design-system-team.border-checkbox_nyoiu') ? "var(--ds-border-width, 1px)" : 2, | ||
transition: 'stroke 0.2s ease-in-out' | ||
@@ -158,3 +158,3 @@ } | ||
packageName: "@atlaskit/checkbox", | ||
packageVersion: "12.6.4" | ||
packageVersion: "12.6.5" | ||
}); | ||
@@ -161,0 +161,0 @@ var internalRef = useRef(null); |
{ | ||
"name": "@atlaskit/checkbox", | ||
"version": "12.6.4", | ||
"version": "12.6.5", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/checkbox", | ||
"version": "12.6.4", | ||
"version": "12.6.5", | ||
"description": "A checkbox is an input control that allows a user to select one or more options from a number of choices.", | ||
@@ -42,3 +42,3 @@ "publishConfig": { | ||
"@atlaskit/theme": "^12.5.0", | ||
"@atlaskit/tokens": "^1.8.0", | ||
"@atlaskit/tokens": "^1.11.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -51,6 +51,2 @@ "@emotion/react": "^11.7.1" | ||
"devDependencies": { | ||
"@atlaskit/button": "^16.7.0", | ||
"@atlaskit/docs": "*", | ||
"@atlaskit/form": "^8.11.0", | ||
"@atlaskit/section-message": "^6.4.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -101,2 +97,2 @@ "@atlaskit/visual-regression": "*", | ||
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1" | ||
} | ||
} |
162851
12
Updated@atlaskit/tokens@^1.11.0