@tellescope/react-components 1.235.1 → 1.235.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tellescope/react-components",
3
- "version": "1.235.1",
3
+ "version": "1.235.2",
4
4
  "description": "",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -47,13 +47,13 @@
47
47
  "@reduxjs/toolkit": "1.9.0",
48
48
  "@stripe/react-stripe-js": "2.9.0",
49
49
  "@stripe/stripe-js": "1.52.1",
50
- "@tellescope/constants": "1.235.1",
51
- "@tellescope/sdk": "1.235.1",
52
- "@tellescope/types-client": "1.235.1",
53
- "@tellescope/types-models": "1.235.1",
54
- "@tellescope/types-utilities": "1.235.1",
55
- "@tellescope/utilities": "1.235.1",
56
- "@tellescope/validation": "1.235.1",
50
+ "@tellescope/constants": "1.235.2",
51
+ "@tellescope/sdk": "1.235.2",
52
+ "@tellescope/types-client": "1.235.2",
53
+ "@tellescope/types-models": "1.235.2",
54
+ "@tellescope/types-utilities": "1.235.2",
55
+ "@tellescope/utilities": "1.235.2",
56
+ "@tellescope/validation": "1.235.2",
57
57
  "@typescript-eslint/eslint-plugin": "4.33.0",
58
58
  "@typescript-eslint/parser": "4.33.0",
59
59
  "css-to-react-native": "3.0.0",
@@ -83,7 +83,7 @@
83
83
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
84
84
  "react-native": "^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.71.0"
85
85
  },
86
- "gitHead": "6074a136e42e3b435d10fef5d3d736d9db2e6acb",
86
+ "gitHead": "2ed60803588d8f6e1318f31a916f416aaeef57c5",
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  }
@@ -2403,7 +2403,7 @@ export const StripeInput = ({ field, value, onChange, setCustomerId, enduserId,
2403
2403
  fieldId: field.id,
2404
2404
  enduserId,
2405
2405
  ...(selectedProducts.length > 0 && { selectedProductIds: selectedProducts }) // Pass selected products to Stripe checkout
2406
- } as any)
2406
+ })
2407
2407
  .then(({ clientSecret, publishableKey, stripeAccount, businessName, customerId, isCheckout, answerText }) => {
2408
2408
  setAnswertext(answerText || '')
2409
2409
  setIsCheckout(!!isCheckout)