@leafygreen-ui/combobox 6.0.3-next.3 → 6.0.3-next.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @leafygreen-ui/combobox
2
2
 
3
+ ## 6.0.3-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - b060d06ce: Updates story files for Storybook 7.x
8
+ - b060d06ce: Exports primary component props
9
+ - 78d36936d: Combobox tooltips receive same zindex as Combobox menu
10
+ - Updated dependencies [6a3f03fd2]
11
+ - Updated dependencies [b060d06ce]
12
+ - Updated dependencies [b060d06ce]
13
+ - @leafygreen-ui/typography@16.4.1-next.4
14
+ - @leafygreen-ui/checkbox@12.0.11-next.4
15
+ - @leafygreen-ui/hooks@7.7.4-next.4
16
+ - @leafygreen-ui/icon@11.16.1-next.4
17
+ - @leafygreen-ui/icon-button@15.0.11-next.4
18
+ - @leafygreen-ui/inline-definition@6.0.6-next.4
19
+ - @leafygreen-ui/input-option@1.0.4-next.4
20
+ - @leafygreen-ui/leafygreen-provider@3.1.3-next.4
21
+ - @leafygreen-ui/lib@10.3.4-next.4
22
+ - @leafygreen-ui/popover@11.0.10-next.4
23
+
3
24
  ## 6.0.3-next.3
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leafygreen-ui/combobox",
3
- "version": "6.0.3-next.3",
3
+ "version": "6.0.3-next.4",
4
4
  "description": "leafyGreen UI Kit Combobox",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -20,27 +20,27 @@
20
20
  "access": "public"
21
21
  },
22
22
  "dependencies": {
23
- "@leafygreen-ui/checkbox": "^12.0.11-next.3",
23
+ "@leafygreen-ui/checkbox": "^12.0.11-next.4",
24
24
  "@leafygreen-ui/emotion": "^4.0.4",
25
- "@leafygreen-ui/hooks": "^7.7.4-next.3",
26
- "@leafygreen-ui/icon": "^11.16.1-next.3",
27
- "@leafygreen-ui/icon-button": "^15.0.11-next.3",
28
- "@leafygreen-ui/inline-definition": "^6.0.6-next.3",
29
- "@leafygreen-ui/input-option": "^1.0.4-next.3",
30
- "@leafygreen-ui/lib": "^10.3.4-next.3",
25
+ "@leafygreen-ui/hooks": "^7.7.4-next.4",
26
+ "@leafygreen-ui/icon": "^11.16.1-next.4",
27
+ "@leafygreen-ui/icon-button": "^15.0.11-next.4",
28
+ "@leafygreen-ui/inline-definition": "^6.0.6-next.4",
29
+ "@leafygreen-ui/input-option": "^1.0.4-next.4",
30
+ "@leafygreen-ui/lib": "^10.3.4-next.4",
31
31
  "@leafygreen-ui/palette": "^4.0.4",
32
- "@leafygreen-ui/popover": "^11.0.10-next.3",
32
+ "@leafygreen-ui/popover": "^11.0.10-next.4",
33
33
  "@leafygreen-ui/tokens": "^2.1.0",
34
- "@leafygreen-ui/typography": "^16.4.1-next.3",
34
+ "@leafygreen-ui/typography": "^16.4.1-next.4",
35
35
  "chalk": "^4.1.2",
36
36
  "lodash": "^4.17.21",
37
37
  "polished": "^4.2.2"
38
38
  },
39
39
  "peerDependencies": {
40
- "@leafygreen-ui/leafygreen-provider": "^3.1.3-next.3"
40
+ "@leafygreen-ui/leafygreen-provider": "^3.1.3-next.4"
41
41
  },
42
42
  "devDependencies": {
43
- "@leafygreen-ui/button": "^20.0.8-next.3"
43
+ "@leafygreen-ui/button": "^20.0.8-next.4"
44
44
  },
45
45
  "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/combobox",
46
46
  "repository": {