tabexseriescomponents 0.0.396 → 0.0.398

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.umd.js CHANGED
@@ -2949,7 +2949,7 @@
2949
2949
  function ownKeys$2p(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2950
2950
  function _objectSpread$2p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2p(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2951
2951
  var Serviceinfotabs = function Serviceinfotabs(props) {
2952
- var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer11, _fetchProductInfoQuer12;
2952
+ var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer13, _fetchProductInfoQuer14;
2953
2953
  var langdetect = props.actions.langdetect;
2954
2954
  var lang = props.actions.lang;
2955
2955
  var sectionproperties = props.actions.sectionproperties;
@@ -3312,19 +3312,40 @@
3312
3312
  } else {
3313
3313
  slot = slotsubstr + slotsubstr2 + ' AM';
3314
3314
  }
3315
- return /*#__PURE__*/React__default["default"].createElement("div", {
3316
- "class": "col-lg-2 col-md-2 col-sm-4 pl-1 pr-1 mb-2"
3317
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3318
- "class": ischoosed == true ? TabsStyles.timeSlotContainer_active + ' allcentered cursor-pointer px-1 ' : TabsStyles.timeSlotContainer + ' allcentered cursor-pointer px-1 ',
3319
- style: {},
3320
- onClick: function onClick() {
3321
- setaddtocardpayloadobj(_objectSpread$2p(_objectSpread$2p({}, addtocardpayloadobj), {}, {
3322
- time: item.slot
3323
- }));
3324
- }
3325
- }, /*#__PURE__*/React__default["default"].createElement("p", {
3326
- "class": ' p-0 m-0 '
3327
- }, sectionproperties.timeformat == '24 HOUR CLOCK' ? item.slot : slot)));
3315
+ if (item.available) {
3316
+ return /*#__PURE__*/React__default["default"].createElement("div", {
3317
+ "class": "col-lg-2 col-md-2 col-sm-4 pl-1 pr-1 mb-2"
3318
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3319
+ "class": ischoosed == true ? TabsStyles.timeSlotContainer_active + ' allcentered cursor-pointer px-1 ' : TabsStyles.timeSlotContainer + ' allcentered cursor-pointer px-1 ',
3320
+ style: {},
3321
+ onClick: function onClick() {
3322
+ setaddtocardpayloadobj(_objectSpread$2p(_objectSpread$2p({}, addtocardpayloadobj), {}, {
3323
+ time: item.slot
3324
+ }));
3325
+ }
3326
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3327
+ "class": ' p-0 m-0 '
3328
+ }, sectionproperties.timeformat == '24 HOUR CLOCK' ? item.slot : slot)));
3329
+ } else {
3330
+ return /*#__PURE__*/React__default["default"].createElement("div", {
3331
+ "class": "col-lg-2 col-md-2 col-sm-4 pl-1 pr-1 mb-2"
3332
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3333
+ "class": ' allcentered px-1 showcrossicon ',
3334
+ style: {
3335
+ cursor: 'not-allowed',
3336
+ minWidth: '6vh',
3337
+ height: '5vh',
3338
+ borderRadius: sectionproperties.time_borderRadius + 'px',
3339
+ backgroundColor: sectionproperties.time_bgcolor,
3340
+ border: sectionproperties.time_borderwidth + 'px solid ' + sectionproperties.time_borderColor,
3341
+ color: sectionproperties.time_timeColor,
3342
+ fontWeight: sectionproperties.time_timeFontweight,
3343
+ fontSize: sectionproperties.time_timeFontsize + 'px'
3344
+ }
3345
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3346
+ "class": ' p-0 m-0 '
3347
+ }, sectionproperties.timeformat == '24 HOUR CLOCK' ? item.slot : slot)));
3348
+ }
3328
3349
  })))), /*#__PURE__*/React__default["default"].createElement("div", {
3329
3350
  className: "col-lg-12 p-0 mb-3"
3330
3351
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -3434,7 +3455,7 @@
3434
3455
  size: sectionproperties.cartBtn_iconFontSize
3435
3456
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
3436
3457
  size: sectionproperties.cartBtn_iconFontSize
3437
- })), langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
3458
+ })), langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer9 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.productinfo) === null || _fetchProductInfoQuer9 === void 0 ? void 0 : _fetchProductInfoQuer9.productactionbuttontext_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer10 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.productinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.productactionbuttontext_ar), AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
3438
3459
  className: ' d-flex align-items-center justify-content-center '
