@sproutsocial/seeds-react-narrative-kit 0.6.5 → 0.6.6

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.02 KB
12
12
  CJS dist/index.js.map 41.28 KB
13
- CJS ⚡️ Build success in 21ms
13
+ CJS ⚡️ Build success in 22ms
14
14
  ESM dist/esm/index.js 19.45 KB
15
15
  ESM dist/esm/index.js.map 39.67 KB
16
- ESM ⚡️ Build success in 22ms
16
+ ESM ⚡️ Build success in 23ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1593ms
18
+ DTS ⚡️ Build success in 1625ms
19
19
  DTS dist/index.d.ts 24.75 KB
20
20
  DTS dist/index.d.mts 24.75 KB
21
- Done in 2.31s.
21
+ Done in 2.38s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @sproutsocial/seeds-react-narrative-kit
2
2
 
3
+ ## 0.6.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e38d258]
8
+ - @sproutsocial/seeds-react-theme@4.5.0
9
+
3
10
  ## 0.6.5
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-narrative-kit",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
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.4.0"
41
+ "@sproutsocial/seeds-react-theme": "^4.5.0"
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.15",
47
+ "@sproutsocial/seeds-react-grid": "^0.2.16",
48
48
  "@sproutsocial/seeds-react-icon": "*",
49
49
  "@sproutsocial/seeds-react-partner-logo": "*",
50
50
  "@sproutsocial/seeds-react-text": "*",