@atlaskit/blanket 13.3.1 → 13.3.3

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,17 @@
1
1
  # @atlaskit/blanket
2
2
 
3
+ ## 13.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 13.3.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 13.3.1
4
16
 
5
17
  ### Patch Changes
@@ -18,7 +18,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
18
18
  * @jsx jsx
19
19
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
20
20
  var packageName = "@atlaskit/blanket";
21
- var packageVersion = "13.3.1";
21
+ var packageVersion = "13.3.3";
22
22
  var analyticsAttributes = {
23
23
  componentName: 'blanket',
24
24
  packageName: packageName,
@@ -11,7 +11,7 @@ import noop from '@atlaskit/ds-lib/noop';
11
11
  import { N100A } from '@atlaskit/theme/colors';
12
12
  import { layers } from '@atlaskit/theme/constants';
13
13
  const packageName = "@atlaskit/blanket";
14
- const packageVersion = "13.3.1";
14
+ const packageVersion = "13.3.3";
15
15
  const analyticsAttributes = {
16
16
  componentName: 'blanket',
17
17
  packageName,
@@ -14,7 +14,7 @@ import noop from '@atlaskit/ds-lib/noop';
14
14
  import { N100A } from '@atlaskit/theme/colors';
15
15
  import { layers } from '@atlaskit/theme/constants';
16
16
  var packageName = "@atlaskit/blanket";
17
- var packageVersion = "13.3.1";
17
+ var packageVersion = "13.3.3";
18
18
  var analyticsAttributes = {
19
19
  componentName: 'blanket',
20
20
  packageName: packageName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/blanket",
3
- "version": "13.3.1",
3
+ "version": "13.3.3",
4
4
  "description": "A blanket covers the underlying UI for a layered component, such as a modal dialog or a tooltip.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,11 +25,7 @@
25
25
  "homepage": "https://atlassian.design/components/blanket",
26
26
  "atlassian": {
27
27
  "team": "Design System Team",
28
- "releaseModel": "continuous",
29
28
  "runReact18": true,
30
- "productPushConsumption": [
31
- "jira"
32
- ],
33
29
  "website": {
34
30
  "name": "Blanket",
35
31
  "category": "Components"
@@ -42,9 +38,9 @@
42
38
  "dependencies": {
43
39
  "@atlaskit/analytics-next": "^10.1.0",
44
40
  "@atlaskit/codemod-utils": "^4.2.0",
45
- "@atlaskit/ds-lib": "^2.4.0",
41
+ "@atlaskit/ds-lib": "^3.0.0",
46
42
  "@atlaskit/theme": "^13.0.0",
47
- "@atlaskit/tokens": "^1.58.0",
43
+ "@atlaskit/tokens": "^2.0.0",
48
44
  "@babel/runtime": "^7.0.0",
49
45
  "@emotion/react": "^11.7.1"
50
46
  },
@@ -54,9 +50,9 @@
54
50
  "devDependencies": {
55
51
  "@af/accessibility-testing": "*",
56
52
  "@af/integration-testing": "*",
57
- "@atlaskit/layering": "^0.4.0",
53
+ "@atlaskit/layering": "^0.5.0",
58
54
  "@atlaskit/ssr": "*",
59
- "@atlaskit/toggle": "^13.3.0",
55
+ "@atlaskit/toggle": "^13.4.0",
60
56
  "@atlaskit/visual-regression": "*",
61
57
  "@testing-library/dom": "^10.1.0",
62
58
  "@testing-library/react": "^12.1.5",