@agg-build/ui 1.0.2 → 1.2.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 (45) hide show
  1. package/README.md +1 -1
  2. package/dist/{chunk-TLGQ4LID.mjs → chunk-34L7ZKJW.mjs} +836 -771
  3. package/dist/{chunk-YSCHNVBZ.mjs → chunk-5FXMHTVR.mjs} +2 -2
  4. package/dist/{chunk-3IY2GA2D.mjs → chunk-CDQZJPHQ.mjs} +604 -353
  5. package/dist/{chunk-4ILR2YH3.mjs → chunk-EGCVA2AQ.mjs} +23 -8
  6. package/dist/{chunk-XDZLCWUZ.mjs → chunk-FDTLV74F.mjs} +130 -28
  7. package/dist/{chunk-WFS772A3.mjs → chunk-Q2BRDVBU.mjs} +1 -1
  8. package/dist/{chunk-PEVG67XU.mjs → chunk-TBKDLNOE.mjs} +27 -16
  9. package/dist/events.js +987 -901
  10. package/dist/events.mjs +3 -3
  11. package/dist/index.js +3021 -2576
  12. package/dist/index.mjs +19 -15
  13. package/dist/modals.js +848 -788
  14. package/dist/modals.mjs +3 -3
  15. package/dist/pages.js +2298 -1857
  16. package/dist/pages.mjs +6 -6
  17. package/dist/primitives.js +832 -768
  18. package/dist/primitives.mjs +5 -1
  19. package/dist/styles.css +1 -1
  20. package/dist/tailwind.css +1 -1
  21. package/dist/trading.js +937 -654
  22. package/dist/trading.mjs +4 -4
  23. package/dist/types/events/market-details/index.d.mts +1 -1
  24. package/dist/types/events/market-details/index.d.ts +1 -1
  25. package/dist/types/events/market-details/market-details.types.d.mts +11 -0
  26. package/dist/types/events/market-details/market-details.types.d.ts +11 -0
  27. package/dist/types/pages/user-profile/components/available-balance-card.d.mts +0 -1
  28. package/dist/types/pages/user-profile/components/available-balance-card.d.ts +0 -1
  29. package/dist/types/pages/user-profile/position-view-model.d.mts +54 -0
  30. package/dist/types/pages/user-profile/position-view-model.d.ts +54 -0
  31. package/dist/types/pages/user-profile/user-profile.types.d.mts +22 -0
  32. package/dist/types/pages/user-profile/user-profile.types.d.ts +22 -0
  33. package/dist/types/primitives/icon/icon.types.d.mts +1 -2
  34. package/dist/types/primitives/icon/icon.types.d.ts +1 -2
  35. package/dist/types/primitives/icon/index.d.mts +3 -1
  36. package/dist/types/primitives/icon/index.d.ts +3 -1
  37. package/dist/types/primitives/icon/registry.d.mts +8 -0
  38. package/dist/types/primitives/icon/registry.d.ts +8 -0
  39. package/dist/types/primitives/icon/svg/hourglass-start.d.mts +5 -0
  40. package/dist/types/primitives/icon/svg/hourglass-start.d.ts +5 -0
  41. package/dist/types/primitives/icon/svg/lock.d.mts +5 -0
  42. package/dist/types/primitives/icon/svg/lock.d.ts +5 -0
  43. package/dist/types/shared/utils.d.mts +5 -1
  44. package/dist/types/shared/utils.d.ts +5 -1
  45. package/package.json +3 -3
@@ -3,7 +3,7 @@ import {
3
3
  AGG_TERMS_OF_SERVICE_URL,
4
4
  Icon,
5
5
  cn
6
- } from "./chunk-TLGQ4LID.mjs";
6
+ } from "./chunk-34L7ZKJW.mjs";
7
7
 
8
8
  // src/geo-block-banner/index.tsx
9
9
  import { useLabels } from "@agg-build/hooks";
@@ -18,7 +18,7 @@ var GeoBlockBanner = ({
18
18
  return /* @__PURE__ */ jsxs(
19
19
  "div",
20
20
  {
21
- className: cn("flex items-center gap-5 rounded-agg-sm bg-agg-secondary-hover p-3", className),
21
+ className: cn("flex items-center gap-5 rounded-agg-lg bg-agg-secondary-hover p-3", className),
22
22
  role: "status",
23
23
  children: [
24
24
  /* @__PURE__ */ jsxs("p", { className: "min-w-0 flex-1 text-agg-xs leading-agg-4 text-agg-foreground", children: [