@atlaskit/section-message 6.4.24 → 6.4.26

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,19 @@
1
1
  # @atlaskit/section-message
2
2
 
3
+ ## 6.4.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007) [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) - Migrated to the new button component
8
+ - Updated dependencies
9
+
10
+ ## 6.4.25
11
+
12
+ ### Patch Changes
13
+
14
+ - [#88354](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88354) [`4c87d9b4f0c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4c87d9b4f0c2) - The internal composition of this component has changed. There is no expected change in behavior.
15
+ - Updated dependencies
16
+
3
17
  ## 6.4.24
4
18
 
5
19
  ### Patch Changes
@@ -18,7 +18,7 @@ var sectionMessageStyles = (0, _primitives.xcss)({
18
18
  });
19
19
  var bleedStyles = (0, _primitives.xcss)({
20
20
  display: 'flex',
21
- marginBlock: "var(--ds-space-negative-025, -2px)"
21
+ marginBlock: 'space.negative.025'
22
22
  });
23
23
 
24
24
  /**
@@ -8,7 +8,7 @@ const sectionMessageStyles = xcss({
8
8
  });
9
9
  const bleedStyles = xcss({
10
10
  display: 'flex',
11
- marginBlock: `${"var(--ds-space-negative-025, -2px)"}`
11
+ marginBlock: 'space.negative.025'
12
12
  });
13
13
 
14
14
  /**
@@ -8,7 +8,7 @@ var sectionMessageStyles = xcss({
8
8
  });
9
9
  var bleedStyles = xcss({
10
10
  display: 'flex',
11
- marginBlock: "var(--ds-space-negative-025, -2px)"
11
+ marginBlock: 'space.negative.025'
12
12
  });
13
13
 
14
14
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/section-message",
3
- "version": "6.4.24",
3
+ "version": "6.4.26",
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/"
@@ -40,13 +40,13 @@
40
40
  ".": "./src/index.tsx"
41
41
  },
42
42
  "dependencies": {
43
- "@atlaskit/button": "^17.7.0",
43
+ "@atlaskit/button": "^17.14.0",
44
44
  "@atlaskit/codemod-utils": "^4.2.0",
45
- "@atlaskit/heading": "^2.1.0",
45
+ "@atlaskit/heading": "^2.2.0",
46
46
  "@atlaskit/icon": "^22.1.0",
47
- "@atlaskit/primitives": "^5.1.0",
47
+ "@atlaskit/primitives": "^5.6.0",
48
48
  "@atlaskit/theme": "^12.7.0",
49
- "@atlaskit/tokens": "^1.42.0",
49
+ "@atlaskit/tokens": "^1.43.0",
50
50
  "@babel/runtime": "^7.0.0"
51
51
  },
52
52
  "peerDependencies": {
@@ -55,8 +55,8 @@
55
55
  "devDependencies": {
56
56
  "@af/accessibility-testing": "*",
57
57
  "@af/integration-testing": "*",
58
- "@atlaskit/analytics-next": "^9.2.0",
59
- "@atlaskit/ds-lib": "^2.2.0",
58
+ "@atlaskit/analytics-next": "^9.3.0",
59
+ "@atlaskit/ds-lib": "^2.3.0",
60
60
  "@atlaskit/ssr": "*",
61
61
  "@atlaskit/visual-regression": "*",
62
62
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",