@atlaskit/blanket 12.2.6 → 12.2.7

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,12 @@
1
1
  # @atlaskit/blanket
2
2
 
3
+ ## 12.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates usage of deprecated token names so they're aligned with the latest naming conventions. No UI or visual changes
8
+ - Updated dependencies
9
+
3
10
  ## 12.2.6
4
11
 
5
12
  ### Patch Changes
@@ -34,7 +34,7 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
34
34
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
35
35
 
36
36
  var packageName = "@atlaskit/blanket";
37
- var packageVersion = "12.2.6";
37
+ var packageVersion = "12.2.7";
38
38
  var analyticsAttributes = {
39
39
  componentName: 'blanket',
40
40
  packageName: packageName,
@@ -57,10 +57,10 @@ var invisibleStyles = (0, _core.css)({
57
57
  backgroundColor: 'transparent'
58
58
  });
59
59
  var lightBgStyles = (0, _core.css)({
60
- backgroundColor: "var(--ds-background-blanket, ".concat(_colors.N100A, ")")
60
+ backgroundColor: "var(--ds-blanket, ".concat(_colors.N100A, ")")
61
61
  });
62
62
  var darkBgStyles = (0, _core.css)({
63
- backgroundColor: "var(--ds-background-blanket, ".concat(_colors.DN90A, ")")
63
+ backgroundColor: "var(--ds-blanket, ".concat(_colors.DN90A, ")")
64
64
  });
65
65
  var backgroundStyle = {
66
66
  light: lightBgStyles,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/blanket",
3
- "version": "12.2.6",
3
+ "version": "12.2.7",
4
4
  "sideEffects": false
5
5
  }
@@ -7,7 +7,7 @@ import { DN90A, N100A } from '@atlaskit/theme/colors';
7
7
  import { useGlobalTheme } from '@atlaskit/theme/components';
8
8
  import { layers } from '@atlaskit/theme/constants';
9
9
  const packageName = "@atlaskit/blanket";
10
- const packageVersion = "12.2.6";
10
+ const packageVersion = "12.2.7";
11
11
  const analyticsAttributes = {
12
12
  componentName: 'blanket',
13
13
  packageName,
@@ -30,10 +30,10 @@ const invisibleStyles = css({
30
30
  backgroundColor: 'transparent'
31
31
  });
32
32
  const lightBgStyles = css({
33
- backgroundColor: `var(--ds-background-blanket, ${N100A})`
33
+ backgroundColor: `var(--ds-blanket, ${N100A})`
34
34
  });
35
35
  const darkBgStyles = css({
36
- backgroundColor: `var(--ds-background-blanket, ${DN90A})`
36
+ backgroundColor: `var(--ds-blanket, ${DN90A})`
37
37
  });
38
38
  const backgroundStyle = {
39
39
  light: lightBgStyles,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/blanket",
3
- "version": "12.2.6",
3
+ "version": "12.2.7",
4
4
  "sideEffects": false
5
5
  }
@@ -13,7 +13,7 @@ import { DN90A, N100A } from '@atlaskit/theme/colors';
13
13
  import { useGlobalTheme } from '@atlaskit/theme/components';
14
14
  import { layers } from '@atlaskit/theme/constants';
15
15
  var packageName = "@atlaskit/blanket";
16
- var packageVersion = "12.2.6";
16
+ var packageVersion = "12.2.7";
17
17
  var analyticsAttributes = {
18
18
  componentName: 'blanket',
19
19
  packageName: packageName,
@@ -36,10 +36,10 @@ var invisibleStyles = css({
36
36
  backgroundColor: 'transparent'
37
37
  });
38
38
  var lightBgStyles = css({
39
- backgroundColor: "var(--ds-background-blanket, ".concat(N100A, ")")
39
+ backgroundColor: "var(--ds-blanket, ".concat(N100A, ")")
40
40
  });
41
41
  var darkBgStyles = css({
42
- backgroundColor: "var(--ds-background-blanket, ".concat(DN90A, ")")
42
+ backgroundColor: "var(--ds-blanket, ".concat(DN90A, ")")
43
43
  });
44
44
  var backgroundStyle = {
45
45
  light: lightBgStyles,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/blanket",
3
- "version": "12.2.6",
3
+ "version": "12.2.7",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/blanket",
3
- "version": "12.2.6",
3
+ "version": "12.2.7",
4
4
  "description": "A React component that covers the underlying UI for a layered component.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/codemod-utils": "^3.4.0",
32
32
  "@atlaskit/ds-lib": "^1.3.0",
33
33
  "@atlaskit/theme": "^12.1.0",
34
- "@atlaskit/tokens": "^0.5.0",
34
+ "@atlaskit/tokens": "^0.6.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@emotion/core": "^10.0.9"
37
37
  },