@atlaskit/checkbox 12.6.7 → 12.6.8

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,11 @@
1
1
  # @atlaskit/checkbox
2
2
 
3
+ ## 12.6.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ba0a43d8ccc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba0a43d8ccc) - [ux] update focused color fallback to meet contrast requirement
8
+
3
9
  ## 12.6.7
4
10
 
5
11
  ### Patch Changes
@@ -161,7 +161,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
161
161
  analyticsData: analyticsContext,
162
162
  componentName: 'checkbox',
163
163
  packageName: "@atlaskit/checkbox",
164
- packageVersion: "12.6.7"
164
+ packageVersion: "12.6.8"
165
165
  });
166
166
  var internalRef = (0, _react.useRef)(null);
167
167
  var mergedRefs = (0, _mergeRefs.default)([internalRef, ref]);
@@ -16,7 +16,7 @@ var theme = {
16
16
  active: "var(--ds-border, ".concat(_colors.B50, ")"),
17
17
  invalid: "var(--ds-border-danger, ".concat(_colors.R300, ")"),
18
18
  invalidAndChecked: "var(--ds-border-danger, ".concat(_colors.R300, ")"),
19
- focused: "var(--ds-border-focused, ".concat(_colors.B100, ")"),
19
+ focused: "var(--ds-border-focused, ".concat(_colors.B200, ")"),
20
20
  hoveredAndChecked: "var(--ds-background-selected-bold-hovered, ".concat(_colors.B300, ")")
21
21
  },
22
22
  boxColor: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.6.7",
3
+ "version": "12.6.8",
4
4
  "sideEffects": false
5
5
  }
@@ -145,7 +145,7 @@ const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(pr
145
145
  analyticsData: analyticsContext,
146
146
  componentName: 'checkbox',
147
147
  packageName: "@atlaskit/checkbox",
148
- packageVersion: "12.6.7"
148
+ packageVersion: "12.6.8"
149
149
  });
150
150
  const internalRef = useRef(null);
151
151
  const mergedRefs = mergeRefs([internalRef, ref]);
@@ -1,5 +1,5 @@
1
1
  import { getBooleanFF } from '@atlaskit/platform-feature-flags';
2
- import { B100, B200, B300, B400, B50, B75, DN10, DN200, DN30, DN80, DN90, N10, N100, N20, N30, N40, N70, R300 } from '@atlaskit/theme/colors';
2
+ import { B200, B300, B400, B50, B75, DN10, DN200, DN30, DN80, DN90, N10, N100, N20, N30, N40, N70, R300 } from '@atlaskit/theme/colors';
3
3
  const theme = {
4
4
  light: {
5
5
  borderColor: {
@@ -10,7 +10,7 @@ const theme = {
10
10
  active: `var(--ds-border, ${B50})`,
11
11
  invalid: `var(--ds-border-danger, ${R300})`,
12
12
  invalidAndChecked: `var(--ds-border-danger, ${R300})`,
13
- focused: `var(--ds-border-focused, ${B100})`,
13
+ focused: `var(--ds-border-focused, ${B200})`,
14
14
  hoveredAndChecked: `var(--ds-background-selected-bold-hovered, ${B300})`
15
15
  },
16
16
  boxColor: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.6.7",
3
+ "version": "12.6.8",
4
4
  "sideEffects": false
5
5
  }
@@ -154,7 +154,7 @@ var Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(prop
154
154
  analyticsData: analyticsContext,
155
155
  componentName: 'checkbox',
156
156
  packageName: "@atlaskit/checkbox",
157
- packageVersion: "12.6.7"
157
+ packageVersion: "12.6.8"
158
158
  });
159
159
  var internalRef = useRef(null);
160
160
  var mergedRefs = mergeRefs([internalRef, ref]);
@@ -1,5 +1,5 @@
1
1
  import { getBooleanFF } from '@atlaskit/platform-feature-flags';
2
- import { B100, B200, B300, B400, B50, B75, DN10, DN200, DN30, DN80, DN90, N10, N100, N20, N30, N40, N70, R300 } from '@atlaskit/theme/colors';
2
+ import { B200, B300, B400, B50, B75, DN10, DN200, DN30, DN80, DN90, N10, N100, N20, N30, N40, N70, R300 } from '@atlaskit/theme/colors';
3
3
  var theme = {
4
4
  light: {
5
5
  borderColor: {
@@ -10,7 +10,7 @@ var theme = {
10
10
  active: "var(--ds-border, ".concat(B50, ")"),
11
11
  invalid: "var(--ds-border-danger, ".concat(R300, ")"),
12
12
  invalidAndChecked: "var(--ds-border-danger, ".concat(R300, ")"),
13
- focused: "var(--ds-border-focused, ".concat(B100, ")"),
13
+ focused: "var(--ds-border-focused, ".concat(B200, ")"),
14
14
  hoveredAndChecked: "var(--ds-background-selected-bold-hovered, ".concat(B300, ")")
15
15
  },
16
16
  boxColor: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.6.7",
3
+ "version": "12.6.8",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.6.7",
3
+ "version": "12.6.8",
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/"
@@ -23,7 +23,7 @@
23
23
  "sideEffects": false,
24
24
  "atlaskit:src": "src/index.tsx",
25
25
  "atlassian": {
26
- "team": "Design System Maker Experience",
26
+ "team": "Design System Team",
27
27
  "releaseModel": "continuous",
28
28
  "website": {
29
29
  "name": "Checkbox",
@@ -39,7 +39,7 @@
39
39
  "@atlaskit/icon": "^21.12.0",
40
40
  "@atlaskit/platform-feature-flags": "^0.2.0",
41
41
  "@atlaskit/theme": "^12.5.0",
42
- "@atlaskit/tokens": "^1.13.0",
42
+ "@atlaskit/tokens": "^1.14.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1"
45
45
  },