@butternutbox/pawprint-native 0.10.0 → 0.10.1

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.
@@ -15,7 +15,7 @@
15
15
  CJS dist/ibm-plex-sans-condensed-700-normal-4PFYFTSO.woff2 18.90 KB
16
16
  CJS dist/index.cjs 1.79 MB
17
17
  CJS dist/index.cjs.map 2.69 MB
18
- CJS ⚡️ Build success in 11004ms
18
+ CJS ⚡️ Build success in 11548ms
19
19
  ESM dist/ida-narrow-500-normal-C6I2PK4T.woff2 47.41 KB
20
20
  ESM dist/ida-narrow-700-normal-UPHPRIN6.woff2 49.90 KB
21
21
  ESM dist/ibm-plex-sans-condensed-400-normal-I2XLJNNB.woff2 19.33 KB
@@ -24,7 +24,7 @@
24
24
  ESM dist/ibm-plex-sans-condensed-700-normal-4PFYFTSO.woff2 18.90 KB
25
25
  ESM dist/index.js 1.72 MB
26
26
  ESM dist/index.js.map 2.68 MB
27
- ESM ⚡️ Build success in 11007ms
28
- DTS ⚡️ Build success in 22264ms
29
- DTS dist/index.d.cts 90.77 KB
30
- DTS dist/index.d.ts 90.77 KB
27
+ ESM ⚡️ Build success in 11548ms
28
+ DTS ⚡️ Build success in 23672ms
29
+ DTS dist/index.d.cts 90.82 KB
30
+ DTS dist/index.d.ts 90.82 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @butternutbox/pawprint-native
2
2
 
3
+ ## 0.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f8cab88: All product banner to be react component'
8
+ - f8cab88: remove max width of product card
9
+
3
10
  ## 0.10.0
4
11
 
5
12
  ### Minor Changes
package/dist/index.cjs CHANGED
@@ -14716,8 +14716,7 @@ var StyledBannerWrapper = styled50__default.default(reactNative.View)(({ theme:
14716
14716
  var StyledRootWrapper = styled50__default.default(reactNative.View)(() => {
14717
14717
  return {
14718
14718
  flexDirection: "column",
14719
- width: "100%",
14720
- maxWidth: 358
14719
+ width: "100%"
14721
14720
  };
14722
14721
  });
14723
14722
  var StyledNotification = styled50__default.default(Notification)(({ theme: theme2 }) => {