@butternutbox/pawprint-native 0.19.0 → 0.19.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.
@@ -7,12 +7,12 @@
7
7
  CJS Build start
8
8
  ESM Build start
9
9
  DTS Build start
10
- ESM dist/index.js 512.83 KB
11
- ESM dist/index.js.map 1.05 MB
12
- ESM ⚡️ Build success in 7603ms
13
- CJS dist/index.cjs 542.73 KB
14
- CJS dist/index.cjs.map 1.05 MB
15
- CJS ⚡️ Build success in 7608ms
16
- DTS ⚡️ Build success in 21751ms
10
+ ESM dist/index.js 516.72 KB
11
+ ESM dist/index.js.map 1.06 MB
12
+ ESM ⚡️ Build success in 7309ms
13
+ CJS dist/index.cjs 546.81 KB
14
+ CJS dist/index.cjs.map 1.06 MB
15
+ CJS ⚡️ Build success in 7309ms
16
+ DTS ⚡️ Build success in 21698ms
17
17
  DTS dist/index.d.cts 100.86 KB
18
18
  DTS dist/index.d.ts 100.86 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @butternutbox/pawprint-native
2
2
 
3
+ ## 0.19.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 68b227a: `NativeSelectPicker`: fix the Android options panel being too short.
8
+
9
+ On Android the options `FlatList` was capped at a tiny fixed height (`spacing["8xl"]`), so only ~1 option was visible with a cramped scrollbar. It now sizes to a fraction of the screen height, filling the bottom-sheet dialog so all options are reachable/scrollable — matching the full-height iOS `ActionSheetIOS` picker. iOS is unaffected.
10
+
11
+ ## 0.19.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 278e5c6: fix switch component not firing touch events
16
+
3
17
  ## 0.19.0
4
18
 
5
19
  ### Minor Changes