@butternutbox/pawprint-native 0.11.0 → 0.12.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.
@@ -7,12 +7,12 @@
7
7
  CJS Build start
8
8
  ESM Build start
9
9
  DTS Build start
10
- CJS dist/index.cjs 1.80 MB
11
- CJS dist/index.cjs.map 2.72 MB
12
- CJS ⚡️ Build success in 11429ms
13
- ESM dist/index.js 1.73 MB
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
10
+ CJS dist/index.cjs 527.12 KB
11
+ CJS dist/index.cjs.map 1.00 MB
12
+ CJS ⚡️ Build success in 7832ms
13
+ ESM dist/index.js 497.76 KB
14
+ ESM dist/index.js.map 1.00 MB
15
+ ESM ⚡️ Build success in 7831ms
16
+ DTS ⚡️ Build success in 23575ms
17
+ DTS dist/index.d.cts 94.46 KB
18
+ DTS dist/index.d.ts 94.46 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @butternutbox/pawprint-native
2
2
 
3
+ ## 0.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 951c311: Add `Divider` atom — the native counterpart to the web `Divider`. A horizontal rule with `size` (small = 1px / medium = 2px / large = 4px) and `colour` (light / dark) variants, driven by the divider design tokens.
8
+
9
+ ## 0.11.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 77c7bf1: Avatar: use the core `DogHead` icon for the image fallback instead of the marketing `DogHeadOutlinedPrimary` illustration. The marketing glyph rendered oversized and cropped by the avatar circle on native iOS (react-native-web Storybook masked it), and it's a different, more detailed drawing than the component library's avatar dog-head. Core `DogHead` matches the design (simpler, padded via its built-in `scale(0.75)`) and sizes correctly on native.
14
+
3
15
  ## 0.11.0
4
16
 
5
17
  ### Minor Changes