@sproutsocial/seeds-react-menu 1.16.14 → 1.16.15

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.65 KB
12
- CJS dist/v3/index.js 121.51 KB
13
12
  CJS dist/v2/index.js 73.18 KB
13
+ CJS dist/v3/index.js 121.51 KB
14
14
  CJS dist/index.js.map 180.28 KB
15
- CJS dist/v3/index.js.map 213.07 KB
16
15
  CJS dist/v2/index.js.map 152.19 KB
17
- CJS ⚡️ Build success in 128ms
16
+ CJS dist/v3/index.js.map 213.07 KB
17
+ CJS ⚡️ Build success in 124ms
18
18
  ESM dist/esm/index.js 73.60 KB
19
- ESM dist/esm/v2/index.js 62.63 KB
20
- ESM dist/esm/chunk-ROQATIB7.js 9.15 KB
21
19
  ESM dist/esm/v3/index.js 108.01 KB
20
+ ESM dist/esm/chunk-ROQATIB7.js 9.15 KB
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/v2/index.js.map 132.57 KB
24
- ESM dist/esm/chunk-ROQATIB7.js.map 22.93 KB
25
23
  ESM dist/esm/v3/index.js.map 213.12 KB
26
- ESM ⚡️ Build success in 128ms
24
+ ESM dist/esm/chunk-ROQATIB7.js.map 22.93 KB
25
+ ESM dist/esm/v2/index.js.map 132.57 KB
26
+ ESM ⚡️ Build success in 124ms
27
27
  DTS Build start
28
- DTS ⚡️ Build success in 7209ms
28
+ DTS ⚡️ Build success in 7346ms
29
29
  DTS dist/index.d.ts 39.12 KB
30
30
  DTS dist/v2/index.d.ts 5.55 KB
31
31
  DTS dist/v3/index.d.ts 23.92 KB
32
32
  DTS dist/index.d.mts 39.12 KB
33
33
  DTS dist/v2/index.d.mts 5.55 KB
34
34
  DTS dist/v3/index.d.mts 23.92 KB
35
- Done in 8.00s.
35
+ Done in 8.13s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @sproutsocial/seeds-react-menu
2
2
 
3
+ ## 1.16.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b039eda]
8
+ - @sproutsocial/seeds-react-button@2.3.7
9
+ - @sproutsocial/seeds-react-input@1.5.40
10
+ - @sproutsocial/seeds-react-popout@2.5.21
11
+ - @sproutsocial/seeds-react-token-input@1.4.62
12
+
3
13
  ## 1.16.14
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-menu",
3
- "version": "1.16.14",
3
+ "version": "1.16.15",
4
4
  "description": "Seeds React Menu",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -37,17 +37,17 @@
37
37
  "dependencies": {
38
38
  "@radix-ui/react-popover": "^1.1.2",
39
39
  "@sproutsocial/seeds-react-box": "^1.1.30",
40
- "@sproutsocial/seeds-react-button": "^2.3.6",
40
+ "@sproutsocial/seeds-react-button": "^2.3.7",
41
41
  "@sproutsocial/seeds-react-checkbox": "^1.3.52",
42
42
  "@sproutsocial/seeds-react-icon": "^2.5.0",
43
- "@sproutsocial/seeds-react-input": "^1.5.39",
43
+ "@sproutsocial/seeds-react-input": "^1.5.40",
44
44
  "@sproutsocial/seeds-react-label": "^1.0.32",
45
- "@sproutsocial/seeds-react-popout": "^2.5.20",
45
+ "@sproutsocial/seeds-react-popout": "^2.5.21",
46
46
  "@sproutsocial/seeds-react-radio": "^1.3.33",
47
47
  "@sproutsocial/seeds-react-switch": "^1.2.50",
48
48
  "@sproutsocial/seeds-react-system-props": "^3.2.0",
49
49
  "@sproutsocial/seeds-react-theme": "^4.4.0",
50
- "@sproutsocial/seeds-react-token-input": "^1.4.61",
50
+ "@sproutsocial/seeds-react-token-input": "^1.4.62",
51
51
  "@sproutsocial/seeds-react-utilities": "^4.3.0",
52
52
  "@base-ui/react": "^1.3.0",
53
53
  "@tanstack/react-virtual": "^3.13.12",