@ornikar/kitt-universal 33.2.3 → 34.0.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 (32) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/definitions/CardModal/CardModalAnimation/CardModalAnimation.d.ts.map +1 -1
  3. package/dist/definitions/DialogModal/DialogModalAnimation/DialogModalAnimation.d.ts.map +1 -1
  4. package/dist/definitions/FullscreenModal/FullscreenModalAnimation.d.ts.map +1 -1
  5. package/dist/definitions/PageLoader/AnimatedLoaderCircle.d.ts.map +1 -1
  6. package/dist/definitions/forms/Autocomplete/Autocomplete.d.ts +3 -5
  7. package/dist/definitions/forms/Autocomplete/Autocomplete.d.ts.map +1 -1
  8. package/dist/definitions/forms/InputAddress/InputAddress.d.ts +2 -2
  9. package/dist/definitions/forms/InputAddress/InputAddress.d.ts.map +1 -1
  10. package/dist/definitions/typography/Typography.d.ts +6 -6
  11. package/dist/definitions/typography/Typography.d.ts.map +1 -1
  12. package/dist/index-metro.es.android.js +4 -9
  13. package/dist/index-metro.es.android.js.map +1 -1
  14. package/dist/index-metro.es.ios.js +4 -9
  15. package/dist/index-metro.es.ios.js.map +1 -1
  16. package/dist/index-node-22.22.cjs.js +4 -9
  17. package/dist/index-node-22.22.cjs.js.map +1 -1
  18. package/dist/index-node-22.22.cjs.web.css +32 -32
  19. package/dist/index-node-22.22.cjs.web.js +9 -12
  20. package/dist/index-node-22.22.cjs.web.js.map +1 -1
  21. package/dist/index-node-22.22.es.mjs +4 -9
  22. package/dist/index-node-22.22.es.mjs.map +1 -1
  23. package/dist/index-node-22.22.es.web.css +32 -32
  24. package/dist/index-node-22.22.es.web.mjs +9 -12
  25. package/dist/index-node-22.22.es.web.mjs.map +1 -1
  26. package/dist/index.es.js +4 -9
  27. package/dist/index.es.js.map +1 -1
  28. package/dist/index.es.web.js +9 -12
  29. package/dist/index.es.web.js.map +1 -1
  30. package/dist/styles.css +32 -32
  31. package/dist/tsbuildinfo +1 -1
  32. package/package.json +21 -21
@@ -4564,7 +4564,6 @@ function CardModalAnimation({
4564
4564
  children: /*#__PURE__*/jsxRuntime.jsxs(View
4565
4565
  // This is an ugly workaround to make the Modal calculate its height correctly on Android.
4566
4566
  // This ugly workaround is used in FullScreenModalAnimation and DialogModalAnimation as well
4567
- // TODO [expo@>=53]: Check if still needed
4568
4567
  , {
4569
4568
  height: reactNative.Platform.OS === 'android' ? 1 : undefined,
4570
4569
  position: "relative",
@@ -5312,7 +5311,6 @@ function DialogModalAnimation({
5312
5311
  children: /*#__PURE__*/jsxRuntime.jsxs(View
5313
5312
  // This is an ugly workaround to make the Modal calculate its height correctly on Android.
5314
5313
  // This ugly workaround is used in FullScreenModalAnimation and CardModalAnimation as well
5315
- // TODO [expo@>=53]: Check if still needed
5316
5314
  , {
5317
5315
  height: reactNative.Platform.OS === 'android' ? 1 : undefined,
5318
5316
  position: "relative",
@@ -5871,12 +5869,11 @@ function Autocomplete({
5871
5869
  selectedItem,
5872
5870
  openMenu
5873
5871
  }) => {
5874
- const shouldSuppressRefError = reactNative.Platform.OS !== 'web';
5875
5872
  const rootProps = getRootProps(undefined, {
5876
- suppressRefError: shouldSuppressRefError
5873
+ suppressRefError: true
5877
5874
  });
5878
5875
  const menuProps = getMenuProps(undefined, {
5879
- suppressRefError: shouldSuppressRefError
5876
+ suppressRefError: true
5880
5877
  });
5881
5878
  const {
5882
5879
  onClick: onClickToggle,
@@ -8641,7 +8638,6 @@ function FullscreenModalAnimation({
8641
8638
  children: /*#__PURE__*/jsxRuntime.jsxs(View
8642
8639
  // This is an ugly workaround to make the Modal calculate its height correctly on Android.
8643
8640
  // This ugly workaround is used in DialogModalAnimation and CardModalAnimation as well
8644
- // TODO [expo@>=53]: Check if still needed
8645
8641
  , {
8646
8642
  height: reactNative.Platform.OS === 'android' ? 1 : undefined,
8647
8643
  position: "relative",
@@ -11422,14 +11418,14 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
11422
11418
  },
11423
11419
  bodies: {
11424
11420
  regular: theme.typography.types.bodies.fontWeight.regular,
11425
- // TODO [expo@>=53]: Check if still needed with new expo-fonts version
11421
+ // check if still needed with new expo-fonts version (https://ornikar.atlassian.net/browse/OSE-23205)
11426
11422
  bold: reactNative.Platform.OS === 'android' ? 400 : theme.typography.types.bodies.fontWeight.bold
11427
11423
  },
11428
11424
  labels: {
11429
11425
  semibold: theme.typography.types.labels.fontWeight.semibold
11430
11426
  },
11431
11427
  contentCaps: {
11432
- // TODO [expo@>=53]: Check if still needed with new expo-fonts version
11428
+ // check if still needed with new expo-fonts version (https://ornikar.atlassian.net/browse/OSE-23205)
11433
11429
  bold: reactNative.Platform.OS === 'android' ? 400 : theme.typography.types.contentCaps.fontWeight.bold
11434
11430
  }
11435
11431
  },
@@ -12209,7 +12205,6 @@ function AnimatedLoaderCircle({
12209
12205
  };
12210
12206
  }, [progress, circlePerimeter]);
12211
12207
  return /*#__PURE__*/jsxRuntime.jsx(AnimatedCircle, {
12212
- "transform-origin": "center center",
12213
12208
  strokeWidth: strokeWidth,
12214
12209
  stroke: color,
12215
12210
  strokeLinecap: "round",