@atlaskit/progress-indicator 9.5.12 → 9.5.14

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,17 @@
1
1
  # @atlaskit/progress-indicator
2
2
 
3
+ ## 9.5.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated dependencies
8
+
9
+ ## 9.5.13
10
+
11
+ ### Patch Changes
12
+
13
+ - [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
14
+
3
15
  ## 9.5.12
4
16
 
5
17
  ### Patch Changes
@@ -41,6 +41,8 @@ var buttonStyles = (0, _react.css)({
41
41
  * A presentational indicator with no interactivity
42
42
  */
43
43
  var PresentationalIndicator = function PresentationalIndicator(props
44
+ // TODO: Remove role="presentation", since div's have no semantics anyway
45
+ // (DSP-11587)
44
46
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
45
47
  ) {
46
48
  return (0, _react.jsx)("div", (0, _extends2.default)({}, props, {
@@ -24,7 +24,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
24
24
  /** @jsx jsx */
25
25
 
26
26
  var packageName = "@atlaskit/progress-indicator";
27
- var packageVersion = "9.5.12";
27
+ var packageVersion = "9.5.14";
28
28
 
29
29
  /**
30
30
  * __ProgressDots__
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.5.12",
3
+ "version": "9.5.14",
4
4
  "sideEffects": false
5
5
  }
@@ -34,6 +34,8 @@ const buttonStyles = css({
34
34
  * A presentational indicator with no interactivity
35
35
  */
36
36
  export const PresentationalIndicator = (props
37
+ // TODO: Remove role="presentation", since div's have no semantics anyway
38
+ // (DSP-11587)
37
39
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
38
40
  ) => jsx("div", _extends({}, props, {
39
41
  css: commonStyles,
@@ -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.5.12";
14
+ const packageVersion = "9.5.14";
15
15
 
16
16
  /**
17
17
  * __ProgressDots__
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.5.12",
3
+ "version": "9.5.14",
4
4
  "sideEffects": false
5
5
  }
@@ -34,6 +34,8 @@ var buttonStyles = css({
34
34
  * A presentational indicator with no interactivity
35
35
  */
36
36
  export var PresentationalIndicator = function PresentationalIndicator(props
37
+ // TODO: Remove role="presentation", since div's have no semantics anyway
38
+ // (DSP-11587)
37
39
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
38
40
  ) {
39
41
  return jsx("div", _extends({}, props, {
@@ -13,7 +13,7 @@ import { getBgColor } from './appearances';
13
13
  import { progressIndicatorGapMap, sizes, varDotsMargin, varDotsSize } from './constants';
14
14
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
15
15
  var packageName = "@atlaskit/progress-indicator";
16
- var packageVersion = "9.5.12";
16
+ var packageVersion = "9.5.14";
17
17
 
18
18
  /**
19
19
  * __ProgressDots__
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.5.12",
3
+ "version": "9.5.14",
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.5.12",
3
+ "version": "9.5.14",
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/"
@@ -12,18 +12,10 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
- "typesVersions": {
16
- ">=4.5 <4.9": {
17
- "*": [
18
- "dist/types-ts4.5/*",
19
- "dist/types-ts4.5/index.d.ts"
20
- ]
21
- }
22
- },
23
15
  "sideEffects": false,
24
16
  "atlaskit:src": "src/index.tsx",
25
17
  "atlassian": {
26
- "team": "Design System Team",
18
+ "team": "Design System Fundamentals",
27
19
  "releaseModel": "continuous",
28
20
  "website": {
29
21
  "name": "Progress indicator",
@@ -35,9 +27,9 @@
35
27
  "@atlaskit/ds-explorations": "^2.2.0",
36
28
  "@atlaskit/ds-lib": "^2.2.0",
37
29
  "@atlaskit/focus-ring": "^1.3.0",
38
- "@atlaskit/primitives": "^1.0.0",
30
+ "@atlaskit/primitives": "^1.0.6",
39
31
  "@atlaskit/theme": "^12.5.0",
40
- "@atlaskit/tokens": "^1.11.0",
32
+ "@atlaskit/tokens": "^1.13.0",
41
33
  "@babel/runtime": "^7.0.0",
42
34
  "@emotion/react": "^11.7.1",
43
35
  "bind-event-listener": "^2.1.1"
@@ -46,6 +38,8 @@
46
38
  "react": "^16.8.0"
47
39
  },
48
40
  "devDependencies": {
41
+ "@af/accessibility-testing": "*",
42
+ "@af/visual-regression": "*",
49
43
  "@atlaskit/ssr": "*",
50
44
  "@atlaskit/visual-regression": "*",
51
45
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
@@ -80,10 +74,18 @@
80
74
  "deprecation": "no-deprecated-imports"
81
75
  }
82
76
  },
77
+ "typesVersions": {
78
+ ">=4.5 <4.9": {
79
+ "*": [
80
+ "dist/types-ts4.5/*",
81
+ "dist/types-ts4.5/index.d.ts"
82
+ ]
83
+ }
84
+ },
83
85
  "af:exports": {
84
86
  "./types": "./src/types.tsx",
85
87
  ".": "./src/index.tsx"
86
88
  },
87
89
  "homepage": "https://atlassian.design/components/progress-indicator/",
88
90
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
89
- }
91
+ }