@atlaskit/section-message 8.12.4 → 8.12.6

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/section-message
2
2
 
3
+ ## 8.12.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.12.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.12.4
4
16
 
5
17
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  import React, { type ComponentType } from 'react';
2
2
  import type { Appearance, SectionMessageProps } from '../types';
3
3
  export declare function getAppearanceIconStyles(appearance: Appearance, icon: SectionMessageProps['icon']): {
4
- Icon: React.ElementType<any, keyof React.JSX.IntrinsicElements> | (({ primaryColor, }: {
4
+ Icon: React.ElementType<any, keyof React.JSX.IntrinsicElements> | (({ primaryColor }: {
5
5
  primaryColor: string;
6
6
  }) => React.JSX.Element);
7
7
  backgroundColor: string;
@@ -8,5 +8,5 @@ import type { SectionMessageActionProps } from './types';
8
8
  *
9
9
  * - [Examples](https://atlassian.design/components/section-message/examples#actions)
10
10
  */
11
- declare const SectionMessageAction: import("react").NamedExoticComponent<SectionMessageActionProps>;
11
+ declare const SectionMessageAction: import('react').NamedExoticComponent<SectionMessageActionProps>;
12
12
  export default SectionMessageAction;
@@ -1,7 +1,7 @@
1
1
  import React, { type ComponentType } from 'react';
2
2
  import type { Appearance, SectionMessageProps } from '../types';
3
3
  export declare function getAppearanceIconStyles(appearance: Appearance, icon: SectionMessageProps['icon']): {
4
- Icon: React.ElementType<any, keyof React.JSX.IntrinsicElements> | (({ primaryColor, }: {
4
+ Icon: React.ElementType<any, keyof React.JSX.IntrinsicElements> | (({ primaryColor }: {
5
5
  primaryColor: string;
6
6
  }) => React.JSX.Element);
7
7
  backgroundColor: string;
@@ -8,5 +8,5 @@ import type { SectionMessageActionProps } from './types';
8
8
  *
9
9
  * - [Examples](https://atlassian.design/components/section-message/examples#actions)
10
10
  */
11
- declare const SectionMessageAction: import("react").NamedExoticComponent<SectionMessageActionProps>;
11
+ declare const SectionMessageAction: import('react').NamedExoticComponent<SectionMessageActionProps>;
12
12
  export default SectionMessageAction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/section-message",
3
- "version": "8.12.4",
3
+ "version": "8.12.6",
4
4
  "description": "A section message is used to alert users to a particular section of the screen.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,8 +34,8 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/button": "^23.9.0",
36
36
  "@atlaskit/css": "^0.19.0",
37
- "@atlaskit/heading": "^5.2.0",
38
- "@atlaskit/icon": "^30.0.0",
37
+ "@atlaskit/heading": "^5.3.0",
38
+ "@atlaskit/icon": "^32.0.0",
39
39
  "@atlaskit/link": "^3.3.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
41
  "@atlaskit/primitives": "^18.0.0",
@@ -52,7 +52,7 @@
52
52
  "@af/visual-regression": "workspace:^",
53
53
  "@atlaskit/analytics-next": "^11.1.0",
54
54
  "@atlaskit/code": "^17.4.0",
55
- "@atlaskit/docs": "^11.3.0",
55
+ "@atlaskit/docs": "^11.4.0",
56
56
  "@atlaskit/ds-lib": "^5.3.0",
57
57
  "@atlaskit/form": "^15.3.0",
58
58
  "@atlaskit/range": "^9.3.0",