@sproutsocial/seeds-react-menu 1.6.13 → 1.6.14

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,12 +10,12 @@ $ tsup --dts
10
10
  ESM Build start
11
11
  CJS dist/index.js 144.31 KB
12
12
  CJS dist/index.js.map 372.00 KB
13
- CJS ⚡️ Build success in 417ms
13
+ CJS ⚡️ Build success in 354ms
14
14
  ESM dist/esm/index.js 134.35 KB
15
15
  ESM dist/esm/index.js.map 370.71 KB
16
- ESM ⚡️ Build success in 418ms
16
+ ESM ⚡️ Build success in 352ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 11943ms
18
+ DTS ⚡️ Build success in 8441ms
19
19
  DTS dist/index.d.ts 39.03 KB
20
20
  DTS dist/index.d.mts 39.03 KB
21
- Done in 13.43s.
21
+ Done in 9.81s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @sproutsocial/seeds-react-menu
2
2
 
3
+ ## 1.6.14
4
+
5
+ ### Patch Changes
6
+
7
+ - @sproutsocial/seeds-react-icon@1.1.7
8
+ - @sproutsocial/seeds-react-button@1.3.3
9
+ - @sproutsocial/seeds-react-checkbox@1.3.6
10
+ - @sproutsocial/seeds-react-input@1.4.9
11
+ - @sproutsocial/seeds-react-switch@1.2.6
12
+ - @sproutsocial/seeds-react-token-input@1.4.9
13
+ - @sproutsocial/seeds-react-popout@2.4.9
14
+
3
15
  ## 1.6.13
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-menu",
3
- "version": "1.6.13",
3
+ "version": "1.6.14",
4
4
  "description": "Seeds React Menu",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -18,24 +18,24 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@sproutsocial/seeds-react-box": "^1.1.5",
21
- "@sproutsocial/seeds-react-button": "^1.3.2",
22
- "@sproutsocial/seeds-react-checkbox": "^1.3.5",
23
- "@sproutsocial/seeds-react-icon": "^1.1.6",
24
- "@sproutsocial/seeds-react-input": "^1.4.8",
21
+ "@sproutsocial/seeds-react-button": "^1.3.3",
22
+ "@sproutsocial/seeds-react-checkbox": "^1.3.6",
23
+ "@sproutsocial/seeds-react-icon": "^1.1.7",
24
+ "@sproutsocial/seeds-react-input": "^1.4.9",
25
25
  "@sproutsocial/seeds-react-label": "^1.0.4",
26
- "@sproutsocial/seeds-react-popout": "^2.4.8",
26
+ "@sproutsocial/seeds-react-popout": "^2.4.9",
27
27
  "@sproutsocial/seeds-react-radio": "^1.3.3",
28
- "@sproutsocial/seeds-react-switch": "^1.2.5",
28
+ "@sproutsocial/seeds-react-switch": "^1.2.6",
29
29
  "@sproutsocial/seeds-react-system-props": "^3.0.2",
30
30
  "@sproutsocial/seeds-react-theme": "^3.1.1",
31
- "@sproutsocial/seeds-react-token-input": "^1.4.8",
31
+ "@sproutsocial/seeds-react-token-input": "^1.4.9",
32
32
  "@sproutsocial/seeds-react-utilities": "^4.3.0",
33
33
  "downshift": "9.0.4",
34
34
  "lodash.uniqueid": "^4.0.1",
35
35
  "motion": "^12.6.3"
36
36
  },
37
37
  "devDependencies": {
38
- "@sproutsocial/seeds-react-tooltip": "^1.0.7",
38
+ "@sproutsocial/seeds-react-tooltip": "^1.0.8",
39
39
  "@sproutsocial/eslint-config-seeds": "*",
40
40
  "@sproutsocial/seeds-react-testing-library": "*",
41
41
  "@sproutsocial/seeds-testing": "*",