@butternutbox/pawprint-native 0.5.1 → 0.7.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,24 +7,24 @@
7
7
  CJS Build start
8
8
  ESM Build start
9
9
  DTS Build start
10
- ESM dist/ida-narrow-500-normal-C6I2PK4T.woff2 47.41 KB
11
- ESM dist/ida-narrow-700-normal-UPHPRIN6.woff2 49.90 KB
12
- ESM dist/ibm-plex-sans-condensed-400-normal-I2XLJNNB.woff2 19.33 KB
13
- ESM dist/ibm-plex-sans-condensed-500-normal-IEQBNVGX.woff2 19.48 KB
14
- ESM dist/ibm-plex-sans-condensed-600-normal-UX5ZU5T6.woff2 19.35 KB
15
- ESM dist/ibm-plex-sans-condensed-700-normal-4PFYFTSO.woff2 18.90 KB
16
- ESM dist/index.js 1.70 MB
17
- ESM dist/index.js.map 2.65 MB
18
- ESM ⚡️ Build success in 11961ms
19
10
  CJS dist/ida-narrow-500-normal-C6I2PK4T.woff2 47.41 KB
20
11
  CJS dist/ida-narrow-700-normal-UPHPRIN6.woff2 49.90 KB
21
12
  CJS dist/ibm-plex-sans-condensed-400-normal-I2XLJNNB.woff2 19.33 KB
22
13
  CJS dist/ibm-plex-sans-condensed-500-normal-IEQBNVGX.woff2 19.48 KB
23
14
  CJS dist/ibm-plex-sans-condensed-600-normal-UX5ZU5T6.woff2 19.35 KB
24
15
  CJS dist/ibm-plex-sans-condensed-700-normal-4PFYFTSO.woff2 18.90 KB
25
- CJS dist/index.cjs 1.77 MB
26
- CJS dist/index.cjs.map 2.65 MB
27
- CJS ⚡️ Build success in 11962ms
28
- DTS ⚡️ Build success in 22770ms
29
- DTS dist/index.d.cts 88.44 KB
30
- DTS dist/index.d.ts 88.44 KB
16
+ CJS dist/index.cjs 1.79 MB
17
+ CJS dist/index.cjs.map 2.68 MB
18
+ CJS ⚡️ Build success in 11971ms
19
+ ESM dist/ida-narrow-500-normal-C6I2PK4T.woff2 47.41 KB
20
+ ESM dist/ida-narrow-700-normal-UPHPRIN6.woff2 49.90 KB
21
+ ESM dist/ibm-plex-sans-condensed-400-normal-I2XLJNNB.woff2 19.33 KB
22
+ ESM dist/ibm-plex-sans-condensed-500-normal-IEQBNVGX.woff2 19.48 KB
23
+ ESM dist/ibm-plex-sans-condensed-600-normal-UX5ZU5T6.woff2 19.35 KB
24
+ ESM dist/ibm-plex-sans-condensed-700-normal-4PFYFTSO.woff2 18.90 KB
25
+ ESM dist/index.js 1.71 MB
26
+ ESM dist/index.js.map 2.67 MB
27
+ ESM ⚡️ Build success in 11975ms
28
+ DTS ⚡️ Build success in 23351ms
29
+ DTS dist/index.d.cts 90.02 KB
30
+ DTS dist/index.d.ts 90.02 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @butternutbox/pawprint-native
2
2
 
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 128d7c9: Add react-native select component
8
+
9
+ ## 0.6.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 9ea6d92: Add optional `tag` prop to Radio (web + native). Renders a Tag below the label/subtext using the `radio.spacing.content.tag.topPadding` token, and passes through the full Tag API (variant, icon, size). The tag is hidden when the prop is omitted.
14
+
15
+ ### Patch Changes
16
+
17
+ - 924acde: Apply ButtonDock horizontal padding tokens and fix inline variant alignment to space-between
18
+ - a164330: allow all notification variants to accept link prop
19
+
3
20
  ## 0.5.1
4
21
 
5
22
  ### Patch Changes