@atlaskit/blanket 15.0.15 → 15.0.16

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
+ ## 15.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 15.0.15
4
10
 
5
11
  ### Patch Changes
@@ -567,7 +573,6 @@
567
573
  - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
568
574
  [`f166f5398b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f166f5398b2) - In this
569
575
  version we made **Blanket** faster and lighter
570
-
571
576
  - General performance improvements
572
577
 
573
578
  - **BREAKING** **Blanket** now accepts a `children` prop whose value is of type `ReactElement`.
@@ -592,7 +597,6 @@
592
597
  will automatically be upgraded.
593
598
 
594
599
  What will be changed:
595
-
596
600
  - It will rename the `canClickThrough` prop to `shouldAllowClickThrough`.
597
601
 
598
602
  Run `npx @atlaskit/codemod-cli -h` for more details on usage.
@@ -756,7 +760,6 @@
756
760
 
757
761
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
758
762
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
759
-
760
763
  - @atlaskit/docs@8.3.2
761
764
  - @atlaskit/analytics-next@6.3.5
762
765
  - @atlaskit/button@13.3.7
@@ -898,12 +901,10 @@
898
901
  safety. Flow types are no longer provided. No behavioural changes.
899
902
 
900
903
  **Breaking changes**
901
-
902
904
  - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
903
905
  - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
904
906
 
905
907
  **Breaking changes to TypeScript annotations**
906
-
907
908
  - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
908
909
  props as a generic type.
909
910
  - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
@@ -944,7 +945,6 @@
944
945
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
945
946
 
946
947
  In this PR, we are:
947
-
948
948
  - Re-introducing dist build folders
949
949
  - Adding back cjs
950
950
  - Replacing es5 by cjs and es2015 by esm
@@ -995,20 +995,17 @@
995
995
  ## 10.0.1
996
996
 
997
997
  - [patch][27cf35ca9d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27cf35ca9d):
998
-
999
998
  - Updated event type for `onBlanketClicked` prop
1000
999
 
1001
1000
  ## 10.0.0
1002
1001
 
1003
1002
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1004
-
1005
1003
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1006
1004
  this package, please ensure you use at least this version of react and react-dom.
1007
1005
 
1008
1006
  ## 9.0.0
1009
1007
 
1010
1008
  - [major][38dab947e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/38dab947e6):
1011
-
1012
1009
  - Updated Blanket to TypeScript. Flow types are no longer exported.
1013
1010
 
1014
1011
  ## 8.0.3
@@ -1040,7 +1037,6 @@
1040
1037
  ## 8.0.0
1041
1038
 
1042
1039
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1043
-
1044
1040
  - Drop ES5 from all the flow modules
1045
1041
 
1046
1042
  ### Dropping CJS support in all @atlaskit packages
@@ -1108,7 +1104,6 @@
1108
1104
  ## 7.0.9
1109
1105
 
1110
1106
  - [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
1111
-
1112
1107
  - Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow
1113
1108
  to type check properly
1114
1109
 
@@ -20,7 +20,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
20
20
  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; }
21
21
  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; }
22
22
  var packageName = "@atlaskit/blanket";
23
- var packageVersion = "0.0.0-development";
23
+ var packageVersion = "15.0.15";
24
24
  var analyticsAttributes = {
25
25
  componentName: 'blanket',
26
26
  packageName: packageName,
@@ -8,7 +8,7 @@ import noop from '@atlaskit/ds-lib/noop';
8
8
  import { N100A } from '@atlaskit/theme/colors';
9
9
  import { layers } from '@atlaskit/theme/constants';
10
10
  const packageName = "@atlaskit/blanket";
11
- const packageVersion = "0.0.0-development";
11
+ const packageVersion = "15.0.15";
12
12
  const analyticsAttributes = {
13
13
  componentName: 'blanket',
14
14
  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
  var packageName = "@atlaskit/blanket";
14
- var packageVersion = "0.0.0-development";
14
+ var packageVersion = "15.0.15";
15
15
  var analyticsAttributes = {
16
16
  componentName: 'blanket',
17
17
  packageName: packageName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/blanket",
3
- "version": "15.0.15",
3
+ "version": "15.0.16",
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/"
@@ -38,9 +38,9 @@
38
38
  "@atlaskit/css": "^0.15.0",
39
39
  "@atlaskit/ds-lib": "^5.1.0",
40
40
  "@atlaskit/theme": "^21.0.0",
41
- "@atlaskit/tokens": "^6.5.0",
41
+ "@atlaskit/tokens": "^7.0.0",
42
42
  "@babel/runtime": "^7.0.0",
43
- "@compiled/react": "^0.18.3"
43
+ "@compiled/react": "^0.18.6"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": "^18.2.0"
@@ -50,7 +50,7 @@
50
50
  "@af/integration-testing": "workspace:^",
51
51
  "@atlaskit/badge": "^18.2.0",
52
52
  "@atlaskit/button": "^23.5.0",
53
- "@atlaskit/docs": "^11.1.0",
53
+ "@atlaskit/docs": "^11.2.0",
54
54
  "@atlaskit/heading": "^5.2.0",
55
55
  "@atlaskit/layering": "^3.1.0",
56
56
  "@atlaskit/link": "^3.2.0",