@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.
package/dist/index.es.js CHANGED
@@ -10171,6 +10171,7 @@ function Story(_ref) {
10171
10171
  contentContainerStyle = _ref.contentContainerStyle,
10172
10172
  children = _ref.children;
10173
10173
  return /*#__PURE__*/jsxs(ScrollView, {
10174
+ background: "#fff",
10174
10175
  padding: storyPadding,
10175
10176
  contentContainerStyle: contentContainerStyle,
10176
10177
  children: [/*#__PURE__*/jsx(StoryTitle, {
@@ -10465,6 +10466,7 @@ var TimePickerPressable = /*#__PURE__*/forwardRef(function (_ref, ref) {
10465
10466
  disabled: disabled,
10466
10467
  accessibilityRole: "button",
10467
10468
  width: createResponsiveStyleFromProp(stretch, '100%', 'kitt.forms.timePicker.minWidth'),
10469
+ pointerEvents: "box-only",
10468
10470
  onPress: onPress,
10469
10471
  children: function children(_ref2) {
10470
10472
  var isHovered = _ref2.isHovered,