@butternutbox/pawprint-native 0.13.1 → 0.14.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 498.99 KB
11
- ESM dist/index.js.map 1.01 MB
12
- ESM ⚡️ Build success in 6117ms
13
10
  CJS dist/index.cjs 528.39 KB
14
11
  CJS dist/index.cjs.map 1.01 MB
15
- CJS ⚡️ Build success in 6119ms
16
- DTS ⚡️ Build success in 18337ms
17
- DTS dist/index.d.cts 94.97 KB
18
- DTS dist/index.d.ts 94.97 KB
12
+ CJS ⚡️ Build success in 7645ms
13
+ ESM dist/index.js 498.99 KB
14
+ ESM dist/index.js.map 1.01 MB
15
+ ESM ⚡️ Build success in 7649ms
16
+ DTS ⚡️ Build success in 21918ms
17
+ DTS dist/index.d.cts 94.99 KB
18
+ DTS dist/index.d.ts 94.99 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @butternutbox/pawprint-native
2
2
 
3
+ ## 0.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2940c1d: Add `xxl` (80px) and `xxxl` (100px) illustration sizes. The sizing tokens (`illustrations.sizing.illustrations.xxl`/`xxxl`) are now published, and the `Illustration` component's `size` prop accepts `xxl` and `xxxl` in addition to `sm`/`lg`/`xl`.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [2940c1d]
12
+ - @butternutbox/pawprint-tokens@0.3.0
13
+
3
14
  ## 0.13.1
4
15
 
5
16
  ### Patch Changes