@sproutsocial/seeds-react-menu 1.12.1 → 1.12.3

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 94.25 KB
13
12
  CJS dist/v2/index.js 73.18 KB
13
+ CJS dist/v3/index.js 104.35 KB
14
14
  CJS dist/index.js.map 180.28 KB
15
- CJS dist/v3/index.js.map 162.97 KB
16
15
  CJS dist/v2/index.js.map 152.19 KB
17
- CJS ⚡️ Build success in 68ms
16
+ CJS dist/v3/index.js.map 181.62 KB
17
+ CJS ⚡️ Build success in 64ms
18
18
  ESM dist/esm/index.js 73.60 KB
19
+ ESM dist/esm/v3/index.js 92.96 KB
19
20
  ESM dist/esm/chunk-ROQATIB7.js 9.15 KB
20
21
  ESM dist/esm/v2/index.js 62.63 KB
21
- ESM dist/esm/v3/index.js 83.10 KB
22
22
  ESM dist/esm/index.js.map 156.29 KB
23
+ ESM dist/esm/v3/index.js.map 181.70 KB
23
24
  ESM dist/esm/chunk-ROQATIB7.js.map 22.93 KB
24
25
  ESM dist/esm/v2/index.js.map 132.57 KB
25
- ESM dist/esm/v3/index.js.map 163.02 KB
26
- ESM ⚡️ Build success in 68ms
26
+ ESM ⚡️ Build success in 65ms
27
27
  DTS Build start
28
- DTS ⚡️ Build success in 6332ms
28
+ DTS ⚡️ Build success in 6525ms
29
29
  DTS dist/index.d.ts 39.11 KB
30
30
  DTS dist/v2/index.d.ts 5.55 KB
31
- DTS dist/v3/index.d.ts 17.99 KB
31
+ DTS dist/v3/index.d.ts 18.39 KB
32
32
  DTS dist/index.d.mts 39.11 KB
33
33
  DTS dist/v2/index.d.mts 5.55 KB
34
- DTS dist/v3/index.d.mts 17.99 KB
35
- Done in 7.04s.
34
+ DTS dist/v3/index.d.mts 18.39 KB
35
+ Done in 7.26s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @sproutsocial/seeds-react-menu
2
2
 
3
+ ## 1.12.3
4
+
5
+ ### Patch Changes
6
+
7
+ - c806305: Bugfix for selecting and searching, add creatable to SearchableSelect
8
+
9
+ ## 1.12.2
10
+
11
+ ### Patch Changes
12
+
13
+ - c5a6ad9: Add aria-describedby to all base-ui components, and creatable functionality to Multicombobox
14
+ - @sproutsocial/seeds-react-icon@2.3.7
15
+ - @sproutsocial/seeds-react-button@2.0.5
16
+ - @sproutsocial/seeds-react-checkbox@1.3.33
17
+ - @sproutsocial/seeds-react-input@1.5.16
18
+ - @sproutsocial/seeds-react-switch@1.2.32
19
+ - @sproutsocial/seeds-react-token-input@1.4.38
20
+ - @sproutsocial/seeds-react-popout@2.4.38
21
+
3
22
  ## 1.12.1
4
23
 
5
24
  ### Patch Changes