@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 CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [19.0.2](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@19.0.1...@ornikar/kitt-universal@19.0.2) (2023-11-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **kitt-universal:** component TimePickerPressable do not open TimePicker on Android OSE-4792 ([#2240](https://github.com/ornikar/kitt/issues/2240)) ([dcfdca4](https://github.com/ornikar/kitt/commit/dcfdca4683ae64ff5290082e02fb63214f629b22))
12
+ * make sure storybook background is white with system dark mode [no issue] ([#2233](https://github.com/ornikar/kitt/issues/2233)) ([8c5cfba](https://github.com/ornikar/kitt/commit/8c5cfbad30d09e40399460fd5db2bf4f8835f50c))
13
+
14
+
15
+
6
16
  ## [19.0.1](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@19.0.0...@ornikar/kitt-universal@19.0.1) (2023-11-13)
7
17
 
8
18
 
@@ -1 +1 @@
1
- {"version":3,"file":"TimePickerPressable.d.ts","sourceRoot":"","sources":["../../../src/TimePicker/TimePickerPressable.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAEhE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sEAAsE,CAAC;AAK5G,UAAU,wBAAwB;IAChC,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,CAAC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,eAAe,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC/C,KAAK,CAAC,EAAE,IAAI,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,mBAAmB,qHA4C/B,CAAC"}
1
+ {"version":3,"file":"TimePickerPressable.d.ts","sourceRoot":"","sources":["../../../src/TimePicker/TimePickerPressable.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAEhE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sEAAsE,CAAC;AAK5G,UAAU,wBAAwB;IAChC,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,CAAC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,eAAe,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC/C,KAAK,CAAC,EAAE,IAAI,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,mBAAmB,qHA6C/B,CAAC"}
@@ -9991,6 +9991,7 @@ function Story({
9991
9991
  children
9992
9992
  }) {
9993
9993
  return /*#__PURE__*/jsxRuntime.jsxs(ScrollView, {
9994
+ background: "#fff",
9994
9995
  padding: storyPadding,
9995
9996
  contentContainerStyle: contentContainerStyle,
9996
9997
  children: [/*#__PURE__*/jsxRuntime.jsx(StoryTitle, {
@@ -10291,6 +10292,7 @@ const TimePickerPressable = /*#__PURE__*/React.forwardRef(({
10291
10292
  disabled: disabled,
10292
10293
  accessibilityRole: "button",
10293
10294
  width: createResponsiveStyleFromProp(stretch, '100%', 'kitt.forms.timePicker.minWidth'),
10295
+ pointerEvents: "box-only",
10294
10296
  onPress: onPress,
10295
10297
  children: ({
10296
10298
  isHovered,