@atlaskit/badge 18.1.3 → 18.1.4

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/badge
2
2
 
3
+ ## 18.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 18.1.3
4
10
 
5
11
  ### Patch Changes
package/dist/cjs/badge.js CHANGED
@@ -14,6 +14,7 @@ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
14
14
  var _primitives = require("@atlaskit/primitives");
15
15
  var _utils = require("./internal/utils");
16
16
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
17
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
17
18
  var boxStyles = {
18
19
  root: "_2rkopd34 _18zr12x7 _1e0c116y _1o9zidpf _1kz6184x",
19
20
  added: "_bfhk1bay",
@@ -4,6 +4,7 @@ import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { memo } from 'react';
6
6
  import { fg } from '@atlaskit/platform-feature-flags';
7
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
7
8
  import { Text } from '@atlaskit/primitives';
8
9
  import { formatValue, formatValueWithNegativeSupport } from './internal/utils';
9
10
  const boxStyles = {
package/dist/esm/badge.js CHANGED
@@ -4,6 +4,7 @@ import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { memo } from 'react';
6
6
  import { fg } from '@atlaskit/platform-feature-flags';
7
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
7
8
  import { Text } from '@atlaskit/primitives';
8
9
  import { formatValue, formatValueWithNegativeSupport } from './internal/utils';
9
10
  var boxStyles = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/badge",
3
- "version": "18.1.3",
3
+ "version": "18.1.4",
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/"
@@ -29,8 +29,7 @@
29
29
  "website": {
30
30
  "name": "Badge",
31
31
  "category": "Status indicators"
32
- },
33
- "runReact18": true
32
+ }
34
33
  },
35
34
  "af:exports": {
36
35
  "./types": "./src/entry-points/types.tsx",
@@ -39,8 +38,8 @@
39
38
  "dependencies": {
40
39
  "@atlaskit/codemod-utils": "^4.2.0",
41
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
42
- "@atlaskit/primitives": "^14.8.0",
43
- "@atlaskit/tokens": "^5.0.0",
41
+ "@atlaskit/primitives": "^14.11.0",
42
+ "@atlaskit/tokens": "^6.0.0",
44
43
  "@babel/runtime": "^7.0.0",
45
44
  "@compiled/react": "^0.18.3"
46
45
  },
@@ -51,11 +50,11 @@
51
50
  "@af/accessibility-testing": "workspace:^",
52
51
  "@af/integration-testing": "workspace:^",
53
52
  "@af/visual-regression": "workspace:^",
54
- "@atlaskit/docs": "^10.0.0",
55
- "@atlaskit/ds-lib": "^4.0.0",
53
+ "@atlaskit/docs": "^11.0.0",
54
+ "@atlaskit/ds-lib": "^5.0.0",
56
55
  "@atlaskit/link": "^3.2.0",
57
- "@atlaskit/section-message": "^8.2.0",
58
- "@atlaskit/theme": "^18.0.0",
56
+ "@atlaskit/section-message": "^8.5.0",
57
+ "@atlaskit/theme": "^19.0.0",
59
58
  "@atlassian/feature-flags-test-utils": "^0.3.0",
60
59
  "@atlassian/ssr-tests": "0.2.0",
61
60
  "@testing-library/react": "^13.4.0",