@atlaskit/blanket 15.0.24 → 15.0.25

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.25
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 15.0.24
4
10
 
5
11
  ### Patch Changes
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import { type ForwardRefExoticComponent, type MemoExoticComponent, type RefAttributes } from 'react';
1
6
  import type { BlanketProps } from './types';
2
7
  /**
3
8
  * __Blanket__
@@ -6,5 +11,5 @@ import type { BlanketProps } from './types';
6
11
  *
7
12
  * - [Examples](https://atlaskit.atlassian.com/examples/design-system/blanket/basic-usage)
8
13
  */
9
- declare const Blanket: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<BlanketProps & import("react").RefAttributes<HTMLDivElement>>>;
14
+ declare const Blanket: MemoExoticComponent<ForwardRefExoticComponent<BlanketProps & RefAttributes<HTMLDivElement>>>;
10
15
  export default Blanket;
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import { type ForwardRefExoticComponent, type MemoExoticComponent, type RefAttributes } from 'react';
1
6
  import type { BlanketProps } from './types';
2
7
  /**
3
8
  * __Blanket__
@@ -6,5 +11,5 @@ import type { BlanketProps } from './types';
6
11
  *
7
12
  * - [Examples](https://atlaskit.atlassian.com/examples/design-system/blanket/basic-usage)
8
13
  */
9
- declare const Blanket: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<BlanketProps & import("react").RefAttributes<HTMLDivElement>>>;
14
+ declare const Blanket: MemoExoticComponent<ForwardRefExoticComponent<BlanketProps & RefAttributes<HTMLDivElement>>>;
10
15
  export default Blanket;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/blanket",
3
- "version": "15.0.24",
3
+ "version": "15.0.25",
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/"
@@ -36,7 +36,7 @@
36
36
  "@atlaskit/analytics-next": "^11.1.0",
37
37
  "@atlaskit/css": "^0.19.0",
38
38
  "@atlaskit/ds-lib": "^5.3.0",
39
- "@atlaskit/theme": "^21.0.0",
39
+ "@atlaskit/theme": "^22.0.0",
40
40
  "@atlaskit/tokens": "^11.0.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@compiled/react": "^0.18.6"
@@ -47,10 +47,10 @@
47
47
  "devDependencies": {
48
48
  "@af/accessibility-testing": "workspace:^",
49
49
  "@af/integration-testing": "workspace:^",
50
- "@atlaskit/badge": "^18.3.0",
51
- "@atlaskit/button": "^23.9.0",
52
- "@atlaskit/docs": "^11.3.0",
53
- "@atlaskit/heading": "^5.2.0",
50
+ "@atlaskit/badge": "^18.4.0",
51
+ "@atlaskit/button": "^23.10.0",
52
+ "@atlaskit/docs": "^11.5.0",
53
+ "@atlaskit/heading": "^5.3.0",
54
54
  "@atlaskit/layering": "^3.6.0",
55
55
  "@atlaskit/link": "^3.3.0",
56
56
  "@atlaskit/primitives": "^18.0.0",