Socket
Socket
Sign inDemoInstall

@atlaskit/checkbox

Package Overview
Dependencies
92
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.1.2 to 13.1.3

6

CHANGELOG.md
# @atlaskit/checkbox
## 13.1.3
### Patch Changes
- [#83297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83297) [`6b1707c169e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b1707c169e0) - The internal composition of this component has changed. There is no expected change in behaviour.
## 13.1.2

@@ -4,0 +10,0 @@

4

dist/cjs/checkbox.js

@@ -57,3 +57,3 @@ "use strict";

outline: "var(--ds-border-width-outline, 2px)".concat(" solid ", "var(--ds-border-focused, ".concat(_colors.B200, ")")),
outlineOffset: '-2px'
outlineOffset: "var(--ds-space-negative-025, -2px)"
},

@@ -171,3 +171,3 @@ '&:hover + svg': {

packageName: "@atlaskit/checkbox",
packageVersion: "13.1.2"
packageVersion: "13.1.3"
});

@@ -174,0 +174,0 @@ var internalRef = (0, _react.useRef)(null);

@@ -47,3 +47,3 @@ import _extends from "@babel/runtime/helpers/extends";

outline: `${"var(--ds-border-width-outline, 2px)"} solid ${`var(--ds-border-focused, ${B200})`}`,
outlineOffset: '-2px'
outlineOffset: "var(--ds-space-negative-025, -2px)"
},

@@ -155,3 +155,3 @@ '&:hover + svg': {

packageName: "@atlaskit/checkbox",
packageVersion: "13.1.2"
packageVersion: "13.1.3"
});

@@ -158,0 +158,0 @@ const internalRef = useRef(null);

@@ -50,3 +50,3 @@ import _extends from "@babel/runtime/helpers/extends";

outline: "var(--ds-border-width-outline, 2px)".concat(" solid ", "var(--ds-border-focused, ".concat(B200, ")")),
outlineOffset: '-2px'
outlineOffset: "var(--ds-space-negative-025, -2px)"
},

@@ -164,3 +164,3 @@ '&:hover + svg': {

packageName: "@atlaskit/checkbox",
packageVersion: "13.1.2"
packageVersion: "13.1.3"
});

@@ -167,0 +167,0 @@ var internalRef = useRef(null);

{
"name": "@atlaskit/checkbox",
"version": "13.1.2",
"version": "13.1.3",
"description": "A checkbox is an input control that allows a user to select one or more options from a number of choices.",

@@ -5,0 +5,0 @@ "publishConfig": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc