@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.
@@ -10112,6 +10112,7 @@ function Story(_ref) {
10112
10112
  contentContainerStyle = _ref.contentContainerStyle,
10113
10113
  children = _ref.children;
10114
10114
  return /*#__PURE__*/jsxs(ScrollView, {
10115
+ background: "#fff",
10115
10116
  padding: storyPadding,
10116
10117
  contentContainerStyle: contentContainerStyle,
10117
10118
  children: [/*#__PURE__*/jsx(StoryTitle, {
@@ -10406,6 +10407,7 @@ var TimePickerPressable = /*#__PURE__*/forwardRef(function (_ref, ref) {
10406
10407
  disabled: disabled,
10407
10408
  accessibilityRole: "button",
10408
10409
  width: createResponsiveStyleFromProp(stretch, '100%', 'kitt.forms.timePicker.minWidth'),
10410
+ pointerEvents: "box-only",
10409
10411
  onPress: onPress,
10410
10412
  children: function children(_ref2) {
10411
10413
  var isHovered = _ref2.isHovered,