@scripso-homepad/ui 0.4.35 → 0.4.37

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/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { spacing, colors, fontWeight, fontSize, fonts, radii, INPUT_HEIGHT, INPUT_OUTLINE_WIDTH, INPUT_ICON_GAP, useApplyWebClassName, resolveInputVisualState, Label, getInputFieldStyles, inputFieldMetrics } from './chunk-AOBKWDGW.js';
2
- export { Button, Input, Label, announcementStatusBadge, brand, buttonTypography, colors, emeraldGreen, fontSize, fontWeight, fonts, labelTypography, navy, radii, rubyRed, shadows, spacing, stormGray, typographyScale } from './chunk-AOBKWDGW.js';
1
+ import { spacing, colors, fontWeight, fontSize, fonts, radii, INPUT_HEIGHT, INPUT_OUTLINE_WIDTH, INPUT_ICON_GAP, useApplyWebClassName, resolveInputVisualState, Label, getInputFieldStyles, inputFieldMetrics } from './chunk-4FBZM62E.js';
2
+ export { Button, Input, Label, announcementStatusBadge, brand, buttonTypography, colors, emeraldGreen, fontSize, fontWeight, fonts, labelTypography, navy, radii, rubyRed, shadows, spacing, stormGray, typographyScale } from './chunk-4FBZM62E.js';
3
3
  import { createContext, useRef, useState, useMemo, useEffect, useLayoutEffect, useContext, isValidElement, cloneElement } from 'react';
4
4
  import { Platform, StyleSheet, Animated, Easing, View, Pressable, Text, Modal, ScrollView, Image, TextInput, Dimensions } from 'react-native';
5
5
  import Svg2, { Path } from 'react-native-svg';
@@ -1254,12 +1254,15 @@ function PhoneInput({
1254
1254
  var styles4 = StyleSheet.create({
1255
1255
  wrapper: {
1256
1256
  width: "100%",
1257
+ minWidth: 0,
1257
1258
  gap: spacing.sm
1258
1259
  },
1259
1260
  row: {
1260
1261
  flexDirection: "row",
1261
1262
  alignItems: "center",
1262
- gap: INPUT_ICON_GAP
1263
+ gap: INPUT_ICON_GAP,
1264
+ minWidth: 0,
1265
+ width: "100%"
1263
1266
  },
1264
1267
  countryOutline: {
1265
1268
  flexShrink: 0
@@ -1268,10 +1271,12 @@ var styles4 = StyleSheet.create({
1268
1271
  flexShrink: 0
1269
1272
  },
1270
1273
  phoneOutline: {
1271
- flex: 1
1274
+ flex: 1,
1275
+ minWidth: 0
1272
1276
  },
1273
1277
  phoneField: {
1274
- flex: 1
1278
+ flex: 1,
1279
+ minWidth: 0
1275
1280
  },
1276
1281
  error: {
1277
1282
  fontSize: 12,