@ornikar/kitt-universal 7.2.0 → 7.5.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.
Files changed (51) hide show
  1. package/dist/definitions/Button/BaseStyledButtonPressable.d.ts +1 -0
  2. package/dist/definitions/Button/BaseStyledButtonPressable.d.ts.map +1 -1
  3. package/dist/definitions/Button/Button.d.ts +1 -0
  4. package/dist/definitions/Button/Button.d.ts.map +1 -1
  5. package/dist/definitions/Button/ButtonContent.d.ts.map +1 -1
  6. package/dist/definitions/PageLoader/AnimatedBackgroundCircle.d.ts +3 -0
  7. package/dist/definitions/PageLoader/AnimatedBackgroundCircle.d.ts.map +1 -0
  8. package/dist/definitions/PageLoader/AnimatedFillCircle.d.ts +3 -0
  9. package/dist/definitions/PageLoader/AnimatedFillCircle.d.ts.map +1 -0
  10. package/dist/definitions/PageLoader/AnimatedFillCircleContainer.d.ts +8 -0
  11. package/dist/definitions/PageLoader/AnimatedFillCircleContainer.d.ts.map +1 -0
  12. package/dist/definitions/PageLoader/AnimatedLoaderCircle.d.ts +10 -0
  13. package/dist/definitions/PageLoader/AnimatedLoaderCircle.d.ts.map +1 -0
  14. package/dist/definitions/PageLoader/PageLoader.d.ts.map +1 -1
  15. package/dist/definitions/PageLoader/PageLoader.web.d.ts.map +1 -1
  16. package/dist/definitions/forms/DatePicker/DatePickerInputPart.d.ts.map +1 -1
  17. package/dist/definitions/forms/InputText/InputText.d.ts.map +1 -1
  18. package/dist/definitions/themes/late-ocean/button.d.ts +2 -1
  19. package/dist/definitions/themes/late-ocean/button.d.ts.map +1 -1
  20. package/dist/definitions/themes/late-ocean/input.d.ts +2 -2
  21. package/dist/definitions/themes/late-ocean/input.d.ts.map +1 -1
  22. package/dist/definitions/themes/late-ocean/pageLoader.d.ts +13 -0
  23. package/dist/definitions/themes/late-ocean/pageLoader.d.ts.map +1 -1
  24. package/dist/index-browser-all.es.android.js +219 -29
  25. package/dist/index-browser-all.es.android.js.map +1 -1
  26. package/dist/index-browser-all.es.ios.js +219 -29
  27. package/dist/index-browser-all.es.ios.js.map +1 -1
  28. package/dist/index-browser-all.es.js +219 -29
  29. package/dist/index-browser-all.es.js.map +1 -1
  30. package/dist/index-browser-all.es.web.js +114 -35
  31. package/dist/index-browser-all.es.web.js.map +1 -1
  32. package/dist/index-node-14.17.cjs.js +214 -24
  33. package/dist/index-node-14.17.cjs.js.map +1 -1
  34. package/dist/index-node-14.17.cjs.web.css +1 -1
  35. package/dist/index-node-14.17.cjs.web.js +103 -29
  36. package/dist/index-node-14.17.cjs.web.js.map +1 -1
  37. package/dist/linaria-themes-browser-all.es.android.js +26 -3
  38. package/dist/linaria-themes-browser-all.es.android.js.map +1 -1
  39. package/dist/linaria-themes-browser-all.es.ios.js +26 -3
  40. package/dist/linaria-themes-browser-all.es.ios.js.map +1 -1
  41. package/dist/linaria-themes-browser-all.es.js +26 -3
  42. package/dist/linaria-themes-browser-all.es.js.map +1 -1
  43. package/dist/linaria-themes-browser-all.es.web.js +26 -3
  44. package/dist/linaria-themes-browser-all.es.web.js.map +1 -1
  45. package/dist/linaria-themes-node-14.17.cjs.js +26 -3
  46. package/dist/linaria-themes-node-14.17.cjs.js.map +1 -1
  47. package/dist/linaria-themes-node-14.17.cjs.web.js +26 -3
  48. package/dist/linaria-themes-node-14.17.cjs.web.js.map +1 -1
  49. package/dist/styles.css +1 -1
  50. package/dist/tsbuildinfo +1 -1
  51. package/package.json +10 -5
