@tellescope/react-components 1.165.0 → 1.166.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tellescope/react-components",
3
- "version": "1.165.0",
3
+ "version": "1.166.1",
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.6.2",
48
48
  "@stripe/react-stripe-js": "^2.9.0",
49
49
  "@stripe/stripe-js": "^1.52.1",
50
- "@tellescope/constants": "^1.165.0",
51
- "@tellescope/sdk": "^1.165.0",
52
- "@tellescope/types-client": "^1.165.0",
53
- "@tellescope/types-models": "^1.165.0",
54
- "@tellescope/types-utilities": "^1.165.0",
55
- "@tellescope/utilities": "^1.165.0",
56
- "@tellescope/validation": "^1.165.0",
50
+ "@tellescope/constants": "^1.166.1",
51
+ "@tellescope/sdk": "^1.166.1",
52
+ "@tellescope/types-client": "^1.166.1",
53
+ "@tellescope/types-models": "^1.166.1",
54
+ "@tellescope/types-utilities": "^1.166.1",
55
+ "@tellescope/utilities": "^1.166.1",
56
+ "@tellescope/validation": "^1.166.1",
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",
@@ -80,7 +80,7 @@
80
80
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
81
81
  "react-native": "^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.71.0"
82
82
  },
83
- "gitHead": "7950d3c787ac268cde52ecb71e4cc882fd9d2b54",
83
+ "gitHead": "b25b999a8f6b78c6f41641f88e80672afc2e49ca",
84
84
  "publishConfig": {
85
85
  "access": "public"
86
86
  }
@@ -898,7 +898,7 @@ export const useTellescopeForm = ({ isPublicForm, form, urlLogicValue, customiza
898
898
  }
899
899
  }
900
900
 
901
- if (field.isOptional || (sessionType === 'user' && field.type === 'Appointment Booking')) {
901
+ if (field.isOptional || (sessionType === 'user' && field.type === 'Appointment Booking' && !enduserId)) {
902
902
  return null
903
903
  }
904
904