@sproutsocial/seeds-react-menu 1.11.1 → 1.11.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.
@@ -9,27 +9,27 @@ $ tsup --dts
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  CJS dist/index.js 92.62 KB
12
+ CJS dist/v3/index.js 92.22 KB
12
13
  CJS dist/v2/index.js 73.18 KB
13
- CJS dist/v3/index.js 29.22 KB
14
14
  CJS dist/index.js.map 180.20 KB
15
+ CJS dist/v3/index.js.map 158.32 KB
15
16
  CJS dist/v2/index.js.map 152.19 KB
16
- CJS dist/v3/index.js.map 133.01 KB
17
- CJS ⚡️ Build success in 88ms
17
+ CJS ⚡️ Build success in 94ms
18
18
  ESM dist/esm/index.js 73.57 KB
19
- ESM dist/esm/v3/index.js 23.19 KB
20
19
  ESM dist/esm/chunk-ROQATIB7.js 9.15 KB
21
20
  ESM dist/esm/v2/index.js 62.63 KB
21
+ ESM dist/esm/v3/index.js 81.09 KB
22
22
  ESM dist/esm/index.js.map 156.22 KB
23
- ESM dist/esm/v3/index.js.map 131.96 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 88ms
25
+ ESM dist/esm/v3/index.js.map 158.35 KB
26
+ ESM ⚡️ Build success in 94ms
27
27
  DTS Build start
28
- DTS ⚡️ Build success in 8019ms
28
+ DTS ⚡️ Build success in 6872ms
29
29
  DTS dist/index.d.ts 39.08 KB
30
30
  DTS dist/v2/index.d.ts 5.55 KB
31
- DTS dist/v3/index.d.ts 16.64 KB
31
+ DTS dist/v3/index.d.ts 17.65 KB
32
32
  DTS dist/index.d.mts 39.08 KB
33
33
  DTS dist/v2/index.d.mts 5.55 KB
34
- DTS dist/v3/index.d.mts 16.64 KB
35
- Done in 8.86s.
34
+ DTS dist/v3/index.d.mts 17.65 KB
35
+ Done in 7.67s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @sproutsocial/seeds-react-menu
2
2
 
3
+ ## 1.11.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fe0d0f9: Include disabled items and placeholder items for all components
8
+
9
+ ## 1.11.2
10
+
11
+ ### Patch Changes
12
+
13
+ - d7b8287: Fix export for base-ui stuff
14
+
3
15
  ## 1.11.1
4
16
 
5
17
  ### Patch Changes