@@ -2,6 +2,6 @@
2
2
  .kitt-u_InputTextContainer_i1encr9g{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;}.kitt-u_InputTextContainer_i1encr9g > [data-focusvisible-polyfill]{outline:none;}.kitt-u_InputTextContainer_i1encr9g > *::-ms-clear,.kitt-u_InputTextContainer_i1encr9g > *::-ms-reveal{display:none;}.kitt-u_InputTextContainer_i1encr9g,.kitt-u_InputTextContainer_i1encr9g > *{cursor:var(--i1encr9g-0);}.kitt-u_InputTextContainer_i1encr9g > *{-webkit-transition:var(--i1encr9g-1);transition:var(--i1encr9g-1);}.kitt-u_InputTextContainer_i1encr9g:hover > *,.kitt-hover .kitt-u_InputTextContainer_i1encr9g > *{border-color:var(--i1encr9g-2);}.kitt-u_InputTextContainer_i1encr9g:focus > *,.kitt-u_InputTextContainer_i1encr9g > *:focus,.kitt-focus .kitt-u_InputTextContainer_i1encr9g > *{border-color:var(--i1encr9g-3);}
3
3
  .kitt-u_StyledSpinningIconContainer_ssn8o83{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}.kitt-u_StyledSpinningIconContainer_ssn8o83 > svg{-webkit-animation:spin-kitt-u_StyledSpinningIconContainer_ssn8o83 1.1s infinite linear;animation:spin-kitt-u_StyledSpinningIconContainer_ssn8o83 1.1s infinite linear;}@-webkit-keyframes spin-kitt-u_StyledSpinningIconContainer_ssn8o83{0%{-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg);}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes spin-kitt-u_StyledSpinningIconContainer_ssn8o83{0%{-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg);}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg);}}
4
4
  @media (hover:none) and (pointer:coarse){.kitt-u_PressableIconButtonWebWrapper_p1nlccvg > *:hover,.kitt-hover .kitt-u_PressableIconButtonWebWrapper_p1nlccvg > *{-webkit-transform:scale(var(--p1nlccvg-0));-ms-transform:scale(var(--p1nlccvg-0));transform:scale(var(--p1nlccvg-0));}}@media (min-width:768px){.kitt-u_PressableIconButtonWebWrapper_p1nlccvg > *:hover,.kitt-hover .kitt-u_PressableIconButtonWebWrapper_p1nlccvg > *{-webkit-transform:scale(var(--p1nlccvg-2));-ms-transform:scale(var(--p1nlccvg-2));transform:scale(var(--p1nlccvg-2));}}.kitt-u_PressableIconButtonWebWrapper_p1nlccvg > *:active,.kitt-active .kitt-u_PressableIconButtonWebWrapper_p1nlccvg > *{-webkit-transform:scale(var(--p1nlccvg-3));-ms-transform:scale(var(--p1nlccvg-3));transform:scale(var(--p1nlccvg-3));}.kitt-u_PressableIconButtonWebWrapper_p1nlccvg,.kitt-u_PressableIconButtonWebWrapper_p1nlccvg > [data-focusvisible-polyfill]{outline:none;}.kitt-u_PressableIconButtonWebWrapper_p1nlccvg > *:hover,.kitt-hover .kitt-u_PressableIconButtonWebWrapper_p1nlccvg > *,.kitt-u_PressableIconButtonWebWrapper_p1nlccvg > *:focus,.kitt-focus .kitt-u_PressableIconButtonWebWrapper_p1nlccvg > *,.kitt-u_PressableIconButtonWebWrapper_p1nlccvg > [data-focusvisible-polyfill],.kitt-u_PressableIconButtonWebWrapper_p1nlccvg > *:active,.kitt-active .kitt-u_PressableIconButtonWebWrapper_p1nlccvg > *{background-color:var(--p1nlccvg-4);}
