@sproutsocial/seeds-react-menu 1.12.2 → 1.13.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.
@@ -10,26 +10,26 @@ $ tsup --dts
10
10
  ESM Build start
11
11
  CJS dist/index.js 92.65 KB
12
12
  CJS dist/v2/index.js 73.18 KB
13
- CJS dist/v3/index.js 99.79 KB
14
- CJS dist/index.js.map 180.28 KB
13
+ CJS dist/v3/index.js 115.61 KB
15
14
  CJS dist/v2/index.js.map 152.19 KB
16
- CJS dist/v3/index.js.map 173.17 KB
17
- CJS ⚡️ Build success in 91ms
15
+ CJS dist/index.js.map 180.28 KB
16
+ CJS dist/v3/index.js.map 201.45 KB
17
+ CJS ⚡️ Build success in 79ms
18
18
  ESM dist/esm/index.js 73.60 KB
19
- ESM dist/esm/v3/index.js 88.52 KB
20
19
  ESM dist/esm/chunk-ROQATIB7.js 9.15 KB
20
+ ESM dist/esm/v3/index.js 102.60 KB
21
21
  ESM dist/esm/v2/index.js 62.63 KB
22
22
  ESM dist/esm/index.js.map 156.29 KB
23
- ESM dist/esm/v3/index.js.map 173.24 KB
24
23
  ESM dist/esm/chunk-ROQATIB7.js.map 22.93 KB
25
24
  ESM dist/esm/v2/index.js.map 132.57 KB
26
- ESM ⚡️ Build success in 91ms
25
+ ESM dist/esm/v3/index.js.map 201.49 KB
26
+ ESM ⚡️ Build success in 80ms
27
27
  DTS Build start
28
- DTS ⚡️ Build success in 6715ms
29
- DTS dist/index.d.ts 39.11 KB
28
+ DTS ⚡️ Build success in 7281ms
29
+ DTS dist/index.d.ts 39.12 KB
30
30
  DTS dist/v2/index.d.ts 5.55 KB
31
- DTS dist/v3/index.d.ts 18.28 KB
32
- DTS dist/index.d.mts 39.11 KB
31
+ DTS dist/v3/index.d.ts 22.42 KB
32
+ DTS dist/index.d.mts 39.12 KB
33
33
  DTS dist/v2/index.d.mts 5.55 KB
34
- DTS dist/v3/index.d.mts 18.28 KB
35
- Done in 7.46s.
34
+ DTS dist/v3/index.d.mts 22.42 KB
35
+ Done in 8.09s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @sproutsocial/seeds-react-menu
2
2
 
3
+ ## 1.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 677f2f8: Add base-ui ActionMenu
8
+
9
+ ### Patch Changes
10
+
11
+ - efc9156: Allow inline combobox components
12
+
13
+ ## 1.12.3
14
+
15
+ ### Patch Changes
16
+
17
+ - c806305: Bugfix for selecting and searching, add creatable to SearchableSelect
18
+
3
19
  ## 1.12.2
4
20
 
5
21
  ### Patch Changes