@atlaskit/progress-indicator 13.1.0 → 13.2.0
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 +11 -0
- package/compass.yml +47 -0
- package/dist/cjs/components/progress-dots.js +1 -1
- package/dist/es2019/components/progress-dots.js +1 -1
- package/dist/esm/components/progress-dots.js +1 -1
- package/package.json +5 -5
- package/progress-dots/package.json +10 -0
- package/progress-indicator.docs.tsx +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/progress-indicator
|
|
2
2
|
|
|
3
|
+
## 13.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`c98e0cf5cc4f6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c98e0cf5cc4f6) -
|
|
8
|
+
Autofix: add explicit package exports (barrel removal)
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 13.1.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/compass.yml
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
configVersion: 1
|
|
2
|
+
id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/5bca9a2a-9b40-460c-8ac7-e2e423a28ff5
|
|
3
|
+
name: '@atlaskit/progress-indicator'
|
|
4
|
+
ownerId: ari:cloud:teams::team/814283d6-8695-4329-b2f8-d78b2645722f # Design System Team (ADS)
|
|
5
|
+
labels:
|
|
6
|
+
- platform-code
|
|
7
|
+
- platform-afm
|
|
8
|
+
typeId: OTHER
|
|
9
|
+
fields:
|
|
10
|
+
tier: 4
|
|
11
|
+
lifecycle: Active
|
|
12
|
+
isMonorepoProject: true
|
|
13
|
+
links:
|
|
14
|
+
- name: Root Repository
|
|
15
|
+
type: REPOSITORY
|
|
16
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
|
|
17
|
+
- name: Slack Channel
|
|
18
|
+
type: CHAT_CHANNEL
|
|
19
|
+
url: https://atlassian.enterprise.slack.com/archives/CFJ9DU39U # #help-design-system
|
|
20
|
+
- name: Progress Indicator
|
|
21
|
+
type: REPOSITORY
|
|
22
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/design-system/progress-indicator
|
|
23
|
+
customFields:
|
|
24
|
+
- name: Department
|
|
25
|
+
type: text
|
|
26
|
+
value: Eng - Design System Fundamentals
|
|
27
|
+
- name: Technical Owner
|
|
28
|
+
type: user
|
|
29
|
+
value: ari:cloud:identity::user/557058:86a9b692-7997-49cb-9984-080801b1de91 # Jared Crowe
|
|
30
|
+
- name: Reviewer Team
|
|
31
|
+
type: text
|
|
32
|
+
value: ari:cloud:teams::team/be19136e-6275-419f-be0c-fcee844b8684 # Design System Engineers
|
|
33
|
+
- name: Required Reviewers Opt In
|
|
34
|
+
type: boolean
|
|
35
|
+
value: true
|
|
36
|
+
- name: Reviewer Selection Mechanism
|
|
37
|
+
type: text
|
|
38
|
+
value: random(3)
|
|
39
|
+
- name: Required Reviewer Approvals
|
|
40
|
+
type: number
|
|
41
|
+
value: 1
|
|
42
|
+
- name: Trusted Committers
|
|
43
|
+
type: text
|
|
44
|
+
value: ari:cloud:teams::team/814283d6-8695-4329-b2f8-d78b2645722f # Design System Team (ADS)
|
|
45
|
+
- name: Trusted Reviewer Teams
|
|
46
|
+
type: text
|
|
47
|
+
value: ari:cloud:teams::team/42f4416b-e028-4daa-b2a5-afe213ac75e1 # Design System Designers
|
|
@@ -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
|
|
19
|
+
var packageVersion = "13.1.0";
|
|
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
|
|
9
|
+
const packageVersion = "13.1.0";
|
|
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
|
|
10
|
+
var packageVersion = "13.1.0";
|
|
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.
|
|
3
|
+
"version": "13.2.0",
|
|
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/"
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/analytics-next": "^12.
|
|
34
|
+
"@atlaskit/analytics-next": "^12.2.0",
|
|
35
35
|
"@atlaskit/ds-lib": "^8.0.0",
|
|
36
|
-
"@atlaskit/primitives": "^20.
|
|
36
|
+
"@atlaskit/primitives": "^20.6.0",
|
|
37
37
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
38
|
-
"@atlaskit/tokens": "^15.
|
|
38
|
+
"@atlaskit/tokens": "^15.6.0",
|
|
39
39
|
"@atlaskit/visually-hidden": "^4.1.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0",
|
|
41
41
|
"@compiled/react": "^0.20.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@af/accessibility-testing": "workspace:^",
|
|
49
49
|
"@af/integration-testing": "workspace:^",
|
|
50
50
|
"@af/visual-regression": "workspace:^",
|
|
51
|
-
"@atlaskit/button": "^24.
|
|
51
|
+
"@atlaskit/button": "^24.3.0",
|
|
52
52
|
"@atlaskit/css": "^1.0.0",
|
|
53
53
|
"@atlaskit/docs": "^12.0.0",
|
|
54
54
|
"@atlaskit/link": "^4.1.0",
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/progress-indicator/progress-dots",
|
|
3
|
+
"main": "../dist/cjs/components/progress-dots.js",
|
|
4
|
+
"module": "../dist/esm/components/progress-dots.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/components/progress-dots.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/components/progress-dots.d.ts"
|
|
10
|
+
}
|
|
@@ -8,6 +8,10 @@ const documentation: StructuredContentSource = {
|
|
|
8
8
|
name: 'ProgressIndicator',
|
|
9
9
|
description: 'A component for displaying progress through steps or completion status.',
|
|
10
10
|
status: 'general-availability',
|
|
11
|
+
designSource: {
|
|
12
|
+
figmaUrl:
|
|
13
|
+
'https://www.figma.com/design/BGz5AdkWe3yTIYdKnTSZuY/ADS-Components?node-id=13186-35931',
|
|
14
|
+
},
|
|
11
15
|
import: {
|
|
12
16
|
name: 'ProgressIndicator',
|
|
13
17
|
package: '@atlaskit/progress-indicator',
|