@atlaskit/blanket 13.0.0 → 13.0.1

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/blanket
2
2
 
3
+ ## 13.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
8
+
3
9
  ## 13.0.0
4
10
 
5
11
  ### Major Changes
@@ -15,7 +15,7 @@ var _constants = require("@atlaskit/theme/constants");
15
15
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
16
16
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /** @jsx jsx */
17
17
  var packageName = "@atlaskit/blanket";
18
- var packageVersion = "13.0.0";
18
+ var packageVersion = "13.0.1";
19
19
  var analyticsAttributes = {
20
20
  componentName: 'blanket',
21
21
  packageName: packageName,
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -6,7 +6,7 @@ import noop from '@atlaskit/ds-lib/noop';
6
6
  import { N100A } from '@atlaskit/theme/colors';
7
7
  import { layers } from '@atlaskit/theme/constants';
8
8
  const packageName = "@atlaskit/blanket";
9
- const packageVersion = "13.0.0";
9
+ const packageVersion = "13.0.1";
10
10
  const analyticsAttributes = {
11
11
  componentName: 'blanket',
12
12
  packageName,
@@ -1 +0,0 @@
1
- export {};
@@ -9,7 +9,7 @@ import noop from '@atlaskit/ds-lib/noop';
9
9
  import { N100A } from '@atlaskit/theme/colors';
10
10
  import { layers } from '@atlaskit/theme/constants';
11
11
  var packageName = "@atlaskit/blanket";
12
- var packageVersion = "13.0.0";
12
+ var packageVersion = "13.0.1";
13
13
  var analyticsAttributes = {
14
14
  componentName: 'blanket',
15
15
  packageName: packageName,
@@ -1 +0,0 @@
1
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/blanket",
3
- "version": "13.0.0",
3
+ "version": "13.0.1",
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/"
@@ -39,11 +39,11 @@
39
39
  "./types": "./src/entry-points/types.tsx"
40
40
  },
41
41
  "dependencies": {
42
- "@atlaskit/analytics-next": "^9.1.0",
42
+ "@atlaskit/analytics-next": "^9.2.0",
43
43
  "@atlaskit/codemod-utils": "^4.2.0",
44
44
  "@atlaskit/ds-lib": "^2.2.0",
45
45
  "@atlaskit/theme": "^12.6.0",
46
- "@atlaskit/tokens": "^1.28.0",
46
+ "@atlaskit/tokens": "^1.42.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@emotion/react": "^11.7.1"
49
49
  },
@@ -55,7 +55,6 @@
55
55
  "@af/integration-testing": "*",
56
56
  "@atlaskit/ssr": "*",
57
57
  "@atlaskit/visual-regression": "*",
58
- "@atlaskit/webdriver-runner": "*",
59
58
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
60
59
  "@testing-library/dom": "^8.17.1",
61
60
  "@testing-library/react": "^12.1.5",
@@ -64,7 +63,7 @@
64
63
  "react-dom": "^16.8.0",
65
64
  "react-lorem-component": "^0.13.0",
66
65
  "storybook-addon-performance": "^0.16.0",
67
- "typescript": "~4.9.5",
66
+ "typescript": "~5.4.2",
68
67
  "wait-for-expect": "^1.2.0"
69
68
  },
70
69
  "keywords": [
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/entry-points/types.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/entry-points/types.d.ts"
12
12
  ]
@@ -1,31 +0,0 @@
1
- ## API Report File for "@atlaskit/blanket"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- /// <reference types="react" />
8
-
9
- import { ForwardRefExoticComponent } from 'react';
10
- import { MemoExoticComponent } from 'react';
11
- import { ReactNode } from 'react';
12
- import { RefAttributes } from 'react';
13
- import UIAnalyticsEvent from '@atlaskit/analytics-next/UIAnalyticsEvent';
14
-
15
- // @public
16
- const Blanket: MemoExoticComponent<ForwardRefExoticComponent<BlanketProps & RefAttributes<HTMLDivElement>>>;
17
- export default Blanket;
18
-
19
- // @public (undocumented)
20
- export interface BlanketProps {
21
- analyticsContext?: Record<string, any>;
22
- children?: ReactNode;
23
- isTinted?: boolean;
24
- onBlanketClicked?: (event: React.MouseEvent<HTMLDivElement>, analyticsEvent: UIAnalyticsEvent) => void;
25
- shouldAllowClickThrough?: boolean;
26
- testId?: string;
27
- }
28
-
29
- // (No @packageDocumentation comment for this package)
30
-
31
- ```