@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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -10,12 +10,12 @@ $ tsup --dts && cp src/narrative-container.css dist/narrative-container.css && c
|
|
|
10
10
|
[34mESM[39m Build start
|
|
11
11
|
[32mCJS[39m [1mdist/index.js [22m[32m22.09 KB[39m
|
|
12
12
|
[32mCJS[39m [1mdist/index.js.map [22m[32m38.83 KB[39m
|
|
13
|
-
[32mCJS[39m ⚡️ Build success in
|
|
13
|
+
[32mCJS[39m ⚡️ Build success in 23ms
|
|
14
14
|
[32mESM[39m [1mdist/esm/index.js [22m[32m18.61 KB[39m
|
|
15
15
|
[32mESM[39m [1mdist/esm/index.js.map [22m[32m37.33 KB[39m
|
|
16
16
|
[32mESM[39m ⚡️ Build success in 23ms
|
|
17
17
|
[34mDTS[39m Build start
|
|
18
|
-
[32mDTS[39m ⚡️ Build success in
|
|
18
|
+
[32mDTS[39m ⚡️ Build success in 1650ms
|
|
19
19
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m23.03 KB[39m
|
|
20
20
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m23.03 KB[39m
|
|
21
|
-
Done in 2.
|
|
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
|
package/package.json
CHANGED