@butternutbox/pawprint-native 0.11.0 → 0.11.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.
- package/.turbo/turbo-build.log +7 -7
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +251 -3706
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +252 -3707
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/Avatar/Avatar.tsx +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
[34mCJS[39m Build start
|
|
8
8
|
[34mESM[39m Build start
|
|
9
9
|
[34mDTS[39m Build start
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
10
|
+
[32mESM[39m [1mdist/index.js [22m[32m497.06 KB[39m
|
|
11
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m1.00 MB[39m
|
|
12
|
+
[32mESM[39m ⚡️ Build success in 7269ms
|
|
13
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m526.34 KB[39m
|
|
14
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m1.00 MB[39m
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 7269ms
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 22243ms
|
|
17
17
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m93.49 KB[39m
|
|
18
18
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m93.49 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @butternutbox/pawprint-native
|
|
2
2
|
|
|
3
|
+
## 0.11.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 77c7bf1: Avatar: use the core `DogHead` icon for the image fallback instead of the marketing `DogHeadOutlinedPrimary` illustration. The marketing glyph rendered oversized and cropped by the avatar circle on native iOS (react-native-web Storybook masked it), and it's a different, more detailed drawing than the component library's avatar dog-head. Core `DogHead` matches the design (simpler, padded via its built-in `scale(0.75)`) and sizes correctly on native.
|
|
8
|
+
|
|
3
9
|
## 0.11.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|