5
- .kitt-u_PageLoaderContainer_ptkwz2j{width:60px;height:60px;-webkit-transform:scale(-1) rotate(90deg);-ms-transform:scale(-1) rotate(90deg);transform:scale(-1) rotate(90deg);}@-webkit-keyframes PageLoaderInit-kitt-u_PageLoaderContainer_ptkwz2j{0%{stroke-dashoffset:169.64px;}100%{stroke-dashoffset:0;}}@keyframes PageLoaderInit-kitt-u_PageLoaderContainer_ptkwz2j{0%{stroke-dashoffset:169.64px;}100%{stroke-dashoffset:0;}}@-webkit-keyframes PageLoaderOffset-kitt-u_PageLoaderContainer_ptkwz2j{0%{stroke-dashoffset:169.64px;}100%{stroke-dashoffset:34px;}}@keyframes PageLoaderOffset-kitt-u_PageLoaderContainer_ptkwz2j{0%{stroke-dashoffset:169.64px;}100%{stroke-dashoffset:34px;}}@-webkit-keyframes PageLoaderRotation-kitt-u_PageLoaderContainer_ptkwz2j{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes PageLoaderRotation-kitt-u_PageLoaderContainer_ptkwz2j{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}.kitt-u_PageLoaderContainer_ptkwz2j circle,.kitt-u_PageLoaderContainer_ptkwz2j g{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;}.kitt-u_PageLoaderContainer_ptkwz2j circle{stroke-width:3px;stroke-dasharray:169.64px;stroke-dashoffset:169.64px;stroke-linecap:round;}.kitt-u_PageLoaderContainer_ptkwz2j g[data-large-loader='base'] circle{stroke:var(--ptkwz2j-0);-webkit-animation:PageLoaderInit-kitt-u_PageLoaderContainer_ptkwz2j 1s cubic-bezier(0.39,0.575,0.565,1) 0.5s forwards;animation:PageLoaderInit-kitt-u_PageLoaderContainer_ptkwz2j 1s cubic-bezier(0.39,0.575,0.565,1) 0.5s forwards;}.kitt-u_PageLoaderContainer_ptkwz2j g[data-large-loader='fill']{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-animation:PageLoaderRotation-kitt-u_PageLoaderContainer_ptkwz2j 1.8s linear 0.5s infinite;animation:PageLoaderRotation-kitt-u_PageLoaderContainer_ptkwz2j 1.8s linear 0.5s infinite;}.kitt-u_PageLoaderContainer_ptkwz2j g[data-large-loader='fill'] circle{stroke:var(--ptkwz2j-1);-webkit-animation:PageLoaderOffset-kitt-u_PageLoaderContainer_ptkwz2j 1.8s cubic-bezier(0.39,0.575,0.565,1) 0.5s infinite alternate,PageLoaderRotation-kitt-u_PageLoaderContainer_ptkwz2j 2.16s linear 0.5s infinite;animation:PageLoaderOffset-kitt-u_PageLoaderContainer_ptkwz2j 1.8s cubic-bezier(0.39,0.575,0.565,1) 0.5s infinite alternate,PageLoaderRotation-kitt-u_PageLoaderContainer_ptkwz2j 2.16s linear 0.5s infinite;}
5
+ .kitt-u_PageLoaderContainer_ptkwz2j{width:var(--ptkwz2j-3);height:var(--ptkwz2j-3);-webkit-transform:scale(-1) rotate(90deg);-ms-transform:scale(-1) rotate(90deg);transform:scale(-1) rotate(90deg);}@-webkit-keyframes PageLoaderInit-kitt-u_PageLoaderContainer_ptkwz2j{0%{stroke-dashoffset:var(--ptkwz2j-0);}100%{stroke-dashoffset:0;}}@keyframes PageLoaderInit-kitt-u_PageLoaderContainer_ptkwz2j{0%{stroke-dashoffset:var(--ptkwz2j-0);}100%{stroke-dashoffset:0;}}@-webkit-keyframes PageLoaderOffset-kitt-u_PageLoaderContainer_ptkwz2j{0%{stroke-dashoffset:var(--ptkwz2j-0);}100%{stroke-dashoffset:var(--ptkwz2j-2);}}@keyframes PageLoaderOffset-kitt-u_PageLoaderContainer_ptkwz2j{0%{stroke-dashoffset:var(--ptkwz2j-0);}100%{stroke-dashoffset:var(--ptkwz2j-2);}}@-webkit-keyframes PageLoaderRotation-kitt-u_PageLoaderContainer_ptkwz2j{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes PageLoaderRotation-kitt-u_PageLoaderContainer_ptkwz2j{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}.kitt-u_PageLoaderContainer_ptkwz2j circle,.kitt-u_PageLoaderContainer_ptkwz2j g{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;}.kitt-u_PageLoaderContainer_ptkwz2j circle{stroke-width:var(--ptkwz2j-5);stroke-dasharray:var(--ptkwz2j-0);stroke-dashoffset:var(--ptkwz2j-0);stroke-linecap:round;}.kitt-u_PageLoaderContainer_ptkwz2j g[data-large-loader='base'] circle{stroke:var(--ptkwz2j-8);-webkit-animation:var(--ptkwz2j-9);animation:var(--ptkwz2j-9);-webkit-animation-name:PageLoaderInit-kitt-u_PageLoaderContainer_ptkwz2j;animation-name:PageLoaderInit-kitt-u_PageLoaderContainer_ptkwz2j;}.kitt-u_PageLoaderContainer_ptkwz2j g[data-large-loader='fill']{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-animation:var(--ptkwz2j-10);animation:var(--ptkwz2j-10);-webkit-animation-name:PageLoaderRotation-kitt-u_PageLoaderContainer_ptkwz2j;animation-name:PageLoaderRotation-kitt-u_PageLoaderContainer_ptkwz2j;}.kitt-u_PageLoaderContainer_ptkwz2j g[data-large-loader='fill'] circle{stroke:var(--ptkwz2j-11);-webkit-animation:var(--ptkwz2j-12);animation:var(--ptkwz2j-12);-webkit-animation-name:PageLoaderOffset-kitt-u_PageLoaderContainer_ptkwz2j,PageLoaderRotation-kitt-u_PageLoaderContainer_ptkwz2j;animation-name:PageLoaderOffset-kitt-u_PageLoaderContainer_ptkwz2j,PageLoaderRotation-kitt-u_PageLoaderContainer_ptkwz2j;}
6
6
  .kitt-u_StyledSkeleton_sc3upcl{background-color:var(--sc3upcl-0);position:relative;overflow:hidden;height:100%;width:100%;}@-webkit-keyframes flareTranslate-kitt-u_StyledSkeleton_sc3upcl{from{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}to{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);}}@keyframes flareTranslate-kitt-u_StyledSkeleton_sc3upcl{from{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}to{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);}}.kitt-u_StyledSkeleton_sc3upcl::after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background-image:var(--sc3upcl-1);-webkit-animation:var(--sc3upcl-2);animation:var(--sc3upcl-2);-webkit-animation-name:flareTranslate-kitt-u_StyledSkeleton_sc3upcl;animation-name:flareTranslate-kitt-u_StyledSkeleton_sc3upcl;}
