@ctlyst.id/internal-ui 3.5.1 → 3.5.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3106,7 +3106,7 @@ var Datepicker = ({
|
|
3106
3106
|
const { placement, y } = state;
|
3107
3107
|
return {
|
3108
3108
|
...state,
|
3109
|
-
y: placement.startsWith("bottom") ? y - 10 : y +
|
3109
|
+
y: placement.startsWith("bottom") ? y - 10 : y + 14
|
3110
3110
|
// condition for auto placement
|
3111
3111
|
};
|
3112
3112
|
}
|