@sproutsocial/seeds-react-narrative-kit 0.5.0 → 0.5.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.
@@ -10,12 +10,12 @@ $ tsup --dts && cp src/narrative-container.css dist/narrative-container.css && c
10
10
  ESM Build start
11
11
  CJS dist/index.js 22.09 KB
12
12
  CJS dist/index.js.map 38.83 KB
13
- CJS ⚡️ Build success in 22ms
13
+ CJS ⚡️ Build success in 23ms
14
14
  ESM dist/esm/index.js 18.61 KB
15
15
  ESM dist/esm/index.js.map 37.33 KB
16
16
  ESM ⚡️ Build success in 23ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1667ms
18
+ DTS ⚡️ Build success in 1650ms
19
19
  DTS dist/index.d.ts 23.03 KB
20
20
  DTS dist/index.d.mts 23.03 KB
21
- Done in 2.42s.
21
+ Done in 2.39s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sproutsocial/seeds-react-narrative-kit
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 82bad75: Remove `@import "./narrative-attribution.css"` from `narrative-social-media-card.css`. The build script already inlines each CSS file from `src/` individually, so the relative import was redundant and caused a broken reference when bundled into racine's `components.css`.
8
+
3
9
  ## 0.5.0
4
10
 
5
11
  ### Minor Changes
@@ -13,9 +13,6 @@
13
13
  * </div>
14
14
  */
15
15
 
16
- /* Import dependent component styles */
17
- @import "./narrative-attribution.css";
18
-
19
16
  @layer components {
20
17
 
21
18
  /* Main card container — gray background with rounded corners and padding.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-narrative-kit",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Seeds React Narrative Kit — composable narrative primitives for executive-brief style pages",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -13,9 +13,6 @@
13
13
  * </div>
14
14
  */
15
15
 
16
- /* Import dependent component styles */
17
- @import "./narrative-attribution.css";
18
-
19
16
  @layer components {
20
17
 
21
18
  /* Main card container — gray background with rounded corners and padding.