@unitedstatespowersquadrons/components 1.3.0-1 → 1.3.0-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/Badges/index.ts CHANGED
@@ -24,6 +24,8 @@ export { default as RepoBadge } from "./Repo";
24
24
  export { default as SuiteBadge } from "./Suite";
25
25
  export { default as TagBadge } from "./Tag";
26
26
 
27
+ export type { CheckSuite, ReachableStatus } from "./types";
28
+
27
29
  export default {
28
30
  Badge,
29
31
  Branch,
package/index.tsx CHANGED
@@ -12,6 +12,9 @@ export * from "./StripedTable";
12
12
  export { default as Flags } from "./Flags";
13
13
  export * from "./Flags";
14
14
 
15
+ export { default as Badges } from "./Badges";
16
+ export * from "./Badges";
17
+
15
18
  export { default as ActionButton } from "./ActionButton";
16
19
  export { default as IconButton } from "./IconButton";
17
20
  export { default as SelectionIconButton } from "./SelectionIconButton";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unitedstatespowersquadrons/components",
3
- "version": "1.3.0-1",
3
+ "version": "1.3.0-3",
4
4
  "description": "USPS shared React components library",
5
5
  "main": "index.tsx",
6
6
  "scripts": {