@atlaskit/badge 19.0.1 → 19.1.0

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,11 +1,39 @@
1
1
  # @atlaskit/badge
2
2
 
3
+ ## 19.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
8
+ Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
9
+ reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
10
+
11
+ The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
12
+ bumped the renamed package itself, so dependent packages were never republished and their
13
+ published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
14
+ available in the public npm registry. This minor bump republishes all affected packages with the
15
+ corrected dependency.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
21
+ ## 19.0.2
22
+
23
+ ### Patch Changes
24
+
25
+ - [`e13ee97cc69a4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e13ee97cc69a4) -
26
+ Fixed the legacy-appearance fallback for the `dangerBold` Badge appearance to map to `important`
27
+ instead of `removed`. When the `platform-dst-lozenge-tag-badge-visual-uplifts` feature gate is
28
+ off, `dangerBold` now falls back to the same legacy appearance the existing red danger Badge has
29
+ always used, preserving the previous visual look for consumers that haven't migrated yet.
30
+
3
31
  ## 19.0.1
4
32
 
5
33
  ### Patch Changes
6
34
 
7
35
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
36
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
37
  gating.
10
38
  - Updated dependencies
11
39
 
@@ -25,7 +25,7 @@ var appearanceMappingToOld = exports.appearanceMappingToOld = {
25
25
  discovery: 'default',
26
26
  informationBold: 'primary',
27
27
  successBold: 'added',
28
- dangerBold: 'removed',
28
+ dangerBold: 'important',
29
29
  warningBold: 'default',
30
30
  discoveryBold: 'default'
31
31
  };
@@ -19,7 +19,7 @@ export const appearanceMappingToOld = {
19
19
  discovery: 'default',
20
20
  informationBold: 'primary',
21
21
  successBold: 'added',
22
- dangerBold: 'removed',
22
+ dangerBold: 'important',
23
23
  warningBold: 'default',
24
24
  discoveryBold: 'default'
25
25
  };
@@ -19,7 +19,7 @@ export var appearanceMappingToOld = {
19
19
  discovery: 'default',
20
20
  informationBold: 'primary',
21
21
  successBold: 'added',
22
- dangerBold: 'removed',
22
+ dangerBold: 'important',
23
23
  warningBold: 'default',
24
24
  discoveryBold: 'default'
25
25
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/badge",
3
- "version": "19.0.1",
3
+ "version": "19.1.0",
4
4
  "description": "A badge is a visual indicator for numeric values such as tallies and scores.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,7 +20,7 @@
20
20
  "react-compiler": {
21
21
  "enabled": true,
22
22
  "gating": {
23
- "source": "@atlassian/react-compiler-gating",
23
+ "source": "@atlaskit/react-compiler-gating",
24
24
  "importSpecifierName": "isReactCompilerActivePlatform"
25
25
  }
26
26
  },
@@ -42,9 +42,9 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@atlaskit/platform-feature-flags": "^2.0.0",
45
- "@atlaskit/primitives": "^20.0.0",
46
- "@atlaskit/tokens": "^15.0.0",
47
- "@atlassian/react-compiler-gating": "^0.2.0",
45
+ "@atlaskit/primitives": "^20.1.0",
46
+ "@atlaskit/react-compiler-gating": "^0.2.0",
47
+ "@atlaskit/tokens": "^15.1.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@compiled/react": "^0.20.0"
50
50
  },
@@ -56,13 +56,13 @@
56
56
  "@af/integration-testing": "workspace:^",
57
57
  "@af/visual-regression": "workspace:^",
58
58
  "@atlaskit/docs": "^12.0.0",
59
- "@atlaskit/link": "^4.0.0",
60
- "@atlaskit/section-message": "^9.1.0",
61
- "@atlaskit/theme": "^26.0.0",
59
+ "@atlaskit/link": "^4.1.0",
60
+ "@atlaskit/section-message": "^9.2.0",
61
+ "@atlaskit/theme": "^26.1.0",
62
62
  "@atlassian/feature-flags-test-utils": "^1.1.0",
63
63
  "@atlassian/ssr-tests": "workspace:*",
64
64
  "@atlassian/structured-docs-types": "workspace:^",
65
- "@atlassian/testing-library": "0.6.2",
65
+ "@atlassian/testing-library": "0.7.0",
66
66
  "react": "^18.2.0",
67
67
  "react-dom": "^18.2.0"
68
68
  },