@butternutbox/pawprint-native 0.8.0 → 0.10.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.
@@ -14,17 +14,17 @@
14
14
  CJS dist/ibm-plex-sans-condensed-600-normal-UX5ZU5T6.woff2 19.35 KB
15
15
  CJS dist/ibm-plex-sans-condensed-700-normal-4PFYFTSO.woff2 18.90 KB
16
16
  CJS dist/index.cjs 1.79 MB
17
- CJS dist/index.cjs.map 2.68 MB
18
- CJS ⚡️ Build success in 10912ms
17
+ CJS dist/index.cjs.map 2.69 MB
18
+ CJS ⚡️ Build success in 11004ms
19
19
  ESM dist/ida-narrow-500-normal-C6I2PK4T.woff2 47.41 KB
20
20
  ESM dist/ida-narrow-700-normal-UPHPRIN6.woff2 49.90 KB
21
21
  ESM dist/ibm-plex-sans-condensed-400-normal-I2XLJNNB.woff2 19.33 KB
22
22
  ESM dist/ibm-plex-sans-condensed-500-normal-IEQBNVGX.woff2 19.48 KB
23
23
  ESM dist/ibm-plex-sans-condensed-600-normal-UX5ZU5T6.woff2 19.35 KB
24
24
  ESM dist/ibm-plex-sans-condensed-700-normal-4PFYFTSO.woff2 18.90 KB
25
- ESM dist/index.js 1.71 MB
25
+ ESM dist/index.js 1.72 MB
26
26
  ESM dist/index.js.map 2.68 MB
27
- ESM ⚡️ Build success in 10913ms
28
- DTS ⚡️ Build success in 21798ms
29
- DTS dist/index.d.cts 90.51 KB
30
- DTS dist/index.d.ts 90.51 KB
27
+ ESM ⚡️ Build success in 11007ms
28
+ DTS ⚡️ Build success in 22264ms
29
+ DTS dist/index.d.cts 90.77 KB
30
+ DTS dist/index.d.ts 90.77 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @butternutbox/pawprint-native
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 68b5ef2: Make SelectField searchable
8
+
9
+ ### Patch Changes
10
+
11
+ - 47519e0: Add clear button for searchable SelectField
12
+ - afbf2b6: Add onPress handler to display card, and allow React component for listing card image
13
+
14
+ ## 0.9.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 6d84559: Add a web `NumberField` molecule (stepper) mirroring the native API, and align `ProductDisplayCard` with Figma across both platforms:
19
+ - Use `NumberField` for the quantity stepper (web previously used the plain `NumberInput` atom).
20
+ - 148×148 image (`thumbnailWidth` defaults to 148) and banner styling: square top / 12px bottom radius, `md` horizontal + 27px top padding, tucked behind the card.
21
+ - Web `device` prop now drives title/subtext typography (desktop 20/16, mobile 16/14).
22
+ - Remove `showImageQuantityBadge`, `borderless`, `thumbnailBackgroundColor`, and the per-button `showIncrementButton`/`showDecrementButton` props (use `hideQuantityButtons` instead). Native is now mobile-only (no `device` prop).
23
+
24
+ ### Patch Changes
25
+
26
+ - 6d84559: Make `ProductDisplayCard` height responsive and cap its width (web + native):
27
+ - Replace the fixed `maxHeight: 148` with `minHeight: 148` so the card grows instead of clipping when the title wraps to multiple lines (e.g. translations).
28
+ - Cap the width at the Figma frame sizes — web 520 (desktop) / 358 (mobile), native 358 — while staying fluid below that.
29
+ - The image stretches to fill a taller card (cover crop) instead of leaving a gap, keeping its 148px width and square shape when the content fits.
30
+
31
+ - 6d84559: Align `ProductListingCard` with Figma (web + native): add the 12px image border radius, fix the pinned badge (un-double-wrap so the right radius is 4px, 8px horizontal padding, brand background), and tighten the title bottom spacing to 6px and the size→price spacing to 16px.
32
+
33
+ Web also fixes the responsive `Grid` (columns were stuck at 1 because the media queries lived in an inline `style` prop) and sizes the standalone stories to the Figma widths (232 / 192).
34
+
3
35
  ## 0.8.0
4
36
 
5
37
  ### Minor Changes