@atlaskit/progress-indicator 9.4.1 → 9.4.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,11 @@
1
1
  # @atlaskit/progress-indicator
2
2
 
3
+ ## 9.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.4.1
4
10
 
5
11
  ### Patch Changes
@@ -41,7 +41,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
41
41
 
42
42
  /** @jsx jsx */
43
43
  var packageName = "@atlaskit/progress-indicator";
44
- var packageVersion = "9.4.1";
44
+ var packageVersion = "9.4.2";
45
45
  /**
46
46
  * __ProgressDots__
47
47
  *
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.4.1",
3
+ "version": "9.4.2",
4
4
  "sideEffects": false
5
5
  }
@@ -11,7 +11,7 @@ import { getBgColor } from './appearances';
11
11
  import { progressIndicatorGapMap, sizes, varDotsMargin, varDotsSize } from './constants';
12
12
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
13
13
  const packageName = "@atlaskit/progress-indicator";
14
- const packageVersion = "9.4.1";
14
+ const packageVersion = "9.4.2";
15
15
  /**
16
16
  * __ProgressDots__
17
17
  *
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.4.1",
3
+ "version": "9.4.2",
4
4
  "sideEffects": false
5
5
  }
@@ -14,7 +14,7 @@ import { getBgColor } from './appearances';
14
14
  import { progressIndicatorGapMap, sizes, varDotsMargin, varDotsSize } from './constants';
15
15
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
16
16
  var packageName = "@atlaskit/progress-indicator";
17
- var packageVersion = "9.4.1";
17
+ var packageVersion = "9.4.2";
18
18
  /**
19
19
  * __ProgressDots__
20
20
  *
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.4.1",
3
+ "version": "9.4.2",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.4.1",
3
+ "version": "9.4.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/"
@@ -25,11 +25,11 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@atlaskit/analytics-next": "^8.0.0",
28
- "@atlaskit/ds-explorations": "^1.5.0",
28
+ "@atlaskit/ds-explorations": "^1.6.0",
29
29
  "@atlaskit/ds-lib": "^2.1.0",
30
30
  "@atlaskit/focus-ring": "^1.2.0",
31
31
  "@atlaskit/theme": "^12.2.0",
32
- "@atlaskit/tokens": "^0.11.0",
32
+ "@atlaskit/tokens": "^0.12.0",
33
33
  "@babel/runtime": "^7.0.0",
34
34
  "@emotion/react": "^11.7.1",
35
35
  "bind-event-listener": "^2.1.1"
@@ -38,7 +38,7 @@
38
38
  "react": "^16.8.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@atlaskit/button": "^16.4.0",
41
+ "@atlaskit/button": "^16.5.0",
42
42
  "@atlaskit/docs": "*",
43
43
  "@atlaskit/section-message": "^6.3.0",
44
44
  "@atlaskit/ssr": "*",
package/report.api.md CHANGED
@@ -1,12 +1,17 @@
1
+ <!-- API Report Version: 2.2 -->
2
+
1
3
  ## API Report File for "@atlaskit/progress-indicator"
2
4
 
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
5
+ > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
6
+ > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
7
+
8
+ ### Table of contents
4
9
 
5
- <!--
6
- Generated API Report version: 2.0
7
- -->
10
+ - [Main Entry Types](#main-entry-types)
8
11
 
9
- [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
12
+ ### Main Entry Types
13
+
14
+ <!--SECTION START: Main Entry Types-->
10
15
 
11
16
  ```ts
12
17
  /// <reference types="react" />
@@ -40,10 +45,12 @@ export interface ProgressDotsProps {
40
45
  export const ProgressIndicator: FC<ProgressDotsProps>;
41
46
 
42
47
  // @public (undocumented)
43
- type Size = 'small' | 'default' | 'large';
48
+ type Size = 'default' | 'large' | 'small';
44
49
 
45
50
  // @public (undocumented)
46
- type Spacing = 'comfortable' | 'cozy' | 'compact';
51
+ type Spacing = 'comfortable' | 'compact' | 'cozy';
47
52
 
48
53
  // (No @packageDocumentation comment for this package)
49
54
  ```
55
+
56
+ <!--SECTION END: Main Entry Types-->