next-helios-fe 1.5.1 → 1.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-helios-fe",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -39,7 +39,7 @@ export const Dropdown: DropdownComponent = ({
39
39
  return (
40
40
  <Dd
41
41
  label=""
42
- className="w-min max-h-80 px-1 z-20 rounded-md border-default bg-secondary-bg overflow-x-hidden overflow-y-auto"
42
+ className="w-min max-h-96 px-1 z-20 rounded-md border-default bg-secondary-bg overflow-x-hidden overflow-y-auto"
43
43
  placement={placement || "bottom-end"}
44
44
  dismissOnClick={dismissOnClick ?? true}
45
45
  theme={{
@@ -30,7 +30,7 @@ export const Emoji: React.FC<EmojiProps> = ({ theme, options, onChoose }) => {
30
30
  }, [open]);
31
31
 
32
32
  return (
33
- <div id="emoji" className="relative flex justify-center items-center">
33
+ <div id="emoji" className="relative flex items-center w-min">
34
34
  <button
35
35
  type="button"
36
36
  className={