dhre-ui-kit 0.0.391 → 0.0.392

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/lib/index.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -1163,7 +1163,7 @@ interface PropertyDetailsProps {
1163
1163
  onRightIconPress: () => void;
1164
1164
  subTitleStyle?: ViewStyle;
1165
1165
  propertyNumberStyle?: ViewStyle;
1166
- titleStyle?: ViewStyle;
1166
+ titleStyle?: TextStyle;
1167
1167
  }
1168
1168
 
1169
1169
  declare const _default: (props: PropertyDetailsProps) => React$1.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhre-ui-kit",
3
- "version": "0.0.391",
3
+ "version": "0.0.392",
4
4
  "main": "lib/index.js",
5
5
  "module": "lib/index.mjs",
6
6
  "typings": "lib/index.d.ts",