3439
3460
  }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
3440
3461
  color: "white",
@@ -3476,15 +3497,15 @@
3476
3497
  }, /*#__PURE__*/React__default["default"].createElement("button", {
3477
3498
  className: "".concat(productinfo_cssstyles.cart_btn) + ' w-100 d-flex align-items-center justify-content-center ',
3478
3499
  onClick: function onClick() {
3479
- var _fetchProductInfoQuer9, _fetchProductInfoQuer10;
3480
- if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer9 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.productinfo) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.serviceinfo) === null || _fetchProductInfoQuer9 === void 0 ? void 0 : _fetchProductInfoQuer9.scheduletype) == 'days') {
3500
+ var _fetchProductInfoQuer11, _fetchProductInfoQuer12;
3501
+ if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.serviceinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.scheduletype) == 'days') {
3481
3502
  if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
3482
3503
  addtocartfunc();
3483
3504
  if (sectionproperties.cartbtntype == 'Goes to checkout') {
3484
3505
  routingcountext(StaticPagesLinksContext.Checkout);
3485
3506
  }
3486
3507
  }
3487
- } else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer10 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.productinfo) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.serviceinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.scheduletype) == 'minutes') {
3508
+ } else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.serviceinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.scheduletype) == 'minutes') {
3488
3509
  if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
3489
3510
  addtocartfunc();
3490
3511
  if (sectionproperties.cartbtntype == 'Goes to checkout') {
@@ -3517,7 +3538,7 @@
3517
3538
  size: sectionproperties.cartBtn_iconFontSize
3518
3539
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
3519
3540
  size: sectionproperties.cartBtn_iconFontSize
3520
- })), langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.productactionbuttontext_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.productactionbuttontext_ar), AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
3541
+ })), langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer13 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.productinfo) === null || _fetchProductInfoQuer13 === void 0 ? void 0 : _fetchProductInfoQuer13.productactionbuttontext_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer14 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.productinfo) === null || _fetchProductInfoQuer14 === void 0 ? void 0 : _fetchProductInfoQuer14.productactionbuttontext_ar), AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
3521
3542
  className: ' d-flex align-items-center justify-content-center '
3522
3543
  }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
3523
3544
  color: "white",
@@ -3561,13 +3582,13 @@
3561
3582
  }, /*#__PURE__*/React__default["default"].createElement("button", {
3562
3583
  className: "".concat(productinfo_cssstyles.checkoutbtn, " ") + ' d-flex align-items-center justify-content-center ml-sm-auto mr-sm-auto mb-sm-2 ',
3563
3584
  onClick: function onClick() {
3564
- var _fetchProductInfoQuer13, _fetchProductInfoQuer14;
3565
- if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer13 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.productinfo) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.serviceinfo) === null || _fetchProductInfoQuer13 === void 0 ? void 0 : _fetchProductInfoQuer13.scheduletype) == 'days') {
3585
+ var _fetchProductInfoQuer15, _fetchProductInfoQuer16;
3586
+ if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer15 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.productinfo) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.serviceinfo) === null || _fetchProductInfoQuer15 === void 0 ? void 0 : _fetchProductInfoQuer15.scheduletype) == 'days') {
3566
3587
  if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
3567
3588
  addtocartfunc();
3568
3589
  routingcountext(StaticPagesLinksContext.Checkout);
3569
3590
  }
