@b3dotfun/sdk 0.0.8-alpha.3 → 0.0.8-alpha.4

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.
@@ -29,7 +29,7 @@ function B3DynamicModal() {
29
29
  "anySpendOrderHistory",
30
30
  "signInWithB3",
31
31
  "anySpendSignatureMint",
32
- "AnySpendBondKit",
32
+ "anySpendBondKit",
33
33
  ].find(type => contentType?.type === type)) {
34
34
  contentClass += " max-h-[90dvh] overflow-y-auto no-scrollbar w-full";
35
35
  }
@@ -40,7 +40,7 @@ function B3DynamicModal() {
40
40
  "anySpendStakeB3",
41
41
  "anySpendBuySpin",
42
42
  "anySpendSignatureMint",
43
- "AnySpendBondKit",
43
+ "anySpendBondKit",
44
44
  ].find(type => contentType?.type === type)) {
45
45
  // Due to the dynamic of (Pay with crypto),(Pay with fiat), we want the height fixed to 90dvh but still scrollable.
46
46
  // NOTE: Just leave it here in case we want the fixed height
@@ -26,7 +26,7 @@ export function B3DynamicModal() {
26
26
  "anySpendOrderHistory",
27
27
  "signInWithB3",
28
28
  "anySpendSignatureMint",
29
- "AnySpendBondKit",
29
+ "anySpendBondKit",
30
30
  ].find(type => contentType?.type === type)) {
31
31
  contentClass += " max-h-[90dvh] overflow-y-auto no-scrollbar w-full";
32
32
  }
@@ -37,7 +37,7 @@ export function B3DynamicModal() {
37
37
  "anySpendStakeB3",
38
38
  "anySpendBuySpin",
39
39
  "anySpendSignatureMint",
40
- "AnySpendBondKit",
40
+ "anySpendBondKit",
41
41
  ].find(type => contentType?.type === type)) {
42
42
  // Due to the dynamic of (Pay with crypto),(Pay with fiat), we want the height fixed to 90dvh but still scrollable.
43
43
  // NOTE: Just leave it here in case we want the fixed height
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b3dotfun/sdk",
3
- "version": "0.0.8-alpha.3",
3
+ "version": "0.0.8-alpha.4",
4
4
  "source": "src/index.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "react-native": "./dist/cjs/index.native.js",
@@ -38,7 +38,7 @@ export function B3DynamicModal() {
38
38
  "anySpendOrderHistory",
39
39
  "signInWithB3",
40
40
  "anySpendSignatureMint",
41
- "AnySpendBondKit",
41
+ "anySpendBondKit",
42
42
  ].find(type => contentType?.type === type)
43
43
  ) {
44
44
  contentClass += " max-h-[90dvh] overflow-y-auto no-scrollbar w-full";
@@ -52,7 +52,7 @@ export function B3DynamicModal() {
52
52
  "anySpendStakeB3",
53
53
  "anySpendBuySpin",
54
54
  "anySpendSignatureMint",
55
- "AnySpendBondKit",
55
+ "anySpendBondKit",
56
56
  ].find(type => contentType?.type === type)
57
57
  ) {
58
58
  // Due to the dynamic of (Pay with crypto),(Pay with fiat), we want the height fixed to 90dvh but still scrollable.