@sproutsocial/seeds-react-menu 1.2.3 → 1.3.0

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.
@@ -46,6 +46,9 @@ ESM Build start
46
46
  ╵ ~~~~~~~~~
47
47
 
48
48
 
49
+ ESM dist/esm/index.js 132.88 KB
50
+ ESM dist/esm/index.js.map 367.00 KB
51
+ ESM ⚡️ Build success in 645ms
49
52
  [warn] ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
50
53
 
51
54
  ../../seeds-design-tokens/seeds-motion/package.json:12:6:
@@ -84,14 +87,11 @@ ESM Build start
84
87
  ╵ ~~~~~~~~~
85
88
 
86
89
 
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
90
+ CJS dist/index.js 142.53 KB
91
+ CJS dist/index.js.map 368.28 KB
92
+ CJS ⚡️ Build success in 713ms
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 15562ms
95
+ DTS dist/index.d.ts 37.05 KB
96
+ DTS dist/index.d.mts 37.05 KB
97
+ Done in 19.23s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @sproutsocial/seeds-react-menu
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e27ab2e: 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.
8
+
9
+ ### Patch Changes
10
+
11
+ - e27ab2e: This update fixes a bug that prevented developers from passing custom popoutProps.
12
+
3
13
  ## 1.2.3
4
14
 
5
15
  ### Patch Changes