@sproutsocial/seeds-react-menu 1.18.0 → 1.18.1

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.
@@ -12,16 +12,16 @@ $ tsup --dts && cp src/v3/menu.css dist/v3/menu.css
12
12
  CJS dist/v3/index.js 115.54 KB
13
13
  CJS dist/index.js.map 180.28 KB
14
14
  CJS dist/v3/index.js.map 211.06 KB
15
- CJS ⚡️ Build success in 123ms
15
+ CJS ⚡️ Build success in 82ms
16
16
  ESM dist/esm/index.js 82.07 KB
17
17
  ESM dist/esm/v3/index.js 102.99 KB
18
18
  ESM dist/esm/index.js.map 179.44 KB
19
19
  ESM dist/esm/v3/index.js.map 212.08 KB
20
- ESM ⚡️ Build success in 123ms
20
+ ESM ⚡️ Build success in 82ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 4872ms
22
+ DTS ⚡️ Build success in 4578ms
23
23
  DTS dist/index.d.ts 39.12 KB
24
24
  DTS dist/v3/index.d.ts 26.10 KB
25
25
  DTS dist/index.d.mts 39.12 KB
26
26
  DTS dist/v3/index.d.mts 26.10 KB
27
- Done in 5.97s.
27
+ Done in 5.29s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @sproutsocial/seeds-react-menu
2
2
 
3
+ ## 1.18.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [32c2ae7]
8
+ - @sproutsocial/seeds-react-checkbox@1.3.55
9
+
3
10
  ## 1.18.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-menu",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "description": "Seeds React Menu",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  "@radix-ui/react-popover": "^1.1.2",
38
38
  "@sproutsocial/seeds-react-box": "^1.1.32",
39
39
  "@sproutsocial/seeds-react-button": "^2.3.9",
40
- "@sproutsocial/seeds-react-checkbox": "^1.3.54",
40
+ "@sproutsocial/seeds-react-checkbox": "^1.3.55",
41
41
  "@sproutsocial/seeds-react-icon": "^2.5.2",
42
42
  "@sproutsocial/seeds-react-input": "^1.5.42",
43
43
  "@sproutsocial/seeds-react-label": "^1.0.34",