@atlaskit/calendar 13.1.16 → 13.1.17

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/calendar
2
2
 
3
+ ## 13.1.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0ed39bbcb73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ed39bbcb73) - [ux] correct fallback color of focused state to meet contrast requirement
8
+
3
9
  ## 13.1.16
4
10
 
5
11
  ### Patch Changes
@@ -36,7 +36,7 @@ var boxStyles = (0, _primitives.xcss)({
36
36
  var analyticsAttributes = {
37
37
  componentName: 'calendar',
38
38
  packageName: "@atlaskit/calendar",
39
- packageVersion: "13.1.16"
39
+ packageVersion: "13.1.17"
40
40
  };
41
41
  var CalendarWithMode = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
42
42
  var day = _ref.day,
@@ -27,8 +27,8 @@ var selectedBackground = {
27
27
  dark: "var(--ds-background-selected, ".concat(_colors.N0, ")")
28
28
  };
29
29
  var borderColorFocused = {
30
- light: "var(--ds-border-focused, ".concat(_colors.B100, ")"),
31
- dark: "var(--ds-border-focused, ".concat(_colors.B75, ")")
30
+ light: "var(--ds-border-focused, ".concat(_colors.B200, ")"),
31
+ dark: "var(--ds-border-focused, ".concat(_colors.B100, ")")
32
32
  };
33
33
  var dateCellStyles = function dateCellStyles() {
34
34
  var mode = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'light';
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.1.16",
3
+ "version": "13.1.17",
4
4
  "sideEffects": false
5
5
  }
@@ -26,7 +26,7 @@ const boxStyles = xcss({
26
26
  const analyticsAttributes = {
27
27
  componentName: 'calendar',
28
28
  packageName: "@atlaskit/calendar",
29
- packageVersion: "13.1.16"
29
+ packageVersion: "13.1.17"
30
30
  };
31
31
  const CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar({
32
32
  day,
@@ -1,4 +1,4 @@
1
- import { B100, B400, B50, B75, DN600, N0, N200, N30, N40, N500, N600, N700, N800, N900 } from '@atlaskit/theme/colors';
1
+ import { B100, B200, B400, B50, DN600, N0, N200, N30, N40, N500, N600, N700, N800, N900 } from '@atlaskit/theme/colors';
2
2
  const textColor = {
3
3
  light: `var(--ds-text, ${N900})`,
4
4
  dark: `var(--ds-text, ${DN600})`
@@ -21,8 +21,8 @@ const selectedBackground = {
21
21
  dark: `var(--ds-background-selected, ${N0})`
22
22
  };
23
23
  const borderColorFocused = {
24
- light: `var(--ds-border-focused, ${B100})`,
25
- dark: `var(--ds-border-focused, ${B75})`
24
+ light: `var(--ds-border-focused, ${B200})`,
25
+ dark: `var(--ds-border-focused, ${B100})`
26
26
  };
27
27
  export const dateCellStyles = (mode = 'light') => ({
28
28
  all: 'unset',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.1.16",
3
+ "version": "13.1.17",
4
4
  "sideEffects": false
5
5
  }
@@ -30,7 +30,7 @@ var boxStyles = xcss({
30
30
  var analyticsAttributes = {
31
31
  componentName: 'calendar',
32
32
  packageName: "@atlaskit/calendar",
33
- packageVersion: "13.1.16"
33
+ packageVersion: "13.1.17"
34
34
  };
35
35
  var CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
36
36
  var day = _ref.day,
@@ -1,4 +1,4 @@
1
- import { B100, B400, B50, B75, DN600, N0, N200, N30, N40, N500, N600, N700, N800, N900 } from '@atlaskit/theme/colors';
1
+ import { B100, B200, B400, B50, DN600, N0, N200, N30, N40, N500, N600, N700, N800, N900 } from '@atlaskit/theme/colors';
2
2
  var textColor = {
3
3
  light: "var(--ds-text, ".concat(N900, ")"),
4
4
  dark: "var(--ds-text, ".concat(DN600, ")")
@@ -21,8 +21,8 @@ var selectedBackground = {
21
21
  dark: "var(--ds-background-selected, ".concat(N0, ")")
22
22
  };
23
23
  var borderColorFocused = {
24
- light: "var(--ds-border-focused, ".concat(B100, ")"),
25
- dark: "var(--ds-border-focused, ".concat(B75, ")")
24
+ light: "var(--ds-border-focused, ".concat(B200, ")"),
25
+ dark: "var(--ds-border-focused, ".concat(B100, ")")
26
26
  };
27
27
  export var dateCellStyles = function dateCellStyles() {
28
28
  var mode = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'light';
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.1.16",
3
+ "version": "13.1.17",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.1.16",
3
+ "version": "13.1.17",
4
4
  "description": "An interactive calendar for date selection experiences.",
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 Fundamentals",
26
+ "team": "Design System Team",
27
27
  "releaseModel": "continuous",
28
28
  "website": {
29
29
  "name": "Calendar",