@butternutbox/pawprint-native 0.6.0 → 0.8.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/dist/index.cjs CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  var react = require('@emotion/react');
4
4
  var pawprintTokens = require('@butternutbox/pawprint-tokens');
5
- var styled60 = require('@emotion/native');
5
+ var styled51 = require('@emotion/native');
6
6
  var React60 = require('react');
7
7
  var jsxRuntime = require('react/jsx-runtime');
8
8
  var AvatarPrimitive = require('@rn-primitives/avatar');
9
9
  var reactNative = require('react-native');
10
10
  var Svg = require('react-native-svg');
11
11
  var SwitchPrimitive = require('@rn-primitives/switch');
12
- var Animated9 = require('react-native-reanimated');
12
+ var Animated10 = require('react-native-reanimated');
13
13
  var slot = require('@rn-primitives/slot');
14
14
  var reactNativeSafeAreaContext = require('react-native-safe-area-context');
15
15
  var CheckboxPrimitive = require('@rn-primitives/checkbox');
@@ -42,12 +42,12 @@ function _interopNamespace(e) {
42
42
  return Object.freeze(n);
43
43
  }
44
44
 
45
- var styled60__default = /*#__PURE__*/_interopDefault(styled60);
45
+ var styled51__default = /*#__PURE__*/_interopDefault(styled51);
46
46
  var React60__default = /*#__PURE__*/_interopDefault(React60);
47
47
  var AvatarPrimitive__namespace = /*#__PURE__*/_interopNamespace(AvatarPrimitive);
48
48
  var Svg__default = /*#__PURE__*/_interopDefault(Svg);
49
49
  var SwitchPrimitive__namespace = /*#__PURE__*/_interopNamespace(SwitchPrimitive);
50
- var Animated9__default = /*#__PURE__*/_interopDefault(Animated9);
50
+ var Animated10__default = /*#__PURE__*/_interopDefault(Animated10);
51
51
  var CheckboxPrimitive__namespace = /*#__PURE__*/_interopNamespace(CheckboxPrimitive);
52
52
  var ProgressPrimitive__namespace = /*#__PURE__*/_interopNamespace(ProgressPrimitive);
53
53
  var SelectPrimitive3__namespace = /*#__PURE__*/_interopNamespace(SelectPrimitive3);
@@ -236,7 +236,7 @@ var VARIANT_DEFAULTS = {
236
236
  heading: { size: "md" },
237
237
  display: { size: "lg" }
238
238
  };
