@bitrise/bitkit 11.2.0 → 11.2.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +3 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "11.2.0",
4
+ "version": "11.2.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
@@ -227,3 +227,6 @@ export { default as ProgressBitbot } from './Components/ProgressBitbot/ProgressB
227
227
 
228
228
  export type { ProgressSpinnerProps } from './Components/ProgressSpinner/ProgressSpinner';
229
229
  export { default as ProgressSpinner } from './Components/ProgressSpinner/ProgressSpinner';
230
+
231
+ export type { SearchInputProps } from './Components/SearchInput/SearchInput';
232
+ export { default as SearchInput } from './Components/SearchInput/SearchInput';