@ape.swap/bonds-sdk 2.0.4-testseed.2 → 2.0.4-testseed.3

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/main.js CHANGED
@@ -73095,6 +73095,8 @@ accordionTitle = 'What are Bonds?', accordionBody = 'Body', accordionVisible = f
73095
73095
  const SDKConfig = useSDKConfig();
73096
73096
  // State
73097
73097
  const [modalVariant, setModalVariant] = useState(SDKConfig === null || SDKConfig === void 0 ? void 0 : SDKConfig.modalVariant);
73098
+ // Set accordion for alt modal
73099
+ accordionVisible = (SDKConfig === null || SDKConfig === void 0 ? void 0 : SDKConfig.modalVariant) === 'alt' ? true : false;
73098
73100
  // Hooks
73099
73101
  const userChainId = useChainId();
73100
73102
  const { address: account } = useAccount();
package/dist/styles.css CHANGED
@@ -580,9 +580,6 @@ span.flex-inline {
580
580
  }
581
581
 
582
582
  .footer-details {
583
- margin-left: -20px !important;
584
- margin-right: -20px !important;
585
- margin-bottom: -20px !important;
586
583
  margin-top: 20px !important;
587
584
  height: 50px;
588
585
  align-items: center;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "2.0.4-testseed.2",
6
+ "version": "2.0.4-testseed.3",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",