@bitrise/bitkit 13.111.0 → 13.113.0
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 +1 -1
- package/src/index.ts +1 -0
- package/src/theme.ts +1 -1
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -168,6 +168,7 @@ export { default as LightBox } from './Components/LightBox/LightBox';
|
|
|
168
168
|
|
|
169
169
|
export type { LabeledDataProps } from './Components/LabeledData/LabeledData';
|
|
170
170
|
export { default as LabeledData } from './Components/LabeledData/LabeledData';
|
|
171
|
+
export { default as LabeledDataList } from './Components/LabeledData/LabeledDataList';
|
|
171
172
|
|
|
172
173
|
export type { AspectRatioProps } from './Components/AspectRatio/AspectRatio';
|
|
173
174
|
export { default as AspectRatio } from './Components/AspectRatio/AspectRatio';
|