@atlaskit/progress-indicator 12.0.14 → 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,17 @@
1
1
  # @atlaskit/progress-indicator
2
2
 
3
+ ## 12.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 12.0.15
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 12.0.14
4
16
 
5
17
  ### 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");
@@ -15,7 +15,7 @@ var _compiled = require("@atlaskit/primitives/compiled");
15
15
  var _indicator = require("./indicator");
16
16
  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); }
17
17
  var packageName = "@atlaskit/progress-indicator";
18
- var packageVersion = "12.0.13";
18
+ var packageVersion = "0.0.0-development";
19
19
  var progressIndicatorGapMap = {
20
20
  comfortable: {
21
21
  default: 'space.100',
@@ -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";
@@ -5,7 +5,7 @@ import noop from '@atlaskit/ds-lib/noop';
5
5
  import { Box, Inline } from '@atlaskit/primitives/compiled';
6
6
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
7
7
  const packageName = "@atlaskit/progress-indicator";
8
- const packageVersion = "12.0.13";
8
+ const packageVersion = "0.0.0-development";
9
9
  const progressIndicatorGapMap = {
10
10
  comfortable: {
11
11
  default: 'space.100',
@@ -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";
@@ -6,7 +6,7 @@ import noop from '@atlaskit/ds-lib/noop';
6
6
  import { Box, Inline } from '@atlaskit/primitives/compiled';
7
7
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
8
8
  var packageName = "@atlaskit/progress-indicator";
9
- var packageVersion = "12.0.13";
9
+ var packageVersion = "0.0.0-development";
10
10
  var progressIndicatorGapMap = {
11
11
  comfortable: {
12
12
  default: 'space.100',
@@ -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.14",
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",
29
- "@atlaskit/primitives": "^17.1.0",
30
- "@atlaskit/tokens": "^10.0.0",
28
+ "@atlaskit/ds-lib": "^6.0.0",
29
+ "@atlaskit/primitives": "^18.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:^",