@teambit/component.ui.version-block 0.0.884 → 0.0.886

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.
@@ -1,18 +1,18 @@
1
1
  import { AccountObj } from '@teambit/design.ui.avatar';
2
- declare type SemVer = string;
3
- declare type TimeStamp = string;
4
- declare type ComponentID = string;
2
+ type SemVer = string;
3
+ type TimeStamp = string;
4
+ type ComponentID = string;
5
5
  export declare enum JobStatus {
6
6
  fail = "fail",
7
7
  pass = "pass",
8
8
  running = "running",
9
9
  pending = "pending"
10
10
  }
11
- export declare type Component = {
11
+ export type Component = {
12
12
  id: ComponentID;
13
13
  latest: SemVer;
14
14
  };
15
- export declare type Version = {
15
+ export type Version = {
16
16
  id: SemVer;
17
17
  timestamp: TimeStamp;
18
18
  labels?: string[];
@@ -8,5 +8,5 @@ var JobStatus;
8
8
  JobStatus["pass"] = "pass";
9
9
  JobStatus["running"] = "running";
10
10
  JobStatus["pending"] = "pending";
11
- })(JobStatus = exports.JobStatus || (exports.JobStatus = {}));
11
+ })(JobStatus || (exports.JobStatus = JobStatus = {}));
12
12
  //# sourceMappingURL=change-log.data.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"change-log.data.js","sourceRoot":"","sources":["../change-log.data.ts"],"names":[],"mappings":";;;AAMA,2BAA2B;AAE3B,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,0BAAa,CAAA;IACb,0BAAa,CAAA;IACb,gCAAmB,CAAA;IACnB,gCAAmB,CAAA;AACrB,CAAC,EALW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAKpB"}
1
+ {"version":3,"file":"change-log.data.js","sourceRoot":"","sources":["../change-log.data.ts"],"names":[],"mappings":";;;AAMA,2BAA2B;AAE3B,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,0BAAa,CAAA;IACb,0BAAa,CAAA;IACb,gCAAmB,CAAA;IACnB,gCAAmB,CAAA;AACrB,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB"}
@@ -1,6 +1,6 @@
1
1
  import React, { HTMLAttributes } from 'react';
2
2
  import { LegacyComponentLog } from '@teambit/legacy-component-log';
3
- export declare type VersionBlockProps = {
3
+ export type VersionBlockProps = {
4
4
  componentId: string;
5
5
  isLatest: boolean;
6
6
  snap: LegacyComponentLog;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/component.ui.version-block",
3
- "version": "0.0.884",
3
+ "version": "0.0.886",
4
4
  "homepage": "https://bit.cloud/teambit/component/ui/version-block",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "ui/version-block",
9
- "version": "0.0.884"
9
+ "version": "0.0.886"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "2.2.6",
@@ -17,8 +17,8 @@
17
17
  "@teambit/design.ui.tooltip": "0.0.361",
18
18
  "@teambit/documenter.ui.heading": "4.1.1",
19
19
  "@teambit/legacy-component-log": "0.0.402",
20
- "@teambit/lanes.hooks.use-lanes": "0.0.262",
21
- "@teambit/lanes.ui.models.lanes-model": "0.0.213"
20
+ "@teambit/lanes.hooks.use-lanes": "0.0.264",
21
+ "@teambit/lanes.ui.models.lanes-model": "0.0.216"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/classnames": "2.2.11",