@atlaskit/progress-indicator 13.0.1 → 13.0.2

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,14 @@
1
1
  # @atlaskit/progress-indicator
2
2
 
3
+ ## 13.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`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
9
+ gating.
10
+ - Updated dependencies
11
+
3
12
  ## 13.0.1
4
13
 
5
14
  ### Patch Changes
@@ -16,7 +16,7 @@ var _buttonIndicator = require("./button-indicator");
16
16
  var _presentationalIndicator = require("./presentational-indicator");
17
17
  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); }
18
18
  var packageName = "@atlaskit/progress-indicator";
19
- var packageVersion = "13.0.0";
19
+ var packageVersion = "13.0.1";
20
20
  var progressIndicatorGapMap = {
21
21
  comfortable: {
22
22
  default: 'space.100',
@@ -6,7 +6,7 @@ import { Box, Inline } from '@atlaskit/primitives/compiled';
6
6
  import { ButtonIndicator } from './button-indicator';
7
7
  import { PresentationalIndicator } from './presentational-indicator';
8
8
  const packageName = "@atlaskit/progress-indicator";
9
- const packageVersion = "13.0.0";
9
+ const packageVersion = "13.0.1";
10
10
  const progressIndicatorGapMap = {
11
11
  comfortable: {
12
12
  default: 'space.100',
@@ -7,7 +7,7 @@ import { Box, Inline } from '@atlaskit/primitives/compiled';
7
7
  import { ButtonIndicator } from './button-indicator';
8
8
  import { PresentationalIndicator } from './presentational-indicator';
9
9
  var packageName = "@atlaskit/progress-indicator";
10
- var packageVersion = "13.0.0";
10
+ var packageVersion = "13.0.1";
11
11
  var progressIndicatorGapMap = {
12
12
  comfortable: {
13
13
  default: 'space.100',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "13.0.1",
3
+ "version": "13.0.2",
4
4
  "description": "A progress indicator shows the user where they are along the steps of a journey.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,8 +34,9 @@
34
34
  "@atlaskit/analytics-next": "^12.0.0",
35
35
  "@atlaskit/ds-lib": "^8.0.0",
36
36
  "@atlaskit/primitives": "^20.0.0",
37
- "@atlaskit/tokens": "^14.0.0",
37
+ "@atlaskit/tokens": "^15.0.0",
38
38
  "@atlaskit/visually-hidden": "^4.0.0",
39
+ "@atlassian/react-compiler-gating": "^0.2.0",
39
40
  "@babel/runtime": "^7.0.0",
40
41
  "@compiled/react": "^0.20.0",
41
42
  "bind-event-listener": "^3.0.0"
@@ -52,7 +53,6 @@
52
53
  "@atlaskit/docs": "^12.0.0",
53
54
  "@atlaskit/link": "^4.0.0",
54
55
  "@atlaskit/section-message": "^9.1.0",
55
- "@atlassian/react-compiler-gating": "workspace:^",
56
56
  "@atlassian/ssr-tests": "workspace:^",
57
57
  "@atlassian/structured-docs-types": "workspace:^",
58
58
  "@testing-library/react": "^16.3.0",