@gearbox-protocol/ui-kit 4.0.0 → 4.0.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.
Files changed (127) hide show
  1. package/dist/cjs/components/badge/chip.cjs +1 -1
  2. package/dist/cjs/components/base/amount-input/constants.cjs +1 -1
  3. package/dist/cjs/components/base/borrow-rate-block/constants.cjs +1 -1
  4. package/dist/cjs/components/base/chart-with-side-card/constants.cjs +1 -1
  5. package/dist/cjs/components/base/detailed-page-title/constants.cjs +1 -1
  6. package/dist/cjs/components/base/details-view/constants.cjs +1 -1
  7. package/dist/cjs/components/base/health-factor-block/constants.cjs +1 -1
  8. package/dist/cjs/components/base/history-chart/constants.cjs +1 -1
  9. package/dist/cjs/components/base/info-list/constants.cjs +1 -1
  10. package/dist/cjs/components/base/leverage-input/constants.cjs +1 -1
  11. package/dist/cjs/components/base/liquidation-params-table/constants.cjs +1 -1
  12. package/dist/cjs/components/base/liquidation-price-block/constants.cjs +1 -1
  13. package/dist/cjs/components/base/manage-pane/constants.cjs +1 -1
  14. package/dist/cjs/components/base/more-accordion/constants.cjs +1 -1
  15. package/dist/cjs/components/base/nested-info-stack/constants.cjs +1 -1
  16. package/dist/cjs/components/base/page-title/constants.cjs +1 -1
  17. package/dist/cjs/components/base/pool-apy-breakdown-card/constants.cjs +1 -1
  18. package/dist/cjs/components/base/position-assets/constants.cjs +1 -1
  19. package/dist/cjs/components/base/review-button/constants.cjs +1 -1
  20. package/dist/cjs/components/base/section-heading/constants.cjs +1 -1
  21. package/dist/cjs/components/base/segmented-tabs/constants.cjs +1 -1
  22. package/dist/cjs/components/base/stack/constants.cjs +1 -1
  23. package/dist/cjs/components/base/stat-badge/constants.cjs +1 -1
  24. package/dist/cjs/components/base/strategy-apy-breakdown-card/constants.cjs +1 -1
  25. package/dist/cjs/components/base/tabber/constants.cjs +1 -1
  26. package/dist/cjs/components/base/time-to-liquidation-block/constants.cjs +1 -1
  27. package/dist/cjs/components/base/title-meta/constants.cjs +1 -1
  28. package/dist/cjs/components/base/token-amount/constants.cjs +1 -1
  29. package/dist/cjs/components/base/token-pair-symbol/constants.cjs +1 -1
  30. package/dist/cjs/components/base/values/constants.cjs +1 -1
  31. package/dist/cjs/components/base-table/constants.cjs +1 -1
  32. package/dist/cjs/components/collateral-allocation-tooltip/constants.cjs +1 -1
  33. package/dist/cjs/components/composites/pool-assets-table/constants.cjs +1 -1
  34. package/dist/cjs/components/composites/tx-preview/confirm/amounts/constants.cjs +1 -1
  35. package/dist/cjs/components/composites/tx-preview/confirm/dialog/constants.cjs +1 -1
  36. package/dist/cjs/components/composites/tx-preview/confirm/result/constants.cjs +1 -1
  37. package/dist/cjs/components/composites/tx-preview/confirm/stepper/constants.cjs +1 -1
  38. package/dist/cjs/components/legal-agreement/legal-agreement-awaiting-panel.cjs +1 -1
  39. package/dist/cjs/components/legal-agreement/legal-agreement-panel.cjs +1 -1
  40. package/dist/cjs/components/sdk-status-pill/constants.cjs +1 -1
  41. package/dist/cjs/components/slider/constants.cjs +1 -1
  42. package/dist/cjs/components/trading-view/constants.cjs +1 -1
  43. package/dist/esm/components/badge/chip.js +14 -15
  44. package/dist/esm/components/base/amount-input/constants.js +12 -12
  45. package/dist/esm/components/base/borrow-rate-block/constants.js +6 -6
  46. package/dist/esm/components/base/chart-with-side-card/constants.js +6 -6
  47. package/dist/esm/components/base/detailed-page-title/constants.js +5 -5
  48. package/dist/esm/components/base/details-view/constants.js +9 -10
  49. package/dist/esm/components/base/health-factor-block/constants.js +6 -6
  50. package/dist/esm/components/base/history-chart/constants.js +7 -7
  51. package/dist/esm/components/base/info-list/constants.js +6 -6
  52. package/dist/esm/components/base/leverage-input/constants.js +7 -7
  53. package/dist/esm/components/base/liquidation-params-table/constants.js +4 -4
  54. package/dist/esm/components/base/liquidation-price-block/constants.js +6 -6
  55. package/dist/esm/components/base/manage-pane/constants.js +9 -9
  56. package/dist/esm/components/base/more-accordion/constants.js +5 -5
  57. package/dist/esm/components/base/nested-info-stack/constants.js +4 -4
  58. package/dist/esm/components/base/page-title/constants.js +4 -4
  59. package/dist/esm/components/base/pool-apy-breakdown-card/constants.js +7 -7
  60. package/dist/esm/components/base/position-assets/constants.js +7 -7
  61. package/dist/esm/components/base/review-button/constants.js +6 -6
  62. package/dist/esm/components/base/section-heading/constants.js +3 -3
  63. package/dist/esm/components/base/segmented-tabs/constants.js +3 -3
  64. package/dist/esm/components/base/stack/constants.js +4 -4
  65. package/dist/esm/components/base/stat-badge/constants.js +7 -7
  66. package/dist/esm/components/base/strategy-apy-breakdown-card/constants.js +10 -10
  67. package/dist/esm/components/base/tabber/constants.js +6 -6
  68. package/dist/esm/components/base/time-to-liquidation-block/constants.js +6 -6
  69. package/dist/esm/components/base/title-meta/constants.js +7 -7
  70. package/dist/esm/components/base/token-amount/constants.js +4 -4
  71. package/dist/esm/components/base/token-pair-symbol/constants.js +4 -4
  72. package/dist/esm/components/base/values/constants.js +17 -18
  73. package/dist/esm/components/base-table/constants.js +9 -10
  74. package/dist/esm/components/collateral-allocation-tooltip/constants.js +9 -10
  75. package/dist/esm/components/composites/pool-assets-table/constants.js +8 -8
  76. package/dist/esm/components/composites/tx-preview/confirm/amounts/constants.js +4 -4
  77. package/dist/esm/components/composites/tx-preview/confirm/dialog/constants.js +6 -6
  78. package/dist/esm/components/composites/tx-preview/confirm/result/constants.js +18 -21
  79. package/dist/esm/components/composites/tx-preview/confirm/stepper/constants.js +4 -4
  80. package/dist/esm/components/legal-agreement/legal-agreement-awaiting-panel.js +10 -10
  81. package/dist/esm/components/legal-agreement/legal-agreement-panel.js +36 -36
  82. package/dist/esm/components/sdk-status-pill/constants.js +6 -6
  83. package/dist/esm/components/slider/constants.js +4 -4
  84. package/dist/esm/components/trading-view/constants.js +5 -5
  85. package/dist/types/components/badge/chip.d.ts +7 -7
  86. package/dist/types/components/base/amount-input/constants.d.ts +11 -11
  87. package/dist/types/components/base/borrow-rate-block/constants.d.ts +5 -5
  88. package/dist/types/components/base/chart-with-side-card/constants.d.ts +5 -5
  89. package/dist/types/components/base/detailed-page-title/constants.d.ts +4 -4
  90. package/dist/types/components/base/details-view/constants.d.ts +9 -9
  91. package/dist/types/components/base/health-factor-block/constants.d.ts +5 -5
  92. package/dist/types/components/base/history-chart/constants.d.ts +6 -6
  93. package/dist/types/components/base/info-list/constants.d.ts +5 -5
  94. package/dist/types/components/base/leverage-input/constants.d.ts +6 -6
  95. package/dist/types/components/base/liquidation-params-table/constants.d.ts +3 -3
  96. package/dist/types/components/base/liquidation-price-block/constants.d.ts +5 -5
  97. package/dist/types/components/base/manage-pane/constants.d.ts +9 -9
  98. package/dist/types/components/base/more-accordion/constants.d.ts +4 -4
  99. package/dist/types/components/base/nested-info-stack/constants.d.ts +3 -3
  100. package/dist/types/components/base/page-title/constants.d.ts +3 -3
  101. package/dist/types/components/base/pool-apy-breakdown-card/constants.d.ts +7 -7
  102. package/dist/types/components/base/position-assets/constants.d.ts +6 -6
  103. package/dist/types/components/base/review-button/constants.d.ts +5 -5
  104. package/dist/types/components/base/section-heading/constants.d.ts +3 -3
  105. package/dist/types/components/base/segmented-tabs/constants.d.ts +3 -3
  106. package/dist/types/components/base/stack/constants.d.ts +3 -3
  107. package/dist/types/components/base/stat-badge/constants.d.ts +6 -6
  108. package/dist/types/components/base/strategy-apy-breakdown-card/constants.d.ts +9 -9
  109. package/dist/types/components/base/tabber/constants.d.ts +5 -5
  110. package/dist/types/components/base/time-to-liquidation-block/constants.d.ts +5 -5
  111. package/dist/types/components/base/title-meta/constants.d.ts +6 -6
  112. package/dist/types/components/base/token-amount/constants.d.ts +3 -3
  113. package/dist/types/components/base/token-pair-symbol/constants.d.ts +3 -3
  114. package/dist/types/components/base/values/constants.d.ts +16 -16
  115. package/dist/types/components/base-table/constants.d.ts +8 -8
  116. package/dist/types/components/collateral-allocation-tooltip/constants.d.ts +8 -8
  117. package/dist/types/components/composites/pool-assets-table/constants.d.ts +7 -7
  118. package/dist/types/components/composites/tx-preview/confirm/amounts/constants.d.ts +3 -3
  119. package/dist/types/components/composites/tx-preview/confirm/dialog/constants.d.ts +6 -6
  120. package/dist/types/components/composites/tx-preview/confirm/result/constants.d.ts +18 -18
  121. package/dist/types/components/composites/tx-preview/confirm/stepper/constants.d.ts +3 -3
  122. package/dist/types/components/legal-agreement/legal-agreement-awaiting-panel.d.ts +3 -3
  123. package/dist/types/components/legal-agreement/legal-agreement-panel.d.ts +3 -3
  124. package/dist/types/components/sdk-status-pill/constants.d.ts +5 -5
  125. package/dist/types/components/slider/constants.d.ts +3 -3
  126. package/dist/types/components/trading-view/constants.d.ts +4 -4
  127. package/package.json +3 -2
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),r=require("../../utils/cn.cjs");require("@gearbox-protocol/sdk/onchain");require("../../utils/z-index.cjs");const c=require("./badge.cjs");class s{static root="chip-root"}class o{static root="chips-root";static chip=s.root}function n({children:t,tone:e="neutral",className:a}){return i.jsx(c.Badge,{variant:e,className:r.cn("shrink-0",a),"data-testid":s.root,children:t})}function u({children:t,className:e}){return i.jsx("div",{className:r.cn("flex shrink-0 items-center gap-x-2",e),"data-testid":o.root,children:t})}exports.Chip=n;exports.ChipTest=s;exports.Chips=u;exports.ChipsTest=o;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react/jsx-runtime"),s=require("../../utils/cn.cjs");require("@gearbox-protocol/sdk/onchain");require("../../utils/z-index.cjs");const c=require("./badge.cjs"),i={root:"chip-root"},o={root:"chips-root",chip:i.root};function a({children:t,tone:e="neutral",className:n}){return r.jsx(c.Badge,{variant:e,className:s.cn("shrink-0",n),"data-testid":i.root,children:t})}function u({children:t,className:e}){return r.jsx("div",{className:s.cn("flex shrink-0 items-center gap-x-2",e),"data-testid":o.root,children:t})}exports.Chip=a;exports.ChipTest=i;exports.Chips=u;exports.ChipsTest=o;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="amount-input-root";static input="amount-input-field";static max="amount-input-max";static token="amount-input-token";static label="amount-input-label";static balance="amount-input-balance";static usd="amount-input-usd";static selectPanel="amount-input-select-panel";static selectOption="amount-input-select-option"}exports.AmountInputTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={root:"amount-input-root",input:"amount-input-field",max:"amount-input-max",token:"amount-input-token",label:"amount-input-label",balance:"amount-input-balance",usd:"amount-input-usd",selectPanel:"amount-input-select-panel",selectOption:"amount-input-select-option"};exports.AmountInputTest=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="borrow-rate-block-root";static trigger="borrow-rate-block-trigger";static details="borrow-rate-block-details"}exports.BorrowRateBlockTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o={root:"borrow-rate-block-root",trigger:"borrow-rate-block-trigger",details:"borrow-rate-block-details"};exports.BorrowRateBlockTest=o;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="chart-with-side-card-root";static chart="chart-with-side-card-chart";static side="chart-with-side-card-side"}exports.ChartWithSideCardTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={root:"chart-with-side-card-root",chart:"chart-with-side-card-chart",side:"chart-with-side-card-side"};exports.ChartWithSideCardTest=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="detailed-page-title-root";static actions="detailed-page-title-actions"}exports.DetailedPageTitleTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={root:"detailed-page-title-root",actions:"detailed-page-title-actions"};exports.DetailedPageTitleTest=e;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="details-view-root";static leftPane="details-view-left-pane";static managePane="details-view-manage-pane"}class a{static root="detail-aside-wrapper-root";static stickyContent="detail-aside-wrapper-sticky-content"}exports.DetailAsideWrapperTest=a;exports.DetailsViewTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={root:"details-view-root",leftPane:"details-view-left-pane",managePane:"details-view-manage-pane"},t={root:"detail-aside-wrapper-root",stickyContent:"detail-aside-wrapper-sticky-content"};exports.DetailAsideWrapperTest=t;exports.DetailsViewTest=e;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="health-factor-block-root";static value="health-factor-block-value";static valueTo="health-factor-block-value-to"}exports.HealthFactorBlockTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={root:"health-factor-block-root",value:"health-factor-block-value",valueTo:"health-factor-block-value-to"};exports.HealthFactorBlockTest=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class r{static root="history-chart-root";static empty="history-chart-empty";static error="history-chart-error";static range=t=>`history-chart-range-${t}`}exports.HistoryChartTest=r;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={root:"history-chart-root",empty:"history-chart-empty",error:"history-chart-error",range:r=>`history-chart-range-${r}`};exports.HistoryChartTest=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="info-list-root";static line="info-list-line";static sectionTitle="info-list-section-title"}exports.InfoListTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={root:"info-list-root",line:"info-list-line",sectionTitle:"info-list-section-title"};exports.InfoListTest=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class e{static root="leverage-input-root";static slider="leverage-input-slider";static value="leverage-input-value";static reset="leverage-input-reset"}exports.LeverageInputTest=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={root:"leverage-input-root",slider:"leverage-input-slider",value:"leverage-input-value",reset:"leverage-input-reset"};exports.LeverageInputTest=e;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class a{static root="liquidation-params-table-root"}exports.LiquidationParamsTableTest=a;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={root:"liquidation-params-table-root"};exports.LiquidationParamsTableTest=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class i{static root="liquidation-price-block-root";static value="liquidation-price-block-value";static valueTo="liquidation-price-block-value-to"}exports.LiquidationPriceBlockTest=i;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i={root:"liquidation-price-block-root",value:"liquidation-price-block-value",valueTo:"liquidation-price-block-value-to"};exports.LiquidationPriceBlockTest=i;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class e{static root="manage-pane-root";static tabs="manage-pane-tabs";static dropdown="manage-pane-dropdown";static body="manage-pane-body";static message="manage-pane-message";static actionDialog="manage-pane-action-dialog";static tab=a=>`manage-pane-tab-${a}`}exports.ManagePaneTest=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={root:"manage-pane-root",tabs:"manage-pane-tabs",dropdown:"manage-pane-dropdown",body:"manage-pane-body",message:"manage-pane-message",actionDialog:"manage-pane-action-dialog",tab:a=>`manage-pane-tab-${a}`};exports.ManagePaneTest=e;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class o{static root="more-accordion-root";static trigger="more-accordion-trigger"}exports.MoreAccordionTest=o;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o={root:"more-accordion-root",trigger:"more-accordion-trigger"};exports.MoreAccordionTest=o;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="nested-info-stack-root"}exports.NestedInfoStackTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={root:"nested-info-stack-root"};exports.NestedInfoStackTest=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="page-title-root"}exports.PageTitleTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={root:"page-title-root"};exports.PageTitleTest=e;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class a{static root="pool-apy-breakdown-card-root";static net="pool-apy-breakdown-card-net";static value="pool-apy-breakdown-card-value";static reward="pool-apy-breakdown-card-reward";static points="pool-apy-breakdown-card-points"}exports.PoolApyBreakdownCardTest=a;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o={root:"pool-apy-breakdown-card-root",net:"pool-apy-breakdown-card-net",value:"pool-apy-breakdown-card-value",reward:"pool-apy-breakdown-card-reward",points:"pool-apy-breakdown-card-points"};exports.PoolApyBreakdownCardTest=o;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class s{static root="position-assets-root";static row="position-assets-row";static worth="position-assets-worth";static empty="position-assets-empty"}exports.PositionAssetsTest=s;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s={root:"position-assets-root",row:"position-assets-row",worth:"position-assets-worth",empty:"position-assets-empty"};exports.PositionAssetsTest=s;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="review-button-root";static error="review-button-error";static tip="review-button-tip"}exports.ReviewButtonTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={root:"review-button-root",error:"review-button-error",tip:"review-button-tip"};exports.ReviewButtonTest=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class e{static root="section-heading-root"}exports.SectionHeadingTest=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={root:"section-heading-root"};exports.SectionHeadingTest=e;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class e{static root="segmented-tabs-root"}exports.SegmentedTabsTest=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={root:"segmented-tabs-root"};exports.SegmentedTabsTest=e;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="stack-root"}exports.StackTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={root:"stack-root"};exports.StackTest=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="stat-badge-root";static grid="stat-badge-grid-root";static action="stat-badge-action";static delta="stat-badge-delta"}exports.StatBadgeTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={root:"stat-badge-root",grid:"stat-badge-grid-root",action:"stat-badge-action",delta:"stat-badge-delta"};exports.StatBadgeTest=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class a{static root="strategy-apy-breakdown-card-root";static net="strategy-apy-breakdown-card-net";static collateral="strategy-apy-breakdown-card-collateral";static borrow="strategy-apy-breakdown-card-borrow";static value="strategy-apy-breakdown-card-value";static points="strategy-apy-breakdown-card-points";static caption="strategy-apy-breakdown-card-caption"}exports.StrategyApyBreakdownCardTest=a;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a={root:"strategy-apy-breakdown-card-root",net:"strategy-apy-breakdown-card-net",collateral:"strategy-apy-breakdown-card-collateral",borrow:"strategy-apy-breakdown-card-borrow",value:"strategy-apy-breakdown-card-value",points:"strategy-apy-breakdown-card-points",caption:"strategy-apy-breakdown-card-caption"};exports.StrategyApyBreakdownCardTest=a;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="tabber-root";static bar="tabber-bar";static section="tabber-section"}exports.TabberTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={root:"tabber-root",bar:"tabber-bar",section:"tabber-section"};exports.TabberTest=e;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="time-to-liquidation-block-root";static value="time-to-liquidation-block-value";static valueTo="time-to-liquidation-block-value-to"}exports.TimeToLiquidationBlockTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o={root:"time-to-liquidation-block-root",value:"time-to-liquidation-block-value",valueTo:"time-to-liquidation-block-value-to"};exports.TimeToLiquidationBlockTest=o;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="title-meta-root";static network="title-meta-network";static curator="title-meta-curator";static link="title-meta-link"}exports.TitleMetaTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={root:"title-meta-root",network:"title-meta-network",curator:"title-meta-curator",link:"title-meta-link"};exports.TitleMetaTest=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="token-amount-root"}exports.TokenAmountTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o={root:"token-amount-root"};exports.TokenAmountTest=o;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class o{static root="token-pair-symbol-root"}exports.TokenPairSymbolTest=o;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o={root:"token-pair-symbol-root"};exports.TokenPairSymbolTest=o;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class a{static apy="value-apy";static usd="value-usd";static leverage="value-leverage";static utilization="value-utilization";static healthFactor="value-health-factor";static pnl="value-pnl";static priceImpact="value-price-impact";static tokenBigint="value-token-bigint";static points="value-points";static placeholder="value-placeholder";static accruing="value-accruing"}class e{static root="position-short-label"}exports.PositionShortLabelTest=e;exports.ValueTest=a;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={apy:"value-apy",usd:"value-usd",leverage:"value-leverage",utilization:"value-utilization",healthFactor:"value-health-factor",pnl:"value-pnl",priceImpact:"value-price-impact",tokenBigint:"value-token-bigint",points:"value-points",placeholder:"value-placeholder",accruing:"value-accruing"},t={root:"position-short-label"};exports.PositionShortLabelTest=t;exports.ValueTest=e;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="base-table-root";static head="base-table-head";static empty="base-table-empty"}class a{static root="base-table-line-root"}exports.BaseTableLineTest=a;exports.BaseTableTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={root:"base-table-root",head:"base-table-head",empty:"base-table-empty"},t={root:"base-table-line-root"};exports.BaseTableLineTest=t;exports.BaseTableTest=e;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class o{static root="collateral-allocation-tooltip-root";static row="collateral-allocation-tooltip-row";static wheel="collateral-allocation-tooltip-wheel"}class t{static root="allocation-wheel-root"}exports.AllocationWheelTest=t;exports.CollateralAllocationTooltipTest=o;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o={root:"collateral-allocation-tooltip-root",row:"collateral-allocation-tooltip-row",wheel:"collateral-allocation-tooltip-wheel"},l={root:"allocation-wheel-root"};exports.AllocationWheelTest=l;exports.CollateralAllocationTooltipTest=o;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class e{static root="pool-assets-table-root";static exposureCell="pool-assets-table-exposure-cell";static capCell="pool-assets-table-cap-cell";static capBelowExposureTip="pool-assets-table-cap-below-exposure-tip";static capUtilizationCell="pool-assets-table-cap-utilization-cell"}exports.PoolAssetsTableTest=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={root:"pool-assets-table-root",exposureCell:"pool-assets-table-exposure-cell",capCell:"pool-assets-table-cap-cell",capBelowExposureTip:"pool-assets-table-cap-below-exposure-tip",capUtilizationCell:"pool-assets-table-cap-utilization-cell"};exports.PoolAssetsTableTest=e;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="transaction-confirm-amount-field-root"}exports.TransactionConfirmAmountFieldTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o={root:"transaction-confirm-amount-field-root"};exports.TransactionConfirmAmountFieldTest=o;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="transaction-confirm-dialog-root";static execution="transaction-confirm-dialog-execution";static progress="transaction-confirm-dialog-progress";static result="transaction-confirm-dialog-result"}exports.TransactionConfirmDialogTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o={root:"transaction-confirm-dialog-root",execution:"transaction-confirm-dialog-execution",progress:"transaction-confirm-dialog-progress",result:"transaction-confirm-dialog-result"};exports.TransactionConfirmDialogTest=o;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class s{static root="transaction-confirm-success-result-root";static headline="transaction-confirm-success-result-headline";static subtitle="transaction-confirm-success-result-subtitle";static footer="transaction-confirm-success-result-footer"}class o{static root="transaction-confirm-failure-result-root";static footer="transaction-confirm-failure-result-footer"}class a{static root="transaction-confirm-tx-hash-row-root";static txHashLink="transaction-confirm-tx-hash-row-tx-hash-link";static addToWallet="transaction-confirm-tx-hash-row-add-to-wallet"}class r{static root="transaction-confirm-execute-button-root"}exports.TransactionConfirmExecuteButtonTest=r;exports.TransactionConfirmFailureResultTest=o;exports.TransactionConfirmSuccessResultTest=s;exports.TransactionConfirmTxHashRowTest=a;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={root:"transaction-confirm-success-result-root",headline:"transaction-confirm-success-result-headline",subtitle:"transaction-confirm-success-result-subtitle",footer:"transaction-confirm-success-result-footer"},o={root:"transaction-confirm-failure-result-root",footer:"transaction-confirm-failure-result-footer"},n={root:"transaction-confirm-tx-hash-row-root",txHashLink:"transaction-confirm-tx-hash-row-tx-hash-link",addToWallet:"transaction-confirm-tx-hash-row-add-to-wallet"},s={root:"transaction-confirm-execute-button-root"};exports.TransactionConfirmExecuteButtonTest=s;exports.TransactionConfirmFailureResultTest=o;exports.TransactionConfirmSuccessResultTest=t;exports.TransactionConfirmTxHashRowTest=n;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class e{static root="progress-stepper-root"}exports.ProgressStepperTest=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={root:"progress-stepper-root"};exports.ProgressStepperTest=e;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("@gearbox-protocol/static"),t=require("./legal-agreement.variants.cjs");class i{static root="legal-agreement-awaiting-panel-root"}function r({waitingForSignatureText:n="Please sign the message in your wallet to agree to the Terms of Service.",theme:a="default"}){return e.jsxs("div",{className:t.legalAgreementAwaitingRootVariants({theme:a}),"data-testid":i.root,children:[e.jsxs("div",{className:t.legalAgreementAwaitingTitleVariants({theme:a}),children:[e.jsx(s.IconPending,{size:20,className:"animate-spin"}),"Waiting for Signature"]}),e.jsx("p",{className:t.legalAgreementAwaitingDescriptionVariants({theme:a}),children:n})]})}exports.LegalAgreementAwaitingPanel=r;exports.LegalAgreementAwaitingPanelTest=i;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("@gearbox-protocol/static"),a=require("./legal-agreement.variants.cjs"),n={root:"legal-agreement-awaiting-panel-root"};function s({waitingForSignatureText:i="Please sign the message in your wallet to agree to the Terms of Service.",theme:t="default"}){return e.jsxs("div",{className:a.legalAgreementAwaitingRootVariants({theme:t}),"data-testid":n.root,children:[e.jsxs("div",{className:a.legalAgreementAwaitingTitleVariants({theme:t}),children:[e.jsx(r.IconPending,{size:20,className:"animate-spin"}),"Waiting for Signature"]}),e.jsx("p",{className:a.legalAgreementAwaitingDescriptionVariants({theme:t}),children:i})]})}exports.LegalAgreementAwaitingPanel=s;exports.LegalAgreementAwaitingPanelTest=n;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),m=require("@fortawesome/free-solid-svg-icons"),b=require("../checkbox/checkbox.cjs"),h=require("../checkbox/checkbox-labeled.cjs"),u=require("../icons/fa-icon.cjs"),n=require("./legal-agreement.variants.cjs");class g{static root="legal-agreement-panel-root"}function k({config:l,checkedItems:c,onCheckedChange:s,hasV2Signature:r,showTitle:o,checkboxIdPrefix:i,theme:a}){return e.jsxs("div",{className:n.legalAgreementPanelRootVariants({theme:a}),"data-testid":g.root,children:[o?e.jsx("h2",{className:"text-center text-xl font-semibold text-foreground",children:r?l.updatedTitle||"Terms of Service Updated":l.title||"Legal Agreement"}):null,e.jsx("div",{className:n.legalAgreementPanelNotificationVariants({theme:a}),children:l.notificationText}),r?e.jsxs("div",{className:n.legalAgreementPanelV2BannerVariants({theme:a}),children:[e.jsx(u.FaIcon,{icon:m.faTriangleExclamation,className:"size-5 shrink-0 text-yellow-500 mt-0.5"}),e.jsx("div",{className:"text-sm text-yellow-500",children:l.updatedTermsNoticeText??`Our Terms of Service have been updated. Please review and sign the new agreement to continue using ${l.productName}.`})]}):null,e.jsxs("div",{className:n.legalAgreementPanelCheckboxListVariants({theme:a}),children:[l.checkboxListTitle?e.jsx("div",{className:n.legalAgreementPanelCheckboxListTitleVariants({theme:a}),children:l.checkboxListTitle}):null,l.checkboxItems.map(t=>{const d=`${i}-${t.id}`,x=c[t.id]||!1;return a==="gearboxV3"?e.jsx("div",{className:n.legalAgreementPanelCheckboxRowVariants({theme:a}),children:e.jsx(h.CheckboxLabeled,{id:d,checked:x,onChange:()=>s(t.id),boxAlign:"flex-start",size:"lg",color:"secondary",children:e.jsx("div",{className:n.legalAgreementPanelCheckboxLabelVariants({theme:a}),children:t.content})})},t.id):e.jsxs("label",{htmlFor:d,className:n.legalAgreementPanelCheckboxRowVariants({theme:a}),children:[e.jsx(b.Checkbox,{id:d,checked:x,onCheckedChange:()=>s(t.id),className:"mt-1"}),e.jsx("span",{className:n.legalAgreementPanelCheckboxLabelVariants({theme:a}),children:t.content})]},t.id)})]})]})}function A({config:l,checkedItems:c,onCheckedChange:s,hasV2Signature:r=!1,showTitle:o=!1,checkboxIdPrefix:i="legal-checkbox",theme:a="default"}){return e.jsx(k,{config:l,checkedItems:c,onCheckedChange:s,hasV2Signature:r,showTitle:o,checkboxIdPrefix:i,theme:a})}exports.LegalAgreementPanel=A;exports.LegalAgreementPanelTest=g;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),m=require("@fortawesome/free-solid-svg-icons"),b=require("../checkbox/checkbox.cjs"),h=require("../checkbox/checkbox-labeled.cjs"),u=require("../icons/fa-icon.cjs"),l=require("./legal-agreement.variants.cjs"),g={root:"legal-agreement-panel-root"};function k({config:n,checkedItems:c,onCheckedChange:s,hasV2Signature:r,showTitle:o,checkboxIdPrefix:i,theme:a}){return e.jsxs("div",{className:l.legalAgreementPanelRootVariants({theme:a}),"data-testid":g.root,children:[o?e.jsx("h2",{className:"text-center text-xl font-semibold text-foreground",children:r?n.updatedTitle||"Terms of Service Updated":n.title||"Legal Agreement"}):null,e.jsx("div",{className:l.legalAgreementPanelNotificationVariants({theme:a}),children:n.notificationText}),r?e.jsxs("div",{className:l.legalAgreementPanelV2BannerVariants({theme:a}),children:[e.jsx(u.FaIcon,{icon:m.faTriangleExclamation,className:"size-5 shrink-0 text-yellow-500 mt-0.5"}),e.jsx("div",{className:"text-sm text-yellow-500",children:n.updatedTermsNoticeText??`Our Terms of Service have been updated. Please review and sign the new agreement to continue using ${n.productName}.`})]}):null,e.jsxs("div",{className:l.legalAgreementPanelCheckboxListVariants({theme:a}),children:[n.checkboxListTitle?e.jsx("div",{className:l.legalAgreementPanelCheckboxListTitleVariants({theme:a}),children:n.checkboxListTitle}):null,n.checkboxItems.map(t=>{const d=`${i}-${t.id}`,x=c[t.id]||!1;return a==="gearboxV3"?e.jsx("div",{className:l.legalAgreementPanelCheckboxRowVariants({theme:a}),children:e.jsx(h.CheckboxLabeled,{id:d,checked:x,onChange:()=>s(t.id),boxAlign:"flex-start",size:"lg",color:"secondary",children:e.jsx("div",{className:l.legalAgreementPanelCheckboxLabelVariants({theme:a}),children:t.content})})},t.id):e.jsxs("label",{htmlFor:d,className:l.legalAgreementPanelCheckboxRowVariants({theme:a}),children:[e.jsx(b.Checkbox,{id:d,checked:x,onCheckedChange:()=>s(t.id),className:"mt-1"}),e.jsx("span",{className:l.legalAgreementPanelCheckboxLabelVariants({theme:a}),children:t.content})]},t.id)})]})]})}function A({config:n,checkedItems:c,onCheckedChange:s,hasV2Signature:r=!1,showTitle:o=!1,checkboxIdPrefix:i="legal-checkbox",theme:a="default"}){return e.jsx(k,{config:n,checkedItems:c,onCheckedChange:s,hasV2Signature:r,showTitle:o,checkboxIdPrefix:i,theme:a})}exports.LegalAgreementPanel=A;exports.LegalAgreementPanelTest=g;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class t{static root="sdk-status-pill-root";static dot="sdk-status-pill-dot";static tooltip="sdk-status-pill-tooltip"}exports.SdkStatusPillTest=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={root:"sdk-status-pill-root",dot:"sdk-status-pill-dot",tooltip:"sdk-status-pill-tooltip"};exports.SdkStatusPillTest=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class e{static interval="slider-interval"}exports.SliderTest=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={interval:"slider-interval"};exports.SliderTest=e;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class i{static priceScaleTitles="trading-view-price-scale-titles";static priceScaleTitle=e=>`trading-view-price-scale-title-${e}`}exports.TradingViewTest=i;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i={priceScaleTitles:"trading-view-price-scale-titles",priceScaleTitle:e=>`trading-view-price-scale-title-${e}`};exports.TradingViewTest=i;
@@ -2,35 +2,34 @@ import { jsx as r } from "react/jsx-runtime";
2
2
  import { cn as i } from "../../utils/cn.js";
