@butternutbox/pawprint-native 0.11.1 → 0.13.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
- ESM dist/index.js 497.06 KB
11
- ESM dist/index.js.map 1.00 MB
12
- ESM ⚡️ Build success in 7269ms
13
- CJS dist/index.cjs 526.34 KB
14
- CJS dist/index.cjs.map 1.00 MB
15
- CJS ⚡️ Build success in 7269ms
16
- DTS ⚡️ Build success in 22243ms
17
- DTS dist/index.d.cts 93.49 KB
18
- DTS dist/index.d.ts 93.49 KB
10
+ ESM dist/index.js 498.51 KB
11
+ ESM dist/index.js.map 1.01 MB
12
+ ESM ⚡️ Build success in 7655ms
13
+ CJS dist/index.cjs 527.91 KB
14
+ CJS dist/index.cjs.map 1.01 MB
15
+ CJS ⚡️ Build success in 7657ms
16
+ DTS ⚡️ Build success in 21826ms
17
+ DTS dist/index.d.cts 94.97 KB
18
+ DTS dist/index.d.ts 94.97 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @butternutbox/pawprint-native
2
2
 
3
+ ## 0.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3637663: `CheckboxGroup` with `orientation="horizontal"` now wraps its tiles onto multiple rows and makes them hug their content, so checkbox tiles can sit side by side. Adds a `fitContent` prop to `Checkbox` (tile only) to opt into content-hugging width — the horizontal group sets it automatically. Vertical groups and standalone checkboxes are unchanged.
8
+
9
+ ## 0.12.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 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.
14
+
3
15
  ## 0.11.1
4
16
 
5
17
  ### Patch Changes