@sproutsocial/seeds-react-card 1.1.11 → 1.1.13
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 +8 -8
- package/CHANGELOG.md +16 -0
- package/dist/esm/index.js +10 -1035
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +28 -1039
- package/dist/index.js.map +1 -1
- package/package.json +11 -10
package/.turbo/turbo-build.log
CHANGED
|
@@ -8,14 +8,14 @@ $ tsup --dts
|
|
|
8
8
|
[34mCLI[39m Cleaning output folder
|
|
9
9
|
[34mCJS[39m Build start
|
|
10
10
|
[34mESM[39m Build start
|
|
11
|
-
[32mCJS[39m [1mdist/index.js [22m[
|
|
12
|
-
[32mCJS[39m [1mdist/index.js.map [22m[
|
|
13
|
-
[32mCJS[39m ⚡️ Build success in
|
|
14
|
-
[32mESM[39m [1mdist/esm/index.js [22m[
|
|
15
|
-
[32mESM[39m [1mdist/esm/index.js.map [22m[
|
|
16
|
-
[32mESM[39m ⚡️ Build success in
|
|
11
|
+
[32mCJS[39m [1mdist/index.js [22m[32m10.86 KB[39m
|
|
12
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m21.11 KB[39m
|
|
13
|
+
[32mCJS[39m ⚡️ Build success in 104ms
|
|
14
|
+
[32mESM[39m [1mdist/esm/index.js [22m[32m7.83 KB[39m
|
|
15
|
+
[32mESM[39m [1mdist/esm/index.js.map [22m[32m21.09 KB[39m
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 105ms
|
|
17
17
|
[34mDTS[39m Build start
|
|
18
|
-
[32mDTS[39m ⚡️ Build success in
|
|
18
|
+
[32mDTS[39m ⚡️ Build success in 11605ms
|
|
19
19
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m5.18 KB[39m
|
|
20
20
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m5.18 KB[39m
|
|
21
|
-
Done in
|
|
21
|
+
Done in 13.92s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @sproutsocial/seeds-react-card
|
|
2
2
|
|
|
3
|
+
## 1.1.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2b1bb50: Add missing styled-system dependency
|
|
8
|
+
|
|
9
|
+
Properly declares `styled-system` as a direct dependency, which is used in the Card component styles. Previously relied on transitive dependencies which could cause issues in certain bundling scenarios.
|
|
10
|
+
|
|
11
|
+
## 1.1.12
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [750d1ea]
|
|
16
|
+
- @sproutsocial/seeds-react-mixins@4.2.0
|
|
17
|
+
- @sproutsocial/seeds-react-icon@2.0.4
|
|
18
|
+
|
|
3
19
|
## 1.1.11
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|