@sproutsocial/seeds-react-narrative-kit 0.6.2 → 0.6.3

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.
@@ -8,14 +8,14 @@ $ tsup --dts && cp src/narrative-container.css dist/narrative-container.css && c
8
8
  CLI Cleaning output folder
9
9
  CJS Build start
10
10
  ESM Build start
11
- ESM dist/esm/index.js 19.45 KB
12
- ESM dist/esm/index.js.map 39.67 KB
13
- ESM ⚡️ Build success in 33ms
14
11
  CJS dist/index.js 23.02 KB
15
12
  CJS dist/index.js.map 41.28 KB
16
- CJS ⚡️ Build success in 33ms
13
+ CJS ⚡️ Build success in 19ms
14
+ ESM dist/esm/index.js 19.45 KB
15
+ ESM dist/esm/index.js.map 39.67 KB
16
+ ESM ⚡️ Build success in 20ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1599ms
18
+ DTS ⚡️ Build success in 1593ms
19
19
  DTS dist/index.d.ts 24.75 KB
20
20
  DTS dist/index.d.mts 24.75 KB
21
- Done in 2.35s.
21
+ Done in 2.29s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @sproutsocial/seeds-react-narrative-kit
2
2
 
3
+ ## 0.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d8509a3]
8
+ - @sproutsocial/seeds-react-theme@4.3.1
9
+
3
10
  ## 0.6.2
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.2",
3
+ "version": "0.6.3",
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.3.0"
41
+ "@sproutsocial/seeds-react-theme": "^4.3.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.10",
47
+ "@sproutsocial/seeds-react-grid": "^0.2.11",
48
48
  "@sproutsocial/seeds-react-icon": "*",
49
49
  "@sproutsocial/seeds-react-partner-logo": "*",
50
50
  "@sproutsocial/seeds-react-text": "*",