@butternutbox/pawprint-native 0.18.0 → 0.19.1

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
- CJS dist/index.cjs 542.62 KB
11
- CJS dist/index.cjs.map 1.05 MB
12
- CJS ⚡️ Build success in 6588ms
13
- ESM dist/index.js 512.75 KB
14
- ESM dist/index.js.map 1.05 MB
15
- ESM ⚡️ Build success in 6590ms
16
- DTS ⚡️ Build success in 21038ms
10
+ CJS dist/index.cjs 546.41 KB
11
+ CJS dist/index.cjs.map 1.06 MB
12
+ CJS ⚡️ Build success in 7807ms
13
+ ESM dist/index.js 516.34 KB
14
+ ESM dist/index.js.map 1.06 MB
15
+ ESM ⚡️ Build success in 7808ms
16
+ DTS ⚡️ Build success in 22733ms
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,25 @@
1
1
  # @butternutbox/pawprint-native
2
2
 
3
+ ## 0.19.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 278e5c6: fix switch component not firing touch events
8
+
9
+ ## 0.19.0
10
+
11
+ ### Minor Changes
12
+
13
+ - dc0abdf: Drawer: apply the bottom safe-area inset to a footer-less body
14
+
15
+ When a `Drawer` has no `Drawer.Footer`, the body is the last element in the
16
+ panel, so it must clear the bottom safe area (iOS home indicator / Android
17
+ navigation bar) itself — as `Drawer.Footer` already does when present.
18
+ `DrawerBody` now sets its bottom padding to `max(spacing.2xl, insets.bottom)`
19
+ in the no-footer case, so short insets keep the usual spacing while a taller
20
+ inset (e.g. the Android nav bar) is no longer clipped. Footered drawers are
21
+ unchanged.
22
+
3
23
  ## 0.18.0
4
24
 
5
25
  ### Minor Changes