@butternutbox/pawprint-native 0.10.11 → 0.11.0

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.
@@ -8,11 +8,11 @@
8
8
  ESM Build start
9
9
  DTS Build start
10
10
  CJS dist/index.cjs 1.80 MB
11
- CJS dist/index.cjs.map 2.70 MB
12
- CJS ⚡️ Build success in 11449ms
11
+ CJS dist/index.cjs.map 2.72 MB
12
+ CJS ⚡️ Build success in 11429ms
13
13
  ESM dist/index.js 1.73 MB
14
- ESM dist/index.js.map 2.70 MB
15
- ESM ⚡️ Build success in 11453ms
16
- DTS ⚡️ Build success in 22526ms
17
- DTS dist/index.d.cts 91.44 KB
18
- DTS dist/index.d.ts 91.44 KB
14
+ ESM dist/index.js.map 2.71 MB
15
+ ESM ⚡️ Build success in 11429ms
16
+ DTS ⚡️ Build success in 23432ms
17
+ DTS dist/index.d.cts 93.49 KB
18
+ DTS dist/index.d.ts 93.49 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @butternutbox/pawprint-native
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a34f1da: Adds new StackedNotifications component
8
+
9
+ ### Patch Changes
10
+
11
+ - 6addd2e: Fix Checkbox not responding to taps on device. The `@rn-primitives/checkbox` native build does not forward `asChild`, so the tile/standalone checkbox nested a second `Pressable` that swallowed the press before it reached the toggle handler (it only worked on web, where DOM clicks bubble). Checkbox now owns a single `Pressable` and drives its checked state directly, mirroring `Radio`.
12
+
3
13
  ## 0.10.11
4
14
 
5
15
  ### Patch Changes