@atlaskit/progress-indicator 9.3.1 → 9.3.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 +6 -0
- package/dist/cjs/components/indicator.js +2 -1
- package/dist/cjs/components/progress-dots.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/indicator.js +2 -1
- package/dist/es2019/components/progress-dots.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/indicator.js +2 -1
- package/dist/esm/components/progress-dots.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +7 -4
- package/report.api.md +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/progress-indicator
|
|
2
2
|
|
|
3
|
+
## 9.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op change to introduce spacing tokens to design system components.
|
|
8
|
+
|
|
3
9
|
## 9.3.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -32,7 +32,8 @@ var commonStyles = (0, _react.css)({
|
|
|
32
32
|
}
|
|
33
33
|
});
|
|
34
34
|
var buttonStyles = (0, _react.css)({
|
|
35
|
-
|
|
35
|
+
// TODO Delete this comment after verifying spacing token -> previous value `0`
|
|
36
|
+
padding: "var(--ds-scale-0, 0px)",
|
|
36
37
|
border: 0,
|
|
37
38
|
cursor: 'pointer',
|
|
38
39
|
outline: 0
|
|
@@ -35,7 +35,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
35
35
|
|
|
36
36
|
/** @jsx jsx */
|
|
37
37
|
var packageName = "@atlaskit/progress-indicator";
|
|
38
|
-
var packageVersion = "9.3.
|
|
38
|
+
var packageVersion = "9.3.2";
|
|
39
39
|
var containerStyles = (0, _react2.css)({
|
|
40
40
|
display: 'flex',
|
|
41
41
|
justifyContent: 'center',
|
package/dist/cjs/version.json
CHANGED
|
@@ -9,7 +9,7 @@ import { getBgColor } from './appearances';
|
|
|
9
9
|
import { sizes, spacingDivision, varDotsMargin, varDotsSize } from './constants';
|
|
10
10
|
import { ButtonIndicator, PresentationalIndicator } from './indicator';
|
|
11
11
|
const packageName = "@atlaskit/progress-indicator";
|
|
12
|
-
const packageVersion = "9.3.
|
|
12
|
+
const packageVersion = "9.3.2";
|
|
13
13
|
const containerStyles = css({
|
|
14
14
|
display: 'flex',
|
|
15
15
|
justifyContent: 'center',
|
package/dist/es2019/version.json
CHANGED
|
@@ -11,7 +11,7 @@ import { getBgColor } from './appearances';
|
|
|
11
11
|
import { sizes, spacingDivision, varDotsMargin, varDotsSize } from './constants';
|
|
12
12
|
import { ButtonIndicator, PresentationalIndicator } from './indicator';
|
|
13
13
|
var packageName = "@atlaskit/progress-indicator";
|
|
14
|
-
var packageVersion = "9.3.
|
|
14
|
+
var packageVersion = "9.3.2";
|
|
15
15
|
var containerStyles = css({
|
|
16
16
|
display: 'flex',
|
|
17
17
|
justifyContent: 'center',
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/progress-indicator",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.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/"
|
|
@@ -15,13 +15,15 @@
|
|
|
15
15
|
"typesVersions": {
|
|
16
16
|
">=4.0 <4.5": {
|
|
17
17
|
"*": [
|
|
18
|
-
"dist/types-ts4.0/*"
|
|
18
|
+
"dist/types-ts4.0/*",
|
|
19
|
+
"dist/types-ts4.0/index.d.ts"
|
|
19
20
|
]
|
|
20
21
|
}
|
|
21
22
|
},
|
|
22
23
|
"sideEffects": false,
|
|
23
24
|
"atlaskit:src": "src/index.tsx",
|
|
24
25
|
"atlassian": {
|
|
26
|
+
"disableProductCI": true,
|
|
25
27
|
"team": "Design System Team",
|
|
26
28
|
"releaseModel": "scheduled",
|
|
27
29
|
"website": {
|
|
@@ -32,7 +34,7 @@
|
|
|
32
34
|
"dependencies": {
|
|
33
35
|
"@atlaskit/analytics-next": "^8.0.0",
|
|
34
36
|
"@atlaskit/ds-lib": "^2.1.0",
|
|
35
|
-
"@atlaskit/focus-ring": "^1.
|
|
37
|
+
"@atlaskit/focus-ring": "^1.1.0",
|
|
36
38
|
"@atlaskit/theme": "^12.2.0",
|
|
37
39
|
"@atlaskit/tokens": "^0.10.0",
|
|
38
40
|
"@babel/runtime": "^7.0.0",
|
|
@@ -45,7 +47,7 @@
|
|
|
45
47
|
"devDependencies": {
|
|
46
48
|
"@atlaskit/button": "^16.3.0",
|
|
47
49
|
"@atlaskit/docs": "*",
|
|
48
|
-
"@atlaskit/section-message": "^6.
|
|
50
|
+
"@atlaskit/section-message": "^6.3.0",
|
|
49
51
|
"@atlaskit/ssr": "*",
|
|
50
52
|
"@atlaskit/visual-regression": "*",
|
|
51
53
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
@@ -71,6 +73,7 @@
|
|
|
71
73
|
"emotion"
|
|
72
74
|
],
|
|
73
75
|
"analytics": "analytics-next",
|
|
76
|
+
"design-tokens": "spacing",
|
|
74
77
|
"theming": "tokens",
|
|
75
78
|
"deprecation": "no-deprecated-imports"
|
|
76
79
|
}
|
package/report.api.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
## API Report File for "@atlaskit/progress-indicator"
|
|
1
|
+
## API Report File for "@atlaskit/progress-indicator".
|
|
2
2
|
|
|
3
|
-
> Do not edit this file.
|
|
3
|
+
> Do not edit this file. This report is auto-generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
[Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
|
|
4
6
|
|
|
5
7
|
```ts
|
|
6
8
|
/// <reference types="react" />
|