@butternutbox/pawprint-native 0.16.0 → 0.17.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 503.59 KB
11
- ESM dist/index.js.map 1.02 MB
12
- ESM ⚡️ Build success in 7722ms
13
- CJS dist/index.cjs 533.23 KB
14
- CJS dist/index.cjs.map 1.02 MB
15
- CJS ⚡️ Build success in 7724ms
16
- DTS ⚡️ Build success in 22713ms
17
- DTS dist/index.d.cts 99.79 KB
18
- DTS dist/index.d.ts 99.79 KB
10
+ ESM dist/index.js 510.74 KB
11
+ ESM dist/index.js.map 1.04 MB
12
+ ESM ⚡️ Build success in 8194ms
13
+ CJS dist/index.cjs 540.48 KB
14
+ CJS dist/index.cjs.map 1.04 MB
15
+ CJS ⚡️ Build success in 8195ms
16
+ DTS ⚡️ Build success in 24290ms
17
+ DTS dist/index.d.cts 99.80 KB
18
+ DTS dist/index.d.ts 99.80 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @butternutbox/pawprint-native
2
2
 
3
+ ## 0.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8cff714: update marketing icons with new sizes and color
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [8cff714]
12
+ - @butternutbox/pawprint-tokens@0.4.0
13
+
14
+ ## 0.16.1
15
+
16
+ ### Patch Changes
17
+
18
+ - 1223ab7: `NumberField`: render the large field's `inlineHelpText` at the secondary-content
19
+ size (`body.medium.md`, 16px) instead of the shared input description size
20
+ (`body.medium.sm`, 14px), matching the design-system spec. Small fields are
21
+ unchanged (`body.medium.sm`).
22
+
3
23
  ## 0.16.0
4
24
 
5
25
  ### Minor Changes