@sproutsocial/seeds-react-menu 1.2.3 → 1.3.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.
@@ -84,14 +84,14 @@ ESM Build start
84
84
  ╵ ~~~~~~~~~
85
85
 
86
86
 
87
- ESM dist/esm/index.js 131.72 KB
88
- ESM dist/esm/index.js.map 364.88 KB
89
- ESM ⚡️ Build success in 550ms
90
- CJS dist/index.js 141.25 KB
91
- CJS dist/index.js.map 366.13 KB
92
- CJS ⚡️ Build success in 555ms
87
+ CJS dist/index.js 142.61 KB
88
+ CJS dist/index.js.map 368.34 KB
89
+ CJS ⚡️ Build success in 596ms
90
+ ESM dist/esm/index.js 132.96 KB
91
+ ESM dist/esm/index.js.map 367.06 KB
92
+ ESM ⚡️ Build success in 595ms
93
93
  DTS Build start
94
- DTS ⚡️ Build success in 15567ms
95
- DTS dist/index.d.ts 36.84 KB
96
- DTS dist/index.d.mts 36.84 KB
97
- Done in 17.81s.
94
+ DTS ⚡️ Build success in 16013ms
95
+ DTS dist/index.d.ts 37.08 KB
96
+ DTS dist/index.d.mts 37.08 KB
97
+ Done in 19.00s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @sproutsocial/seeds-react-menu
2
2
 
3
+ ## 1.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8d18309: MenuContent no longer shows empty state outside of a context provider.
8
+
9
+ ## 1.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 7fe0b84: This update introduces a `DefaultMenuEmptyState` for filter menus and an `emptyStateElement` prop on `MenuContent` to allow for custom empty states to be passed in to the `seeds-react-menu` package.
14
+
15
+ ### Patch Changes
16
+
17
+ - e60ec1d: This update fixes a bug that prevented developers from passing custom popoutProps.
18
+
3
19
  ## 1.2.3
4
20
 
5
21
  ### Patch Changes