@bitrise/bitkit 9.8.0 → 9.8.1-alpha-chakra.1

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.8.0",
4
+ "version": "9.8.1-alpha-chakra.1",
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
@@ -288,3 +288,9 @@ export { default as VisibilityContainer } from './Old/Visibility/VisibilityConta
288
288
 
289
289
  export { default as Provider } from './Components/Provider/Provider';
290
290
  export { default as theme } from './theme';
291
+
292
+ export type { Props as OverflowMenuProps } from './Components/OverflowMenu/OverflowMenu';
293
+ export { default as OverflowMenu } from './Components/OverflowMenu/OverflowMenu';
294
+
295
+ export type { Props as OverflowMenuItemProps } from './Components/OverflowMenu/OverflowMenuItem';
296
+ export { default as OverflowMenuItem } from './Components/OverflowMenu/OverflowMenuItem';