@bitrise/bitkit 9.7.0-alpha-chakra.3 → 9.7.0-alpha-chakra.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "9.7.0-alpha-chakra.3",
4
+ "version": "9.7.0-alpha-chakra.4",
5
5
  "repository": "git@github.com:bitrise-io/bitkit.git",
6
6
  "main": "src/index.ts",
7
7
  "license": "UNLICENSED",
package/src/index.ts CHANGED
@@ -6,8 +6,11 @@ import * as hooks from './Old/hooks';
6
6
  export { variables };
7
7
  export { hooks };
8
8
  export { default as Provider } from './Components/Provider/Provider';
9
+
9
10
  export { default as theme } from './theme';
10
11
 
12
+ export type { TypeBorderRadius } from './Old/Base/Base';
13
+
11
14
  export { default as AddonBeam, Props as AddonBeamProps } from './Old/AddonBeam/AddonBeam';
12
15
  export { default as AddonBeamLink, Props as AddonBeamLinkProps } from './Old/AddonBeam/AddonBeamLink';
13
16
  export { default as AddonFooter, Props as AddonFooterProps } from './Old/AddonFooter/AddonFooter';