3
3
  import "@gearbox-protocol/sdk/onchain";
4
4
  import "../../utils/z-index.js";
5
- import { Badge as e } from "./badge.js";
6
- class s {
7
- static root = "chip-root";
8
- }
9
- class c {
10
- static root = "chips-root";
11
- static chip = s.root;
12
- }
5
+ import { Badge as n } from "./badge.js";
6
+ const s = {
7
+ root: "chip-root"
8
+ }, p = {
9
+ root: "chips-root",
10
+ chip: s.root
11
+ };
13
12
  function f({
14
13
  children: t,
15
14
  tone: o = "neutral",
16
- className: a
15
+ className: e
17
16
  }) {
18
17
  return /* @__PURE__ */ r(
19
- e,
18
+ n,
20
19
  {
21
20
  variant: o,
22
- className: i("shrink-0", a),
21
+ className: i("shrink-0", e),
23
22
  "data-testid": s.root,
24
23
  children: t
25
24
  }
26
25
  );
27
26
  }
28
- function l({ children: t, className: o }) {
27
+ function u({ children: t, className: o }) {
29
28
  return /* @__PURE__ */ r(
30
29
  "div",
31
30
  {
32
31
  className: i("flex shrink-0 items-center gap-x-2", o),
33
- "data-testid": c.root,
32
+ "data-testid": p.root,
34
33
  children: t
35
34
  }
36
35
  );
@@ -38,6 +37,6 @@ function l({ children: t, className: o }) {
38
37
  export {
39
38
  f as Chip,
40
39
  s as ChipTest,
41
- l as Chips,
42
- c as ChipsTest
40
+ u as Chips,
41
+ p as ChipsTest
43
42
  };
@@ -1,14 +1,14 @@
1
- class a {
2
- static root = "amount-input-root";
3
- static input = "amount-input-field";
4
- static max = "amount-input-max";
5
- static token = "amount-input-token";
6
- static label = "amount-input-label";
7
- static balance = "amount-input-balance";
8
- static usd = "amount-input-usd";
9
- static selectPanel = "amount-input-select-panel";
10
- static selectOption = "amount-input-select-option";
11
- }
1
+ const t = {
2
+ root: "amount-input-root",
3
+ input: "amount-input-field",
4
+ max: "amount-input-max",
5
+ token: "amount-input-token",
6
+ label: "amount-input-label",
7
+ balance: "amount-input-balance",
8
+ usd: "amount-input-usd",
9
+ selectPanel: "amount-input-select-panel",
10
+ selectOption: "amount-input-select-option"
11
+ };
12
12
  export {
13
- a as AmountInputTest
13
+ t as AmountInputTest
14
14
  };
@@ -1,8 +1,8 @@
1
- class t {
2
- static root = "borrow-rate-block-root";
3
- static trigger = "borrow-rate-block-trigger";
4
- static details = "borrow-rate-block-details";
5
- }
1
+ const o = {
2
+ root: "borrow-rate-block-root",
3
+ trigger: "borrow-rate-block-trigger",
4
+ details: "borrow-rate-block-details"
5
+ };
6
6
  export {
7
- t as BorrowRateBlockTest
7
+ o as BorrowRateBlockTest
8
8
  };
@@ -1,8 +1,8 @@
1
- class a {
2
- static root = "chart-with-side-card-root";
3
- static chart = "chart-with-side-card-chart";
4
- static side = "chart-with-side-card-side";
5
- }
1
+ const t = {
2
+ root: "chart-with-side-card-root",
3
+ chart: "chart-with-side-card-chart",
4
+ side: "chart-with-side-card-side"
5
+ };
6
6
  export {
7
- a as ChartWithSideCardTest
7
+ t as ChartWithSideCardTest
8
8
  };
@@ -1,7 +1,7 @@
1
- class e {
2
- static root = "detailed-page-title-root";
3
- static actions = "detailed-page-title-actions";
4
- }
1
+ const t = {
2
+ root: "detailed-page-title-root",
3
+ actions: "detailed-page-title-actions"
4
+ };
5
5
  export {
6
- e as DetailedPageTitleTest
6
+ t as DetailedPageTitleTest
7
7
  };
@@ -1,13 +1,12 @@
1
- class e {
2
- static root = "details-view-root";
3
- static leftPane = "details-view-left-pane";
4
- static managePane = "details-view-manage-pane";
5
- }
6
- class a {
7
- static root = "detail-aside-wrapper-root";
8
- static stickyContent = "detail-aside-wrapper-sticky-content";
9
- }
1
+ const e = {
2
+ root: "details-view-root",
3
+ leftPane: "details-view-left-pane",
4
+ managePane: "details-view-manage-pane"
5
+ }, t = {
6
+ root: "detail-aside-wrapper-root",
7
+ stickyContent: "detail-aside-wrapper-sticky-content"
8
+ };
10
9
  export {
11
- a as DetailAsideWrapperTest,
10
+ t as DetailAsideWrapperTest,
12
11
  e as DetailsViewTest
13
12
  };
@@ -1,8 +1,8 @@
1
- class a {
2
- static root = "health-factor-block-root";
3
- static value = "health-factor-block-value";
4
- static valueTo = "health-factor-block-value-to";
5
- }
1
+ const o = {
2
+ root: "health-factor-block-root",
3
+ value: "health-factor-block-value",
4
+ valueTo: "health-factor-block-value-to"
5
+ };
6
6
  export {
7
- a as HealthFactorBlockTest
7
+ o as HealthFactorBlockTest
8
8
  };
@@ -1,9 +1,9 @@
1
- class a {
2
- static root = "history-chart-root";
3
- static empty = "history-chart-empty";
4
- static error = "history-chart-error";
5
- static range = (t) => `history-chart-range-${t}`;
6
- }
1
+ const t = {
2
+ root: "history-chart-root",
3
+ empty: "history-chart-empty",
4
+ error: "history-chart-error",
5
+ range: (r) => `history-chart-range-${r}`
6
+ };
7
7
  export {
8
- a as HistoryChartTest
8
+ t as HistoryChartTest
9
9
  };
@@ -1,8 +1,8 @@
1
- class i {
2
- static root = "info-list-root";
3
- static line = "info-list-line";
4
- static sectionTitle = "info-list-section-title";
5
- }
1
+ const t = {
2
+ root: "info-list-root",
3
+ line: "info-list-line",
4
+ sectionTitle: "info-list-section-title"
5
+ };
6
6
  export {
7
- i as InfoListTest
7
+ t as InfoListTest
8
8
  };
@@ -1,9 +1,9 @@
1
- class t {
2
- static root = "leverage-input-root";
3
- static slider = "leverage-input-slider";
4
- static value = "leverage-input-value";
5
- static reset = "leverage-input-reset";
6
- }
1
+ const e = {
2
+ root: "leverage-input-root",
3
+ slider: "leverage-input-slider",
4
+ value: "leverage-input-value",
5
+ reset: "leverage-input-reset"
6
+ };
7
7
  export {
8
- t as LeverageInputTest
8
+ e as LeverageInputTest
9
9
  };
@@ -1,6 +1,6 @@
1
- class t {
2
- static root = "liquidation-params-table-root";
3
- }
1
+ const a = {
2
+ root: "liquidation-params-table-root"
3
+ };
4
4
  export {
5
- t as LiquidationParamsTableTest
5
+ a as LiquidationParamsTableTest
6
6
  };
@@ -1,8 +1,8 @@
1
- class o {
2
- static root = "liquidation-price-block-root";
3
- static value = "liquidation-price-block-value";
4
- static valueTo = "liquidation-price-block-value-to";
5
- }
1
+ const i = {
2
+ root: "liquidation-price-block-root",
3
+ value: "liquidation-price-block-value",
4
+ valueTo: "liquidation-price-block-value-to"
5
+ };
6
6
  export {
7
- o as LiquidationPriceBlockTest
7
+ i as LiquidationPriceBlockTest
8
8
  };
@@ -1,12 +1,12 @@
1
- class e {
2
- static root = "manage-pane-root";
3
- static tabs = "manage-pane-tabs";
4
- static dropdown = "manage-pane-dropdown";
5
- static body = "manage-pane-body";
6
- static message = "manage-pane-message";
7
- static actionDialog = "manage-pane-action-dialog";
8
- static tab = (a) => `manage-pane-tab-${a}`;
9
- }
1
+ const e = {
2
+ root: "manage-pane-root",
3
+ tabs: "manage-pane-tabs",
4
+ dropdown: "manage-pane-dropdown",
5
+ body: "manage-pane-body",
6
+ message: "manage-pane-message",
7
+ actionDialog: "manage-pane-action-dialog",
8
+ tab: (a) => `manage-pane-tab-${a}`
9
+ };
10
10
  export {
11
11
  e as ManagePaneTest
12
12
  };
@@ -1,7 +1,7 @@
1
- class r {
2
- static root = "more-accordion-root";
3
- static trigger = "more-accordion-trigger";
4
- }
1
+ const o = {
2
+ root: "more-accordion-root",
3
+ trigger: "more-accordion-trigger"
4
+ };
5
5
  export {
6
- r as MoreAccordionTest
6
+ o as MoreAccordionTest
7
7
  };
@@ -1,6 +1,6 @@
1
- class o {
2
- static root = "nested-info-stack-root";
3
- }
1
+ const t = {
2
+ root: "nested-info-stack-root"
3
+ };
4
4
  export {
5
- o as NestedInfoStackTest
5
+ t as NestedInfoStackTest
6
6
  };
@@ -1,6 +1,6 @@
1
- class e {
2
- static root = "page-title-root";
3
- }
1
+ const t = {
2
+ root: "page-title-root"
3
+ };
4
4
  export {
5
- e as PageTitleTest
5
+ t as PageTitleTest
6
6
  };
@@ -1,10 +1,10 @@
1
- class o {
2
- static root = "pool-apy-breakdown-card-root";
3
- static net = "pool-apy-breakdown-card-net";
4
- static value = "pool-apy-breakdown-card-value";
5
- static reward = "pool-apy-breakdown-card-reward";
6
- static points = "pool-apy-breakdown-card-points";
7
- }
1
+ const o = {
2
+ root: "pool-apy-breakdown-card-root",
3
+ net: "pool-apy-breakdown-card-net",
4
+ value: "pool-apy-breakdown-card-value",
5
+ reward: "pool-apy-breakdown-card-reward",
6
+ points: "pool-apy-breakdown-card-points"
7
+ };
8
8
  export {
9
9
  o as PoolApyBreakdownCardTest
10
10
  };