7
7
  .kitt-u_TypographyLinkWebWrapper_tcwz3nt > *:hover,.kitt-u_TypographyLinkWebWrapper_tcwz3nt > *:active,.kitt-hover .kitt-u_TypographyLinkWebWrapper_tcwz3nt > *{-webkit-text-decoration:none;text-decoration:none;}.kitt-u_TypographyLinkWebWrapper_tcwz3nt > *:hover,.kitt-u_TypographyLinkWebWrapper_tcwz3nt > *:active,.kitt-hover .kitt-u_TypographyLinkWebWrapper_tcwz3nt > *{-webkit-text-decoration:var(--tcwz3nt-0);text-decoration:var(--tcwz3nt-0);}
@@ -544,13 +544,16 @@ const BaseStyledButtonPressable = /*#__PURE__*/styled__default(BabelPluginStyled
544
544
  }, ({
545
545
  theme,
546
546
  $isLarge,
547
+ $isXLarge,
547
548
  $isDisabled
548
549
  }) => {
549
550
  const {
550
551
  large,
551
552
  default: defaultPadding,
552
- disabled: disabledPadding
553
+ disabled: disabledPadding,
554
+ xLarge
553
555
  } = theme.kitt.button.contentPadding;
556
+ if ($isXLarge) return xLarge;
554
557
  if ($isLarge) return large;
555
558
  if ($isDisabled) return disabledPadding;
556
559
  return defaultPadding;
@@ -603,6 +606,9 @@ const getTextColorByType = (type, variant) => {
603
606
  case 'subtle-dark':
604
607
  return 'black';
605
608
 
609
+ case 'default':
610
+ return variant === 'ghost' ? 'white' : 'black';
611
+
606
612
  default:
607
613
  return 'black';
608
614
  }
@@ -750,6 +756,7 @@ function ButtonContent({
750
756
  });
751
757
  }
