@scbt-ecom/ui 0.64.1 → 0.66.0

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.
Files changed (36) hide show
  1. package/dist/{index-B00qeS0W.js → index-CywQGF6V.js} +9405 -9362
  2. package/dist/index-CywQGF6V.js.map +1 -0
  3. package/dist/shared/types/dicriminatedUnion.d.ts +7 -0
  4. package/dist/shared/types/index.d.ts +2 -0
  5. package/dist/shared/types/keysOf.d.ts +5 -0
  6. package/dist/shared/ui/button/index.d.ts +1 -0
  7. package/dist/shared/ui/button/model/helpers.d.ts +18 -1
  8. package/dist/shared/ui/buttonIcon/ButtonIcon.d.ts +1 -1
  9. package/dist/shared/ui/carousel/CarouselBase.d.ts +29 -0
  10. package/dist/shared/ui/carousel/index.d.ts +3 -0
  11. package/dist/shared/ui/carousel/model/helpers.d.ts +9 -0
  12. package/dist/shared/ui/carousel/model/hooks/index.d.ts +3 -0
  13. package/dist/shared/ui/carousel/model/hooks/useArrowNavigation.d.ts +12 -0
  14. package/dist/shared/ui/carousel/model/hooks/useCarousel.d.ts +12 -0
  15. package/dist/shared/ui/carousel/model/hooks/useDotsNavigation.d.ts +15 -0
  16. package/dist/shared/ui/carousel/model/index.d.ts +3 -0
  17. package/dist/shared/ui/carousel/model/types.d.ts +27 -0
  18. package/dist/shared/ui/carousel/ui/ArrowNavigationButton.d.ts +13 -0
  19. package/dist/shared/ui/carousel/ui/CarouselContent.d.ts +16 -0
  20. package/dist/shared/ui/carousel/ui/CarouselSlide.d.ts +10 -0
  21. package/dist/shared/ui/carousel/ui/ContainerWithNavigation.d.ts +16 -0
  22. package/dist/shared/ui/carousel/ui/DotsNavigations.d.ts +13 -0
  23. package/dist/shared/ui/carousel/ui/index.d.ts +5 -0
  24. package/dist/shared/ui/carousel/ui/slideVariants/SlideFullScreen.d.ts +19 -0
  25. package/dist/shared/ui/carousel/ui/slideVariants/SlideOnlyImage.d.ts +11 -0
  26. package/dist/shared/ui/carousel/ui/slideVariants/SlideProductCard.d.ts +20 -0
  27. package/dist/shared/ui/carousel/ui/slideVariants/index.d.ts +3 -0
  28. package/dist/shared/ui/customLink/model/helpers.d.ts +1 -1
  29. package/dist/shared/ui/index.d.ts +1 -0
  30. package/dist/shared/ui/loader/model/helpers.d.ts +1 -1
  31. package/dist/ui.js +2468 -858
  32. package/dist/ui.js.map +1 -1
  33. package/dist/widget.js +1 -1
  34. package/dist/widget.js.map +1 -1
  35. package/package.json +5 -2
  36. package/dist/index-B00qeS0W.js.map +0 -1
package/dist/widget.js CHANGED
@@ -13,7 +13,7 @@ var mt = (e, t, r, n) => ({
13
13
  return h(e, t, n);
14
14
  }
15
15
  });
16
- import { S as Vt, w as Wt, Q as le, x as M, y as Mt, z as ue, E as pe, F as Et, G as P, J as me, M as he, T as xe, W as fe, X as Ot, Y as St, Z as ce, _ as Ft, $ as Bt, a0 as be, j as o, B as vt, c as E, R as _, l as Gt, r as ge, H as W, i as c, s as ct, p as je, L as ye, n as Nt, A as ot, t as ke, a1 as we, q as ve, U as Kt, m as st, k as Ne } from "./index-B00qeS0W.js";
16
+ import { S as Vt, z as Wt, Q as le, E as M, F as Mt, G as ue, J as pe, M as Et, T as P, W as me, X as he, Y as xe, Z as fe, _ as Ot, $ as St, a0 as ce, a1 as Ft, a2 as Bt, a3 as be, j as o, B as vt, c as E, R as _, p as Gt, v as ge, H as W, i as c, w as ct, s as je, L as ye, q as Nt, A as ot, x as ke, a4 as we, t as ve, U as Kt, m as st, k as Ne } from "./index-CywQGF6V.js";
17
17
  import { c as a, T as k } from "./typeGuards-Bhdr9KYW.js";
18
18
  import * as at from "react";
19
19
  import { useCallback as $t, useState as G, useMemo as Ct, createElement as Zt, Fragment as se, useEffect as Xt, useRef as Tt, useReducer as Ce, memo as Jt, forwardRef as Te } from "react";