fis-component 0.0.47 → 0.0.48

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.
@@ -951,7 +951,7 @@ declare const _default: {
951
951
  readonly "com/menu/left-padding": "8px";
952
952
  readonly "com/menu/corner-radius": "12px";
953
953
  readonly "com/menu/min-width": "132px";
954
- readonly "com/menu/max-height": "780px";
954
+ readonly "com/menu/max-height": "380px";
955
955
  readonly "com/menu/height": "204px";
956
956
  readonly "com/menu/search-bar/size": "Md (36)";
957
957
  readonly "com/menu/scrollbar/direction": "Vertical";
@@ -954,7 +954,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
954
954
  readonly "com/menu/left-padding": "8px";
955
955
  readonly "com/menu/corner-radius": "12px";
956
956
  readonly "com/menu/min-width": "132px";
957
- readonly "com/menu/max-height": "780px";
957
+ readonly "com/menu/max-height": "380px";
958
958
  readonly "com/menu/height": "204px";
959
959
  readonly "com/menu/search-bar/size": "Md (36)";
960
960
  readonly "com/menu/scrollbar/direction": "Vertical";
package/dist/index.d.ts CHANGED
@@ -970,7 +970,7 @@ declare const _default: {
970
970
  readonly "com/menu/left-padding": "8px";
971
971
  readonly "com/menu/corner-radius": "12px";
972
972
  readonly "com/menu/min-width": "132px";
973
- readonly "com/menu/max-height": "780px";
973
+ readonly "com/menu/max-height": "380px";
974
974
  readonly "com/menu/height": "204px";
975
975
  readonly "com/menu/search-bar/size": "Md (36)";
976
976
  readonly "com/menu/scrollbar/direction": "Vertical";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "homepage": "https://vietdiemtran.github.io/fis-component/",
3
3
  "name": "fis-component",
4
- "version": "0.0.47",
4
+ "version": "0.0.48",
5
5
  "description": "",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",