@ornikar/kitt-universal 19.0.1 → 19.0.2

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.
@@ -9969,6 +9969,7 @@ function Story({
9969
9969
  children
9970
9970
  }) {
9971
9971
  return /*#__PURE__*/jsxs(ScrollView, {
9972
+ background: "#fff",
9972
9973
  padding: storyPadding,
9973
9974
  contentContainerStyle: contentContainerStyle,
9974
9975
  children: [/*#__PURE__*/jsx(StoryTitle, {
@@ -10269,6 +10270,7 @@ const TimePickerPressable = /*#__PURE__*/forwardRef(({
10269
10270
  disabled: disabled,
10270
10271
  accessibilityRole: "button",
10271
10272
  width: createResponsiveStyleFromProp(stretch, '100%', 'kitt.forms.timePicker.minWidth'),
10273
+ pointerEvents: "box-only",
10272
10274
  onPress: onPress,
10273
10275
  children: ({
10274
10276
  isHovered,