3570
- } else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer14 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.productinfo) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.serviceinfo) === null || _fetchProductInfoQuer14 === void 0 ? void 0 : _fetchProductInfoQuer14.scheduletype) == 'minutes') {
3591
+ } else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer16 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.productinfo) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.serviceinfo) === null || _fetchProductInfoQuer16 === void 0 ? void 0 : _fetchProductInfoQuer16.scheduletype) == 'minutes') {
3571
3592
  if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
3572
3593
  addtocartfunc();
3573
3594
  routingcountext(StaticPagesLinksContext.Checkout);
@@ -6194,6 +6215,7 @@
6194
6215
  color: sectionproperties.navigationtextactivecolor
6195
6216
  })
6196
6217
  };
6218
+ props.actions.templateproperties_context;
6197
6219
  var _useState7 = React.useState([{
6198
6220
  tabname: lang.accountinformation,
6199
6221
  route: StaticPagesLinksContext.accountinfo,
@@ -20862,7 +20884,15 @@
20862
20884
  style: {
20863
20885
  minWidth: '200px'
20864
20886
  }
20865
- }, templateproperties_context.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
20887
+ }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
20888
+ onClick: function onClick() {
20889
+ routingcountext(StaticPagesLinksContext.accountinfo);
20890
+ }
20891
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20892
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
20893
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
20894
+ "class": ' allcenetered m-0 p-0 '
20895
+ }, langdetect == 'en' ? 'My Account' : 'حسابى'))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), templateproperties_context.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
20866
20896
  onClick: function onClick() {
20867
20897
  routingcountext(StaticPagesLinksContext.Ordershistory);
20868
20898
  }
@@ -26951,7 +26981,13 @@
26951
26981
  marginTop: sectionproperties.header_marginTop + 'px',
26952
26982
  marginBottom: sectionproperties.header_marginBottom + 'px'
26953
26983
  }
