@atlaskit/progress-indicator 11.1.0 → 11.1.1

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/progress-indicator
2
2
 
3
+ ## 11.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 11.1.0
4
10
 
5
11
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- /* indicator.tsx generated by @compiled/babel-plugin v0.33.0 */
1
+ /* indicator.tsx generated by @compiled/babel-plugin v0.35.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -16,7 +16,7 @@ var _indicator = require("./indicator");
16
16
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
17
17
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
18
18
  var packageName = "@atlaskit/progress-indicator";
19
- var packageVersion = "11.1.0";
19
+ var packageVersion = "11.1.1";
20
20
  var progressIndicatorGapMap = {
21
21
  comfortable: {
22
22
  default: 'space.100',
@@ -1,4 +1,4 @@
1
- /* indicator.tsx generated by @compiled/babel-plugin v0.33.0 */
1
+ /* indicator.tsx generated by @compiled/babel-plugin v0.35.0 */
2
2
  import "./indicator.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -5,7 +5,7 @@ import noop from '@atlaskit/ds-lib/noop';
5
5
  import { Box, Inline } from '@atlaskit/primitives/compiled';
6
6
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
7
7
  const packageName = "@atlaskit/progress-indicator";
8
- const packageVersion = "11.1.0";
8
+ const packageVersion = "11.1.1";
9
9
  const progressIndicatorGapMap = {
10
10
  comfortable: {
11
11
  default: 'space.100',
@@ -1,4 +1,4 @@
1
- /* indicator.tsx generated by @compiled/babel-plugin v0.33.0 */
1
+ /* indicator.tsx generated by @compiled/babel-plugin v0.35.0 */
2
2
  import "./indicator.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -6,7 +6,7 @@ import noop from '@atlaskit/ds-lib/noop';
6
6
  import { Box, Inline } from '@atlaskit/primitives/compiled';
7
7
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
8
8
  var packageName = "@atlaskit/progress-indicator";
9
- var packageVersion = "11.1.0";
9
+ var packageVersion = "11.1.1";
10
10
  var progressIndicatorGapMap = {
11
11
  comfortable: {
12
12
  default: 'space.100',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
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/"
@@ -28,7 +28,7 @@
28
28
  "@atlaskit/analytics-next": "^10.2.0",
29
29
  "@atlaskit/ds-lib": "^3.3.0",
30
30
  "@atlaskit/primitives": "^13.3.0",
31
- "@atlaskit/tokens": "^2.5.0",
31
+ "@atlaskit/tokens": "^3.0.0",
32
32
  "@atlaskit/visually-hidden": "^1.5.0",
33
33
  "@babel/runtime": "^7.0.0",
34
34
  "@compiled/react": "^0.18.1",