@sproutsocial/seeds-react-menu 1.7.0 → 1.7.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.
@@ -10,12 +10,12 @@ $ tsup --dts
10
10
  ESM Build start
11
11
  CJS dist/index.js 144.65 KB
12
12
  CJS dist/index.js.map 372.90 KB
13
- CJS ⚡️ Build success in 377ms
13
+ CJS ⚡️ Build success in 403ms
14
14
  ESM dist/esm/index.js 134.70 KB
15
15
  ESM dist/esm/index.js.map 371.61 KB
16
- ESM ⚡️ Build success in 380ms
16
+ ESM ⚡️ Build success in 411ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 8798ms
18
+ DTS ⚡️ Build success in 8874ms
19
19
  DTS dist/index.d.ts 39.03 KB
20
20
  DTS dist/index.d.mts 39.03 KB
21
- Done in 10.21s.
21
+ Done in 10.34s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @sproutsocial/seeds-react-menu
2
2
 
3
+ ## 1.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @sproutsocial/seeds-react-icon@2.0.3
8
+ - @sproutsocial/seeds-react-button@1.3.8
9
+ - @sproutsocial/seeds-react-checkbox@1.3.11
10
+ - @sproutsocial/seeds-react-input@1.4.14
11
+ - @sproutsocial/seeds-react-switch@1.2.11
12
+ - @sproutsocial/seeds-react-token-input@1.4.14
13
+ - @sproutsocial/seeds-react-popout@2.4.14
14
+
15
+ ## 1.7.1
16
+
17
+ ### Patch Changes
18
+
19
+ - @sproutsocial/seeds-react-icon@2.0.2
20
+ - @sproutsocial/seeds-react-button@1.3.7
21
+ - @sproutsocial/seeds-react-checkbox@1.3.10
22
+ - @sproutsocial/seeds-react-input@1.4.13
23
+ - @sproutsocial/seeds-react-switch@1.2.10
24
+ - @sproutsocial/seeds-react-token-input@1.4.13
25
+ - @sproutsocial/seeds-react-popout@2.4.13
26
+
3
27
  ## 1.7.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-menu",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
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.7",
21
- "@sproutsocial/seeds-react-button": "^1.3.6",
22
- "@sproutsocial/seeds-react-checkbox": "^1.3.9",
23
- "@sproutsocial/seeds-react-icon": "^2.0.1",
24
- "@sproutsocial/seeds-react-input": "^1.4.12",
21
+ "@sproutsocial/seeds-react-button": "^1.3.8",
22
+ "@sproutsocial/seeds-react-checkbox": "^1.3.11",
23
+ "@sproutsocial/seeds-react-icon": "^2.0.3",
24
+ "@sproutsocial/seeds-react-input": "^1.4.14",
25
25
  "@sproutsocial/seeds-react-label": "^1.0.6",
26
- "@sproutsocial/seeds-react-popout": "^2.4.12",
26
+ "@sproutsocial/seeds-react-popout": "^2.4.14",
27
27
  "@sproutsocial/seeds-react-radio": "^1.3.5",
28
- "@sproutsocial/seeds-react-switch": "^1.2.9",
28
+ "@sproutsocial/seeds-react-switch": "^1.2.11",
29
29
  "@sproutsocial/seeds-react-system-props": "^3.0.2",
30
30
  "@sproutsocial/seeds-react-theme": "^3.2.1",
31
- "@sproutsocial/seeds-react-token-input": "^1.4.12",
31
+ "@sproutsocial/seeds-react-token-input": "^1.4.14",
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.11",
38
+ "@sproutsocial/seeds-react-tooltip": "^1.0.13",
39
39
  "@sproutsocial/eslint-config-seeds": "*",
40
40
  "@sproutsocial/seeds-react-testing-library": "*",
41
41
  "@sproutsocial/seeds-testing": "*",