26954
- }, sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("a", {
26984
+ }, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
26985
+ "class": "col-lg-12 p-0"
26986
+ }, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
26987
+ sectionpropertiesprops: sectionproperties,
26988
+ templateproperties_contextprops: templateproperties_context,
26989
+ actions: actions
26990
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("a", {
26955
26991
  href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
26956
26992
  target: '_self',
26957
26993
  style: {
@@ -43280,7 +43316,7 @@
43280
43316
  function ownKeys$1n(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
43281
43317
  function _objectSpread$1n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1n(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
43282
43318
  var Newsletterfooter = function Newsletterfooter(props) {
43283
- var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i16;
43319
+ var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
43284
43320
  var _useState = React.useState(''),
43285
43321
  _useState2 = _slicedToArray__default["default"](_useState, 2),
43286
43322
  sectionproperties = _useState2[0],
@@ -43321,6 +43357,11 @@
43321
43357
  return policyobj;
43322
43358
  };
43323
43359
  var footerStyles = (_footerStyles = {
43360
+ divider: glamor.css({
43361
+ height: '1px',
43362
+ width: '100%',
43363
+ backgroundColor: sectionproperties.vl_bg
43364
+ }),
43324
43365
  payimgcont: glamor.css({
43325
43366
  marginLeft: '10px',
43326
43367
  marginRight: '10px'
@@ -43354,7 +43395,6 @@
43354
43395
  textStyles: glamor.css({
43355
43396
  fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43356
43397
  color: sectionproperties.footerinfotext_color,
43357
- textTransform: sectionproperties.footerinfotext_textTransform,
43358
43398
  fontWeight: sectionproperties.footerinfotext_fontweight
43359
43399
  }),
43360
43400
  logoStyles: glamor.css({
@@ -43580,6 +43620,54 @@
43580
43620
  }
43581
43621
  }, langdetect == 'en' ? (_returnpolicyobj7 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj7 === void 0 ? void 0 : _returnpolicyobj7.policypagename_en : (_returnpolicyobj8 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj8 === void 0 ? void 0 : _returnpolicyobj8.policypagename_ar)))));
43582
43622
  };
43623
+ var StoreInformation = function StoreInformation() {
43624
+ var _authdetailsContext$i3, _authdetailsContext$i4;
43625
+ return /*#__PURE__*/React__default["default"].createElement("div", {
43626
+ "class": "row m-0 w-100"
43627
+ }, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43628
+ "class": "col-lg-4 col-md-4 col-sm-12 text-start p-0"
43629
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43630
+ "class": "".concat(footerStyles.textStyles) + ' d-flex text-start mr-1 ',
43631
+ style: {
43632
+ color: sectionproperties.footerinfotext_color,
43633
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43634
+ fontWeight: sectionproperties.footerinfotext_fontweight
43635
+ },
43636
+ onClick: function onClick() {
43637
+ var _authdetailsContext$i2;
43638
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.contactinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.email), '_self');
43639
+ }
43640
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
43641
+ "class": ' fa fa-at mr-2 text-transform-none ml-2 '
43642
+ }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.contactinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43643
+ "class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-start align-items-center p-0"
43644
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43645
+ "class": "".concat(footerStyles.textStyles) + ' ',
43646
+ style: {
43647
+ color: sectionproperties.footerinfotext_color,
43648
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43649
+ fontWeight: sectionproperties.footerinfotext_fontweight
43650
+ },
43651
+ onClick: function onClick() {
43652
+ window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
43653
+ }
43654
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
43655
+ "class": ' fa fa-phone mr-2 ml-2 '
43656
+ }), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43657
+ "class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-end justify-content-md-start align-items-center p-0"
43658
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43659
+ "class": "".concat(footerStyles.textStyles) + ' d-flex align-items-center justify-content-md-center ',
43660
+ style: {
43661
+ color: sectionproperties.footerinfotext_color,
43662
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43663
+ fontWeight: sectionproperties.footerinfotext_fontweight
43664
+ }
43665
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
43666
+ "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
43667
+ }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
43668
+ size: sectionproperties.footerinfoicon_fontsize
43669
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en)));
43670
+ };
43583
43671
  return /*#__PURE__*/React__default["default"].createElement("footer", {
43584
43672
  "class": "row m-0 w-100 justify-content-center"
43585
43673
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43592,6 +43680,10 @@
43592
43680
  "class": "row m-0 w-100"
43593
43681
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43594
43682
  "class": "col-lg-3 col-md-12 d-flex justify-content-start justify-content-md-start"
43683
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43684
+ "class": "row m-0 w-100 d-flex justify-content-start justify-content-md-start"
43685
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43686
+ "class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
43595
43687
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43596
43688
  "class": "".concat(footerStyles.logoStyles) + ' cursor-pointer ',
43597
43689
  onClick: function onClick() {
@@ -43608,6 +43700,10 @@
43608
43700
  },
43609
43701
  loading: "lazy"
43610
43702
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
43703
+ "class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
43704
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43705
+ className: "".concat(footerStyles.textStyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
43706
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
43611
43707
  "class": "col-lg-12 p-0 d-none d-md-block my-3"
43612
43708
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
43613
43709
  "class": "m-0 p-0"
@@ -43684,65 +43780,65 @@
43684
43780
  style: {
43685
43781
  textAlign: langdetect == 'en' ? 'left' : 'right'
43686
43782
  }
43687
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43783
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43688
43784
  "class": footerStyles.facebook_btn + ' m-0 p-0 allcentered mx-2 ',
43689
43785
  onClick: function onClick() {
43690
- var _authdetailsContext$i3;
43691
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
43692
- var _authdetailsContext$i4;
43693
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
43786
+ var _authdetailsContext$i8;
43787
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null) {
43788
+ var _authdetailsContext$i9;
43789
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink, '_blank');
43694
43790
  }
43695
43791
  }
43696
43792
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
43697
43793
  size: sectionproperties.facebkbtnniconfontsize
43698
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43794
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43699
43795
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43700
43796
  onClick: function onClick() {
43701
- var _authdetailsContext$i6;
43702
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null) {
43703
- var _authdetailsContext$i7;
43704
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink, '_blank');
43797
+ var _authdetailsContext$i11;
43798
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null) {
43799
+ var _authdetailsContext$i12;
43800
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink, '_blank');
43705
43801
  }
