dhre-ui-kit 0.0.397 → 0.0.398

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/lib/index.js CHANGED
@@ -5279,8 +5279,11 @@ const CustomDropdown = (props) => {
5279
5279
  const styles$8 = reactNative.StyleSheet.create({
5280
5280
  container: {
5281
5281
  backgroundColor: theme.SURFACE_STATIC["light"],
5282
- marginVertical: verticalScale(4)
5282
+ marginVertical: verticalScale(4),
5283
5283
  // External margin
5284
+ direction: "ltr",
5285
+ writingDirection: "ltr",
5286
+ textAlign: "left"
5284
5287
  },
5285
5288
  dropdown: {
5286
5289
  height: verticalScale(48),
@@ -5300,10 +5303,13 @@ const styles$8 = reactNative.StyleSheet.create({
5300
5303
  fontSize: verticalScale(12)
5301
5304
  },
5302
5305
  placeholderStyle: {
5303
- fontSize: verticalScale(16)
5306
+ fontSize: verticalScale(16),
5307
+ writingDirection: "ltr",
5308
+ direction: "ltr"
5304
5309
  },
5305
5310
  selectedTextStyle: {
5306
- fontSize: verticalScale(16)
5311
+ fontSize: verticalScale(16),
5312
+ writingDirection: "ltr"
5307
5313
  },
5308
5314
  iconStyle: {
5309
5315
  width: horizontalScale(20),
@@ -5644,7 +5650,9 @@ const styles$5 = reactNative.StyleSheet.create({
5644
5650
  textInputContainer: {
5645
5651
  flexDirection: "row",
5646
5652
  justifyContent: "space-between",
5647
- marginTop: verticalScale(8)
5653
+ marginTop: verticalScale(8),
5654
+ direction: "ltr",
5655
+ writingDirection: "ltr"
5648
5656
  },
5649
5657
  textInputStyle: {
5650
5658
  height: verticalScale(48),