@atlaskit/progress-tracker 9.3.2 → 9.3.3
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/internal/bar.js +1 -1
- package/dist/cjs/internal/link-new.compiled.css +2 -2
- package/dist/cjs/internal/link-new.js +2 -2
- package/dist/cjs/internal/link.js +1 -1
- package/dist/cjs/internal/marker.js +1 -1
- package/dist/cjs/internal/stage.js +1 -1
- package/dist/cjs/progress-tracker.js +1 -1
- package/dist/es2019/internal/bar.js +1 -1
- package/dist/es2019/internal/link-new.compiled.css +2 -2
- package/dist/es2019/internal/link-new.js +2 -2
- package/dist/es2019/internal/link.js +1 -1
- package/dist/es2019/internal/marker.js +1 -1
- package/dist/es2019/internal/stage.js +1 -1
- package/dist/es2019/progress-tracker.js +1 -1
- package/dist/esm/internal/bar.js +1 -1
- package/dist/esm/internal/link-new.compiled.css +2 -2
- package/dist/esm/internal/link-new.js +2 -2
- package/dist/esm/internal/link.js +1 -1
- package/dist/esm/internal/marker.js +1 -1
- package/dist/esm/internal/stage.js +1 -1
- package/dist/esm/progress-tracker.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/cjs/internal/bar.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
._11c81kw7{font:inherit}
|
|
2
2
|
._1hmsglyw{text-decoration-line:none}
|
|
3
|
-
.
|
|
3
|
+
._4bfu1r31{text-decoration-color:currentColor}
|
|
4
4
|
._ajmmnqa1{text-decoration-style:solid}
|
|
5
5
|
._syaz1fxt{color:var(--ds-text,#172b4d)}
|
|
6
6
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
7
7
|
._30l314q2:hover{color:var(--ds-link,#0c66e4)}
|
|
8
|
-
.
|
|
8
|
+
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
9
9
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
10
10
|
._9h8h16c2:active{color:var(--ds-link-pressed,#05c)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* link-new.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* link-new.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -11,7 +11,7 @@ var _runtime = require("@compiled/react/runtime");
|
|
|
11
11
|
var _react = _interopRequireDefault(require("react"));
|
|
12
12
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
13
13
|
var styles = {
|
|
14
|
-
anchor: "
|
|
14
|
+
anchor: "_4bfu1r31 _1hmsglyw _ajmmnqa1 _11c81kw7 _syaz1fxt _9oik1r31 _1bnx8stv _jf4cnqa1 _30l314q2 _9h8h16c2"
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
._11c81kw7{font:inherit}
|
|
2
2
|
._1hmsglyw{text-decoration-line:none}
|
|
3
|
-
.
|
|
3
|
+
._4bfu1r31{text-decoration-color:currentColor}
|
|
4
4
|
._ajmmnqa1{text-decoration-style:solid}
|
|
5
5
|
._syaz1fxt{color:var(--ds-text,#172b4d)}
|
|
6
6
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
7
7
|
._30l314q2:hover{color:var(--ds-link,#0c66e4)}
|
|
8
|
-
.
|
|
8
|
+
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
9
9
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
10
10
|
._9h8h16c2:active{color:var(--ds-link-pressed,#05c)}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* link-new.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* link-new.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./link-new.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { Anchor } from '@atlaskit/primitives/compiled';
|
|
6
6
|
const styles = {
|
|
7
|
-
anchor: "
|
|
7
|
+
anchor: "_4bfu1r31 _1hmsglyw _ajmmnqa1 _11c81kw7 _syaz1fxt _9oik1r31 _1bnx8stv _jf4cnqa1 _30l314q2 _9h8h16c2"
|
|
8
8
|
};
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* progress-tracker.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* progress-tracker.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./progress-tracker.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
package/dist/esm/internal/bar.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
._11c81kw7{font:inherit}
|
|
2
2
|
._1hmsglyw{text-decoration-line:none}
|
|
3
|
-
.
|
|
3
|
+
._4bfu1r31{text-decoration-color:currentColor}
|
|
4
4
|
._ajmmnqa1{text-decoration-style:solid}
|
|
5
5
|
._syaz1fxt{color:var(--ds-text,#172b4d)}
|
|
6
6
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
7
7
|
._30l314q2:hover{color:var(--ds-link,#0c66e4)}
|
|
8
|
-
.
|
|
8
|
+
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
9
9
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
10
10
|
._9h8h16c2:active{color:var(--ds-link-pressed,#05c)}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* link-new.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* link-new.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./link-new.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { Anchor } from '@atlaskit/primitives/compiled';
|
|
6
6
|
var styles = {
|
|
7
|
-
anchor: "
|
|
7
|
+
anchor: "_4bfu1r31 _1hmsglyw _ajmmnqa1 _11c81kw7 _syaz1fxt _9oik1r31 _1bnx8stv _jf4cnqa1 _30l314q2 _9h8h16c2"
|
|
8
8
|
};
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* stage.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* stage.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _readOnlyError from "@babel/runtime/helpers/readOnlyError";
|
|
3
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
4
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* progress-tracker.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* progress-tracker.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import "./progress-tracker.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/progress-tracker",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.3",
|
|
4
4
|
"description": "A progress tracker displays the steps and progress through a journey.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/css": "^0.8.0",
|
|
29
|
-
"@atlaskit/platform-feature-flags": "^1.
|
|
30
|
-
"@atlaskit/primitives": "^13.
|
|
31
|
-
"@atlaskit/theme": "^
|
|
29
|
+
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
30
|
+
"@atlaskit/primitives": "^13.5.0",
|
|
31
|
+
"@atlaskit/theme": "^16.0.0",
|
|
32
32
|
"@atlaskit/tokens": "^3.3.0",
|
|
33
33
|
"@babel/runtime": "^7.0.0",
|
|
34
34
|
"@compiled/react": "^0.18.1",
|