@sproutsocial/racine 31.7.0 → 31.7.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 31.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [82bad75]
8
+ - @sproutsocial/seeds-react-narrative-kit@0.5.1
9
+
3
10
  ## 31.7.0
4
11
 
5
12
  ### Minor Changes
@@ -1941,9 +1941,6 @@
1941
1941
  * </div>
1942
1942
  */
1943
1943
 
1944
- /* Import dependent component styles */
1945
- @import "./narrative-attribution.css";
1946
-
1947
1944
  @layer components {
1948
1945
 
1949
1946
  /* Main card container — gray background with rounded corners and padding.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "31.7.0",
3
+ "version": "31.7.1",
4
4
  "license": "MIT",
5
5
  "engines": {
6
6
  "node": ">=18"
@@ -111,7 +111,7 @@
111
111
  "@sproutsocial/seeds-react-message": "^1.0.50",
112
112
  "@sproutsocial/seeds-react-mixins": "^4.3.8",
113
113
  "@sproutsocial/seeds-react-modal": "^2.5.24",
114
- "@sproutsocial/seeds-react-narrative-kit": "^0.5.0",
114
+ "@sproutsocial/seeds-react-narrative-kit": "^0.5.1",
115
115
  "@sproutsocial/seeds-react-numeral": "^1.0.49",
116
116
  "@sproutsocial/seeds-react-pagination": "^0.1.22",
117
117
  "@sproutsocial/seeds-react-panel": "^1.0.2",