@sproutsocial/seeds-react-narrative-kit 0.6.10 → 0.6.11

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 23.08 KB
12
12
  CJS dist/index.js.map 41.67 KB
13
- CJS ⚡️ Build success in 31ms
13
+ CJS ⚡️ Build success in 22ms
14
14
  ESM dist/esm/index.js 19.50 KB
15
15
  ESM dist/esm/index.js.map 40.06 KB
16
- ESM ⚡️ Build success in 31ms
16
+ ESM ⚡️ Build success in 22ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1708ms
18
+ DTS ⚡️ Build success in 1598ms
19
19
  DTS dist/index.d.ts 24.90 KB
20
20
  DTS dist/index.d.mts 24.90 KB
21
- Done in 2.46s.
21
+ Done in 2.33s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sproutsocial/seeds-react-narrative-kit
2
2
 
3
+ ## 0.6.11
4
+
5
+ ### Patch Changes
6
+
7
+ - @sproutsocial/seeds-react-theme@4.7.1
8
+
3
9
  ## 0.6.10
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-narrative-kit",
3
- "version": "0.6.10",
3
+ "version": "0.6.11",
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",
@@ -38,13 +38,13 @@
38
38
  "test:watch": "jest --watch --coverage=false"
39
39
  },
40
40
  "dependencies": {
41
- "@sproutsocial/seeds-react-theme": "^4.7.0"
41
+ "@sproutsocial/seeds-react-theme": "^4.7.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@sproutsocial/eslint-config-seeds": "*",
45
45
  "@sproutsocial/seeds-react-button": "*",
46
46
  "@sproutsocial/seeds-react-data-viz": "*",
47
- "@sproutsocial/seeds-react-grid": "^0.2.19",
47
+ "@sproutsocial/seeds-react-grid": "^0.2.20",
48
48
  "@sproutsocial/seeds-react-icon": "*",
49
49
  "@sproutsocial/seeds-react-partner-logo": "*",
50
50
  "@sproutsocial/seeds-react-text": "*",