@heycater/qualification-funnel 1.19.33 → 1.19.34

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/index.esm.js CHANGED
@@ -13325,14 +13325,7 @@ function requireFunctionBind() {
13325
13325
  functionBind = Function.prototype.bind || implementation2;
13326
13326
  return functionBind;
13327
13327
  }
13328
- var functionCall;
13329
- var hasRequiredFunctionCall;
13330
- function requireFunctionCall() {
13331
- if (hasRequiredFunctionCall) return functionCall;
13332
- hasRequiredFunctionCall = 1;
13333
- functionCall = Function.prototype.call;
13334
- return functionCall;
13335
- }
13328
+ var functionCall = Function.prototype.call;
13336
13329
  var functionApply;
13337
13330
  var hasRequiredFunctionApply;
13338
13331
  function requireFunctionApply() {
@@ -13344,12 +13337,12 @@ function requireFunctionApply() {
13344
13337
  var reflectApply = typeof Reflect !== "undefined" && Reflect && Reflect.apply;
13345
13338
  var bind$2 = requireFunctionBind();
13346
13339
  var $apply$1 = requireFunctionApply();
13347
- var $call$2 = requireFunctionCall();
13340
+ var $call$2 = functionCall;
13348
13341
  var $reflectApply = reflectApply;
13349
13342
  var actualApply = $reflectApply || bind$2.call($call$2, $apply$1);
13350
13343
  var bind$1 = requireFunctionBind();
13351
13344
  var $TypeError$4 = type;
13352
- var $call$1 = requireFunctionCall();
13345
+ var $call$1 = functionCall;
13353
13346
  var $actualApply = actualApply;
13354
13347
  var callBindApplyHelpers = function callBindBasic(args) {
13355
13348
  if (args.length < 1 || typeof args[0] !== "function") {
@@ -13464,7 +13457,7 @@ var getProto = requireGetProto();
13464
13457
  var $ObjectGPO = requireObject_getPrototypeOf();
13465
13458
  var $ReflectGPO = requireReflect_getPrototypeOf();
13466
13459
  var $apply = requireFunctionApply();
13467
- var $call = requireFunctionCall();
13460
+ var $call = functionCall;
13468
13461
  var needsEval = {};
13469
13462
  var TypedArray = typeof Uint8Array === "undefined" || !getProto ? undefined$1 : getProto(Uint8Array);
13470
13463
  var INTRINSICS = {
@@ -30597,7 +30590,7 @@ const EVENT_TYPE_TO_ICON = {
30597
30590
  party: "drinks",
30598
30591
  meeting: "fingerfood",
30599
30592
  conference: "buffet",
30600
- workshop: "street_food",
30593
+ workshop: "fine_dining",
30601
30594
  other: null
30602
30595
  };
30603
30596
  const EventTypeTiles = ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heycater/qualification-funnel",
3
- "version": "1.19.33",
3
+ "version": "1.19.34",
4
4
  "type": "module",
5
5
  "description": "Heycater embedded qualification funnel widget",
6
6
  "main": "dist/index.cjs.js",