@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/CHANGELOG.md +10 -0
- package/dist/definitions/TimePicker/TimePickerPressable.d.ts.map +1 -1
- package/dist/index-node-18.18.cjs.js +2 -0
- package/dist/index-node-18.18.cjs.js.map +1 -1
- package/dist/index-node-18.18.cjs.web.js +1 -0
- package/dist/index-node-18.18.cjs.web.js.map +1 -1
- package/dist/index-node-18.18.es.mjs +2 -0
- package/dist/index-node-18.18.es.mjs.map +1 -1
- package/dist/index-node-18.18.es.web.mjs +1 -0
- package/dist/index-node-18.18.es.web.mjs.map +1 -1
- package/dist/index.es.android.js +2 -0
- package/dist/index.es.android.js.map +1 -1
- package/dist/index.es.ios.js +2 -0
- package/dist/index.es.ios.js.map +1 -1
- package/dist/index.es.js +2 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +1 -0
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -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,
|