@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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "13.111.0",
4
+ "version": "13.113.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
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';
package/src/theme.ts CHANGED
@@ -28,7 +28,7 @@ const theme = {
28
28
  textDecoration: 'none',
29
29
  },
30
30
  body: {
31
- color: 'text.primary',
31
+ color: 'text.body',
32
32
  fontFamily: 'body',
33
33
  fontSize: '3',
34
34
  lineHeight: 'size-3',