@sproutsocial/seeds-react-menu 1.11.0 → 1.11.2

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,28 +8,28 @@ $ tsup --dts
8
8
  CLI Cleaning output folder
9
9
  CJS Build start
10
10
  ESM Build start
11
- CJS dist/v3/index.js 29.22 KB
11
+ ESM dist/esm/v2/index.js 62.63 KB
12
+ ESM dist/esm/index.js 73.57 KB
13
+ ESM dist/esm/v3/index.js 79.98 KB
14
+ ESM dist/esm/chunk-ROQATIB7.js 9.15 KB
15
+ ESM dist/esm/v2/index.js.map 132.57 KB
16
+ ESM dist/esm/index.js.map 156.22 KB
17
+ ESM dist/esm/v3/index.js.map 156.55 KB
18
+ ESM dist/esm/chunk-ROQATIB7.js.map 22.93 KB
19
+ ESM ⚡️ Build success in 86ms
12
20
  CJS dist/index.js 92.62 KB
21
+ CJS dist/v3/index.js 91.02 KB
13
22
  CJS dist/v2/index.js 73.18 KB
14
- CJS dist/v3/index.js.map 133.01 KB
15
23
  CJS dist/index.js.map 180.20 KB
24
+ CJS dist/v3/index.js.map 156.57 KB
16
25
  CJS dist/v2/index.js.map 152.19 KB
17
- CJS ⚡️ Build success in 67ms
18
- ESM dist/esm/v3/index.js 23.19 KB
19
- ESM dist/esm/chunk-ROQATIB7.js 9.15 KB
20
- ESM dist/esm/index.js 73.57 KB
21
- ESM dist/esm/v2/index.js 62.63 KB
22
- ESM dist/esm/chunk-ROQATIB7.js.map 22.93 KB
23
- ESM dist/esm/v3/index.js.map 131.96 KB
24
- ESM dist/esm/index.js.map 156.22 KB
25
- ESM dist/esm/v2/index.js.map 132.57 KB
26
- ESM ⚡️ Build success in 67ms
26
+ CJS ⚡️ Build success in 86ms
27
27
  DTS Build start
28
- DTS ⚡️ Build success in 6626ms
28
+ DTS ⚡️ Build success in 6472ms
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.59 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 7.36s.
34
+ DTS dist/v3/index.d.mts 17.59 KB
35
+ Done in 7.21s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @sproutsocial/seeds-react-menu
2
2
 
3
+ ## 1.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - d7b8287: Fix export for base-ui stuff
8
+
9
+ ## 1.11.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [1a614a1]
14
+ - @sproutsocial/seeds-react-popout@2.4.34
15
+
3
16
  ## 1.11.0
4
17
 
5
18
  ### Minor Changes