@sproutsocial/seeds-react-card 1.1.11 → 1.1.14

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 327ms
14
- ESM dist/esm/index.js 36.23 KB
15
- ESM dist/esm/index.js.map 71.75 KB
16
- ESM ⚡️ Build success in 328ms
11
+ CJS dist/index.js 11.10 KB
12
+ CJS dist/index.js.map 21.91 KB
13
+ CJS ⚡️ Build success in 182ms
14
+ ESM dist/esm/index.js 8.06 KB
15
+ ESM dist/esm/index.js.map 21.89 KB
16
+ ESM ⚡️ Build success in 183ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 17202ms
19
- DTS dist/index.d.ts 5.18 KB
20
- DTS dist/index.d.mts 5.18 KB
21
- Done in 22.45s.
18
+ DTS ⚡️ Build success in 21306ms
19
+ DTS dist/index.d.ts 5.60 KB
20
+ DTS dist/index.d.mts 5.60 KB
21
+ Done in 27.58s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @sproutsocial/seeds-react-card
2
2
 
3
+ ## 1.1.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 95d2b96: Remove interactivity support from presentation Cards for accessibility compliance. Cards with `role="presentation"` no longer support `onClick` handlers or keyboard interactions. Presentation Cards are now purely decorative containers outside the accessibility tree. Use `role="button"` for interactive Cards instead.
8
+
9
+ ## 1.1.13
10
+
11
+ ### Patch Changes
12
+
13
+ - 2b1bb50: Add missing styled-system dependency
14
+
15
+ 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.
16
+
17
+ ## 1.1.12
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [750d1ea]
22
+ - @sproutsocial/seeds-react-mixins@4.2.0
23
+ - @sproutsocial/seeds-react-icon@2.0.4
24
+
3
25
  ## 1.1.11
4
26
 
5
27
  ### Patch Changes