@uxf/ui 1.0.0-beta.84 → 1.0.0-beta.85

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.
@@ -34,7 +34,7 @@
34
34
  }
35
35
 
36
36
  &__popover {
37
- @apply absolute left-0 z-dropdown max-w-md rounded-lg border p-2 shadow-xl;
37
+ @apply absolute left-0 z-dropdown max-w-md rounded-lg border p-2 shadow-xl overflow-y-auto;
38
38
 
39
39
  :root .light & {
40
40
  @apply bg-white border-gray-500;
@@ -37,7 +37,7 @@
37
37
  }
38
38
 
39
39
  &__popover {
40
- @apply absolute left-0 z-dropdown max-w-md rounded-lg border p-2 shadow-xl;
40
+ @apply absolute left-0 z-dropdown max-w-md rounded-lg border p-2 shadow-xl overflow-y-auto;
41
41
 
42
42
  :root .light & {
43
43
  @apply bg-white border-gray-500;
@@ -52,7 +52,7 @@ exports.DatePickerInput = (0, forwardRef_1.forwardRef)("DatePickerInput", (props
52
52
  (_a = props.onBlur) === null || _a === void 0 ? void 0 : _a.call(props, e);
53
53
  };
54
54
  const floatingDatePicker = (0, react_dom_1.useFloating)({
55
- placement: "bottom-end",
55
+ placement: "bottom",
56
56
  middleware: [
57
57
  (0, react_dom_1.offset)(8),
58
58
  (0, react_dom_1.flip)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/ui",
3
- "version": "1.0.0-beta.84",
3
+ "version": "1.0.0-beta.85",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -51,7 +51,7 @@ exports.TimePickerInput = (0, forwardRef_1.forwardRef)("TimePickerInput", (props
51
51
  (_a = props.onBlur) === null || _a === void 0 ? void 0 : _a.call(props, e);
52
52
  };
53
53
  const floatingTimePicker = (0, react_dom_1.useFloating)({
54
- placement: "bottom-end",
54
+ placement: "bottom",
55
55
  middleware: [
56
56
  (0, react_dom_1.offset)(8),
57
57
  (0, react_dom_1.flip)(),