@atlaskit/progress-indicator 12.0.15 → 12.0.16

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
+ ## 12.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 12.0.15
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* indicator.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* indicator.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* indicator.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* indicator.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./indicator.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* indicator.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* indicator.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./indicator.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -13,7 +13,7 @@ type CommonProps = {
13
13
  *
14
14
  * A presentational indicator with no interactivity
15
15
  */
16
- export declare const PresentationalIndicator: ({ appearance, isSelected, testId }: CommonProps) => JSX.Element;
16
+ export declare const PresentationalIndicator: ({ appearance, isSelected, testId, }: CommonProps) => JSX.Element;
17
17
  type ButtonIndicatorProps = {
18
18
  panelId: string;
19
19
  tabId: string;
@@ -13,7 +13,7 @@ type CommonProps = {
13
13
  *
14
14
  * A presentational indicator with no interactivity
15
15
  */
16
- export declare const PresentationalIndicator: ({ appearance, isSelected, testId }: CommonProps) => JSX.Element;
16
+ export declare const PresentationalIndicator: ({ appearance, isSelected, testId, }: CommonProps) => JSX.Element;
17
17
  type ButtonIndicatorProps = {
18
18
  panelId: string;
19
19
  tabId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "12.0.15",
3
+ "version": "12.0.16",
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,12 +25,12 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@atlaskit/analytics-next": "^11.1.0",
28
- "@atlaskit/ds-lib": "^5.3.0",
28
+ "@atlaskit/ds-lib": "^6.0.0",
29
29
  "@atlaskit/primitives": "^18.0.0",
30
- "@atlaskit/tokens": "^11.0.0",
30
+ "@atlaskit/tokens": "^11.1.0",
31
31
  "@atlaskit/visually-hidden": "^3.0.0",
32
32
  "@babel/runtime": "^7.0.0",
33
- "@compiled/react": "^0.18.6",
33
+ "@compiled/react": "^0.20.0",
34
34
  "bind-event-listener": "^3.0.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -40,9 +40,9 @@
40
40
  "@af/accessibility-testing": "workspace:^",
41
41
  "@af/integration-testing": "workspace:^",
42
42
  "@af/visual-regression": "workspace:^",
43
- "@atlaskit/button": "^23.9.0",
43
+ "@atlaskit/button": "^23.10.0",
44
44
  "@atlaskit/css": "^0.19.0",
45
- "@atlaskit/docs": "^11.3.0",
45
+ "@atlaskit/docs": "^11.6.0",
46
46
  "@atlaskit/link": "^3.3.0",
47
47
  "@atlaskit/section-message": "^8.12.0",
48
48
  "@atlassian/ssr-tests": "workspace:^",