@butternutbox/pawprint-native 0.10.7 → 0.10.8

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 1.72 MB
11
- ESM dist/index.js.map 2.69 MB
12
- ESM ⚡️ Build success in 11806ms
10
+ ESM dist/index.js 1.73 MB
11
+ ESM dist/index.js.map 2.70 MB
12
+ ESM ⚡️ Build success in 11777ms
13
13
  CJS dist/index.cjs 1.80 MB
14
14
  CJS dist/index.cjs.map 2.70 MB
15
- CJS ⚡️ Build success in 11807ms
16
- DTS ⚡️ Build success in 24924ms
15
+ CJS ⚡️ Build success in 11782ms
16
+ DTS ⚡️ Build success in 23549ms
17
17
  DTS dist/index.d.cts 91.44 KB
18
18
  DTS dist/index.d.ts 91.44 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @butternutbox/pawprint-native
2
2
 
3
+ ## 0.10.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 8735f2e: DatePicker: remove extra padding on the weekday header, tighten the month-to-dates gap to 16px, size the month-nav buttons to 44px (md), and default the container to full width so it fills its parent without a wrapper.
8
+ - 478f90b: Drawer: re-fit the panel height when body content changes. Previously the drawer measured its height once on open and stayed pinned to that first measurement, so content that grew or shrank afterwards (async loading, expanding sections) left the panel the wrong size — either clipped/scrolling or with an empty gap. The panel now tracks its content, growing and shrinking to fit and capping into a scroll only when the content exceeds the max height.
9
+ - 4c2fd55: Fix Radio tile trailing asset overflowing the tile when the label/subText wraps to multiple lines. The text content now takes the row's remaining width so long copy wraps within the tile instead of pushing the illustration past its edge.
10
+
3
11
  ## 0.10.7
4
12
 
5
13
  ### Patch Changes