@scbt-ecom/ui 0.49.0 → 0.49.1
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/dist/hooks.js.map +1 -1
- package/dist/{index-BiAdttkO.js → index-DJ_i5IU3.js} +6027 -5836
- package/dist/index-DJ_i5IU3.js.map +1 -0
- package/dist/shared/hooks/useFloating.d.ts +1 -1
- package/dist/shared/ui/calendar/Calendar.d.ts +1 -1
- package/dist/ui.js +2 -2
- package/dist/widget.js +1 -1
- package/package.json +1 -1
- package/dist/index-BiAdttkO.js.map +0 -1
|
@@ -4,5 +4,5 @@ type FloatingPosition = {
|
|
|
4
4
|
width?: number;
|
|
5
5
|
transformOrigin?: string;
|
|
6
6
|
};
|
|
7
|
-
export declare const useFloating: (trigger: React.RefObject<
|
|
7
|
+
export declare const useFloating: (trigger: React.RefObject<HTMLElement>, list: React.RefObject<HTMLElement>, offset: number) => FloatingPosition | null;
|
|
8
8
|
export {};
|
|
@@ -7,5 +7,5 @@ type CalendarProps = DayPickerProps & {
|
|
|
7
7
|
selectOptions?: SelectOptions;
|
|
8
8
|
disabledAfterToday?: boolean;
|
|
9
9
|
};
|
|
10
|
-
export declare const Calendar: (
|
|
10
|
+
export declare const Calendar: import('react').ForwardRefExoticComponent<CalendarProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
11
11
|
export {};
|
package/dist/ui.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { j as p, c as We, R as Ye, B as E, u as Je, f as Qe, g as Ze, h as et, i as k, k as ve, l as tt, m as nt, n as U, o as ot, A as rt, H as it, I as N, p as lt, q as me, D as ut, V as st, O as at } from "./index-
|
|
2
|
-
import { d as Kn, r as Xn, e as Wn, C as Yn, s as Jn, K as Qn, L as Zn, N as eo, P as to, a as no, S as oo, t as ro, U as io, b as lo } from "./index-
|
|
1
|
+
import { j as p, c as We, R as Ye, B as E, u as Je, f as Qe, g as Ze, h as et, i as k, k as ve, l as tt, m as nt, n as U, o as ot, A as rt, H as it, I as N, p as lt, q as me, D as ut, V as st, O as at } from "./index-DJ_i5IU3.js";
|
|
2
|
+
import { d as Kn, r as Xn, e as Wn, C as Yn, s as Jn, K as Qn, L as Zn, N as eo, P as to, a as no, S as oo, t as ro, U as io, b as lo } from "./index-DJ_i5IU3.js";
|
|
3
3
|
import * as P from "react";
|
|
4
4
|
import { forwardRef as D, useState as he, useEffect as gt } from "react";
|
|
5
5
|
import { c as w, T as Se } from "./typeGuards-BigW-JS1.js";
|
package/dist/widget.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as t, B as y, H as j, c as h, R as k, P as F, b as D, I as f, C as I, S as G, a as U, L as Z, d as B, A as v, e as $ } from "./index-
|
|
1
|
+
import { j as t, B as y, H as j, c as h, R as k, P as F, b as D, I as f, C as I, S as G, a as U, L as Z, d as B, A as v, e as $ } from "./index-DJ_i5IU3.js";
|
|
2
2
|
import { s as q, c as L } from "./scrollToElement-BjUPRtGF.js";
|
|
3
3
|
import { c as p, T as c } from "./typeGuards-BigW-JS1.js";
|
|
4
4
|
import { a as g } from "./useDebounce-QgEEiWs9.js";
|