239
- var StyledText = styled60__default.default(reactNative.Text)({});
239
+ var StyledText = styled51__default.default(reactNative.Text)({});
240
240
  var Typography = React60__default.default.forwardRef(
241
241
  (props, ref) => {
242
242
  const theme2 = react.useTheme();
@@ -320,7 +320,7 @@ var Typography = React60__default.default.forwardRef(
320
320
  );
321
321
  Typography.displayName = "Typography";
322
322
  var parseTokenValue2 = (value) => parseFloat(value);
323
- var StyledIconRoot = styled60__default.default(reactNative.View)(({ iconDimension }) => ({
323
+ var StyledIconRoot = styled51__default.default(reactNative.View)(({ iconDimension }) => ({
324
324
  alignItems: "center",
325
325
  justifyContent: "center",
326
326
  flexShrink: 0,
@@ -3862,7 +3862,7 @@ var SIZE_MAP = {
3862
3862
  lg: "large"
3863
3863
  };
3864
3864
  var parseTokenValue3 = (value) => parseFloat(value);
3865
- var StyledRoot = styled60__default.default(AvatarPrimitive__namespace.Root)(({ theme: theme2, size, border }) => {
3865
+ var StyledRoot = styled51__default.default(AvatarPrimitive__namespace.Root)(({ theme: theme2, size, border }) => {
3866
3866
  const { avatar } = theme2.tokens.components;
3867
3867
  const { borderRadius } = theme2.tokens.semantics.dimensions;
3868
3868
  const tokenSize = SIZE_MAP[size];
@@ -3883,12 +3883,12 @@ var StyledRoot = styled60__default.default(AvatarPrimitive__namespace.Root)(({ t
3883
3883
  borderStyle: "solid"
3884
3884
  });
3885
3885
  });
3886
- var StyledImage = styled60__default.default(AvatarPrimitive__namespace.Image)({
3886
+ var StyledImage = styled51__default.default(AvatarPrimitive__namespace.Image)({
3887
3887
  width: "100%",
3888
3888
  height: "100%",
3889
3889
  resizeMode: "cover"
3890
3890
  });
3891
- var StyledFallback = styled60__default.default(AvatarPrimitive__namespace.Fallback)(({ theme: theme2 }) => {
3891
+ var StyledFallback = styled51__default.default(AvatarPrimitive__namespace.Fallback)(({ theme: theme2 }) => {
3892
3892
  const { background, text } = theme2.tokens.semantics.colour;
3893
3893
  return {
3894
3894
  display: "flex",
@@ -3900,7 +3900,7 @@ var StyledFallback = styled60__default.default(AvatarPrimitive__namespace.Fallba
3900
3900
  color: text.primary
3901
3901
  };
3902
3902
  });
3903
- var StyledIcon = styled60__default.default(Icon)(({
3903
+ var StyledIcon = styled51__default.default(Icon)(({
3904
3904
  theme: theme2,
3905
3905
  avatarSize
3906
3906
  }) => {
@@ -3964,7 +3964,7 @@ var AvatarRoot = React60__default.default.forwardRef(
3964
3964
  AvatarRoot.displayName = "Avatar";
3965
3965
  var Avatar = AvatarRoot;
3966
3966
  var parseTokenValue4 = (value) => parseFloat(value);
3967
- var Container = styled60__default.default(reactNative.View)(({ theme: theme2, showBg }) => {
3967
+ var Container = styled51__default.default(reactNative.View)(({ theme: theme2, showBg }) => {
3968
3968
  const { colour, sizing, borderRadius } = theme2.tokens.components.carouselControls.carouselControl;
3969
3969
  const spacing = theme2.tokens.semantics.dimensions.spacing;
3970
3970
  return {
@@ -4033,7 +4033,7 @@ var CarouselControls = React60__default.default.forwardRef(
4033
4033
  );
4034
4034
  CarouselControls.displayName = "CarouselControls";
4035
4035
  var parseTokenValue5 = (value) => parseFloat(value);
4036
- var StyledBadge = styled60__default.default(reactNative.View)(({ theme: theme2, badgeVariant, badgeSize, pinned, top, bottom }) => {
4036
+ var StyledBadge = styled51__default.default(reactNative.View)(({ theme: theme2, badgeVariant, badgeSize, pinned, top, bottom }) => {
4037
4037
  const { sizing, spacing, colour, primary, pinnedBadge } = theme2.tokens.components.badges.badge;
4038
4038
  const backgroundColorMap = {
4039
4039
  primary: colour.background.default,
@@ -4147,7 +4147,7 @@ var Badge = React60__default.default.forwardRef(
4147
4147
  );
4148
4148
  Badge.displayName = "Badge";
4149
4149
  var parseTokenValue6 = (value) => parseFloat(value);
4150
- var StyledSpinner = styled60__default.default(reactNative.View)({});
4150
+ var StyledSpinner = styled51__default.default(reactNative.View)({});
4151
4151
  var Spinner = React60__default.default.forwardRef(
4152
4152
  (_a, ref) => {
4153
4153
  var _b = _a, { size = "md", variant = "dark", style } = _b, rest = __objRest(_b, ["size", "variant", "style"]);
@@ -4213,12 +4213,12 @@ var sizeToTypographyKey = {
4213
4213
  md: "medium",
4214
4214
  sm: "small"
4215
4215
  };
4216
- var IconWrapper = styled60__default.default(reactNative.View)({
4216
+ var IconWrapper = styled51__default.default(reactNative.View)({
4217
4217
  alignItems: "center",
4218
4218
  justifyContent: "center",
4219
4219
  flexShrink: 0
4220
4220
  });
4221
- var StyledButton = styled60__default.default(reactNative.Pressable)(
4221
+ var StyledButton = styled51__default.default(reactNative.Pressable)(
4222
4222
  ({
4223
4223
  buttonHeight,
4224
4224
  buttonMinWidth,
@@ -4246,11 +4246,11 @@ var StyledButton = styled60__default.default(reactNative.Pressable)(
4246
4246
  opacity: buttonOpacity
4247
4247
  }, buttonBorderWidth ? { borderWidth: buttonBorderWidth, borderColor: buttonBorderColor } : {}), buttonFullWidth ? { width: "100%" } : {})
4248
4248
  );
4249
- var StyledTextWrapper = styled60__default.default(reactNative.View)(({ textOpacity }) => ({
4249
+ var StyledTextWrapper = styled51__default.default(reactNative.View)(({ textOpacity }) => ({
4250
4250
  opacity: textOpacity,
4251
4251
  flexShrink: 0
4252
4252
  }));
4253
- var StyledSpinnerWrapper = styled60__default.default(reactNative.View)({
4253
+ var StyledSpinnerWrapper = styled51__default.default(reactNative.View)({
4254
4254
  position: "absolute",
4255
4255
  alignItems: "center",
4256
4256
  justifyContent: "center"
@@ -4374,7 +4374,7 @@ Button.displayName = "Button";
4374
4374
 
4375
4375
  // src/utils/token.ts
4376
4376
  var parseTokenValue8 = (value) => parseFloat(value);
4377
- var StyledHint = styled60__default.default(reactNative.View)(({
4377
+ var StyledHint = styled51__default.default(reactNative.View)(({
4378
4378
  theme: theme2,
4379
4379
  hintVariant
4380
4380
  }) => {
@@ -4411,7 +4411,7 @@ var sizeToIconSizeToken = {
4411
4411
  md: "lg",
4412
4412
  sm: "md"
4413
4413
  };
4414
- var StyledIconButton = styled60__default.default(reactNative.Pressable)(
4414
+ var StyledIconButton = styled51__default.default(reactNative.Pressable)(
4415
4415
  ({
4416
4416
  buttonDimension,
4417
4417
  buttonBorderRadius,
@@ -4430,12 +4430,12 @@ var StyledIconButton = styled60__default.default(reactNative.Pressable)(
4430
4430
  opacity: buttonOpacity
4431
4431
  }, buttonBorderWidth ? { borderWidth: buttonBorderWidth, borderColor: buttonBorderColor } : {})
4432
4432
  );
4433
- var StyledIconWrapper = styled60__default.default(reactNative.View)(({ iconDimension, iconOpacity }) => ({
4433
+ var StyledIconWrapper = styled51__default.default(reactNative.View)(({ iconDimension, iconOpacity }) => ({
4434
4434
  width: iconDimension,
4435
4435
  height: iconDimension,
4436
4436
  opacity: iconOpacity
4437
4437
  }));
4438
- var StyledSpinnerWrapper2 = styled60__default.default(reactNative.View)({
4438
+ var StyledSpinnerWrapper2 = styled51__default.default(reactNative.View)({
4439
4439
  position: "absolute",
4440
4440
  alignItems: "center",
4441
4441
  justifyContent: "center"
@@ -4543,7 +4543,7 @@ var IconButton = React60__default.default.forwardRef(
4543
4543
  );
4544
4544
  IconButton.displayName = "IconButton";
4545
4545
  var parseTokenValue10 = (value) => parseFloat(value);
4546
- var StyledRoot2 = styled60__default.default(reactNative.View)(({ illustrationHeight }) => ({
4546
+ var StyledRoot2 = styled51__default.default(reactNative.View)(({ illustrationHeight }) => ({
4547
4547
  alignItems: "center",
4548
4548
  justifyContent: "center",
4549
4549
  flexShrink: 0,
@@ -4580,7 +4580,7 @@ var Illustration = React60__default.default.forwardRef(
4580
4580
  );
4581
4581
  Illustration.displayName = "Illustration";
4582
4582
  var parseTokenValue11 = (value) => parseFloat(value);
4583
- var StyledLabelRow = styled60__default.default(reactNative.View)(({ labelGap }) => ({
4583
+ var StyledLabelRow = styled51__default.default(reactNative.View)(({ labelGap }) => ({
4584
4584
  flexDirection: "row",
4585
4585
  alignItems: "center",
4586
4586
  gap: labelGap
@@ -4828,7 +4828,7 @@ var VolumeUp = (props, ref) => /* @__PURE__ */ jsxRuntime.jsx(Svg__default.defau
4828
4828
  var ForwardRef612 = React60.forwardRef(VolumeUp);
4829
4829
  ForwardRef612.category = "core";
4830
4830
  var parseTokenValue12 = (value) => parseFloat(value);
4831
- var StyledInputWrapper = styled60__default.default(reactNative.Animated.View)(({ theme: theme2, isDisabled, containerWidth, containerHeight }) => {
4831
+ var StyledInputWrapper = styled51__default.default(reactNative.Animated.View)(({ theme: theme2, isDisabled, containerWidth, containerHeight }) => {
4832
4832
  const { spacing, colour, borderRadius, size } = theme2.tokens.components.inputs;
4833
4833
  return {
4834
4834
  flexDirection: "row",
@@ -4842,7 +4842,7 @@ var StyledInputWrapper = styled60__default.default(reactNative.Animated.View)(({
4842
4842
  flexShrink: containerWidth !== void 0 ? 0 : void 0
4843
4843
  };
4844
4844
  });
4845
- var StyledInput = styled60__default.default(reactNative.TextInput)(({ theme: theme2 }) => {
4845
+ var StyledInput = styled51__default.default(reactNative.TextInput)(({ theme: theme2 }) => {
4846
4846
  const { colour, field } = theme2.tokens.components.inputs;
4847
4847
  const placeholderTypography = field.placeholder.default;
4848
4848
  return __spreadValues({
@@ -4862,11 +4862,11 @@ var StyledInput = styled60__default.default(reactNative.TextInput)(({ theme: the
4862
4862
  outlineColor: "transparent"
4863
4863
  });
4864
4864
  });
4865
- var StyledFocusRing = styled60__default.default(reactNative.View)({
4865
+ var StyledFocusRing = styled51__default.default(reactNative.View)({
4866
4866
  position: "absolute",
4867
4867
  pointerEvents: "none"
4868
4868
  });
4869
- var StyledIconSlot = styled60__default.default(reactNative.View)({
4869
+ var StyledIconSlot = styled51__default.default(reactNative.View)({
4870
4870
  alignItems: "center",
4871
4871
  justifyContent: "center",
4872
4872
  flexShrink: 0
@@ -5027,7 +5027,7 @@ var InputField = React60__default.default.forwardRef(
5027
5027
  }
5028
5028
  );
5029
5029
  InputField.displayName = "Input.Field";
5030
- var StyledDescriptionRow = styled60__default.default(reactNative.View)({
5030
+ var StyledDescriptionRow = styled51__default.default(reactNative.View)({
5031
5031
  flexDirection: "row",
5032
5032
  alignItems: "center"
5033
5033
  });
@@ -5047,7 +5047,7 @@ var InputDescription = React60__default.default.forwardRef(
5047
5047
  }
5048
5048
  );
5049
5049
  InputDescription.displayName = "Input.Description";
5050
- var StyledErrorRow = styled60__default.default(reactNative.View)({
5050
+ var StyledErrorRow = styled51__default.default(reactNative.View)({
5051
5051
  flexDirection: "row",
5052
5052
  alignItems: "center"
5053
5053
  });
@@ -5068,7 +5068,7 @@ var InputError = React60__default.default.forwardRef(
5068
5068
  );
5069
5069
  InputError.displayName = "Input.Error";
5070
5070
  var parseTokenValue13 = (value) => parseFloat(value);
5071
- var StyledRoot3 = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
5071
+ var StyledRoot3 = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
5072
5072
  const { spacing } = theme2.tokens.components.inputs;
5073
5073
  return {
5074
5074
  gap: parseTokenValue13(spacing.gap)
@@ -7711,7 +7711,7 @@ function registerLogo(brand, variant, component) {
7711
7711
  }
7712
7712
  LOGOS[brand][variant] = component;
7713
7713
  }
7714
- var StyledRoot4 = styled60__default.default(reactNative.View)({
7714
+ var StyledRoot4 = styled51__default.default(reactNative.View)({
7715
7715
  alignItems: "center",
7716
7716
  justifyContent: "center",
7717
7717
  flexShrink: 0
@@ -7739,7 +7739,7 @@ var Logo = React60__default.default.forwardRef(
7739
7739
  );
7740
7740
  Logo.displayName = "Logo";
7741
7741
  var parseTokenValue14 = (value) => parseFloat(value);
7742
- var StyledFieldGroup = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
7742
+ var StyledFieldGroup = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
7743
7743
  const { spacing } = theme2.tokens.components.inputs;
7744
7744
  return {
7745
7745
  flexDirection: "row",
@@ -7747,7 +7747,7 @@ var StyledFieldGroup = styled60__default.default(reactNative.View)(({ theme: the
7747
7747
  gap: parseTokenValue14(spacing.field.gap)
7748
7748
  };
7749
7749
  });
7750
- var StyledFieldTextWrapper = styled60__default.default(reactNative.View)({
7750
+ var StyledFieldTextWrapper = styled51__default.default(reactNative.View)({
7751
7751
  flexShrink: 0,
7752
7752
  justifyContent: "center"
7753
7753
  });
@@ -7786,7 +7786,7 @@ var NumberInputField = React60__default.default.forwardRef((_a, ref) => {
7786
7786
  });
7787
7787
  NumberInputField.displayName = "NumberInput.Field";
7788
7788
  var parseTokenValue15 = (value) => parseFloat(value);
7789
- var StyledRoot5 = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
7789
+ var StyledRoot5 = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
7790
7790
  const { spacing } = theme2.tokens.components.inputs;
7791
7791
  return {
7792
7792
  gap: parseTokenValue15(spacing.gap)
@@ -7840,13 +7840,13 @@ var NumberInput = Object.assign(NumberInputRoot, {
7840
7840
  Error: InputError
7841
7841
  });
7842
7842
  var parseTokenValue16 = (value) => parseFloat(value);
7843
- var StyledContainer = styled60__default.default(reactNative.View)(({ switchGap, switchOpacity }) => ({
7843
+ var StyledContainer = styled51__default.default(reactNative.View)(({ switchGap, switchOpacity }) => ({
7844
7844
  flexDirection: "row",
7845
7845
  alignItems: "flex-start",
7846
7846
  gap: switchGap,
7847
7847
  opacity: switchOpacity
7848
7848
  }));
7849
- var StyledControlTrack = styled60__default.default(reactNative.View)(
7849
+ var StyledControlTrack = styled51__default.default(reactNative.View)(
7850
7850
  ({
7851
7851
  switchChecked,
7852
7852
  controlWidth,
@@ -7872,15 +7872,17 @@ var StyledControlTrack = styled60__default.default(reactNative.View)(
7872
7872
  justifyContent: "center"
7873
7873
  })
7874
7874
  );
7875
- var StyledThumb = styled60__default.default(reactNative.Animated.View)(({ thumbSize, thumbBgColor }) => ({
7875
+ var StyledThumb = styled51__default.default(reactNative.Animated.View)(({ thumbSize, thumbBgColor }) => ({
7876
7876
  width: thumbSize,
7877
7877
  height: thumbSize,
7878
7878
  borderRadius: thumbSize / 2,
7879
7879
  backgroundColor: thumbBgColor,
7880
7880
  position: "absolute"
7881
7881
  }));
7882
- var StyledContent = styled60__default.default(reactNative.View)(({ contentGap }) => ({
7883
- gap: contentGap
7882
+ var StyledContent = styled51__default.default(reactNative.View)(({ contentGap }) => ({
7883
+ gap: contentGap,
7884
+ flex: 1,
7885
+ minWidth: 0
7884
7886
  }));
7885
7887
  var Switch = React60__default.default.forwardRef(
7886
7888
  (_a, ref) => {
@@ -7985,7 +7987,7 @@ var Switch = React60__default.default.forwardRef(
7985
7987
  );
7986
7988
  Switch.displayName = "Switch";
7987
7989
  var parseTokenValue17 = (value) => parseFloat(value);
7988
- var StyledTag = styled60__default.default(reactNative.View)(({ theme: theme2, tagVariant, tagSize }) => {
7990
+ var StyledTag = styled51__default.default(reactNative.View)(({ theme: theme2, tagVariant, tagSize }) => {
7989
7991
  const { sizing, spacing, colour, badge } = theme2.tokens.components.tags;
7990
7992
  const backgroundColorMap = {
7991
7993
  primary: colour.primary.background,
@@ -8058,21 +8060,21 @@ var Tag = React60__default.default.forwardRef(
8058
8060
  );
8059
8061
  Tag.displayName = "Tag";
8060
8062
  var parseTokenValue18 = (value) => parseFloat(value);
8061
- var StyledTextAreaWrapper = styled60__default.default(reactNative.Animated.View)(({ theme: theme2, isDisabled }) => {
8063
+ var StyledTextAreaWrapper = styled51__default.default(reactNative.Animated.View)(({ theme: theme2, isDisabled }) => {
8062
8064
  const { spacing, colour, borderRadius, size } = theme2.tokens.components.inputs;
8063
- const { dimensions } = theme2.tokens.semantics;
8065
+ const { dimensions: dimensions3 } = theme2.tokens.semantics;
8064
8066
  return {
8065
8067
  flexDirection: "column",
8066
8068
  gap: parseTokenValue18(spacing.field.gap),
8067
8069
  width: "100%",
8068
8070
  minWidth: parseTokenValue18(size.field.minWidth),
8069
- minHeight: parseTokenValue18(dimensions.sizing["3xl"]),
8071
+ minHeight: parseTokenValue18(dimensions3.sizing["3xl"]),
8070
8072
  backgroundColor: isDisabled ? colour.field.background.inactive : colour.field.background.default,
8071
8073
  borderRadius: parseTokenValue18(borderRadius.field.default),
8072
8074
  position: "relative"
8073
8075
  };
8074
8076
  });
8075
- var StyledTextArea = styled60__default.default(reactNative.TextInput)(({ theme: theme2 }) => {
8077
+ var StyledTextArea = styled51__default.default(reactNative.TextInput)(({ theme: theme2 }) => {
8076
8078
  const { colour } = theme2.tokens.components.inputs;
8077
8079
  return __spreadValues({
8078
8080
  flex: 1,
@@ -8087,17 +8089,17 @@ var StyledTextArea = styled60__default.default(reactNative.TextInput)(({ theme:
8087
8089
  outlineColor: "transparent"
8088
8090
  });
8089
8091
  });
8090
- var StyledFocusRing2 = styled60__default.default(reactNative.View)({
8092
+ var StyledFocusRing2 = styled51__default.default(reactNative.View)({
8091
8093
  position: "absolute",
8092
8094
  pointerEvents: "none"
8093
8095
  });
8094
- var TextAreaContainer = styled60__default.default(reactNative.View)({
8096
+ var TextAreaContainer = styled51__default.default(reactNative.View)({
8095
8097
  position: "relative",
8096
8098
  width: "100%",
8097
8099
  flex: 1,
8098
8100
  flexDirection: "column"
8099
8101
  });
8100
- var IconWrapper2 = styled60__default.default(reactNative.View)(({ side }) => {
8102
+ var IconWrapper2 = styled51__default.default(reactNative.View)(({ side }) => {
8101
8103
  return {
8102
8104
  position: "absolute",
8103
8105
  top: 0,
@@ -8133,7 +8135,7 @@ var TextAreaField = React60__default.default.forwardRef(
8133
8135
  ]);
8134
8136
  const theme2 = react.useTheme();
8135
8137
  const { spacing, colour, borderWidth, borderRadius, size } = theme2.tokens.components.inputs;
8136
- const { dimensions } = theme2.tokens.semantics;
8138
+ const { dimensions: dimensions3 } = theme2.tokens.semantics;
8137
8139
  const focusBorderColor = theme2.tokens.semantics.colour.border.focus;
8138
8140
  const [isFocused, setIsFocused] = React60.useState(false);
8139
8141
  const internalInputRef = React60.useRef(null);
@@ -8214,8 +8216,8 @@ var TextAreaField = React60__default.default.forwardRef(
8214
8216
  const fieldHeight = parseTokenValue18(size.field.height);
8215
8217
  const textAreaMinHeight = fieldHeight;
8216
8218
  const iconGap = parseTokenValue18(spacing.field.gap);
8217
- const leadingIconSize = parseTokenValue18(dimensions.sizing.xl);
8218
- const trailingIconSize = parseTokenValue18(dimensions.sizing.md);
8219
+ const leadingIconSize = parseTokenValue18(dimensions3.sizing.xl);
8220
+ const trailingIconSize = parseTokenValue18(dimensions3.sizing.md);
8219
8221
  const leadingIconPadding = leadingIconSize + iconGap;
8220
8222
  const trailingIconPadding = trailingIconSize + iconGap;
8221
8223
  return /* @__PURE__ */ jsxRuntime.jsx(reactNative.Pressable, { onPress: handleWrapperPress, children: /* @__PURE__ */ jsxRuntime.jsxs(
@@ -8284,18 +8286,18 @@ var TextAreaField = React60__default.default.forwardRef(
8284
8286
  );
8285
8287
  TextAreaField.displayName = "TextArea.Field";
8286
8288
  var parseTokenValue19 = (value) => parseFloat(value);
8287
- var StyledLabelWrapper = styled60__default.default(reactNative.View)({
8289
+ var StyledLabelWrapper = styled51__default.default(reactNative.View)({
8288
8290
  flexDirection: "row",
8289
8291
  alignItems: "center",
8290
8292
  justifyContent: "space-between",
8291
8293
  width: "100%"
8292
8294
  });
8293
- var StyledLabel = styled60__default.default(reactNative.View)(({ labelGap }) => ({
8295
+ var StyledLabel = styled51__default.default(reactNative.View)(({ labelGap }) => ({
8294
8296
  flexDirection: "row",
8295
8297
  alignItems: "center",
8296
8298
  gap: labelGap
8297
8299
  }));
8298
- var StyledCharCountWrapper = styled60__default.default(reactNative.View)(({ charCountGap, charCountPadding }) => ({
8300
+ var StyledCharCountWrapper = styled51__default.default(reactNative.View)(({ charCountGap, charCountPadding }) => ({
8299
8301
  flexDirection: "row",
8300
8302
  alignItems: "center",
8301
8303
  gap: charCountGap,
@@ -8359,7 +8361,7 @@ var TextAreaLabel = React60__default.default.forwardRef(
8359
8361
  );
8360
8362
  TextAreaLabel.displayName = "TextArea.Label";
8361
8363
  var parseTokenValue20 = (value) => parseFloat(value);
8362
- var StyledRoot6 = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
8364
+ var StyledRoot6 = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
8363
8365
  const { spacing } = theme2.tokens.components.inputs;
8364
8366
  return {
8365
8367
  gap: parseTokenValue20(spacing.gap)
@@ -8454,25 +8456,25 @@ var AccordionContext = React60__default.default.createContext({
8454
8456
  size: "small"
8455
8457
  });
8456
8458
  var parseTokenValue21 = (value) => parseFloat(value);
8457
- var StyledRoot7 = styled60__default.default(reactNative.View)(({ rootGap }) => ({
8459
+ var StyledRoot7 = styled51__default.default(reactNative.View)(({ rootGap }) => ({
8458
8460
  width: "100%",
8459
8461
  flexDirection: "column",
8460
8462
  gap: rootGap
8461
8463
  }));
8462
- var StyledItem = styled60__default.default(reactNative.View)({
8464
+ var StyledItem = styled51__default.default(reactNative.View)({
8463
8465
  flexDirection: "column"
8464
8466
  });
8465
- var StyledTrigger = styled60__default.default(reactNative.Pressable)(({ triggerOpacity }) => ({
8467
+ var StyledTrigger = styled51__default.default(reactNative.Pressable)(({ triggerOpacity }) => ({
8466
8468
  flexDirection: "row",
8467
8469
  alignItems: "center",
8468
8470
  justifyContent: "space-between",
8469
8471
  width: "100%",
8470
8472
  opacity: triggerOpacity
8471
8473
  }));
8472
- var StyledPanel = styled60__default.default(reactNative.View)(({ panelGap }) => ({
8474
+ var StyledPanel = styled51__default.default(reactNative.View)(({ panelGap }) => ({
8473
8475
  marginTop: panelGap
8474
8476
  }));
8475
- var StyledDivider = styled60__default.default(reactNative.View)(({ dividerColor, dividerMarginTop }) => ({
8477
+ var StyledDivider = styled51__default.default(reactNative.View)(({ dividerColor, dividerMarginTop }) => ({
8476
8478
  height: 1,
8477
8479
  backgroundColor: dividerColor,
8478
8480
  marginTop: dividerMarginTop
@@ -8611,7 +8613,7 @@ AccordionRoot.displayName = "Accordion";
8611
8613
  var Accordion = Object.assign(AccordionRoot, {
8612
8614
  Item: AccordionItem
8613
8615
  });
8614
- var _SubtleScaleIn = class _SubtleScaleIn extends Animated9.ComplexAnimationBuilder {
8616
+ var _SubtleScaleIn = class _SubtleScaleIn extends Animated10.ComplexAnimationBuilder {
8615
8617
  constructor() {
8616
8618
  super(...arguments);
8617
8619
  this.build = () => {
@@ -8644,22 +8646,22 @@ var _SubtleScaleIn = class _SubtleScaleIn extends Animated9.ComplexAnimationBuil
8644
8646
  // The worklet in build() drives native with scale 0.85→1 + opacity 0→1.
8645
8647
  _SubtleScaleIn.presetName = "ZoomIn";
8646
8648
  var SubtleScaleIn = _SubtleScaleIn;
8647
- var fadeAnimation = { entering: Animated9.FadeIn, exiting: Animated9.FadeOut };
8649
+ var fadeAnimation = { entering: Animated10.FadeIn, exiting: Animated10.FadeOut };
8648
8650
  var fadeUpAnimation = {
8649
- entering: Animated9.FadeInDown,
8650
- exiting: Animated9.FadeOutDown
8651
+ entering: Animated10.FadeInDown,
8652
+ exiting: Animated10.FadeOutDown
8651
8653
  };
8652
8654
  var fadeDownAnimation = {
8653
- entering: Animated9.FadeInUp,
8654
- exiting: Animated9.FadeOutUp
8655
+ entering: Animated10.FadeInUp,
8656
+ exiting: Animated10.FadeOutUp
8655
8657
  };
8656
8658
  var slideInAnimation = {
8657
- entering: Animated9.FadeInRight,
8658
- exiting: Animated9.FadeOutRight
8659
+ entering: Animated10.FadeInRight,
8660
+ exiting: Animated10.FadeOutRight
8659
8661
  };
8660
8662
  var slideOutAnimation = {
8661
- entering: Animated9.FadeInLeft,
8662
- exiting: Animated9.FadeOutLeft
8663
+ entering: Animated10.FadeInLeft,
8664
+ exiting: Animated10.FadeOutLeft
8663
8665
  };
8664
8666
  var DURATIONS = {
8665
8667
  fade: 200,
@@ -8669,7 +8671,7 @@ var DURATIONS = {
8669
8671
  slideIn: 250,
8670
8672
  slideOut: 250
8671
8673
  };
8672
- var subtleScaleOut = new Animated9.Keyframe({
8674
+ var subtleScaleOut = new Animated10.Keyframe({
8673
8675
  0: {
8674
8676
  opacity: 1,
8675
8677
  transform: [{ scale: 1 }]
@@ -8677,7 +8679,7 @@ var subtleScaleOut = new Animated9.Keyframe({
8677
8679
  100: {
8678
8680
  opacity: 0,
8679
8681
  transform: [{ scale: 0.85 }],
8680
- easing: Animated9.Easing.out(Animated9.Easing.quad)
8682
+ easing: Animated10.Easing.out(Animated10.Easing.quad)
8681
8683
  }
8682
8684
  }).duration(DURATIONS.scale);
8683
8685
  var scaleAnimation = {
@@ -8685,30 +8687,30 @@ var scaleAnimation = {
8685
8687
  exiting: subtleScaleOut
8686
8688
  };
8687
8689
  var ENTERING_CLS = {
8688
- fade: Animated9.FadeIn,
8690
+ fade: Animated10.FadeIn,
8689
8691
  scale: SubtleScaleIn,
8690
- fadeUp: Animated9.FadeInDown,
8691
- fadeDown: Animated9.FadeInUp,
8692
- slideIn: Animated9.FadeInRight,
8693
- slideOut: Animated9.FadeInLeft
8692
+ fadeUp: Animated10.FadeInDown,
8693
+ fadeDown: Animated10.FadeInUp,
8694
+ slideIn: Animated10.FadeInRight,
8695
+ slideOut: Animated10.FadeInLeft
8694
8696
  };
8695
- var easeOut = Animated9.Easing.out(Animated9.Easing.quad);
8696
- var easeInOut = Animated9.Easing.inOut(Animated9.Easing.quad);
8697
+ var easeOut = Animated10.Easing.out(Animated10.Easing.quad);
8698
+ var easeInOut = Animated10.Easing.inOut(Animated10.Easing.quad);
8697
8699
  var ENTERING = {
8698
- fade: Animated9.FadeIn.duration(DURATIONS.fade),
8700
+ fade: Animated10.FadeIn.duration(DURATIONS.fade),
8699
8701
  scale: SubtleScaleIn.duration(DURATIONS.scale).easing(easeOut),
8700
- fadeUp: Animated9.FadeInDown.duration(DURATIONS.fadeUp).easing(easeInOut),
8701
- fadeDown: Animated9.FadeInUp.duration(DURATIONS.fadeDown).easing(easeInOut),
8702
- slideIn: Animated9.FadeInRight.duration(DURATIONS.slideIn).easing(easeOut),
8703
- slideOut: Animated9.FadeInLeft.duration(DURATIONS.slideOut).easing(easeOut)
8702
+ fadeUp: Animated10.FadeInDown.duration(DURATIONS.fadeUp).easing(easeInOut),
8703
+ fadeDown: Animated10.FadeInUp.duration(DURATIONS.fadeDown).easing(easeInOut),
8704
+ slideIn: Animated10.FadeInRight.duration(DURATIONS.slideIn).easing(easeOut),
8705
+ slideOut: Animated10.FadeInLeft.duration(DURATIONS.slideOut).easing(easeOut)
8704
8706
  };
8705
8707
  var EXITING = {
8706
- fade: Animated9.FadeOut.duration(DURATIONS.fade),
8708
+ fade: Animated10.FadeOut.duration(DURATIONS.fade),
8707
8709
  scale: subtleScaleOut,
8708
- fadeUp: Animated9.FadeOutDown.duration(DURATIONS.fadeUp),
8709
- fadeDown: Animated9.FadeOutUp.duration(DURATIONS.fadeDown),
8710
- slideIn: Animated9.FadeOutRight.duration(DURATIONS.slideIn),
8711
- slideOut: Animated9.FadeOutLeft.duration(DURATIONS.slideOut)
8710
+ fadeUp: Animated10.FadeOutDown.duration(DURATIONS.fadeUp),
8711
+ fadeDown: Animated10.FadeOutUp.duration(DURATIONS.fadeDown),
8712
+ slideIn: Animated10.FadeOutRight.duration(DURATIONS.slideIn),
8713
+ slideOut: Animated10.FadeOutLeft.duration(DURATIONS.slideOut)
8712
8714
  };
8713
8715
  function buildDelayedEntering(variant, delayMs) {
8714
8716
  const b = ENTERING_CLS[variant].duration(
@@ -8728,7 +8730,7 @@ var Animated5 = React60__default.default.forwardRef(
8728
8730
  const delayMs = delay !== void 0 && delay > 0 ? Math.round(delay * 1e3) : 0;
8729
8731
  const entering = delayMs > 0 ? buildDelayedEntering(variant, delayMs) : ENTERING[variant];
8730
8732
  return /* @__PURE__ */ jsxRuntime.jsx(
8731
- Animated9__default.default.View,
8733
+ Animated10__default.default.View,
8732
8734
  __spreadProps(__spreadValues({
8733
8735
  ref,
8734
8736
  entering,
@@ -8796,7 +8798,7 @@ var OPEN_DURATION = 320;
8796
8798
  var CLOSE_DURATION = 220;
8797
8799
  var DISMISS_THRESHOLD = 80;
8798
8800
  var parseTokenValue22 = (value) => parseFloat(value);
8799
- var StyledPanel2 = styled60__default.default(reactNative.View)(
8801
+ var StyledPanel2 = styled51__default.default(reactNative.View)(
8800
8802
  ({
8801
8803
  panelBorderRadius,
8802
8804
  panelBgColor,
@@ -8833,7 +8835,7 @@ var DrawerContent = React60__default.default.forwardRef(
8833
8835
  var _a2;
8834
8836
  const theme2 = react.useTheme();
8835
8837
  const { drawer, modal } = theme2.tokens.components;
8836
- const { colour, dimensions } = theme2.tokens.semantics;
8838
+ const { colour, dimensions: dimensions3 } = theme2.tokens.semantics;
8837
8839
  const { isOpen, closeDrawer, onExitComplete } = useDrawerContext();
8838
8840
  const { height: windowHeight } = reactNative.useWindowDimensions();
8839
8841
  const maxHeight = windowHeight * 0.9;
@@ -9005,7 +9007,7 @@ var DrawerContent = React60__default.default.forwardRef(
9005
9007
  panelBgColor: colour.background.container.default,
9006
9008
  panelMaxWidth: parseTokenValue22(drawer.size.maxWidth),
9007
9009
  panelFlex: panelHeight > 0 ? 1 : void 0,
9008
- panelBorderWidth: parseTokenValue22(dimensions.borderWidth.sm),
9010
+ panelBorderWidth: parseTokenValue22(dimensions3.borderWidth.sm),
9009
9011
  panelBorderColor: colour.border.default,
9010
9012
  panelShadowColor: modal.shadow.color,
9011
9013
  panelShadowOffsetY: parseTokenValue22(modal.shadow.offsetY),
@@ -9031,7 +9033,7 @@ var styles = reactNative.StyleSheet.create({
9031
9033
  }
9032
9034
  });
9033
9035
  var parseTokenValue23 = (value) => parseFloat(value);
9034
- var StyledWrapper = styled60__default.default(reactNative.View)(
9036
+ var StyledWrapper = styled51__default.default(reactNative.View)(
9035
9037
  ({ grabberPaddingTop }) => ({
9036
9038
  alignItems: "center",
9037
9039
  justifyContent: "center",
@@ -9040,7 +9042,7 @@ var StyledWrapper = styled60__default.default(reactNative.View)(
9040
9042
  paddingBottom: grabberPaddingTop
9041
9043
  })
9042
9044
  );
9043
- var StyledBar = styled60__default.default(reactNative.View)(({ barWidth, barHeight, barBorderRadius, barColor }) => ({
9045
+ var StyledBar = styled51__default.default(reactNative.View)(({ barWidth, barHeight, barBorderRadius, barColor }) => ({
9044
9046
  width: barWidth,
9045
9047
  height: barHeight,
9046
9048
  borderRadius: barBorderRadius,
@@ -9121,7 +9123,7 @@ var styles2 = reactNative.StyleSheet.create({
9121
9123
  }
9122
9124
  });
9123
9125
  var parseTokenValue25 = (value) => parseFloat(value);
9124
- var StyledGrabberWrapper = styled60__default.default(reactNative.View)(
9126
+ var StyledGrabberWrapper = styled51__default.default(reactNative.View)(
9125
9127
  ({ grabberPaddingTop }) => ({
9126
9128
  alignItems: "center",
9127
9129
  justifyContent: "center",
@@ -9129,13 +9131,13 @@ var StyledGrabberWrapper = styled60__default.default(reactNative.View)(
9129
9131
  paddingTop: grabberPaddingTop
9130
9132
  })
9131
9133
  );
9132
- var StyledGrabberBar = styled60__default.default(reactNative.View)(({ barWidth, barHeight, barBorderRadius, barColor }) => ({
9134
+ var StyledGrabberBar = styled51__default.default(reactNative.View)(({ barWidth, barHeight, barBorderRadius, barColor }) => ({
9133
9135
  width: barWidth,
9134
9136
  height: barHeight,
9135
9137
  borderRadius: barBorderRadius,
9136
9138
  backgroundColor: barColor
9137
9139
  }));
9138
- var StyledHeader = styled60__default.default(reactNative.View)(
9140
+ var StyledHeader = styled51__default.default(reactNative.View)(
9139
9141
  ({
9140
9142
  headerPaddingHorizontal,
9141
9143
  headerPaddingBottom,
@@ -9155,7 +9157,7 @@ var StyledHeader = styled60__default.default(reactNative.View)(
9155
9157
  borderBottomColor: headerBorderColor
9156
9158
  } : {}), headerBgColor ? { backgroundColor: headerBgColor } : {})
9157
9159
  );
9158
- var StyledImageContainer = styled60__default.default(reactNative.View)(({ imageHeight, imageBorderRadius }) => ({
9160
+ var StyledImageContainer = styled51__default.default(reactNative.View)(({ imageHeight, imageBorderRadius }) => ({
9159
9161
  position: "relative",
9160
9162
  width: "100%",
9161
9163
  height: imageHeight,
@@ -9163,20 +9165,20 @@ var StyledImageContainer = styled60__default.default(reactNative.View)(({ imageH
9163
9165
  overflow: "hidden",
9164
9166
  flexShrink: 0
9165
9167
  }));
9166
- var StyledImageCloseWrapper = styled60__default.default(reactNative.View)(({ closeTop, closeRight }) => ({
9168
+ var StyledImageCloseWrapper = styled51__default.default(reactNative.View)(({ closeTop, closeRight }) => ({
9167
9169
  position: "absolute",
9168
9170
  top: closeTop,
9169
9171
  right: closeRight,
9170
9172
  zIndex: 1
9171
9173
  }));
9172
- var StyledTitleRow = styled60__default.default(reactNative.View)(({ rowGap }) => ({
9174
+ var StyledTitleRow = styled51__default.default(reactNative.View)(({ rowGap }) => ({
9173
9175
  flexDirection: "row",
9174
9176
  gap: rowGap,
9175
9177
  alignItems: "flex-start",
9176
9178
  width: "100%",
9177
9179
  flexShrink: 0
9178
9180
  }));
9179
- var StyledTitleContent = styled60__default.default(reactNative.View)(
9181
+ var StyledTitleContent = styled51__default.default(reactNative.View)(
9180
9182
  ({ contentGap }) => ({
9181
9183
  flexDirection: "column",
9182
9184
  gap: contentGap,
@@ -9202,7 +9204,7 @@ var DrawerHeader = React60__default.default.forwardRef(
9202
9204
  var _a2, _b2, _c, _d, _e, _f;
9203
9205
  const theme2 = react.useTheme();
9204
9206
  const { drawer, grabber } = theme2.tokens.components;
9205
- const { colour, dimensions } = theme2.tokens.semantics;
9207
+ const { colour, dimensions: dimensions3 } = theme2.tokens.semantics;
9206
9208
  const dragContext = useDrawerDragContext();
9207
9209
  const contextValue = React60.useMemo(() => ({ variant }), [variant]);
9208
9210
  const { closeChild, otherChildren } = splitChildren(children);
@@ -9253,7 +9255,7 @@ var DrawerHeader = React60__default.default.forwardRef(
9253
9255
  ),
9254
9256
  headerPaddingBottom: parseTokenValue25(headerSpacing.bottomPadding),
9255
9257
  headerGap: parseTokenValue25(headerSpacing.gap),
9256
- headerBorderBottomWidth: variant === "titleAndText" ? parseTokenValue25(dimensions.borderWidth.sm) : void 0,
9258
+ headerBorderBottomWidth: variant === "titleAndText" ? parseTokenValue25(dimensions3.borderWidth.sm) : void 0,
9257
9259
  headerBorderColor: variant === "titleAndText" ? colour.border.default : void 0,
9258
9260
  headerBgColor: variant === "fullBleed" ? drawer.drawerHeader.colour.background.fullBleed : void 0
9259
9261
  }, props), {
@@ -9270,7 +9272,7 @@ var DrawerHeader = React60__default.default.forwardRef(
9270
9272
  {
9271
9273
  barWidth: parseTokenValue25(grabber.size.bar.width),
9272
9274
  barHeight: parseTokenValue25(grabber.size.bar.height),
9273
- barBorderRadius: parseTokenValue25(dimensions.borderRadius.round),
9275
+ barBorderRadius: parseTokenValue25(dimensions3.borderRadius.round),
9274
9276
  barColor: grabber.colour.background.default
9275
9277
  }
9276
9278
  )
@@ -9316,7 +9318,7 @@ var DrawerDescription = React60__default.default.forwardRef(
9316
9318
  );
9317
9319
  DrawerDescription.displayName = "Drawer.Description";
9318
9320
  var parseTokenValue26 = (value) => parseFloat(value);
9319
- var StyledScrollView = styled60__default.default(reactNative.ScrollView)(
9321
+ var StyledScrollView = styled51__default.default(reactNative.ScrollView)(
9320
9322
  ({
9321
9323
  bodyPaddingHorizontal,
9322
9324
  bodyPaddingRight,
@@ -9373,7 +9375,7 @@ var DrawerBody = React60__default.default.forwardRef(
9373
9375
  );
9374
9376
  DrawerBody.displayName = "Drawer.Body";
9375
9377
  var parseTokenValue27 = (value) => parseFloat(value);
9376
- var StyledFooter = styled60__default.default(reactNative.View)(({ footerPaddingTop, footerPaddingHorizontal, footerPaddingBottom }) => ({
9378
+ var StyledFooter = styled51__default.default(reactNative.View)(({ footerPaddingTop, footerPaddingHorizontal, footerPaddingBottom }) => ({
9377
9379
  flexShrink: 0,
9378
9380
  paddingTop: footerPaddingTop,
9379
9381
  paddingHorizontal: footerPaddingHorizontal,
@@ -9485,7 +9487,7 @@ var styles3 = reactNative.StyleSheet.create({
9485
9487
  }
9486
9488
  });
9487
9489
  var parseTokenValue28 = (value) => parseFloat(value);
9488
- var StyledDockRoot = styled60__default.default(reactNative.View)(
9490
+ var StyledDockRoot = styled51__default.default(reactNative.View)(
9489
9491
  ({
9490
9492
  dockBgColor,
9491
9493
  dockBorderTopWidth,
@@ -9503,7 +9505,7 @@ var StyledDockRoot = styled60__default.default(reactNative.View)(
9503
9505
  paddingHorizontal: dockPaddingHorizontal
9504
9506
  })
9505
9507
  );
9506
- var StyledStackedInner = styled60__default.default(reactNative.View)(
9508
+ var StyledStackedInner = styled51__default.default(reactNative.View)(
9507
9509
  ({ innerGap }) => ({
9508
9510
  alignItems: "center",
9509
9511
  gap: innerGap,
@@ -9511,7 +9513,7 @@ var StyledStackedInner = styled60__default.default(reactNative.View)(
9511
9513
  maxWidth: 520
9512
9514
  })
9513
9515
  );
9514
- var StyledButtonGroup = styled60__default.default(reactNative.View)(({ groupDirection, groupAlign, groupJustify, groupGap }) => __spreadValues({
9516
+ var StyledButtonGroup = styled51__default.default(reactNative.View)(({ groupDirection, groupAlign, groupJustify, groupGap }) => __spreadValues({
9515
9517
  flexDirection: groupDirection,
9516
9518
  alignItems: groupAlign,
9517
9519
  justifyContent: groupJustify,
@@ -9523,7 +9525,7 @@ var ButtonDock = React60__default.default.forwardRef(
9523
9525
  var _b = _a, { variant = "stacked", leadingContent, description, children } = _b, rest = __objRest(_b, ["variant", "leadingContent", "description", "children"]);
9524
9526
  const theme2 = react.useTheme();
9525
9527
  const { buttonDock, buttonGroup } = theme2.tokens.components;
9526
- const { dimensions, typography } = theme2.tokens.semantics;
9528
+ const { dimensions: dimensions3, typography } = theme2.tokens.semantics;
9527
9529
  const isStacked = variant === "stacked";
9528
9530
  const groupGap = parseTokenValue28(
9529
9531
  isStacked ? buttonGroup.spacing.stacked.gap : buttonGroup.spacing.sideBySide.gap
@@ -9533,7 +9535,7 @@ var ButtonDock = React60__default.default.forwardRef(
9533
9535
  __spreadProps(__spreadValues({
9534
9536
  ref,
9535
9537
  dockBgColor: buttonDock.colour.background,
9536
- dockBorderTopWidth: parseTokenValue28(dimensions.borderWidth.sm),
9538
+ dockBorderTopWidth: parseTokenValue28(dimensions3.borderWidth.sm),
9537
9539
  dockBorderTopColor: buttonDock.colour.border,
9538
9540
  dockPaddingVertical: parseTokenValue28(
9539
9541
  buttonDock.spacing[variant].mobile.topPadding
@@ -9585,17 +9587,17 @@ var ButtonDock = React60__default.default.forwardRef(
9585
9587
  );
9586
9588
  ButtonDock.displayName = "ButtonDock";
9587
9589
  var parseTokenValue29 = (value) => parseFloat(value);
9588
- var StyledGroupRoot = styled60__default.default(reactNative.View)(({ rootGap }) => ({
9590
+ var StyledGroupRoot = styled51__default.default(reactNative.View)(({ rootGap }) => ({
9589
9591
  gap: rootGap,
9590
9592
  alignItems: "center",
9591
9593
  width: "100%"
9592
9594
  }));
9593
- var StyledButtonRow = styled60__default.default(reactNative.View)(({ rowDirection, rowAlign, rowGap }) => __spreadValues({
9595
+ var StyledButtonRow = styled51__default.default(reactNative.View)(({ rowDirection, rowAlign, rowGap }) => __spreadValues({
9594
9596
  flexDirection: rowDirection,
9595
9597
  width: "100%",
9596
9598
  gap: rowGap
9597
9599
  }, rowAlign ? { alignItems: rowAlign } : {}));
9598
- var StyledChildSlot = styled60__default.default(reactNative.View)(
9600
+ var StyledChildSlot = styled51__default.default(reactNative.View)(
9599
9601
  ({ slotInline }) => __spreadValues({}, slotInline ? { flex: 1, minWidth: 0 } : { width: "100%", alignSelf: "stretch" })
9600
9602
  );
9601
9603
  var ButtonGroup = React60__default.default.forwardRef(
@@ -9647,7 +9649,7 @@ var ButtonGroup = React60__default.default.forwardRef(
9647
9649
  );
9648
9650
  ButtonGroup.displayName = "ButtonGroup";
9649
9651
  var parseTokenValue30 = (value) => parseFloat(value);
9650
- var StyledRootPressable = styled60__default.default(reactNative.Pressable)(
9652
+ var StyledRootPressable = styled51__default.default(reactNative.Pressable)(
9651
9653
  ({
9652
9654
  rootFlexAlign,
9653
9655
  rootGap,
@@ -9666,7 +9668,7 @@ var StyledRootPressable = styled60__default.default(reactNative.Pressable)(
9666
9668
  opacity: rootOpacity
9667
9669
  }, rootPaddingVertical !== void 0 ? { paddingVertical: rootPaddingVertical } : {}), rootPaddingHorizontal !== void 0 ? { paddingHorizontal: rootPaddingHorizontal } : {}), rootMaxWidth !== void 0 ? { maxWidth: rootMaxWidth, width: "100%" } : {}), rootBgColor ? { backgroundColor: rootBgColor } : {}), rootBorderWidth !== void 0 ? { borderWidth: rootBorderWidth, borderColor: rootBorderColor } : {}), rootBorderRadius !== void 0 ? { borderRadius: rootBorderRadius } : {})
9668
9670
  );
9669
- var StyledControl = styled60__default.default(reactNative.View)(
9671
+ var StyledControl = styled51__default.default(reactNative.View)(
9670
9672
  ({
9671
9673
  controlSize,
9672
9674
  controlBorderWidth,
@@ -9685,13 +9687,13 @@ var StyledControl = styled60__default.default(reactNative.View)(
9685
9687
  justifyContent: "center"
9686
9688
  })
9687
9689
  );
9688
- var StyledContent2 = styled60__default.default(reactNative.View)(({ contentGap }) => ({
9690
+ var StyledContent2 = styled51__default.default(reactNative.View)(({ contentGap }) => ({
9689
9691
  flexDirection: "column",
9690
9692
  gap: contentGap,
9691
9693
  flex: 1,
9692
9694
  minWidth: 0
9693
9695
  }));
9694
- var StyledIllustration = styled60__default.default(reactNative.View)(({ illustrationSize }) => ({
9696
+ var StyledIllustration = styled51__default.default(reactNative.View)(({ illustrationSize }) => ({
9695
9697
  flexShrink: 0,
9696
9698
  width: illustrationSize,
9697
9699
  height: illustrationSize,
@@ -9722,7 +9724,7 @@ var Checkbox = React60__default.default.forwardRef(
9722
9724
  ]);
9723
9725
  const theme2 = react.useTheme();
9724
9726
  const { checkbox } = theme2.tokens.components;
9725
- const { dimensions } = theme2.tokens.semantics;
9727
+ const { dimensions: dimensions3 } = theme2.tokens.semantics;
9726
9728
  const isControlled = controlledChecked !== void 0;
9727
9729
  const [internalChecked, setInternalChecked] = React60__default.default.useState(defaultChecked);
9728
9730
  const isChecked = isControlled ? controlledChecked : internalChecked;
@@ -9768,7 +9770,7 @@ var Checkbox = React60__default.default.forwardRef(
9768
9770
  checkbox.control.border.default
9769
9771
  ),
9770
9772
  controlBorderColor: isChecked ? checkbox.colour.background.selected : checkbox.colour.border.default,
9771
- controlBorderRadius: parseTokenValue30(dimensions.borderRadius.xs),
9773
+ controlBorderRadius: parseTokenValue30(dimensions3.borderRadius.xs),
9772
9774
  controlBgColor: isChecked ? checkbox.colour.background.selected : "transparent",
9773
9775
  children: /* @__PURE__ */ jsxRuntime.jsx(CheckboxPrimitive__namespace.Indicator, { children: /* @__PURE__ */ jsxRuntime.jsx(Icon, { icon: Check_default, size: "xs", colour: "alt" }) })
9774
9776
  }
@@ -9815,7 +9817,7 @@ var Checkbox = React60__default.default.forwardRef(
9815
9817
  );
9816
9818
  Checkbox.displayName = "Checkbox";
9817
9819
  var parseTokenValue31 = (value) => parseFloat(value);
9818
- var StyledGroup = styled60__default.default(reactNative.View)(({ groupDirection, groupGap }) => ({
9820
+ var StyledGroup = styled51__default.default(reactNative.View)(({ groupDirection, groupGap }) => ({
9819
9821
  flexDirection: groupDirection,
9820
9822
  gap: groupGap
9821
9823
  }));
@@ -9929,7 +9931,7 @@ var CopyFieldInput = React60__default.default.forwardRef(
9929
9931
  );
9930
9932
  CopyFieldInput.displayName = "CopyField.Field";
9931
9933
  var parseTokenValue32 = (value) => parseFloat(value);
9932
- var StyledRoot8 = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
9934
+ var StyledRoot8 = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
9933
9935
  const { spacing } = theme2.tokens.components.inputs;
9934
9936
  return {
9935
9937
  gap: parseTokenValue32(spacing.gap)
@@ -10010,13 +10012,13 @@ var FilterTabContext = React60__default.default.createContext({
10010
10012
  }
10011
10013
  });
10012
10014
  var parseTokenValue33 = (value) => parseFloat(value);
10013
- var StyledRoot9 = styled60__default.default(reactNative.View)(({ rootGap }) => ({
10015
+ var StyledRoot9 = styled51__default.default(reactNative.View)(({ rootGap }) => ({
10014
10016
  flexDirection: "row",
10015
10017
  alignItems: "center",
10016
10018
  gap: rootGap,
10017
10019
  flexWrap: "nowrap"
10018
10020
  }));
10019
- var StyledItem2 = styled60__default.default(reactNative.Pressable)(
10021
+ var StyledItem2 = styled51__default.default(reactNative.Pressable)(
10020
10022
  ({
10021
10023
  itemHeight,
10022
10024
  itemMinWidth,
@@ -10067,7 +10069,7 @@ var FilterTabItem = React60__default.default.forwardRef(
10067
10069
  const isIconOnly = !!IconOnlyIcon && !label;
10068
10070
  const isActive = isSelected && !disabled;
10069
10071
  const { tabItem } = theme2.tokens.components.filterTabs;
10070
- const { dimensions } = theme2.tokens.semantics;
10072
+ const { dimensions: dimensions3 } = theme2.tokens.semantics;
10071
10073
  const height = parseTokenValue33(
10072
10074
  size === "lg" ? tabItem.size.large.height : tabItem.size.small.height
10073
10075
  );
@@ -10092,7 +10094,7 @@ var FilterTabItem = React60__default.default.forwardRef(
10092
10094
  itemBgColor: isActive ? tabItem.colour.background.selected : tabItem.colour.background.default,
10093
10095
  itemOpacity: disabled ? parseFloat(tabItem.opacity.disabled.default) : 1,
10094
10096
  isIconOnly,
10095
- style: { gap: parseTokenValue33(dimensions.spacing["2xs"]) }
10097
+ style: { gap: parseTokenValue33(dimensions3.spacing["2xs"]) }
10096
10098
  }, rest), {
10097
10099
  children: [
10098
10100
  isIconOnly && IconOnlyIcon && /* @__PURE__ */ jsxRuntime.jsx(
@@ -10191,7 +10193,7 @@ var FilterTab = Object.assign(FilterTabRoot, {
10191
10193
  Item: FilterTabItem
10192
10194
  });
10193
10195
  var parseTokenValue34 = (value) => parseFloat(value);
10194
- var StyledFieldWrapper = styled60__default.default(reactNative.View)(
10196
+ var StyledFieldWrapper = styled51__default.default(reactNative.View)(
10195
10197
  ({
10196
10198
  fieldBgColor,
10197
10199
  fieldBorderColor,
@@ -10212,7 +10214,7 @@ var StyledFieldWrapper = styled60__default.default(reactNative.View)(
10212
10214
  overflow: "hidden"
10213
10215
  })
10214
10216
  );
10215
- var StyledTextInput = styled60__default.default(reactNative.TextInput)(({ inputColor, inputFontFamily, inputFontWeight, inputFontSize }) => __spreadProps(__spreadValues({
10217
+ var StyledTextInput = styled51__default.default(reactNative.TextInput)(({ inputColor, inputFontFamily, inputFontWeight, inputFontSize }) => __spreadProps(__spreadValues({
10216
10218
  textAlign: "center",
10217
10219
  outlineStyle: "none",
10218
10220
  padding: 0,
@@ -10226,7 +10228,7 @@ var StyledTextInput = styled60__default.default(reactNative.TextInput)(({ inputC
10226
10228
  fontSize: inputFontSize,
10227
10229
  lineHeight: 0
10228
10230
  }));
10229
- var StyledRow = styled60__default.default(reactNative.View)(({ rowGap }) => ({
10231
+ var StyledRow = styled51__default.default(reactNative.View)(({ rowGap }) => ({
10230
10232
  flexDirection: "row",
10231
10233
  alignItems: "center",
10232
10234
  alignSelf: "center",
@@ -10274,7 +10276,7 @@ var NumberFieldInput = React60__default.default.forwardRef(
10274
10276
  var _a2;
10275
10277
  const theme2 = react.useTheme();
10276
10278
  const tokens3 = theme2.tokens.components.numberField;
10277
- const inputTokens = theme2.tokens.components.inputs;
10279
+ const inputTokens3 = theme2.tokens.components.inputs;
10278
10280
  const [isFocused, setIsFocused] = React60__default.default.useState(false);
10279
10281
  const [isEdited, setIsEdited] = React60__default.default.useState(false);
10280
10282
  const initialValueRef = React60__default.default.useRef((_a2 = value != null ? value : defaultValue) != null ? _a2 : "");
@@ -10285,11 +10287,11 @@ var NumberFieldInput = React60__default.default.forwardRef(
10285
10287
  const fieldMinWidth = parseTokenValue34(fieldSizeTokens.minWidth);
10286
10288
  const fieldHeight = parseTokenValue34(fieldSizeTokens.height);
10287
10289
  const fieldPaddingHorizontal = parseTokenValue34(
10288
- inputTokens.spacing.field.horizontalPadding
10290
+ inputTokens3.spacing.field.horizontalPadding
10289
10291
  );
10290
10292
  const getBorderColor = () => {
10291
- if (state === "error") return inputTokens.colour.field.border.error;
10292
- if (state === "success") return inputTokens.colour.field.border.success;
10293
+ if (state === "error") return inputTokens3.colour.field.border.error;
10294
+ if (state === "success") return inputTokens3.colour.field.border.success;
10293
10295
  if (isFocused) return tokens3.colour.field.border.selected;
10294
10296
  if (isEdited) return tokens3.colour.field.border.edited;
10295
10297
  return tokens3.colour.field.border.default;
@@ -10388,11 +10390,11 @@ var NumberFieldInput = React60__default.default.forwardRef(
10388
10390
  );
10389
10391
  NumberFieldInput.displayName = "NumberField.Input";
10390
10392
  var parseTokenValue35 = (value) => parseFloat(value);
10391
- var StyledRoot10 = styled60__default.default(reactNative.View)(({ rootGap }) => ({
10393
+ var StyledRoot10 = styled51__default.default(reactNative.View)(({ rootGap }) => ({
10392
10394
  alignItems: "center",
10393
10395
  gap: rootGap
10394
10396
  }));
10395
- var StyledLabelGroup = styled60__default.default(reactNative.View)(({ labelGap }) => ({
10397
+ var StyledLabelGroup = styled51__default.default(reactNative.View)(({ labelGap }) => ({
10396
10398
  gap: labelGap
10397
10399
  }));
10398
10400
  var NumberField = React60__default.default.forwardRef(
@@ -10541,7 +10543,7 @@ var PasswordFieldInput = React60__default.default.forwardRef((_a, ref) => {
10541
10543
  });
10542
10544
  PasswordFieldInput.displayName = "PasswordField.Field";
10543
10545
  var parseTokenValue36 = (value) => parseFloat(value);
10544
- var StyledErrorRow2 = styled60__default.default(reactNative.View)(({ gap }) => ({
10546
+ var StyledErrorRow2 = styled51__default.default(reactNative.View)(({ gap }) => ({
10545
10547
  flexDirection: "row",
10546
10548
  alignItems: "center",
10547
10549
  gap
@@ -10573,12 +10575,12 @@ var PasswordFieldError = React60__default.default.forwardRef((_a, ref) => {
10573
10575
  });
10574
10576
  PasswordFieldError.displayName = "PasswordField.Error";
10575
10577
  var parseTokenValue37 = (value) => parseFloat(value);
10576
- var StyledRequirementsList = styled60__default.default(reactNative.View)(
10578
+ var StyledRequirementsList = styled51__default.default(reactNative.View)(
10577
10579
  ({ listGap }) => ({
10578
10580
  gap: listGap
10579
10581
  })
10580
10582
  );
10581
- var StyledRequirementItem = styled60__default.default(reactNative.View)(
10583
+ var StyledRequirementItem = styled51__default.default(reactNative.View)(
10582
10584
  ({ itemGap }) => ({
10583
10585
  flexDirection: "row",
10584
10586
  alignItems: "center",
@@ -10635,7 +10637,7 @@ var PasswordFieldRequirements = React60__default.default.forwardRef((_a, ref) =>
10635
10637
  });
10636
10638
  PasswordFieldRequirements.displayName = "PasswordField.Requirements";
10637
10639
  var parseTokenValue38 = (value) => parseFloat(value);
10638
- var StyledRoot11 = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
10640
+ var StyledRoot11 = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
10639
10641
  const { spacing } = theme2.tokens.components.inputs;
10640
10642
  return {
10641
10643
  gap: parseTokenValue38(spacing.gap)
@@ -10749,19 +10751,19 @@ function usePasswordField({
10749
10751
  });
10750
10752
  }
10751
10753
  var parseTokenValue39 = (value) => parseFloat(value);
10752
- var StyledRoot12 = styled60__default.default(reactNative.View)(({ rootGap }) => ({
10754
+ var StyledRoot12 = styled51__default.default(reactNative.View)(({ rootGap }) => ({
10753
10755
  flexDirection: "column",
10754
10756
  alignItems: "stretch",
10755
10757
  gap: rootGap,
10756
10758
  width: "100%"
10757
10759
  }));
10758
- var StyledHeader2 = styled60__default.default(reactNative.View)({
10760
+ var StyledHeader2 = styled51__default.default(reactNative.View)({
10759
10761
  flexDirection: "row",
10760
10762
  alignItems: "center",
10761
10763
  justifyContent: "space-between",
10762
10764
  width: "100%"
10763
10765
  });
10764
- var StyledTrack = styled60__default.default(reactNative.View)(({ trackHeight, trackMinWidth, trackBorderRadius, trackBgColor }) => ({
10766
+ var StyledTrack = styled51__default.default(reactNative.View)(({ trackHeight, trackMinWidth, trackBorderRadius, trackBgColor }) => ({
10765
10767
  position: "relative",
10766
10768
  width: "100%",
10767
10769
  minWidth: trackMinWidth,
@@ -10770,7 +10772,7 @@ var StyledTrack = styled60__default.default(reactNative.View)(({ trackHeight, tr
10770
10772
  backgroundColor: trackBgColor,
10771
10773
  overflow: "hidden"
10772
10774
  }));
10773
- var StyledIndicator = styled60__default.default(reactNative.View)(({ indicatorBorderRadius, indicatorBgColor }) => ({
10775
+ var StyledIndicator = styled51__default.default(reactNative.View)(({ indicatorBorderRadius, indicatorBgColor }) => ({
10774
10776
  height: "100%",
10775
10777
  borderRadius: indicatorBorderRadius,
10776
10778
  backgroundColor: indicatorBgColor
@@ -10867,7 +10869,7 @@ var Progress = React60__default.default.forwardRef(
10867
10869
  );
10868
10870
  Progress.displayName = "Progress";
10869
10871
  var parseTokenValue40 = (value) => parseFloat(value);
10870
- var StyledRadioRoot = styled60__default.default(reactNative.Pressable)(
10872
+ var StyledRadioRoot = styled51__default.default(reactNative.Pressable)(
10871
10873
  ({
10872
10874
  radioGap,
10873
10875
  radioOpacity,
@@ -10886,7 +10888,7 @@ var StyledRadioRoot = styled60__default.default(reactNative.Pressable)(
10886
10888
  opacity: radioOpacity
10887
10889
  }, radioPaddingVertical !== void 0 ? { paddingVertical: radioPaddingVertical } : {}), radioPaddingHorizontal !== void 0 ? { paddingHorizontal: radioPaddingHorizontal } : {}), radioMaxWidth !== void 0 ? { maxWidth: radioMaxWidth } : {}), radioBgColor ? { backgroundColor: radioBgColor } : {}), radioBorderWidth !== void 0 ? { borderWidth: radioBorderWidth, borderColor: radioBorderColor } : {}), radioBorderRadius !== void 0 ? { borderRadius: radioBorderRadius } : {})
10888
10890
  );
10889
- var StyledRadioControl = styled60__default.default(reactNative.View)(({ controlSize, controlBorderWidth, controlBorderColor }) => ({
10891
+ var StyledRadioControl = styled51__default.default(reactNative.View)(({ controlSize, controlBorderWidth, controlBorderColor }) => ({
10890
10892
  width: controlSize,
10891
10893
  height: controlSize,
10892
10894
  minWidth: controlSize,
@@ -10897,20 +10899,20 @@ var StyledRadioControl = styled60__default.default(reactNative.View)(({ controlS
10897
10899
  alignItems: "center",
10898
10900
  justifyContent: "center"
10899
10901
  }));
10900
- var StyledIndicator2 = styled60__default.default(reactNative.View)(({ indicatorSize, indicatorBgColor }) => ({
10902
+ var StyledIndicator2 = styled51__default.default(reactNative.View)(({ indicatorSize, indicatorBgColor }) => ({
10901
10903
  width: indicatorSize,
10902
10904
  height: indicatorSize,
10903
10905
  borderRadius: indicatorSize / 2,
10904
10906
  backgroundColor: indicatorBgColor
10905
10907
  }));
10906
- var StyledTextContent = styled60__default.default(reactNative.View)(({ textContentGap }) => ({
10908
+ var StyledTextContent = styled51__default.default(reactNative.View)(({ textContentGap }) => ({
10907
10909
  flexDirection: "column",
10908
10910
  gap: textContentGap
10909
10911
  }));
10910
- var StyledAssetWrapper = styled60__default.default(reactNative.View)({
10912
+ var StyledAssetWrapper = styled51__default.default(reactNative.View)({
10911
10913
  alignSelf: "center"
10912
10914
  });
10913
- var StyledTagWrapper = styled60__default.default(reactNative.View)(
10915
+ var StyledTagWrapper = styled51__default.default(reactNative.View)(
10914
10916
  ({ tagTopPadding }) => ({
10915
10917
  alignItems: "flex-start",
10916
10918
  paddingTop: tagTopPadding
@@ -11021,7 +11023,7 @@ var Radio = React60__default.default.forwardRef(
11021
11023
  );
11022
11024
  Radio.displayName = "Radio";
11023
11025
  var parseTokenValue41 = (value) => parseFloat(value);
11024
- var StyledRadioGroup = styled60__default.default(reactNative.View)(({ groupDirection, groupGap }) => ({
11026
+ var StyledRadioGroup = styled51__default.default(reactNative.View)(({ groupDirection, groupGap }) => ({
11025
11027
  flexDirection: groupDirection,
11026
11028
  gap: groupGap
11027
11029
  }));
@@ -11147,7 +11149,7 @@ var SearchFieldInput = React60__default.default.forwardRef((_a, ref) => {
11147
11149
  });
11148
11150
  SearchFieldInput.displayName = "SearchField.Field";
11149
11151
  var parseTokenValue42 = (value) => parseFloat(value);
11150
- var StyledRoot13 = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
11152
+ var StyledRoot13 = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
11151
11153
  const { spacing } = theme2.tokens.components.inputs;
11152
11154
  return {
11153
11155
  gap: parseTokenValue42(spacing.gap)
@@ -11224,7 +11226,7 @@ function useSearchField({
11224
11226
  };
11225
11227
  }
11226
11228
  var parseTokenValue43 = (value) => parseFloat(value);
11227
- var StyledSegmentItem = styled60__default.default(reactNative.Pressable)(
11229
+ var StyledSegmentItem = styled51__default.default(reactNative.Pressable)(
11228
11230
  ({
11229
11231
  itemHeight,
11230
11232
  itemMinWidth,
@@ -11244,14 +11246,14 @@ var StyledSegmentItem = styled60__default.default(reactNative.Pressable)(
11244
11246
  opacity: itemOpacity
11245
11247
  }, itemFlex !== void 0 ? { flex: itemFlex } : { flexShrink: 0 })
11246
11248
  );
11247
- var StyledIntrinsicClip = styled60__default.default(reactNative.View)(({ clipBorderRadius, clipBgColor, clipWidth }) => __spreadValues({
11249
+ var StyledIntrinsicClip = styled51__default.default(reactNative.View)(({ clipBorderRadius, clipBgColor, clipWidth }) => __spreadValues({
11248
11250
  overflow: "hidden",
11249
11251
  borderRadius: clipBorderRadius,
11250
11252
  backgroundColor: clipBgColor,
11251
11253
  alignSelf: "flex-start",
11252
11254
  maxWidth: "100%"
11253
11255
  }, clipWidth !== void 0 ? { width: clipWidth } : {}));
11254
- var StyledScrollIndicator = styled60__default.default(reactNative.Pressable)(
11256
+ var StyledScrollIndicator = styled51__default.default(reactNative.Pressable)(
11255
11257
  ({
11256
11258
  indicatorSide,
11257
11259
  indicatorBorderRadius,
@@ -11307,7 +11309,7 @@ var ScrollIndicatorGradient = ({
11307
11309
  /* @__PURE__ */ jsxRuntime.jsx(Svg.Rect, { width: "100%", height: "100%", fill: `url(#${gradientId})` })
11308
11310
  ] }) });
11309
11311
  };
11310
- var StyledContainer2 = styled60__default.default(reactNative.View)(
11312
+ var StyledContainer2 = styled51__default.default(reactNative.View)(
11311
11313
  ({
11312
11314
  containerGap,
11313
11315
  containerPaddingVertical,
@@ -11503,7 +11505,7 @@ var SegmentedControlRoot = React60__default.default.forwardRef(
11503
11505
  var _a2, _b2;
11504
11506
  const theme2 = react.useTheme();
11505
11507
  const { spacing, borderRadius, colour } = theme2.tokens.components.segmentedControl;
11506
- const { dimensions } = theme2.tokens.semantics;
11508
+ const { dimensions: dimensions3 } = theme2.tokens.semantics;
11507
11509
  const optionsFirstValue = (_a2 = options == null ? void 0 : options[0]) == null ? void 0 : _a2.value;
11508
11510
  const childrenArray = React60__default.default.Children.toArray(children);
11509
11511
  const firstChildValue = childrenArray.map((child) => {
@@ -11566,8 +11568,8 @@ var SegmentedControlRoot = React60__default.default.forwardRef(
11566
11568
  containerBorderRadius: parseTokenValue43(borderRadius.default),
11567
11569
  containerBgColor: colour.background.default,
11568
11570
  containerFullWidth: layout === "fixed",
11569
- scrollIndicatorPaddingOuter: parseTokenValue43(dimensions.spacing["2xl"]),
11570
- scrollIndicatorPaddingInner: parseTokenValue43(dimensions.spacing.sm)
11571
+ scrollIndicatorPaddingOuter: parseTokenValue43(dimensions3.spacing["2xl"]),
11572
+ scrollIndicatorPaddingInner: parseTokenValue43(dimensions3.spacing.sm)
11571
11573
  };
11572
11574
  if (layout === "intrinsic") {
11573
11575
  return /* @__PURE__ */ jsxRuntime.jsx(
@@ -11587,7 +11589,7 @@ var SegmentedControl = Object.assign(SegmentedControlRoot, {
11587
11589
  Item: SegmentedControlItem
11588
11590
  });
11589
11591
  var parseTokenValue44 = (value) => parseFloat(value);
11590
- var StyledTriggerWrapper = styled60__default.default(reactNative.Animated.View)(({
11592
+ var StyledTriggerWrapper = styled51__default.default(reactNative.Animated.View)(({
11591
11593
  theme: theme2,
11592
11594
  state: _state
11593
11595
  }) => {
@@ -11603,12 +11605,12 @@ var StyledTriggerWrapper = styled60__default.default(reactNative.Animated.View)(
11603
11605
  borderRadius: parseTokenValue44(borderRadius.field.default)
11604
11606
  };
11605
11607
  });
11606
- var StyledIconWrapper2 = styled60__default.default(reactNative.View)({
11608
+ var StyledIconWrapper2 = styled51__default.default(reactNative.View)({
11607
11609
  flexShrink: 0,
11608
11610
  alignItems: "center",
11609
11611
  justifyContent: "center"
11610
11612
  });
11611
- var StyledArrowIcon = styled60__default.default(reactNative.Animated.View)({
11613
+ var StyledArrowIcon = styled51__default.default(reactNative.Animated.View)({
11612
11614
  flexShrink: 0,
11613
11615
  alignItems: "center",
11614
11616
  justifyContent: "center"
@@ -11694,7 +11696,7 @@ var SelectFieldTrigger = React60__default.default.forwardRef(
11694
11696
  }
11695
11697
  );
11696
11698
  SelectFieldTrigger.displayName = "SelectField.Trigger";
11697
- var StyledValue = styled60__default.default(reactNative.Text)(({ theme: theme2 }) => {
11699
+ var StyledValue = styled51__default.default(reactNative.Text)(({ theme: theme2 }) => {
11698
11700
  const { colour } = theme2.tokens.components.inputs;
11699
11701
  return {
11700
11702
  flex: 1,
@@ -11713,7 +11715,7 @@ SelectFieldValue.displayName = "SelectField.Value";
11713
11715
  var parseTokenValue45 = (value) => parseFloat(value);
11714
11716
  var DROPDOWN_OFFSET_X = -32;
11715
11717
  var DROPDOWN_OFFSET_Y = -94;
11716
- var StyledContentShadow = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
11718
+ var StyledContentShadow = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
11717
11719
  const { dropdown } = theme2.tokens.components.dropdownList;
11718
11720
  const shadow = dropdown.list.dropshadow.default;
11719
11721
  return {
@@ -11732,7 +11734,7 @@ var StyledContentShadow = styled60__default.default(reactNative.View)(({ theme:
11732
11734
  ]
11733
11735
  };
11734
11736
  });
11735
- var StyledContentInner = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
11737
+ var StyledContentInner = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
11736
11738
  const { dropdown } = theme2.tokens.components.dropdownList;
11737
11739
  const { colour } = theme2.tokens.components.inputs;
11738
11740
  return {
@@ -11761,7 +11763,7 @@ var SelectFieldContent = React60__default.default.forwardRef((_a, ref) => {
11761
11763
  });
11762
11764
  SelectFieldContent.displayName = "SelectField.Content";
11763
11765
  var parseTokenValue46 = (value) => parseFloat(value);
11764
- var StyledItem3 = styled60__default.default(reactNative.Pressable)(({ theme: theme2 }) => {
11766
+ var StyledItem3 = styled51__default.default(reactNative.Pressable)(({ theme: theme2 }) => {
11765
11767
  const { dropdown } = theme2.tokens.components.dropdownList;
11766
11768
  return {
11767
11769
  flexDirection: "row",
@@ -11775,12 +11777,12 @@ var StyledItem3 = styled60__default.default(reactNative.Pressable)(({ theme: the
11775
11777
  backgroundColor: dropdown.listItem.colour.background.default
11776
11778
  };
11777
11779
  });
11778
- var StyledIconWrapper3 = styled60__default.default(reactNative.View)({
11780
+ var StyledIconWrapper3 = styled51__default.default(reactNative.View)({
11779
11781
  flexShrink: 0,
11780
11782
  alignItems: "center",
11781
11783
  justifyContent: "center"
11782
11784
  });
11783
- var StyledContentWrapper = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
11785
+ var StyledContentWrapper = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
11784
11786
  const { dropdown } = theme2.tokens.components.dropdownList;
11785
11787
  return {
11786
11788
  flexDirection: "row",
@@ -11790,17 +11792,17 @@ var StyledContentWrapper = styled60__default.default(reactNative.View)(({ theme:
11790
11792
  minWidth: 0
11791
11793
  };
11792
11794
  });
11793
- var StyledTextWrapper2 = styled60__default.default(reactNative.View)({
11795
+ var StyledTextWrapper2 = styled51__default.default(reactNative.View)({
11794
11796
  flex: 1,
11795
11797
  minWidth: 0
11796
11798
  });
11797
- var StyledItemText = styled60__default.default(reactNative.Text)(({ theme: theme2 }) => {
11799
+ var StyledItemText = styled51__default.default(reactNative.Text)(({ theme: theme2 }) => {
11798
11800
  const { dropdown } = theme2.tokens.components.dropdownList;
11799
11801
  return {
11800
11802
  color: dropdown.listItem.colour.text.placeholder.default
11801
11803
  };
11802
11804
  });
11803
- var StyledHintText = styled60__default.default(reactNative.Text)(({ theme: theme2 }) => {
11805
+ var StyledHintText = styled51__default.default(reactNative.Text)(({ theme: theme2 }) => {
11804
11806
  const { dropdown } = theme2.tokens.components.dropdownList;
11805
11807
  return {
11806
11808
  color: dropdown.listItem.colour.text.hint.default,
@@ -11843,7 +11845,7 @@ var SelectFieldItem = React60__default.default.forwardRef(
11843
11845
  );
11844
11846
  SelectFieldItem.displayName = "SelectField.Item";
11845
11847
  var parseTokenValue47 = (value) => parseFloat(value);
11846
- var StyledRoot14 = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
11848
+ var StyledRoot14 = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
11847
11849
  const { spacing } = theme2.tokens.components.inputs;
11848
11850
  return {
11849
11851
  gap: parseTokenValue47(spacing.gap)
@@ -11976,13 +11978,269 @@ function useSelectField(options = {}) {
11976
11978
  onValueChange: handleValueChange
11977
11979
  }, validationRule && { state, error });
11978
11980
  }
11981
+ var themeTokens = pawprintTokens.DEFAULT_THEME_OPTIONS.tokens;
11982
+ var { components, semantics } = themeTokens;
11983
+ var inputTokens = components.inputs;
11984
+ var { dimensions } = semantics;
11985
+ var parseSize = (value) => {
11986
+ return parseInt(value.replace("px", ""), 10);
11987
+ };
11988
+ var Wrapper = styled51__default.default(reactNative.View)({
11989
+ borderWidth: parseSize(inputTokens.borderWidth.field.selected),
11990
+ borderColor: inputTokens.colour.field.border.selected,
11991
+ borderRadius: parseSize(inputTokens.borderRadius.field.default),
11992
+ backgroundColor: inputTokens.colour.field.background.default,
11993
+ paddingHorizontal: parseSize(inputTokens.spacing.field.horizontalPadding),
11994
+ paddingVertical: parseSize(inputTokens.spacing.field.verticalPadding),
11995
+ height: parseSize(inputTokens.size.field.height),
11996
+ flexDirection: "row",
11997
+ alignItems: "center",
11998
+ justifyContent: "space-between"
11999
+ });
12000
+ var SelectIcon = styled51__default.default(Animated10__default.default.View)({
12001
+ position: "absolute",
12002
+ right: 0,
12003
+ marginRight: 0
12004
+ });
12005
+ var InputText = styled51__default.default(reactNative.Text)({
12006
+ color: inputTokens.colour.field.text.default,
12007
+ fontSize: parseSize(inputTokens.field.placeholder.default.fontSize),
12008
+ fontWeight: inputTokens.field.placeholder.default.fontWeight,
12009
+ flex: 1
12010
+ });
12011
+ var PlaceholderText = styled51__default.default(reactNative.Text)({
12012
+ color: inputTokens.colour.field.text.placeholder,
12013
+ fontSize: parseSize(inputTokens.field.placeholder.default.fontSize),
12014
+ fontWeight: inputTokens.field.placeholder.default.fontWeight,
12015
+ flex: 1
12016
+ });
12017
+ var ModalOverlay = styled51__default.default(reactNative.View)({
12018
+ flex: 1,
12019
+ backgroundColor: "rgba(0, 0, 0, 0.32)",
12020
+ justifyContent: "flex-end"
12021
+ });
12022
+ var AndroidDialog = styled51__default.default(reactNative.View)({
12023
+ backgroundColor: inputTokens.colour.field.background.default,
12024
+ borderTopLeftRadius: parseSize(dimensions.borderRadius.lg),
12025
+ borderTopRightRadius: parseSize(dimensions.borderRadius.lg),
12026
+ maxHeight: "80%",
12027
+ minHeight: "40%",
12028
+ paddingTop: parseSize(dimensions.spacing.md),
12029
+ paddingBottom: parseSize(dimensions.spacing.xl),
12030
+ paddingHorizontal: parseSize(dimensions.spacing.md)
12031
+ });
12032
+ var DialogTitle = styled51__default.default(reactNative.Text)({
12033
+ fontSize: parseSize(inputTokens.field.placeholder.default.fontSize),
12034
+ fontWeight: inputTokens.text.label.fontWeight,
12035
+ color: inputTokens.colour.field.text.default,
12036
+ marginBottom: parseSize(dimensions.spacing.md),
12037
+ marginLeft: parseSize(dimensions.spacing.xs)
12038
+ });
12039
+ var AndroidOptionRow = styled51__default.default(reactNative.View)({
12040
+ flexDirection: "row",
12041
+ alignItems: "center",
12042
+ paddingVertical: parseSize(dimensions.spacing.md),
12043
+ paddingHorizontal: parseSize(dimensions.spacing.sm),
12044
+ borderBottomWidth: parseSize(dimensions.borderWidth.sm),
12045
+ borderBottomColor: themeTokens.primitives.colour.brand.brown[2]
12046
+ });
12047
+ var RadioOuter = styled51__default.default(reactNative.View)({
12048
+ width: parseSize(dimensions.spacing.lg),
12049
+ height: parseSize(dimensions.spacing.lg),
12050
+ borderRadius: parseSize(dimensions.spacing.lg) / 2,
12051
+ borderWidth: parseSize(dimensions.borderWidth.md),
12052
+ borderColor: inputTokens.colour.field.border.selected,
12053
+ alignItems: "center",
12054
+ justifyContent: "center",
12055
+ marginRight: parseSize(dimensions.spacing.sm)
12056
+ });
12057
+ var RadioInner = styled51__default.default(reactNative.View)({
12058
+ width: parseSize(dimensions.spacing.md) / 2,
12059
+ height: parseSize(dimensions.spacing.md) / 2,
12060
+ borderRadius: parseSize(dimensions.spacing.md) / 4,
12061
+ backgroundColor: inputTokens.colour.field.border.selected
12062
+ });
12063
+ var AndroidOptionText = styled51__default.default(reactNative.Text)(
12064
+ ({ isSelected }) => ({
12065
+ fontSize: parseSize(inputTokens.field.placeholder.default.fontSize),
12066
+ fontWeight: isSelected ? inputTokens.text.label.fontWeight : inputTokens.field.placeholder.default.fontWeight,
12067
+ color: inputTokens.colour.field.text.default,
12068
+ flex: 1
12069
+ })
12070
+ );
12071
+ var themeTokens2 = pawprintTokens.DEFAULT_THEME_OPTIONS.tokens;
12072
+ var { components: components2, semantics: semantics2 } = themeTokens2;
12073
+ var inputTokens2 = components2.inputs;
12074
+ var { dimensions: dimensions2 } = semantics2;
12075
+ var parseSize2 = (value) => {
12076
+ return parseInt(value.replace("px", ""), 10);
12077
+ };
12078
+ var useIconAnimation = () => {
12079
+ const iconRotation = Animated10.useSharedValue(0);
12080
+ const iconAnimationStyles = Animated10.useAnimatedStyle(() => {
12081
+ "worklet";
12082
+ return {
12083
+ transform: [{ rotate: `${iconRotation.value}deg` }]
12084
+ };
12085
+ });
12086
+ return {
12087
+ iconAnimationStyles
12088
+ };
12089
+ };
12090
+ var NativeSelectPicker = React60__default.default.forwardRef(
12091
+ (_a, ref) => {
12092
+ var _b = _a, {
12093
+ items,
12094
+ value,
12095
+ placeholder,
12096
+ onValueChange,
12097
+ disabled = false,
12098
+ hideIcon = false
12099
+ } = _b, rest = __objRest(_b, [
12100
+ "items",
12101
+ "value",
12102
+ "placeholder",
12103
+ "onValueChange",
12104
+ "disabled",
12105
+ "hideIcon"
12106
+ ]);
12107
+ var _a2;
12108
+ const [isOpen, setIsOpen] = React60.useState(false);
12109
+ const { iconAnimationStyles } = useIconAnimation();
12110
+ const hasPlaceholder = placeholder && Object.keys(placeholder).length > 0 && placeholder.label !== void 0;
12111
+ const allItems = React60.useMemo(() => {
12112
+ var _a3;
12113
+ if (hasPlaceholder) {
12114
+ return [
12115
+ {
12116
+ label: placeholder.label,
12117
+ value: (_a3 = placeholder.value) != null ? _a3 : "",
12118
+ key: "__placeholder__"
12119
+ },
12120
+ ...items
12121
+ ];
12122
+ }
12123
+ return items;
12124
+ }, [items, hasPlaceholder, placeholder]);
12125
+ const selectedItem = allItems.find((item) => item.value === value);
12126
+ const displayLabel = (_a2 = selectedItem == null ? void 0 : selectedItem.label) != null ? _a2 : hasPlaceholder ? placeholder.label : "";
12127
+ const handleOpenIOS = React60.useCallback(() => {
12128
+ if (disabled) return;
12129
+ const options = [...allItems.map((item) => item.label), "Cancel"];
12130
+ const cancelButtonIndex = options.length - 1;
12131
+ reactNative.ActionSheetIOS.showActionSheetWithOptions(
12132
+ {
12133
+ options,
12134
+ cancelButtonIndex
12135
+ },
12136
+ (buttonIndex) => {
12137
+ if (buttonIndex !== cancelButtonIndex) {
12138
+ onValueChange(allItems[buttonIndex].value);
12139
+ }
12140
+ }
12141
+ );
12142
+ }, [disabled, allItems, onValueChange]);
12143
+ const handleOpenAndroid = React60.useCallback(() => {
12144
+ if (!disabled) {
12145
+ setIsOpen(true);
12146
+ }
12147
+ }, [disabled]);
12148
+ const handleClose = React60.useCallback(() => {
12149
+ setIsOpen(false);
12150
+ }, []);
12151
+ const handleSelect = React60.useCallback(
12152
+ (itemValue) => {
12153
+ onValueChange(itemValue);
12154
+ setIsOpen(false);
12155
+ },
12156
+ [onValueChange]
12157
+ );
12158
+ return /* @__PURE__ */ jsxRuntime.jsxs(Wrapper, __spreadProps(__spreadValues({ ref }, rest), { children: [
12159
+ /* @__PURE__ */ jsxRuntime.jsxs(
12160
+ reactNative.TouchableOpacity,
12161
+ {
12162
+ activeOpacity: 0.8,
12163
+ onPress: reactNative.Platform.OS === "ios" ? handleOpenIOS : handleOpenAndroid,
12164
+ disabled,
12165
+ hitSlop: {
12166
+ top: parseSize2(dimensions2.spacing.md),
12167
+ right: parseSize2(dimensions2.spacing.md),
12168
+ bottom: parseSize2(dimensions2.spacing.md),
12169
+ left: parseSize2(dimensions2.spacing.md)
12170
+ },
12171
+ accessibilityRole: "button",
12172
+ style: { flexDirection: "row", alignItems: "center" },
12173
+ children: [
12174
+ /* @__PURE__ */ jsxRuntime.jsx(InputText, { numberOfLines: 1, children: displayLabel || /* @__PURE__ */ jsxRuntime.jsx(PlaceholderText, { children: (placeholder == null ? void 0 : placeholder.label) || "Select" }) }),
12175
+ !hideIcon && /* @__PURE__ */ jsxRuntime.jsx(SelectIcon, { style: [iconAnimationStyles], children: /* @__PURE__ */ jsxRuntime.jsx(
12176
+ KeyboardArrowDown_default,
12177
+ {
12178
+ width: parseSize2(dimensions2.spacing.xl),
12179
+ height: parseSize2(dimensions2.spacing.xl),
12180
+ color: inputTokens2.colour.field.text.default
12181
+ }
12182
+ ) })
12183
+ ]
12184
+ }
12185
+ ),
12186
+ reactNative.Platform.OS === "android" && /* @__PURE__ */ jsxRuntime.jsx(
12187
+ reactNative.Modal,
12188
+ {
12189
+ visible: isOpen,
12190
+ transparent: true,
12191
+ animationType: "fade",
12192
+ onRequestClose: handleClose,
12193
+ children: /* @__PURE__ */ jsxRuntime.jsx(
12194
+ reactNative.TouchableWithoutFeedback,
12195
+ {
12196
+ accessibilityRole: "button",
12197
+ onPress: handleClose,
12198
+ children: /* @__PURE__ */ jsxRuntime.jsx(ModalOverlay, { children: /* @__PURE__ */ jsxRuntime.jsx(reactNative.TouchableWithoutFeedback, { children: /* @__PURE__ */ jsxRuntime.jsxs(AndroidDialog, { children: [
12199
+ /* @__PURE__ */ jsxRuntime.jsx(DialogTitle, { children: "Select an option" }),
12200
+ /* @__PURE__ */ jsxRuntime.jsx(
12201
+ reactNative.FlatList,
12202
+ {
12203
+ data: allItems,
12204
+ keyExtractor: (item, index) => {
12205
+ var _a3, _b2;
12206
+ return (_b2 = (_a3 = item.key) == null ? void 0 : _a3.toString()) != null ? _b2 : `${item.value}-${index}`;
12207
+ },
12208
+ renderItem: ({ item }) => {
12209
+ const isSelected = item.value === value;
12210
+ return /* @__PURE__ */ jsxRuntime.jsx(
12211
+ reactNative.TouchableOpacity,
12212
+ {
12213
+ onPress: () => handleSelect(item.value),
12214
+ activeOpacity: 0.7,
12215
+ accessibilityRole: "button",
12216
+ children: /* @__PURE__ */ jsxRuntime.jsxs(AndroidOptionRow, { children: [
12217
+ /* @__PURE__ */ jsxRuntime.jsx(RadioOuter, { children: isSelected && /* @__PURE__ */ jsxRuntime.jsx(RadioInner, {}) }),
12218
+ /* @__PURE__ */ jsxRuntime.jsx(AndroidOptionText, { isSelected, children: item.label })
12219
+ ] })
12220
+ }
12221
+ );
12222
+ },
12223
+ style: {
12224
+ maxHeight: parseSize2(dimensions2.spacing["8xl"])
12225
+ }
12226
+ }
12227
+ )
12228
+ ] }) }) })
12229
+ }
12230
+ )
12231
+ }
12232
+ )
12233
+ ] }));
12234
+ }
12235
+ );
12236
+ NativeSelectPicker.displayName = "NativeSelectPicker";
11979
12237
  var parseTokenValue48 = (value) => parseFloat(value);
11980
- var StyledLabelRow2 = styled60__default.default(reactNative.View)(({ labelRowGap }) => ({
12238
+ var StyledLabelRow2 = styled51__default.default(reactNative.View)(({ labelRowGap }) => ({
11981
12239
  flexDirection: "row",
11982
12240
  alignItems: "center",
11983
12241
  gap: labelRowGap
11984
12242
  }));
11985
- var StyledLabelSlot = styled60__default.default(reactNative.View)(({ labelSlotGap }) => ({
12243
+ var StyledLabelSlot = styled51__default.default(reactNative.View)(({ labelSlotGap }) => ({
11986
12244
  flexDirection: "row",
11987
12245
  alignItems: "center",
11988
12246
  gap: labelSlotGap,
@@ -12021,7 +12279,7 @@ var Slider = React60__default.default.forwardRef(
12021
12279
  ]);
12022
12280
  const theme2 = react.useTheme();
12023
12281
  const { slider, buttons } = theme2.tokens.components;
12024
- const { dimensions } = theme2.tokens.semantics;
12282
+ const { dimensions: dimensions3 } = theme2.tokens.semantics;
12025
12283
  const isControlled = controlledValue !== void 0;
12026
12284
  const [internalValue, setInternalValue] = React60__default.default.useState(defaultValue);
12027
12285
  const currentValue = isControlled ? controlledValue : internalValue;
@@ -12030,10 +12288,10 @@ var Slider = React60__default.default.forwardRef(
12030
12288
  const isWeb = reactNative.Platform.OS === "web";
12031
12289
  const [trackLayoutWidth, setTrackLayoutWidth] = React60.useState(0);
12032
12290
  const webFraction = max > min ? (currentValue - min) / (max - min) : 0;
12033
- const trackWidth = Animated9.useSharedValue(0);
12034
- const thumbLeft = Animated9.useSharedValue(0);
12035
- const indicatorWidth = Animated9.useSharedValue(thumbSize / 2);
12036
- const lastReported = Animated9.useSharedValue(currentValue);
12291
+ const trackWidth = Animated10.useSharedValue(0);
12292
+ const thumbLeft = Animated10.useSharedValue(0);
12293
+ const indicatorWidth = Animated10.useSharedValue(thumbSize / 2);
12294
+ const lastReported = Animated10.useSharedValue(currentValue);
12037
12295
  const handleJSUpdate = (v) => {
12038
12296
  if (!isControlled) setInternalValue(v);
12039
12297
  onValueChange == null ? void 0 : onValueChange(v);
@@ -12103,10 +12361,10 @@ var Slider = React60__default.default.forwardRef(
12103
12361
  "worklet";
12104
12362
  reactNativeWorklets.scheduleOnRN(handleCommit, lastReported.value);
12105
12363
  });
12106
- const thumbAnimStyle = Animated9.useAnimatedStyle(() => ({
12364
+ const thumbAnimStyle = Animated10.useAnimatedStyle(() => ({
12107
12365
  transform: [{ translateX: thumbLeft.value }]
12108
12366
  }));
12109
- const indicatorAnimStyle = Animated9.useAnimatedStyle(() => ({
12367
+ const indicatorAnimStyle = Animated10.useAnimatedStyle(() => ({
12110
12368
  width: indicatorWidth.value
12111
12369
  }));
12112
12370
  const handleWebValueChange = (values) => {
@@ -12122,7 +12380,7 @@ var Slider = React60__default.default.forwardRef(
12122
12380
  const hasLeading = leadingIcon !== void 0 || leadingLabel !== void 0;
12123
12381
  const hasTrailing = trailingIcon !== void 0 || trailingLabel !== void 0;
12124
12382
  const labelGap = parseTokenValue48(slider.sliderField.spacing.label.gap);
12125
- const roundBorderRadius = parseTokenValue48(dimensions.borderRadius.round);
12383
+ const roundBorderRadius = parseTokenValue48(dimensions3.borderRadius.round);
12126
12384
  const thumbIconColor = buttons.iconButton.filledButton.colour.icon.primary.default;
12127
12385
  const thumbContent = /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
12128
12386
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -12193,7 +12451,7 @@ var Slider = React60__default.default.forwardRef(
12193
12451
  height: trackHeight,
12194
12452
  borderRadius: roundBorderRadius,
12195
12453
  backgroundColor: slider.colour.track.background.default,
12196
- borderWidth: parseTokenValue48(dimensions.borderWidth.sm),
12454
+ borderWidth: parseTokenValue48(dimensions3.borderWidth.sm),
12197
12455
  borderColor: slider.colour.track.border.default
12198
12456
  };
12199
12457
  const indicatorBaseStyle = {
@@ -12288,9 +12546,9 @@ var Slider = React60__default.default.forwardRef(
12288
12546
  onLayout: handleNativeLayout,
12289
12547
  children: [
12290
12548
  /* @__PURE__ */ jsxRuntime.jsx(reactNative.View, { style: trackBackgroundStyle }),
12291
- /* @__PURE__ */ jsxRuntime.jsx(Animated9__default.default.View, { style: [indicatorBaseStyle, indicatorAnimStyle] }),
12549
+ /* @__PURE__ */ jsxRuntime.jsx(Animated10__default.default.View, { style: [indicatorBaseStyle, indicatorAnimStyle] }),
12292
12550
  /* @__PURE__ */ jsxRuntime.jsx(
12293
- Animated9__default.default.View,
12551
+ Animated10__default.default.View,
12294
12552
  {
12295
12553
  style: [
12296
12554
  __spreadProps(__spreadValues({}, thumbStyle), { position: "absolute", left: 0 }),
@@ -12318,7 +12576,7 @@ var ICON_MAP = {
12318
12576
  info: Info_default
12319
12577
  };
12320
12578
  var parseTokenValue49 = (value) => parseFloat(value);
12321
- var StyledInlineRoot = styled60__default.default(reactNative.View)(
12579
+ var StyledInlineRoot = styled51__default.default(reactNative.View)(
12322
12580
  ({ rootPaddingH, rootPaddingV, rootGap, rootBorderRadius, rootBgColor }) => ({
12323
12581
  flexDirection: "row",
12324
12582
  alignItems: "flex-start",
@@ -12329,7 +12587,7 @@ var StyledInlineRoot = styled60__default.default(reactNative.View)(
12329
12587
  backgroundColor: rootBgColor
12330
12588
  })
12331
12589
  );
12332
- var StyledToastRoot = styled60__default.default(reactNative.View)(
12590
+ var StyledToastRoot = styled51__default.default(reactNative.View)(
12333
12591
  ({
12334
12592
  rootPaddingH,
12335
12593
  rootPaddingV,
@@ -12356,7 +12614,7 @@ var StyledToastRoot = styled60__default.default(reactNative.View)(
12356
12614
  elevation: 4
12357
12615
  })
12358
12616
  );
12359
- var StyledSystemRoot = styled60__default.default(reactNative.View)(
12617
+ var StyledSystemRoot = styled51__default.default(reactNative.View)(
12360
12618
  ({
12361
12619
  rootPaddingH,
12362
12620
  rootPaddingTop,
@@ -12376,31 +12634,31 @@ var StyledSystemRoot = styled60__default.default(reactNative.View)(
12376
12634
  width: "100%"
12377
12635
  })
12378
12636
  );
12379
- var StyledContents = styled60__default.default(reactNative.View)(({ contentsGap }) => ({
12637
+ var StyledContents = styled51__default.default(reactNative.View)(({ contentsGap }) => ({
12380
12638
  flexDirection: "column",
12381
12639
  alignItems: "flex-start",
12382
12640
  flex: 1,
12383
12641
  minWidth: 0,
12384
12642
  gap: contentsGap
12385
12643
  }));
12386
- var StyledCopyRow = styled60__default.default(reactNative.View)(({ copyGap }) => ({
12644
+ var StyledCopyRow = styled51__default.default(reactNative.View)(({ copyGap }) => ({
12387
12645
  flexDirection: "row",
12388
12646
  alignItems: "flex-start",
12389
12647
  gap: copyGap,
12390
12648
  width: "100%"
12391
12649
  }));
12392
- var StyledInlineCopy = styled60__default.default(reactNative.View)(({ copyGap }) => ({
12650
+ var StyledInlineCopy = styled51__default.default(reactNative.View)(({ copyGap }) => ({
12393
12651
  flexDirection: "column",
12394
12652
  alignItems: "flex-start",
12395
12653
  gap: copyGap,
12396
12654
  flex: 1,
12397
12655
  minWidth: 0
12398
12656
  }));
12399
- var StyledLinkWrapper = styled60__default.default(reactNative.View)(({ linkPaddingLeft }) => ({
12657
+ var StyledLinkWrapper = styled51__default.default(reactNative.View)(({ linkPaddingLeft }) => ({
12400
12658
  paddingLeft: linkPaddingLeft,
12401
12659
  width: "100%"
12402
12660
  }));
12403
- var StyledCloseButton = styled60__default.default(reactNative.Pressable)({
12661
+ var StyledCloseButton = styled51__default.default(reactNative.Pressable)({
12404
12662
  alignItems: "center",
12405
12663
  justifyContent: "center",
12406
12664
  flexShrink: 0,
@@ -12436,7 +12694,7 @@ var Notification = React60__default.default.forwardRef(
12436
12694
  if (variant === "system") {
12437
12695
  const isLarge = size === "lg";
12438
12696
  const sizeTokens = isLarge ? systemNotifications.notification.spacing.large : systemNotifications.notification.spacing.small;
12439
- return /* @__PURE__ */ jsxRuntime.jsxs(
12697
+ return /* @__PURE__ */ jsxRuntime.jsx(
12440
12698
  StyledSystemRoot,
12441
12699
  __spreadProps(__spreadValues({
12442
12700
  ref,
@@ -12449,7 +12707,7 @@ var Notification = React60__default.default.forwardRef(
12449
12707
  rootBgColor: bgMap[type],
12450
12708
  rootAlignCenter: isLarge
12451
12709
  }, rest), {
12452
- children: [
12710
+ children: /* @__PURE__ */ jsxRuntime.jsxs(reactNative.View, { style: { flexDirection: "column", flex: 1 }, children: [
12453
12711
  showIcon && /* @__PURE__ */ jsxRuntime.jsx(
12454
12712
  Icon,
12455
12713
  {
@@ -12459,27 +12717,31 @@ var Notification = React60__default.default.forwardRef(
12459
12717
  "aria-label": type
12460
12718
  }
12461
12719
  ),
12462
- /* @__PURE__ */ jsxRuntime.jsxs(reactNative.View, { style: { flexDirection: "column", gap: 8, flex: 1 }, children: [
12463
- /* @__PURE__ */ jsxRuntime.jsx(
12464
- Typography,
12465
- {
12466
- token: systemNotifications.notifications.typography.default,
12467
- color: systemNotifications.notification.colour.text.default,
12468
- children
12469
- }
12470
- ),
12471
- link && /* @__PURE__ */ jsxRuntime.jsx(
12472
- Link,
12473
- {
12474
- href: link.href,
12475
- onPress: link.onPress,
12476
- weight: "semiBold",
12477
- size: "md",
12478
- children: link.label
12479
- }
12480
- )
12481
- ] })
12482
- ]
12720
+ /* @__PURE__ */ jsxRuntime.jsx(reactNative.View, { style: { flexDirection: "column", gap: 8, flex: 1 }, children: /* @__PURE__ */ jsxRuntime.jsx(
12721
+ Typography,
12722
+ {
12723
+ token: systemNotifications.notifications.typography.default,
12724
+ color: systemNotifications.notification.colour.text.default,
12725
+ children
12726
+ }
12727
+ ) }),
12728
+ link && /* @__PURE__ */ jsxRuntime.jsx(
12729
+ StyledLinkWrapper,
12730
+ {
12731
+ linkPaddingLeft: parseTokenValue49(sizeTokens.content.gap),
12732
+ children: /* @__PURE__ */ jsxRuntime.jsx(
12733
+ Link,
12734
+ {
12735
+ href: link.href,
12736
+ onPress: link.onPress,
12737
+ weight: "semiBold",
12738
+ size: "md",
12739
+ children: link.label
12740
+ }
12741
+ )
12742
+ }
12743
+ )
12744
+ ] })
12483
12745
  })
12484
12746
  );
12485
12747
  }
@@ -12572,59 +12834,57 @@ var Notification = React60__default.default.forwardRef(
12572
12834
  rootBgColor: bgMap[type]
12573
12835
  }, rest), {
12574
12836
  children: [
12575
- /* @__PURE__ */ jsxRuntime.jsxs(StyledContents, { contentsGap: parseTokenValue49(content.spacing.gap), children: [
12576
- /* @__PURE__ */ jsxRuntime.jsxs(StyledCopyRow, { copyGap: parseTokenValue49(content.spacing.gap), children: [
12577
- showIcon && /* @__PURE__ */ jsxRuntime.jsx(
12578
- Icon,
12579
- {
12580
- icon: IconComponent,
12581
- size: "md",
12582
- colour: type,
12583
- "aria-label": type
12584
- }
12585
- ),
12586
- /* @__PURE__ */ jsxRuntime.jsxs(
12587
- StyledInlineCopy,
12588
- {
12589
- copyGap: parseTokenValue49(content.copy.spacing.gap),
12590
- children: [
12591
- title && /* @__PURE__ */ jsxRuntime.jsx(
12592
- Typography,
12593
- {
12594
- token: notifications.typography.title,
12595
- color: colour.text.title,
12596
- children: title
12597
- }
12598
- ),
12599
- /* @__PURE__ */ jsxRuntime.jsx(
12600
- Typography,
12601
- {
12602
- token: notifications.typography.body,
12603
- color: colour.text.body,
12604
- children
12605
- }
12606
- )
12607
- ]
12608
- }
12609
- )
12610
- ] }),
12611
- link && /* @__PURE__ */ jsxRuntime.jsx(
12612
- StyledLinkWrapper,
12837
+ /* @__PURE__ */ jsxRuntime.jsx(StyledContents, { contentsGap: parseTokenValue49(content.spacing.gap), children: /* @__PURE__ */ jsxRuntime.jsxs(StyledCopyRow, { copyGap: parseTokenValue49(content.spacing.gap), children: [
12838
+ showIcon && /* @__PURE__ */ jsxRuntime.jsx(
12839
+ Icon,
12613
12840
  {
12614
- linkPaddingLeft: parseTokenValue49(content.copy.spacing.gap),
12615
- children: /* @__PURE__ */ jsxRuntime.jsx(
12616
- Link,
12617
- {
12618
- href: link.href,
12619
- onPress: link.onPress,
12620
- weight: "semiBold",
12621
- size: "md",
12622
- children: link.label
12623
- }
12624
- )
12841
+ icon: IconComponent,
12842
+ size: "md",
12843
+ colour: type,
12844
+ "aria-label": type
12845
+ }
12846
+ ),
12847
+ /* @__PURE__ */ jsxRuntime.jsxs(
12848
+ StyledInlineCopy,
12849
+ {
12850
+ copyGap: parseTokenValue49(content.copy.spacing.gap),
12851
+ children: [
12852
+ title && /* @__PURE__ */ jsxRuntime.jsx(
12853
+ Typography,
12854
+ {
12855
+ token: notifications.typography.title,
12856
+ color: colour.text.title,
12857
+ children: title
12858
+ }
12859
+ ),
12860
+ /* @__PURE__ */ jsxRuntime.jsx(
12861
+ Typography,
12862
+ {
12863
+ token: notifications.typography.body,
12864
+ color: colour.text.body,
12865
+ children
12866
+ }
12867
+ ),
12868
+ link && /* @__PURE__ */ jsxRuntime.jsx(
12869
+ StyledLinkWrapper,
12870
+ {
12871
+ linkPaddingLeft: parseTokenValue49(content.copy.spacing.gap),
12872
+ children: /* @__PURE__ */ jsxRuntime.jsx(
12873
+ Link,
12874
+ {
12875
+ href: link.href,
12876
+ onPress: link.onPress,
12877
+ weight: "semiBold",
12878
+ size: "md",
12879
+ children: link.label
12880
+ }
12881
+ )
12882
+ }
12883
+ )
12884
+ ]
12625
12885
  }
12626
12886
  )
12627
- ] }),
12887
+ ] }) }),
12628
12888
  onClose && /* @__PURE__ */ jsxRuntime.jsx(
12629
12889
  StyledCloseButton,
12630
12890
  {
@@ -12646,10 +12906,10 @@ var NIB_OFFSET = {
12646
12906
  middle: 146,
12647
12907
  right: 268
12648
12908
  };
12649
- var Container2 = styled60__default.default(reactNative.View)(({ $width }) => ({
12909
+ var Container2 = styled51__default.default(reactNative.View)(({ $width }) => ({
12650
12910
  width: $width
12651
12911
  }));
12652
- var StyledBody = styled60__default.default(reactNative.View)(
12912
+ var StyledBody = styled51__default.default(reactNative.View)(
12653
12913
  ({
12654
12914
  bgColor,
12655
12915
  borderColor,
@@ -12879,7 +13139,7 @@ var Tooltip = React60__default.default.forwardRef(
12879
13139
  );
12880
13140
  Tooltip.displayName = "Tooltip";
12881
13141
  var parseTokenValue51 = (value) => parseFloat(value);
12882
- var StyledInsightRoot = styled60__default.default(reactNative.View)(
13142
+ var StyledInsightRoot = styled51__default.default(reactNative.View)(
12883
13143
  ({
12884
13144
  rootGap,
12885
13145
  rootPaddingH,
@@ -12906,7 +13166,7 @@ var StyledInsightRoot = styled60__default.default(reactNative.View)(
12906
13166
  minWidth: rootMinWidth
12907
13167
  })
12908
13168
  );
12909
- var StyledInsightContent = styled60__default.default(reactNative.View)(
13169
+ var StyledInsightContent = styled51__default.default(reactNative.View)(
12910
13170
  ({ contentGap }) => ({
12911
13171
  flex: 1,
12912
13172
  flexDirection: "column",
@@ -12986,7 +13246,7 @@ var MessageCardInsight = React60__default.default.forwardRef(
12986
13246
  }
12987
13247
  );
12988
13248
  MessageCardInsight.displayName = "MessageCard.Insight";
12989
- var StyledBannerRoot = styled60__default.default(reactNative.View)(({ rootGap, rootPadding, rootBorderRadius, rootBgColor }) => ({
13249
+ var StyledBannerRoot = styled51__default.default(reactNative.View)(({ rootGap, rootPadding, rootBorderRadius, rootBgColor }) => ({
12990
13250
  flexDirection: "row",
12991
13251
  alignItems: "center",
12992
13252
  gap: rootGap,
@@ -12994,7 +13254,7 @@ var StyledBannerRoot = styled60__default.default(reactNative.View)(({ rootGap, r
12994
13254
  borderRadius: rootBorderRadius,
12995
13255
  backgroundColor: rootBgColor
12996
13256
  }));
12997
- var StyledBannerImage = styled60__default.default(reactNative.View)(({ imageRadius, imageBgColor }) => ({
13257
+ var StyledBannerImage = styled51__default.default(reactNative.View)(({ imageRadius, imageBgColor }) => ({
12998
13258
  flexShrink: 0,
12999
13259
  width: 108,
13000
13260
  height: 108,
@@ -13002,14 +13262,14 @@ var StyledBannerImage = styled60__default.default(reactNative.View)(({ imageRadi
13002
13262
  overflow: "hidden",
13003
13263
  backgroundColor: imageBgColor
13004
13264
  }));
13005
- var StyledBannerIllustrationSlot = styled60__default.default(reactNative.View)({
13265
+ var StyledBannerIllustrationSlot = styled51__default.default(reactNative.View)({
13006
13266
  flexShrink: 0,
13007
13267
  width: 108,
13008
13268
  height: 108,
13009
13269
  alignItems: "center",
13010
13270
  justifyContent: "center"
13011
13271
  });
13012
- var StyledBannerContents = styled60__default.default(reactNative.View)(
13272
+ var StyledBannerContents = styled51__default.default(reactNative.View)(
13013
13273
  ({ contentsGap }) => ({
13014
13274
  flex: 1,
13015
13275
  flexDirection: "column",
@@ -13019,7 +13279,7 @@ var StyledBannerContents = styled60__default.default(reactNative.View)(
13019
13279
  minWidth: 0
13020
13280
  })
13021
13281
  );
13022
- var StyledBannerCopy = styled60__default.default(reactNative.View)(({ copyGap }) => ({
13282
+ var StyledBannerCopy = styled51__default.default(reactNative.View)(({ copyGap }) => ({
13023
13283
  flexDirection: "column",
13024
13284
  alignItems: "flex-start",
13025
13285
  gap: copyGap,
@@ -13045,15 +13305,15 @@ var MessageCardBanner = React60__default.default.forwardRef(
13045
13305
  "onLinkPress"
13046
13306
  ]);
13047
13307
  const theme2 = react.useTheme();
13048
- const { colour, dimensions } = theme2.tokens.semantics;
13308
+ const { colour, dimensions: dimensions3 } = theme2.tokens.semantics;
13049
13309
  const bgColor = colourScheme === "secondary" ? colour.background.container.secondary : colour.background.container.alt;
13050
13310
  return /* @__PURE__ */ jsxRuntime.jsxs(
13051
13311
  StyledBannerRoot,
13052
13312
  __spreadProps(__spreadValues({
13053
13313
  ref,
13054
- rootGap: parseTokenValue51(dimensions.spacing.md),
13055
- rootPadding: parseTokenValue51(dimensions.spacing.md),
13056
- rootBorderRadius: parseTokenValue51(dimensions.borderRadius.md),
13314
+ rootGap: parseTokenValue51(dimensions3.spacing.md),
13315
+ rootPadding: parseTokenValue51(dimensions3.spacing.md),
13316
+ rootBorderRadius: parseTokenValue51(dimensions3.borderRadius.md),
13057
13317
  rootBgColor: bgColor,
13058
13318
  accessible: true,
13059
13319
  accessibilityRole: "summary"
@@ -13065,7 +13325,7 @@ var MessageCardBanner = React60__default.default.forwardRef(
13065
13325
  }) }) : (media == null ? void 0 : media.type) === "image" ? /* @__PURE__ */ jsxRuntime.jsx(
13066
13326
  StyledBannerImage,
13067
13327
  {
13068
- imageRadius: parseTokenValue51(dimensions.borderRadius.sm),
13328
+ imageRadius: parseTokenValue51(dimensions3.borderRadius.sm),
13069
13329
  imageBgColor: colour.background.surface.secondary,
13070
13330
  children: /* @__PURE__ */ jsxRuntime.jsx(
13071
13331
  reactNative.Image,
@@ -13081,12 +13341,12 @@ var MessageCardBanner = React60__default.default.forwardRef(
13081
13341
  /* @__PURE__ */ jsxRuntime.jsxs(
13082
13342
  StyledBannerContents,
13083
13343
  {
13084
- contentsGap: parseTokenValue51(dimensions.spacing.xs),
13344
+ contentsGap: parseTokenValue51(dimensions3.spacing.xs),
13085
13345
  children: [
13086
13346
  /* @__PURE__ */ jsxRuntime.jsxs(
13087
13347
  StyledBannerCopy,
13088
13348
  {
13089
- copyGap: parseTokenValue51(dimensions.spacing["3xs"]),
13349
+ copyGap: parseTokenValue51(dimensions3.spacing["3xs"]),
13090
13350
  children: [
13091
13351
  title && /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "heading", size: "xs", color: "primary", children: title }),
13092
13352
  /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "body", size: "md", color: "secondary", children })
@@ -13118,14 +13378,14 @@ var MessageCard = {
13118
13378
  Banner: MessageCardBanner
13119
13379
  };
13120
13380
  var parseTokenValue52 = (value) => parseFloat(value);
13121
- var slideEaseOut = Animated9.Easing.out(Animated9.Easing.quad);
13381
+ var slideEaseOut = Animated10.Easing.out(Animated10.Easing.quad);
13122
13382
  var MONTH_SLIDE_ENTERING = {
13123
- forward: Animated9.FadeInRight.duration(250).easing(slideEaseOut),
13124
- backward: Animated9.FadeInLeft.duration(250).easing(slideEaseOut)
13383
+ forward: Animated10.FadeInRight.duration(250).easing(slideEaseOut),
13384
+ backward: Animated10.FadeInLeft.duration(250).easing(slideEaseOut)
13125
13385
  };
13126
13386
  var MONTH_SLIDE_EXITING = {
13127
- forward: Animated9.FadeOutLeft.duration(200),
13128
- backward: Animated9.FadeOutRight.duration(200)
13387
+ forward: Animated10.FadeOutLeft.duration(200),
13388
+ backward: Animated10.FadeOutRight.duration(200)
13129
13389
  };
13130
13390
  var DEFAULT_WEEK_LABELS = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"];
13131
13391
  function buildCalendarGrid(year, month) {
@@ -13158,22 +13418,22 @@ function defaultGetDateState(date) {
13158
13418
  function getDefaultMonthLabel(year, month, locale) {
13159
13419
  return dateFns.format(new Date(year, month, 1), "MMMM yyyy", { locale });
13160
13420
  }
13161
- var StyledContainer3 = styled60__default.default(reactNative.View)(({ containerGap, containerMaxWidth }) => ({
13421
+ var StyledContainer3 = styled51__default.default(reactNative.View)(({ containerGap, containerMaxWidth }) => ({
13162
13422
  flexDirection: "column",
13163
13423
  gap: containerGap,
13164
13424
  maxWidth: containerMaxWidth
13165
13425
  }));
13166
- var StyledMonthHeader = styled60__default.default(reactNative.View)(
13426
+ var StyledMonthHeader = styled51__default.default(reactNative.View)(
13167
13427
  ({ headerGap }) => ({
13168
13428
  flexDirection: "row",
13169
13429
  alignItems: "center",
13170
13430
  gap: headerGap
13171
13431
  })
13172
13432
  );
13173
- var StyledWeekRow = styled60__default.default(reactNative.View)({
13433
+ var StyledWeekRow = styled51__default.default(reactNative.View)({
13174
13434
  flexDirection: "row"
13175
13435
  });
13176
- var StyledWeekCell = styled60__default.default(reactNative.View)(
13436
+ var StyledWeekCell = styled51__default.default(reactNative.View)(
13177
13437
  ({ cellHeight }) => ({
13178
13438
  flex: 1,
13179
13439
  alignItems: "center",
@@ -13181,14 +13441,14 @@ var StyledWeekCell = styled60__default.default(reactNative.View)(
13181
13441
  height: cellHeight
13182
13442
  })
13183
13443
  );
13184
- var StyledDatesGrid = styled60__default.default(reactNative.View)(({ rowGap }) => ({
13444
+ var StyledDatesGrid = styled51__default.default(reactNative.View)(({ rowGap }) => ({
13185
13445
  flexDirection: "column",
13186
13446
  gap: rowGap
13187
13447
  }));
13188
- var StyledDateRow = styled60__default.default(reactNative.View)({
13448
+ var StyledDateRow = styled51__default.default(reactNative.View)({
13189
13449
  flexDirection: "row"
13190
13450
  });
13191
- var StyledDateCell = styled60__default.default(reactNative.View)(
13451
+ var StyledDateCell = styled51__default.default(reactNative.View)(
13192
13452
  ({ cellHeight }) => ({
13193
13453
  flex: 1,
13194
13454
  height: cellHeight,
@@ -13196,7 +13456,7 @@ var StyledDateCell = styled60__default.default(reactNative.View)(
13196
13456
  justifyContent: "center"
13197
13457
  })
13198
13458
  );
13199
- var StyledIndicator3 = styled60__default.default(reactNative.View)(
13459
+ var StyledIndicator3 = styled51__default.default(reactNative.View)(
13200
13460
  ({
13201
13461
  indicatorSize,
13202
13462
  indicatorBorderRadius,
@@ -13442,7 +13702,7 @@ var DatePicker = React60__default.default.forwardRef(
13442
13702
  ) })
13443
13703
  ] }),
13444
13704
  /* @__PURE__ */ jsxRuntime.jsx(
13445
- Animated9__default.default.View,
13705
+ Animated10__default.default.View,
13446
13706
  {
13447
13707
  entering: MONTH_SLIDE_ENTERING[slideDir],
13448
13708
  exiting: MONTH_SLIDE_EXITING[slideDir],
@@ -13561,25 +13821,25 @@ var buildPointerPath = (r) => {
13561
13821
  ].join(" ");
13562
13822
  };
13563
13823
  var parseTokenValue53 = (value) => parseFloat(value);
13564
- var StyledRoot15 = styled60__default.default(reactNative.View)(({ rootGap }) => ({
13824
+ var StyledRoot15 = styled51__default.default(reactNative.View)(({ rootGap }) => ({
13565
13825
  flexDirection: "column",
13566
13826
  gap: rootGap,
13567
13827
  width: "100%"
13568
13828
  }));
13569
- var StyledRow2 = styled60__default.default(reactNative.View)(({ rowGap }) => ({
13829
+ var StyledRow2 = styled51__default.default(reactNative.View)(({ rowGap }) => ({
13570
13830
  flexDirection: "row",
13571
13831
  alignItems: "flex-start",
13572
13832
  gap: rowGap,
13573
13833
  width: "100%"
13574
13834
  }));
13575
- var StyledItemStack = styled60__default.default(reactNative.View)(({ stackGap }) => ({
13835
+ var StyledItemStack = styled51__default.default(reactNative.View)(({ stackGap }) => ({
13576
13836
  flexDirection: "column",
13577
13837
  alignItems: "center",
13578
13838
  gap: stackGap,
13579
13839
  flex: 1,
13580
13840
  minWidth: 0
13581
13841
  }));
13582
- var StyledPictureButton = styled60__default.default(reactNative.Pressable)(
13842
+ var StyledPictureButton = styled51__default.default(reactNative.Pressable)(
13583
13843
  ({
13584
13844
  buttonBorderRadius,
13585
13845
  buttonBorderWidth,
@@ -13606,7 +13866,7 @@ var StyledPictureButton = styled60__default.default(reactNative.Pressable)(
13606
13866
  overflow: "hidden"
13607
13867
  })
13608
13868
  );
13609
- var StyledPointer = styled60__default.default(Svg__default.default)(
13869
+ var StyledPointer = styled51__default.default(Svg__default.default)(
13610
13870
  ({ pointerVisible }) => ({
13611
13871
  width: POINTER_WIDTH,
13612
13872
  height: POINTER_HEIGHT,
@@ -13759,13 +14019,13 @@ var DEFAULT_UNIT_LABELS = {
13759
14019
  var resolveLabel = (label, value) => typeof label === "string" ? label : value === 1 ? label.singular : label.plural;
13760
14020
  var parseTokenValue54 = (value) => parseFloat(value);
13761
14021
  var pad = (value) => String(Math.max(0, Math.floor(value))).padStart(2, "0");
13762
- var StackedRoot = styled60__default.default(reactNative.View)(({ rootGap }) => ({
14022
+ var StackedRoot = styled51__default.default(reactNative.View)(({ rootGap }) => ({
13763
14023
  flexDirection: "row",
13764
14024
  alignItems: "center",
13765
14025
  alignSelf: "flex-start",
13766
14026
  gap: rootGap
13767
14027
  }));
13768
- var StackedItem = styled60__default.default(reactNative.View)(
14028
+ var StackedItem = styled51__default.default(reactNative.View)(
13769
14029
  ({
13770
14030
  itemGap,
13771
14031
  itemVerticalPadding,
@@ -13783,7 +14043,7 @@ var StackedItem = styled60__default.default(reactNative.View)(
13783
14043
  borderRadius: itemBorderRadius
13784
14044
  })
13785
14045
  );
13786
- var StackedCountBox = styled60__default.default(reactNative.View)(({ countPaddingTop, countBgColor, countBorderRadius }) => ({
14046
+ var StackedCountBox = styled51__default.default(reactNative.View)(({ countPaddingTop, countBgColor, countBorderRadius }) => ({
13787
14047
  alignItems: "center",
13788
14048
  justifyContent: "center",
13789
14049
  // TODO: Add token — fixed count box dimensions are not yet tokenised.
@@ -13793,7 +14053,7 @@ var StackedCountBox = styled60__default.default(reactNative.View)(({ countPaddin
13793
14053
  backgroundColor: countBgColor,
13794
14054
  borderRadius: countBorderRadius
13795
14055
  }));
13796
- var InlineRoot = styled60__default.default(reactNative.View)(
14056
+ var InlineRoot = styled51__default.default(reactNative.View)(
13797
14057
  ({
13798
14058
  rootGap,
13799
14059
  rootVerticalPadding,
@@ -13813,13 +14073,13 @@ var InlineRoot = styled60__default.default(reactNative.View)(
13813
14073
  overflow: "hidden"
13814
14074
  })
13815
14075
  );
13816
- var InlineGroup = styled60__default.default(reactNative.View)(({ groupGap }) => ({
14076
+ var InlineGroup = styled51__default.default(reactNative.View)(({ groupGap }) => ({
13817
14077
  flexDirection: "row",
13818
14078
  alignItems: "center",
13819
14079
  justifyContent: "flex-end",
13820
14080
  gap: groupGap
13821
14081
  }));
13822
- var InlineCount = styled60__default.default(reactNative.View)(({ countGap }) => ({
14082
+ var InlineCount = styled51__default.default(reactNative.View)(({ countGap }) => ({
13823
14083
  flexDirection: "row",
13824
14084
  alignItems: "center",
13825
14085
  gap: countGap
@@ -14004,7 +14264,7 @@ var parseTokenValue55 = (value) => {
14004
14264
  if (typeof value === "number") return value;
14005
14265
  return parseFloat(value);
14006
14266
  };
14007
- var BadgeContainer = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
14267
+ var BadgeContainer = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
14008
14268
  const spacing = theme2.tokens.semantics.dimensions.spacing;
14009
14269
  const { sizing, borderRadius } = theme2.tokens.semantics.dimensions;
14010
14270
  const { colour } = theme2.tokens.semantics;
@@ -14021,7 +14281,7 @@ var BadgeContainer = styled60__default.default(reactNative.View)(({ theme: theme
14021
14281
  borderBottomRightRadius: parseTokenValue55(borderRadius.xs)
14022
14282
  };
14023
14283
  });
14024
- var BadgeIcon = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
14284
+ var BadgeIcon = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
14025
14285
  const spacing = theme2.tokens.semantics.dimensions.spacing;
14026
14286
  const sizing = theme2.tokens.semantics.dimensions.sizing;
14027
14287
  return {
@@ -14044,7 +14304,7 @@ var Badge2 = React60__default.default.forwardRef(
14044
14304
  }
14045
14305
  );
14046
14306
  Badge2.displayName = "ProductListingCard.Badge";
14047
- var StyledGrid = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
14307
+ var StyledGrid = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
14048
14308
  const spacing = theme2.tokens.semantics.dimensions.spacing;
14049
14309
  return {
14050
14310
  display: "grid",
@@ -14083,7 +14343,7 @@ var parseTokenValue56 = (value) => {
14083
14343
  if (typeof value === "number") return value;
14084
14344
  return parseFloat(value);
14085
14345
  };
14086
- var StyledRoot16 = styled60__default.default(reactNative.Pressable)(({ theme: theme2 }) => {
14346
+ var StyledRoot16 = styled51__default.default(reactNative.Pressable)(({ theme: theme2 }) => {
14087
14347
  const spacing = theme2.tokens.semantics.dimensions.spacing;
14088
14348
  return {
14089
14349
  display: "flex",
@@ -14093,18 +14353,18 @@ var StyledRoot16 = styled60__default.default(reactNative.Pressable)(({ theme: th
14093
14353
  width: "100%"
14094
14354
  };
14095
14355
  });
14096
- var ImageContainer = styled60__default.default(reactNative.View)({
14356
+ var ImageContainer = styled51__default.default(reactNative.View)({
14097
14357
  position: "relative",
14098
14358
  width: "100%",
14099
14359
  aspectRatio: 1,
14100
14360
  overflow: "hidden"
14101
14361
  });
14102
- var StyledImage2 = styled60__default.default(reactNative.Image)({
14362
+ var StyledImage2 = styled51__default.default(reactNative.Image)({
14103
14363
  width: "100%",
14104
14364
  height: "100%",
14105
14365
  resizeMode: "cover"
14106
14366
  });
14107
- var BadgeContainer2 = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
14367
+ var BadgeContainer2 = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
14108
14368
  const spacing = theme2.tokens.semantics.dimensions.spacing;
14109
14369
  const { sizing, borderRadius } = theme2.tokens.semantics.dimensions;
14110
14370
  const { colour } = theme2.tokens.semantics;
@@ -14124,7 +14384,7 @@ var BadgeContainer2 = styled60__default.default(reactNative.View)(({ theme: them
14124
14384
  borderBottomRightRadius: parseTokenValue56(borderRadius.sm)
14125
14385
  };
14126
14386
  });
14127
- var ContentContainer = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
14387
+ var ContentContainer = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
14128
14388
  const spacing = theme2.tokens.semantics.dimensions.spacing;
14129
14389
  return {
14130
14390
  display: "flex",
@@ -14134,19 +14394,19 @@ var ContentContainer = styled60__default.default(reactNative.View)(({ theme: the
14134
14394
  width: "100%"
14135
14395
  };
14136
14396
  });
14137
- var DetailsContainer = styled60__default.default(reactNative.View)({
14397
+ var DetailsContainer = styled51__default.default(reactNative.View)({
14138
14398
  display: "flex",
14139
14399
  flexDirection: "column",
14140
14400
  alignItems: "flex-start",
14141
14401
  width: "100%"
14142
14402
  });
14143
- var CategoryWrapper = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
14403
+ var CategoryWrapper = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
14144
14404
  const spacing = theme2.tokens.semantics.dimensions.spacing;
14145
14405
  return {
14146
14406
  marginBottom: parseTokenValue56(spacing["3xs"])
14147
14407
  };
14148
14408
  });
14149
- var TitleContainer = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
14409
+ var TitleContainer = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
14150
14410
  const spacing = theme2.tokens.semantics.dimensions.spacing;
14151
14411
  return {
14152
14412
  display: "flex",
@@ -14155,13 +14415,13 @@ var TitleContainer = styled60__default.default(reactNative.View)(({ theme: theme
14155
14415
  marginBottom: parseTokenValue56(spacing.xs)
14156
14416
  };
14157
14417
  });
14158
- var SizeWrapper = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
14418
+ var SizeWrapper = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
14159
14419
  const spacing = theme2.tokens.semantics.dimensions.spacing;
14160
14420
  return {
14161
14421
  marginBottom: parseTokenValue56(spacing.md)
14162
14422
  };
14163
14423
  });
14164
- var PricingContainer = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
14424
+ var PricingContainer = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
14165
14425
  const spacing = theme2.tokens.semantics.dimensions.spacing;
14166
14426
  return {
14167
14427
  display: "flex",
@@ -14244,7 +14504,7 @@ var ProductListingCardWithBadgeAndGrid = Object.assign(_ProductListingCard, {
14244
14504
  Badge: Badge2,
14245
14505
  Grid
14246
14506
  });
14247
- var StyledCardContainer = styled60__default.default(reactNative.View)(({
14507
+ var StyledCardContainer = styled51__default.default(reactNative.View)(({
14248
14508
  theme: theme2,
14249
14509
  borderless
14250
14510
  }) => {
@@ -14272,7 +14532,7 @@ var StyledCardContainer = styled60__default.default(reactNative.View)(({
14272
14532
  zIndex: 1
14273
14533
  });
14274
14534
  });
14275
- var StyledImage3 = styled60__default.default(reactNative.View)(
14535
+ var StyledImage3 = styled51__default.default(reactNative.View)(
14276
14536
  ({
14277
14537
  theme: theme2,
14278
14538
  imageBackgroundColor,
@@ -14288,7 +14548,7 @@ var StyledImage3 = styled60__default.default(reactNative.View)(
14288
14548
  position: "relative"
14289
14549
  })
14290
14550
  );
14291
- var StyledQuantityBadge = styled60__default.default(reactNative.View)(({ theme: theme2 }) => {
14551
+ var StyledQuantityBadge = styled51__default.default(reactNative.View)(({ theme: theme2 }) => {
14292
14552
  const spacing = theme2.tokens.semantics.dimensions.spacing;
14293
14553
  const borderRadius = theme2.tokens.semantics.dimensions.borderRadius;
14294
14554
  const { colour } = theme2.tokens.semantics;
@@ -14306,7 +14566,7 @@ var StyledQuantityBadge = styled60__default.default(reactNative.View)(({ theme:
14306
14566
  zIndex: 2
14307
14567
  };
14308
14568
  });
14309
- var StyledContentArea = styled60__default.default(reactNative.View)(({
14569
+ var StyledContentArea = styled51__default.default(reactNative.View)(({
14310
14570
  theme: theme2,
14311
14571
  borderless
14312
14572
  }) => {
@@ -14320,23 +14580,23 @@ var StyledContentArea = styled60__default.default(reactNative.View)(({
14320
14580
  justifyContent: "space-between"
14321
14581
  };
14322
14582
  });
14323
- var StyledTextContainer = styled60__default.default(reactNative.View)(() => ({
14583
+ var StyledTextContainer = styled51__default.default(reactNative.View)(() => ({
14324
14584
  gap: 2
14325
14585
  }));
14326
- var StyledBannerWrapper = styled60__default.default(reactNative.View)(() => ({
14586
+ var StyledBannerWrapper = styled51__default.default(reactNative.View)(() => ({
14327
14587
  width: "100%",
14328
14588
  marginTop: -48,
14329
14589
  paddingTop: 24,
14330
14590
  paddingBottom: 16
14331
14591
  }));
14332
- var StyledRootWrapper = styled60__default.default(reactNative.View)(() => {
14592
+ var StyledRootWrapper = styled51__default.default(reactNative.View)(() => {
14333
14593
  return {
14334
14594
  flexDirection: "column",
14335
14595
  width: "100%",
14336
14596
  height: "100%"
14337
14597
  };
14338
14598
  });
14339
- var StyledNotification = styled60__default.default(Notification)(({ theme: theme2 }) => {
14599
+ var StyledNotification = styled51__default.default(Notification)(({ theme: theme2 }) => {
14340
14600
  const { spacing } = theme2.tokens.semantics.dimensions;
14341
14601
  return {
14342
14602
  top: parseTokenValue8(spacing.md),
@@ -14475,12 +14735,12 @@ var useTabNavigationContext = () => {
14475
14735
  return context;
14476
14736
  };
14477
14737
  var parseTokenValue57 = (value) => parseFloat(value);
14478
- var StyledFixedList = styled60__default.default(reactNative.View)({
14738
+ var StyledFixedList = styled51__default.default(reactNative.View)({
14479
14739
  flexDirection: "row",
14480
14740
  alignItems: "stretch",
14481
14741
  width: "100%"
14482
14742
  });
14483
- var StyledTab = styled60__default.default(reactNative.Pressable)(
14743
+ var StyledTab = styled51__default.default(reactNative.Pressable)(
14484
14744
  ({
14485
14745
  tabHeight,
14486
14746
  tabMinWidth,
@@ -14526,7 +14786,7 @@ var TabNavigationList = React60__default.default.forwardRef(
14526
14786
  TabNavigationList.displayName = "TabNavigation.List";
14527
14787
  var TabNavigationTab = React60__default.default.forwardRef(
14528
14788
  (_a, ref) => {
14529
- var _b = _a, { value, disabled = false, children } = _b, rest = __objRest(_b, ["value", "disabled", "children"]);
14789
+ var _b = _a, { value, disabled = false, icon, avatar, children } = _b, rest = __objRest(_b, ["value", "disabled", "icon", "avatar", "children"]);
14530
14790
  const { layout } = useTabNavigationContext();
14531
14791
  const { value: selectedValue } = TabsPrimitive__namespace.useRootContext();
14532
14792
  const theme2 = react.useTheme();
@@ -14536,7 +14796,7 @@ var TabNavigationTab = React60__default.default.forwardRef(
14536
14796
  const token = selected ? typography.selected : typography.default;
14537
14797
  const borderColour = selected ? colour.border.default : colour.border.disabled;
14538
14798
  const textColour = disabled ? theme2.tokens.primitives.colour.brand.brown["5"] : colour.text.default;
14539
- return /* @__PURE__ */ jsxRuntime.jsx(TabsPrimitive__namespace.Trigger, { value, disabled, asChild: true, children: /* @__PURE__ */ jsxRuntime.jsx(
14799
+ return /* @__PURE__ */ jsxRuntime.jsx(TabsPrimitive__namespace.Trigger, { value, disabled, asChild: true, children: /* @__PURE__ */ jsxRuntime.jsxs(
14540
14800
  StyledTab,
14541
14801
  __spreadProps(__spreadValues({
14542
14802
  ref,
@@ -14550,7 +14810,11 @@ var TabNavigationTab = React60__default.default.forwardRef(
14550
14810
  tabBorderColor: borderColour,
14551
14811
  tabFlex: layout === "fixed" ? 1 : void 0
14552
14812
  }, rest), {
14553
- children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { token, color: textColour, children })
14813
+ children: [
14814
+ avatar && /* @__PURE__ */ jsxRuntime.jsx(Avatar, __spreadValues({}, avatar)),
14815
+ icon && /* @__PURE__ */ jsxRuntime.jsx(Icon, { icon, customColour: textColour, "aria-hidden": true }),
14816
+ /* @__PURE__ */ jsxRuntime.jsx(Typography, { token, color: textColour, children })
14817
+ ]
14554
14818
  })
14555
14819
  ) });
14556
14820
  }
@@ -14630,7 +14894,7 @@ Object.defineProperty(exports, "tokens", {
14630
14894
  });
14631
14895
  Object.defineProperty(exports, "styled", {
14632
14896
  enumerable: true,
14633
- get: function () { return styled60__default.default; }
14897
+ get: function () { return styled51__default.default; }
14634
14898
  });
14635
14899
  exports.Accordion = Accordion;
14636
14900
  exports.Animated = Animated5;
@@ -14663,6 +14927,7 @@ exports.Logo = Logo;
14663
14927
  exports.MessageCard = MessageCard;
14664
14928
  exports.MessageCardBanner = MessageCardBanner;
14665
14929
  exports.MessageCardInsight = MessageCardInsight;
14930
+ exports.NativeSelectPicker = NativeSelectPicker;
14666
14931
  exports.Notification = Notification;
14667
14932
  exports.NumberField = NumberField;
14668
14933
  exports.NumberInput = NumberInput;