@sproutsocial/seeds-react-menu 1.6.4 → 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.
@@ -1,21 +1,21 @@
1
1
  yarn run v1.22.22
2
2
  $ tsup --dts
3
- CLI Building entry: src/index.ts
4
- CLI Using tsconfig: tsconfig.json
5
- CLI tsup v8.0.2
6
- CLI Using tsup config: /home/runner/work/seeds/seeds/seeds-react/seeds-react-menu/tsup.config.ts
7
- CLI Target: es2022
8
- CLI Cleaning output folder
9
- CJS Build start
10
- ESM Build start
11
- CJS dist/index.js 144.07 KB
12
- CJS dist/index.js.map 371.53 KB
13
- CJS ⚡️ Build success in 640ms
14
- ESM dist/esm/index.js 134.18 KB
15
- ESM dist/esm/index.js.map 370.25 KB
16
- ESM ⚡️ Build success in 643ms
17
- DTS Build start
18
- DTS ⚡️ Build success in 17318ms
19
- DTS dist/index.d.ts 39.03 KB
20
- DTS dist/index.d.mts 39.03 KB
21
- Done in 21.11s.
3
+ CLI Building entry: src/index.ts
4
+ CLI Using tsconfig: tsconfig.json
5
+ CLI tsup v8.5.0
6
+ CLI Using tsup config: /home/runner/work/seeds/seeds/seeds-react/seeds-react-menu/tsup.config.ts
7
+ CLI Target: es2022
8
+ CLI Cleaning output folder
9
+ CJS Build start
10
+ ESM Build start
11
+ ESM dist/esm/index.js 134.18 KB
12
+ ESM dist/esm/index.js.map 370.25 KB
13
+ ESM ⚡️ Build success in 646ms
14
+ CJS dist/index.js 144.07 KB
15
+ CJS dist/index.js.map 371.53 KB
16
+ CJS ⚡️ Build success in 646ms
17
+ DTS Build start
18
+ DTS ⚡️ Build success in 16470ms
19
+ DTS dist/index.d.ts 39.03 KB
20
+ DTS dist/index.d.mts 39.03 KB
21
+ Done in 19.79s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
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
+
21
+ ## 1.6.5
22
+
23
+ ### Patch Changes
24
+
25
+ - d04a558: bumped seeds-react-token-input to latest minor
26
+
3
27
  ## 1.6.4
4
28
 
5
29
  ### 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 { UseComboboxProps, UseSelectProps, UseMultipleSelectionProps, UseComboboxReturnValue, UseSelectReturnValue, UseMultipleSelectionReturnValue, UseComboboxGetInputPropsOptions, GetItemPropsOptions } from 'downshift';
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 { UseComboboxProps, UseSelectProps, UseMultipleSelectionProps, UseComboboxReturnValue, UseSelectReturnValue, UseMultipleSelectionReturnValue, UseComboboxGetInputPropsOptions, GetItemPropsOptions } from 'downshift';
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.4",
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.2",
21
- "@sproutsocial/seeds-react-button": "^1.2.1",
22
- "@sproutsocial/seeds-react-checkbox": "^1.3.1",
23
- "@sproutsocial/seeds-react-icon": "^1.1.2",
24
- "@sproutsocial/seeds-react-input": "^1.4.2",
25
- "@sproutsocial/seeds-react-label": "^1.0.1",
26
- "@sproutsocial/seeds-react-popout": "^2.4.0",
27
- "@sproutsocial/seeds-react-radio": "^1.3.0",
28
- "@sproutsocial/seeds-react-switch": "^1.2.1",
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": "^2.3.0",
31
- "@sproutsocial/seeds-react-token-input": "^1.4.0",
32
- "@sproutsocial/seeds-react-utilities": "^4.2.0",
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.1",
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.0.2",
46
+ "tsup": "^8.3.4",
47
47
  "typescript": "^5.2.2"
48
48
  },
49
49
  "peerDependencies": {
package/tsconfig.json CHANGED
@@ -8,5 +8,5 @@
8
8
  "verbatimModuleSyntax": true
9
9
  },
10
10
  "include": ["src/**/*"],
11
- "exclude": ["node_modules", "dist"]
11
+ "exclude": ["node_modules", "dist", "**/*.stories.tsx", "**/*.stories.ts"]
12
12
  }