@sproutsocial/seeds-react-card 1.1.10 → 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.
@@ -8,14 +8,14 @@ $ tsup --dts
8
8
  CLI Cleaning output folder
9
9
  CJS Build start
10
10
  ESM Build start
11
- CJS dist/index.js 37.64 KB
12
- CJS dist/index.js.map 71.80 KB
13
- CJS ⚡️ Build success in 259ms
14
- ESM dist/esm/index.js 36.23 KB
15
- ESM dist/esm/index.js.map 71.75 KB
16
- ESM ⚡️ Build success in 256ms
11
+ CJS dist/index.js 10.86 KB
12
+ CJS dist/index.js.map 21.11 KB
13
+ CJS ⚡️ Build success in 104ms
14
+ ESM dist/esm/index.js 7.83 KB
15
+ ESM dist/esm/index.js.map 21.09 KB
16
+ ESM ⚡️ Build success in 105ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 10959ms
18
+ DTS ⚡️ Build success in 11605ms
19
19
  DTS dist/index.d.ts 5.18 KB
20
20
  DTS dist/index.d.mts 5.18 KB
21
- Done in 14.81s.
21
+ Done in 13.92s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
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
+
19
+ ## 1.1.11
20
+
21
+ ### Patch Changes
22
+
23
+ - @sproutsocial/seeds-react-icon@2.0.3
24
+
3
25
  ## 1.1.10
4
26
 
5
27
  ### Patch Changes