752
758
 
759
+ const allowedGhostTypes = ['primary', 'default'];
753
760
  const Button = /*#__PURE__*/react.forwardRef(({
754
761
  children,
755
762
  type = 'default',
@@ -757,6 +764,7 @@ const Button = /*#__PURE__*/react.forwardRef(({
757
764
  disabled,
758
765
  stretch,
759
766
  large,
767
+ xLarge,
760
768
  icon,
761
769
  iconPosition = 'left',
762
770
  testID,
@@ -765,8 +773,8 @@ const Button = /*#__PURE__*/react.forwardRef(({
765
773
  accessibilityRole = 'button',
766
774
  onPress
767
775
  }, ref) => {
768
- if ((process.env.NODE_ENV !== "production") && variant === 'ghost' && type !== 'primary') {
769
- throw new Error('variant=ghost is only allowed with type=primary');
776
+ if ((process.env.NODE_ENV !== "production") && variant === 'ghost' && !allowedGhostTypes.includes(type)) {
777
+ throw new Error('variant=ghost is only allowed with type=primary or default');
770
778
  }
771
779
 
772
780
  return /*#__PURE__*/jsxRuntime.jsx(AnimatedButtonPressable, {
@@ -785,6 +793,7 @@ const Button = /*#__PURE__*/react.forwardRef(({
785
793
  $variant: variant,
786
794
  $isStretch: stretch,
787
795
  $isLarge: large,
796
+ $isXLarge: xLarge,
788
797
  $isDisabled: disabled,
789
798
  children: [/*#__PURE__*/jsxRuntime.jsx(ButtonContent, {
790
799
  type: type,
@@ -960,6 +969,7 @@ const button = {
960
969
  contentPadding: {
961
970
  default: '7px 16px 7px',
962
971
  large: '11px 24px 11px',
972
+ xLarge: '15px 24px 15px',
963
973
  disabled: '5px 14px 5px'
964
974
  },
965
975
  transition: {
@@ -972,6 +982,15 @@ const button = {
972
982
  pressedBackgroundColor: 'rgba(0, 0, 0, 0.1)',
973
983
  hoverBackgroundColor: 'rgba(0, 0, 0, 0.1)',
974
984
  focusBorderColor: 'rgba(0, 0, 0, 0.1)'
985
+ },
986
+ ghost: {
987
+ backgroundColor: 'rgba(255, 255, 255, 0.1)',
988
+ pressedBackgroundColor: 'rgba(255, 255, 255, 0.05)',
989
+ hoverBackgroundColor: 'rgba(255, 255, 255, 0.05)',
990
+ focusBorderColor: 'rgba(255, 255, 255, 0.4)',
991
+ color: lateOceanColorPalette.white,
992
+ hoverColor: lateOceanColorPalette.white,
993
+ activeColor: lateOceanColorPalette.white
975
994
  }
976
995
  },
977
996
  primary: {
@@ -1207,8 +1226,8 @@ const input = {
1207
1226
  size: 20
1208
1227
  },
1209
1228
  padding: {
1210
- default: '5px 16px',
1211
- iOSSingleLine: '7px 16px'
1229
+ horizontal: 16,
1230
+ vertical: 5
1212
1231
  },
1213
1232
  transition: {
1214
1233
  property: 'border-color',
@@ -1323,7 +1342,20 @@ const listItem = {
1323
1342
  };
1324
1343
 
1325
1344
  const pageLoader = {
1326
- size: 60
1345
+ size: 60,
1346
+ strokeWidth: 3,
1347
+ colors: {
1348
+ base: colors.separator,
1349
+ fill: colors.primary
1350
+ },
1351
+ animation: {
1352
+ delay: 500,
1353
+ circleBackgroundFillDuration: 1000,
1354
+ filledCircleFillDuration: 1800,
1355
+ groupFilledCircleRotationDuration: 1800,
1356
+ filledCircleRotationDuration: 2160,
1357
+ fillEasingFunction: [0.39, 0.575, 0.565, 1]
1358
+ }
1327
1359
  };
1328
1360
 
1329
1361
  const shadows = {
@@ -1605,7 +1637,7 @@ const ViewInput = /*#__PURE__*/styled__default(BabelPluginStyledComponentsReactN
1605
1637
  componentId: "kitt-universal__sc-11fmlmi-1"
1606
1638
  })(["", " padding:", ";min-height:", "px;min-width:", ";"], styledTextInputMixin, ({
1607
1639
  theme
1608
- }) => theme.kitt.forms.input.padding.default, ({
1640
+ }) => `${theme.kitt.forms.input.padding.vertical}px ${theme.kitt.forms.input.padding.horizontal}px`, ({
1609
1641
  theme
1610
1642
  }) => theme.kitt.forms.input.minHeight, ({
1611
1643
  theme,
@@ -1767,20 +1799,18 @@ const StyledTextInput = /*#__PURE__*/styled__default(BabelPluginStyledComponents
1767
1799
  theme,
1768
1800
  multiline
1769
1801
  }) => {
1770
- if (!multiline && "web" === 'ios') {
1771
- return theme.kitt.forms.input.padding.iOSSingleLine;
1772
- }
1773
-
1774
- return theme.kitt.forms.input.padding.default;
1802
+ if (!multiline && "web" !== 'web') return `0 ${theme.kitt.forms.input.padding.horizontal}px`;
1803
+ return `${theme.kitt.forms.input.padding.vertical}px ${theme.kitt.forms.input.padding.horizontal}px`;
1775
1804
  }, ({
1776
1805
  theme,
1777
1806
  multiline
1778
1807
  }) => {
1779
- if (!multiline && "web" === 'ios') return 0;
1808
+ if (!multiline && "web" !== 'web') return 0;
1780
1809
  const typeConfigKey = getTypographyTypeConfigKey(theme);
1781
1810
  return `${theme.kitt.typography.types.bodies.configs.body[typeConfigKey].lineHeight}px`;
1782
1811
  }, ({
1783
- $minHeight
1812
+ theme,
1813
+ $minHeight = theme.kitt.forms.input.minHeight
1784
1814
  }) => $minHeight);
1785
1815
  const RightInputContainer = /*#__PURE__*/styled__default(BabelPluginStyledComponentsReactNative.View).withConfig({
1786
1816
  displayName: "InputText__RightInputContainer",
@@ -1789,7 +1819,7 @@ const RightInputContainer = /*#__PURE__*/styled__default(BabelPluginStyledCompon
1789
1819
  const InputText = /*#__PURE__*/react.forwardRef(({
1790
1820
  id,
1791
1821
  right,
1792
- minHeight = 0,
1822
+ minHeight,
1793
1823
  state: formState,
1794
1824
  internalForceState,
1795
1825
  disabled = false,
@@ -1963,6 +1993,7 @@ function InputPassword({
1963
1993
  autoCorrect: false,
1964
1994
  secureTextEntry: !isVisible,
1965
1995
  right: right || /*#__PURE__*/jsxRuntime.jsx(InputPressable, {
1996
+ hitSlop: 20,
1966
1997
  accessibilityRole: "button",
1967
1998
  onPress: () => setIsVisible(prev => !prev),
1968
1999
  children: /*#__PURE__*/jsxRuntime.jsx(InputIcon, {
@@ -2928,37 +2959,80 @@ const PageLoaderContainer = withTheme( /*#__PURE__*/react$1.styled("div")({
2928
2959
  class: "kitt-u_PageLoaderContainer_ptkwz2j",
2929
2960
  vars: {
2930
2961
  "ptkwz2j-0": [({
2962
+ $circlePerimeter
2963
+ }) => $circlePerimeter, "px"],
2964
+ "ptkwz2j-2": [({
2965
+ $circlePerimeter
2966
+ }) => $circlePerimeter * 0.2, "px"],
2967
+ "ptkwz2j-3": [({
2968
+ theme
2969
+ }) => theme.kitt.pageLoader.size, "px"],
2970
+ "ptkwz2j-5": [({
2971
+ theme
2972
+ }) => theme.kitt.pageLoader.strokeWidth, "px"],
2973
+ "ptkwz2j-8": [({
2931
2974
  theme
2932
- }) => theme.kitt.colors.separator],
2933
- "ptkwz2j-1": [({
2975
+ }) => theme.kitt.pageLoader.colors.base],
2976
+ "ptkwz2j-9": [({
2934
2977
  theme
2935
- }) => theme.kitt.colors.primary]
2978
+ }) => {
2979
+ const {
2980
+ animation
2981
+ } = theme.kitt.pageLoader;
2982
+ const [x1, y1, x2, y2] = animation.fillEasingFunction;
2983
+ return `${animation.circleBackgroundFillDuration}ms cubic-bezier(${x1}, ${y1}, ${x2}, ${y2}) ${animation.delay}ms forwards`;
2984
+ }],
2985
+ "ptkwz2j-10": [({
2986
+ theme
2987
+ }) => {
2988
+ const {
2989
+ animation
2990
+ } = theme.kitt.pageLoader;
2991
+ return `${animation.filledCircleFillDuration}ms linear ${animation.delay}ms infinite`;
2992
+ }],
2993
+ "ptkwz2j-11": [({
2994
+ theme
2995
+ }) => theme.kitt.pageLoader.colors.fill],
2996
+ "ptkwz2j-12": [({
2997
+ theme
2998
+ }) => {
2999
+ const {
3000
+ animation
3001
+ } = theme.kitt.pageLoader;
3002
+ const [x1, y1, x2, y2] = animation.fillEasingFunction;
3003
+ const fillAnimation = `${animation.filledCircleFillDuration}ms cubic-bezier(${x1}, ${y1}, ${x2}, ${y2}) ${animation.delay}ms infinite alternate`;
3004
+ const rotationAnimation = `${animation.filledCircleRotationDuration}ms linear ${animation.delay}ms infinite`;
3005
+ return [fillAnimation, rotationAnimation].join(',');
3006
+ }]
2936
3007
  }
2937
3008
  }));
2938
3009
  function PageLoader() {
2939
3010
  const theme = /*#__PURE__*/styled.useTheme();
2940
3011
  const {
2941
- size
3012
+ size,
3013
+ strokeWidth
2942
3014
  } = theme.kitt.pageLoader;
3015
+ const center = size * 0.5;
3016
+ const radius = center - strokeWidth;
3017
+ const circlePerimeter = 2 * Math.PI * radius;
3018
+ const sharedProps = {
3019
+ cx: center,
3020
+ cy: center,
3021
+ r: radius,
3022
+ fill: 'none'
3023
+ };
2943
3024
  return /*#__PURE__*/jsxRuntime.jsx(PageLoaderContainer, {
3025
+ $circlePerimeter: circlePerimeter,
2944
3026
  children: /*#__PURE__*/jsxRuntime.jsxs("svg", {
2945
3027
  width: size,
2946
3028
  height: size,
2947
3029
  children: [/*#__PURE__*/jsxRuntime.jsx("g", {
2948
3030
  "data-large-loader": "base",
2949
- children: /*#__PURE__*/jsxRuntime.jsx("circle", {
2950
- cx: "30",
2951
- cy: "30",
2952
- r: "27",
2953
- fill: "none"
3031
+ children: /*#__PURE__*/jsxRuntime.jsx("circle", { ...sharedProps
2954
3032
  })
2955
3033
  }), /*#__PURE__*/jsxRuntime.jsx("g", {
2956
3034
  "data-large-loader": "fill",
2957
- children: /*#__PURE__*/jsxRuntime.jsx("circle", {
2958
- cx: "30",
2959
- cy: "30",
2960
- r: "27",
2961
- fill: "none"
3035
+ children: /*#__PURE__*/jsxRuntime.jsx("circle", { ...sharedProps
2962
3036
  })
2963
3037
  })]
2964
3038
  })