@bitrise/bitkit 9.1.6-alpha.1 → 9.1.6-alpha.2

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.1.6-alpha.1",
4
+ "version": "9.1.6-alpha.2",
5
5
  "repository": "git@github.com:bitrise-io/bitkit.git",
6
6
  "main": "lib/cjs/index.js",
7
7
  "esnext": "lib/esn/index.js",
package/src/index.ts CHANGED
@@ -22,6 +22,7 @@ export { default as Badge, Props as BadgeProps } from './Badge/Badge';
22
22
  export { default as Base, Props as BaseProps, TypeColors, TypeSizes } from './Base/Base';
23
23
  export { default as Bounds, Props as BoundsProps } from './Bounds/Bounds';
24
24
  export { default as Button, Props as ButtonProps } from './Button/Button';
25
+ export { default as Button2 } from './Button2/Button2';
25
26
  export { default as Buttons, Props as ButtonsProps } from './Button/Buttons';
26
27
  export { default as ButtonWithDropdown, Props as ButtonWithDropdownProps } from './ButtonWithDropdown/ButtonWithDropdown';
27
28
  export { default as Card, Props as CardProps } from './Card/Card';