@sproutsocial/seeds-react-menu 1.6.5 → 1.6.6
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.
- package/.turbo/turbo-build.log +19 -19
- package/CHANGELOG.md +18 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +15 -15
- package/tsconfig.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
yarn run v1.22.22
|
|
2
2
|
$ tsup --dts
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Done in
|
|
3
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
4
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
5
|
+
[34mCLI[39m tsup v8.5.0
|
|
6
|
+
[34mCLI[39m Using tsup config: /home/runner/work/seeds/seeds/seeds-react/seeds-react-menu/tsup.config.ts
|
|
7
|
+
[34mCLI[39m Target: es2022
|
|
8
|
+
[34mCLI[39m Cleaning output folder
|
|
9
|
+
[34mCJS[39m Build start
|
|
10
|
+
[34mESM[39m Build start
|
|
11
|
+
[32mESM[39m [1mdist/esm/index.js [22m[32m134.18 KB[39m
|
|
12
|
+
[32mESM[39m [1mdist/esm/index.js.map [22m[32m370.25 KB[39m
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 646ms
|
|
14
|
+
[32mCJS[39m [1mdist/index.js [22m[32m144.07 KB[39m
|
|
15
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m371.53 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 646ms
|
|
17
|
+
[34mDTS[39m Build start
|
|
18
|
+
[32mDTS[39m ⚡️ Build success in 16470ms
|
|
19
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m39.03 KB[39m
|
|
20
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m39.03 KB[39m
|
|
21
|
+
Done in 19.79s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @sproutsocial/seeds-react-menu
|
|
2
2
|
|
|
3
|
+
## 1.6.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 22e1111: Update internal dependencies to their latest versions
|
|
8
|
+
- Updated dependencies [22e1111]
|
|
9
|
+
- @sproutsocial/seeds-react-button@1.2.2
|
|
10
|
+
- @sproutsocial/seeds-react-checkbox@1.3.2
|
|
11
|
+
- @sproutsocial/seeds-react-input@1.4.4
|
|
12
|
+
- @sproutsocial/seeds-react-popout@2.4.3
|
|
13
|
+
- @sproutsocial/seeds-react-radio@1.3.1
|
|
14
|
+
- @sproutsocial/seeds-react-switch@1.2.2
|
|
15
|
+
- @sproutsocial/seeds-react-theme@3.0.1
|
|
16
|
+
- @sproutsocial/seeds-react-token-input@1.4.3
|
|
17
|
+
- @sproutsocial/seeds-react-box@1.1.3
|
|
18
|
+
- @sproutsocial/seeds-react-label@1.0.2
|
|
19
|
+
- @sproutsocial/seeds-react-icon@1.1.3
|
|
20
|
+
|
|
3
21
|
## 1.6.5
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import {
|
|
2
|
+
import { UseComboboxReturnValue, UseComboboxProps, UseSelectReturnValue, UseSelectProps, UseMultipleSelectionReturnValue, UseMultipleSelectionProps, UseComboboxGetInputPropsOptions, GetItemPropsOptions } from 'downshift';
|
|
3
3
|
import { TypeBorderSystemProps, TypeColorSystemProps, TypeFlexboxSystemProps, TypeGridSystemProps, TypeLayoutSystemProps, TypePositionSystemProps, TypeSpaceSystemProps, TypeTypographySystemProps, TypeStyledComponentsCommonProps } from '@sproutsocial/seeds-react-system-props';
|
|
4
4
|
import * as styled_components from 'styled-components';
|
|
5
5
|
import * as _sproutsocial_seeds_react_box from '@sproutsocial/seeds-react-box';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import {
|
|
2
|
+
import { UseComboboxReturnValue, UseComboboxProps, UseSelectReturnValue, UseSelectProps, UseMultipleSelectionReturnValue, UseMultipleSelectionProps, UseComboboxGetInputPropsOptions, GetItemPropsOptions } from 'downshift';
|
|
3
3
|
import { TypeBorderSystemProps, TypeColorSystemProps, TypeFlexboxSystemProps, TypeGridSystemProps, TypeLayoutSystemProps, TypePositionSystemProps, TypeSpaceSystemProps, TypeTypographySystemProps, TypeStyledComponentsCommonProps } from '@sproutsocial/seeds-react-system-props';
|
|
4
4
|
import * as styled_components from 'styled-components';
|
|
5
5
|
import * as _sproutsocial_seeds_react_box from '@sproutsocial/seeds-react-box';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/seeds-react-menu",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.6",
|
|
4
4
|
"description": "Seeds React Menu",
|
|
5
5
|
"author": "Sprout Social, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,24 +17,24 @@
|
|
|
17
17
|
"test:watch": "jest --watch --coverage=false"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@sproutsocial/seeds-react-box": "^1.1.
|
|
21
|
-
"@sproutsocial/seeds-react-button": "^1.2.
|
|
22
|
-
"@sproutsocial/seeds-react-checkbox": "^1.3.
|
|
23
|
-
"@sproutsocial/seeds-react-icon": "^1.1.
|
|
24
|
-
"@sproutsocial/seeds-react-input": "^1.4.
|
|
25
|
-
"@sproutsocial/seeds-react-label": "^1.0.
|
|
26
|
-
"@sproutsocial/seeds-react-popout": "^2.4.
|
|
27
|
-
"@sproutsocial/seeds-react-radio": "^1.3.
|
|
28
|
-
"@sproutsocial/seeds-react-switch": "^1.2.
|
|
20
|
+
"@sproutsocial/seeds-react-box": "^1.1.3",
|
|
21
|
+
"@sproutsocial/seeds-react-button": "^1.2.2",
|
|
22
|
+
"@sproutsocial/seeds-react-checkbox": "^1.3.2",
|
|
23
|
+
"@sproutsocial/seeds-react-icon": "^1.1.3",
|
|
24
|
+
"@sproutsocial/seeds-react-input": "^1.4.4",
|
|
25
|
+
"@sproutsocial/seeds-react-label": "^1.0.2",
|
|
26
|
+
"@sproutsocial/seeds-react-popout": "^2.4.3",
|
|
27
|
+
"@sproutsocial/seeds-react-radio": "^1.3.1",
|
|
28
|
+
"@sproutsocial/seeds-react-switch": "^1.2.2",
|
|
29
29
|
"@sproutsocial/seeds-react-system-props": "^3.0.2",
|
|
30
|
-
"@sproutsocial/seeds-react-theme": "^
|
|
31
|
-
"@sproutsocial/seeds-react-token-input": "^1.4.
|
|
32
|
-
"@sproutsocial/seeds-react-utilities": "^4.
|
|
30
|
+
"@sproutsocial/seeds-react-theme": "^3.0.1",
|
|
31
|
+
"@sproutsocial/seeds-react-token-input": "^1.4.3",
|
|
32
|
+
"@sproutsocial/seeds-react-utilities": "^4.3.0",
|
|
33
33
|
"downshift": "9.0.4",
|
|
34
34
|
"motion": "^12.6.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@sproutsocial/seeds-react-tooltip": "^1.0.
|
|
37
|
+
"@sproutsocial/seeds-react-tooltip": "^1.0.2",
|
|
38
38
|
"@sproutsocial/eslint-config-seeds": "*",
|
|
39
39
|
"@sproutsocial/seeds-react-testing-library": "*",
|
|
40
40
|
"@sproutsocial/seeds-testing": "*",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@types/styled-components": "^5.1.26",
|
|
44
44
|
"react": "^18.0.0",
|
|
45
45
|
"react-dom": "^18.0.0",
|
|
46
|
-
"tsup": "^8.
|
|
46
|
+
"tsup": "^8.3.4",
|
|
47
47
|
"typescript": "^5.2.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
package/tsconfig.json
CHANGED