@agg-build/ui 1.2.0 → 1.2.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.
@@ -9,7 +9,7 @@ import {
9
9
  isErrorWithStatus,
10
10
  useEventListTabs,
11
11
  useEventListTabsHeaderOverflow
12
- } from "./chunk-EGCVA2AQ.mjs";
12
+ } from "./chunk-E45WOOMN.mjs";
13
13
  import {
14
14
  DEPOSIT_MODAL_OPEN_EVENT,
15
15
  PlaceOrder,
@@ -3614,6 +3614,7 @@ var MarketDetailsContent = ({
3614
3614
  {
3615
3615
  id: detailsContentId,
3616
3616
  className: cn(
3617
+ "agg-market-details",
3617
3618
  "grid overflow-hidden",
3618
3619
  getMotionClassName(
3619
3620
  config.features.enableAnimations,
package/dist/events.js CHANGED
@@ -11021,6 +11021,7 @@ var MarketDetailsContent = ({
11021
11021
  {
11022
11022
  id: detailsContentId,
11023
11023
  className: cn(
11024
+ "agg-market-details",
11024
11025
  "grid overflow-hidden",
11025
11026
  getMotionClassName(
11026
11027
  config.features.enableAnimations,
package/dist/events.mjs CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  mergeVenueOutcomeOrderbooks,
15
15
  orderbookRowLimitDefault,
16
16
  useCenterOrderbookSpread
17
- } from "./chunk-EGCVA2AQ.mjs";
17
+ } from "./chunk-E45WOOMN.mjs";
18
18
  import {
19
19
  formatProbabilityCents,
20
20
  resolveOrderBookRows,
package/dist/index.js CHANGED
@@ -14576,6 +14576,7 @@ var MarketDetailsContent = ({
14576
14576
  {
14577
14577
  id: detailsContentId,
14578
14578
  className: cn(
14579
+ "agg-market-details",
14579
14580
  "grid overflow-hidden",
14580
14581
  getMotionClassName(
14581
14582
  config.features.enableAnimations,
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  USER_PROFILE_TAB_POSITIONS,
11
11
  UserProfilePage,
12
12
  useHomePageModals
13
- } from "./chunk-CDQZJPHQ.mjs";
13
+ } from "./chunk-2S2NFV7W.mjs";
14
14
  import {
15
15
  EventList,
16
16
  EventListItem,
@@ -25,7 +25,7 @@ import {
25
25
  mergeVenueOutcomeOrderbooks,
26
26
  orderbookRowLimitDefault,
27
27
  useCenterOrderbookSpread
28
- } from "./chunk-EGCVA2AQ.mjs";
28
+ } from "./chunk-E45WOOMN.mjs";
29
29
  import {
30
30
  CARD_NETWORK_OPTIONS,
31
31
  ConnectAccountsStep,
package/dist/pages.js CHANGED
@@ -13157,6 +13157,7 @@ var MarketDetailsContent = ({
13157
13157
  {
13158
13158
  id: detailsContentId,
13159
13159
  className: cn(
13160
+ "agg-market-details",
13160
13161
  "grid overflow-hidden",
13161
13162
  getMotionClassName(
13162
13163
  config.features.enableAnimations,
package/dist/pages.mjs CHANGED
@@ -7,8 +7,8 @@ import {
7
7
  USER_PROFILE_TAB_POSITIONS,
8
8
  UserProfilePage,
9
9
  useHomePageModals
10
- } from "./chunk-CDQZJPHQ.mjs";
11
- import "./chunk-EGCVA2AQ.mjs";
10
+ } from "./chunk-2S2NFV7W.mjs";
11
+ import "./chunk-E45WOOMN.mjs";
12
12
  import {
13
13
  DEPOSIT_MODAL_OPEN_EVENT,
14
14
  WITHDRAW_MODAL_OPEN_EVENT,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agg-build/ui",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Pre-built React component library for the AGG prediction market aggregator. Tailwind-based, themeable, with primitives, event surfaces, trading flows, full pages, and modals.",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",