43706
43802
  }
43707
43803
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
43708
43804
  size: sectionproperties.instgrambtniconfontsize
43709
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43805
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43710
43806
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43711
43807
  onClick: function onClick() {
43712
- var _authdetailsContext$i9;
43713
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.youtubelink) != null) {
43714
- var _authdetailsContext$i10;
43715
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink, '_blank');
43808
+ var _authdetailsContext$i14;
43809
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink) != null) {
43810
+ var _authdetailsContext$i15;
43811
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink, '_blank');
43716
43812
  }
43717
43813
  }
43718
43814
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
43719
43815
  size: sectionproperties.instgrambtniconfontsize
43720
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43816
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43721
43817
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43722
43818
  onClick: function onClick() {
43723
- var _authdetailsContext$i12;
43724
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink) != null) {
43725
- var _authdetailsContext$i13;
43726
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink, '_blank');
43819
+ var _authdetailsContext$i17;
43820
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null) {
43821
+ var _authdetailsContext$i18;
43822
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink, '_blank');
43727
43823
  }
43728
43824
  }
43729
43825
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
43730
43826
  size: sectionproperties.instgrambtniconfontsize
43731
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43827
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43732
43828
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43733
43829
  onClick: function onClick() {
43734
- var _authdetailsContext$i15;
43735
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink, '_blank');
43830
+ var _authdetailsContext$i20;
43831
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink, '_blank');
43736
43832
  }
43737
43833
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
43738
43834
  size: sectionproperties.instgrambtniconfontsize
43739
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43835
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43740
43836
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
43741
43837
  onClick: function onClick() {
43742
- var _authdetailsContext$i17;
43743
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
43744
- var _authdetailsContext$i18;
43745
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
43838
+ var _authdetailsContext$i22;
43839
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
43840
+ var _authdetailsContext$i23;
43841
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber), '_blank');
43746
43842
  }
43747
43843
  }
43748
43844
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -43762,15 +43858,15 @@
43762
43858
  "class": langdetect == 'en' ? "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mr-2 ' : "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ml-2 ',
43763
43859
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
43764
43860
  onClick: function onClick() {
43765
- var _authdetailsContext$i19;
43766
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.mobileapplink_appstore, '_blank');
43861
+ var _authdetailsContext$i24;
43862
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
43767
43863
  }
43768
43864
  }), /*#__PURE__*/React__default["default"].createElement("img", {
43769
43865
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
43770
43866
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
43771
43867
  onClick: function onClick() {
43772
- var _authdetailsContext$i20;
43773
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.mobileapplink_playstore, '_blank');
43868
+ var _authdetailsContext$i25;
43869
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_playstore, '_blank');
43774
43870
  }
43775
43871
  })))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43776
43872
  "class": "col-lg-12 p-0 d-block my-3"
@@ -43796,7 +43892,16 @@
43796
43892
  }, /*#__PURE__*/React__default["default"].createElement("img", {
43797
43893
  src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
43798
43894
  className: "".concat(footerStyles.payimg)
43799
- }))))));
43895
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
43896
+ "class": "col-lg-12 p-0 my-3",
43897
+ style: {
43898
+ display: sectionproperties.showfooteremail == 'Hide' && sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteraddress == 'Hide' ? 'none' : 'flex'
43899
+ }
43900
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43901
+ className: "".concat(footerStyles.divider)
43902
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
43903
+ "class": "col-lg-12 p-0 d-flex "
43904
+ }, StoreInformation()))));
43800
43905
  };
43801
43906
 
43802
43907
  function ownKeys$1m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.396",
3
+ "version": "0.0.398",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {