tabexseriescomponents 0.0.312 → 0.0.313

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.cjs.js CHANGED
@@ -4138,8 +4138,8 @@ var Productinfo = function Productinfo(props) {
4138
4138
  if (Array.isArray(fetchProductInfoQueryContext.data.data.productinfo.productimages)) {
4139
4139
  fetchProductInfoQueryContext.data.data.productinfo.productimages.forEach(function (arrayItem, arrayindex) {
4140
4140
  var productimagesarrayobj = {
4141
- thumbnail: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + arrayItem.path,
4142
- original: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + arrayItem.path,
4141
+ thumbnail: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + arrayItem.path,
4142
+ original: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + arrayItem.path,
4143
4143
  galleryid: arrayItem.galleryid
4144
4144
  // description:
4145
4145
  // // { dangerouslySetInnerHTML={{
@@ -49043,6 +49043,7 @@ var UpSlideEffectCard = function UpSlideEffectCard(props) {
49043
49043
  var setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
49044
49044
  var setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
49045
49045
  var routingcountext = props.actions.routingcountext;
49046
+ var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
49046
49047
  var _useState5 = React.useState(false),
49047
49048
  _useState6 = _slicedToArray__default["default"](_useState5, 2),
49048
49049
  showquantity = _useState6[0],
@@ -49450,7 +49451,11 @@ var UpSlideEffectCard = function UpSlideEffectCard(props) {
49450
49451
  },
49451
49452
  onClick: function onClick(e) {
49452
49453
  e.stopPropagation();
49453
- routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
49454
+ if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'Product Information') {
49455
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
49456
+ } else {
49457
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
49458
+ }
49454
49459
  }
49455
49460
  }, item.image != '' && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
49456
49461
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
@@ -49521,10 +49526,11 @@ var UpSlideEffectCard = function UpSlideEffectCard(props) {
49521
49526
  "class": "row m-0 w-100 align-items-center justify-content-start"
49522
49527
  }, /*#__PURE__*/React__default["default"].createElement("p", {
49523
49528
  onClick: function onClick() {
49524
- if (props.fetchingtypeprops == 'collections') {
49525
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
49529
+ if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'Product Information') {
49530
+ setShowProductInfoModalContext(true);
49531
+ setProductIdProdutInfoModalContext(item.productid);
49526
49532
  } else {
49527
- routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
49533
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
49528
49534
  }
49529
49535
  },
49530
49536
  "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 m-0 '
@@ -52126,7 +52132,7 @@ var Card23 = function Card23(props) {
52126
52132
  fontSize: sectionproperties.pillfontSize + 'px',
52127
52133
  direction: 'ltr'
52128
52134
  }
52129
- }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
52135
+ }, '-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%')), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
52130
52136
  "class": "".concat(cardsstyles2.outstockbadge) + ' allcentered '
52131
52137
  }, /*#__PURE__*/React__default["default"].createElement("p", {
52132
52138
  "class": "m-0 p-0"
@@ -57579,7 +57585,7 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
57579
57585
  fontSize: sectionproperties.pillfontSize + 'px',
57580
57586
  direction: 'ltr'
57581
57587
  }
57582
- }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57588
+ }, '-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%')), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57583
57589
  "class": "".concat(card_cssstyles.wishlist_btn) + ' cursor-pointer ',
57584
57590
  onClick: function onClick(e) {
57585
57591
  e.stopPropagation();
@@ -58158,7 +58164,7 @@ var Productcard_with_slideanimation = function Productcard_with_slideanimation(p
58158
58164
  fontSize: sectionproperties.pillfontSize + 'px',
58159
58165
  direction: 'ltr'
58160
58166
  }
58161
- }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
58167
+ }, '-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%')), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
58162
58168
  "class": "".concat(card_cssstyles.outstockbadge) + ' allcentered '
58163
58169
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58164
58170
  "class": "m-0 p-0"
package/dist/index.esm.js CHANGED
@@ -4091,8 +4091,8 @@ var Productinfo = function Productinfo(props) {
4091
4091
  if (Array.isArray(fetchProductInfoQueryContext.data.data.productinfo.productimages)) {
4092
4092
  fetchProductInfoQueryContext.data.data.productinfo.productimages.forEach(function (arrayItem, arrayindex) {
4093
4093
  var productimagesarrayobj = {
4094
- thumbnail: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + arrayItem.path,
4095
- original: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + arrayItem.path,
4094
+ thumbnail: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + arrayItem.path,
4095
+ original: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + arrayItem.path,
4096
4096
  galleryid: arrayItem.galleryid
4097
4097
  // description:
4098
4098
  // // { dangerouslySetInnerHTML={{
@@ -48996,6 +48996,7 @@ var UpSlideEffectCard = function UpSlideEffectCard(props) {
48996
48996
  var setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
48997
48997
  var setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
48998
48998
  var routingcountext = props.actions.routingcountext;
48999
+ var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
48999
49000
  var _useState5 = useState(false),
49000
49001
  _useState6 = _slicedToArray(_useState5, 2),
49001
49002
  showquantity = _useState6[0],
@@ -49403,7 +49404,11 @@ var UpSlideEffectCard = function UpSlideEffectCard(props) {
49403
49404
  },
49404
49405
  onClick: function onClick(e) {
49405
49406
  e.stopPropagation();
49406
- routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
49407
+ if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'Product Information') {
49408
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
49409
+ } else {
49410
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
49411
+ }
49407
49412
  }
49408
49413
  }, item.image != '' && /*#__PURE__*/React.createElement(Imagekitimagecomp, {
49409
49414
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
@@ -49474,10 +49479,11 @@ var UpSlideEffectCard = function UpSlideEffectCard(props) {
49474
49479
  "class": "row m-0 w-100 align-items-center justify-content-start"
49475
49480
  }, /*#__PURE__*/React.createElement("p", {
49476
49481
  onClick: function onClick() {
49477
- if (props.fetchingtypeprops == 'collections') {
49478
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
49482
+ if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'Product Information') {
49483
+ setShowProductInfoModalContext(true);
49484
+ setProductIdProdutInfoModalContext(item.productid);
49479
49485
  } else {
49480
- routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
49486
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
49481
49487
  }
49482
49488
  },
49483
49489
  "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 m-0 '
@@ -52079,7 +52085,7 @@ var Card23 = function Card23(props) {
52079
52085
  fontSize: sectionproperties.pillfontSize + 'px',
52080
52086
  direction: 'ltr'
52081
52087
  }
52082
- }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React.createElement("div", {
52088
+ }, '-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%')), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React.createElement("div", {
52083
52089
  "class": "".concat(cardsstyles2.outstockbadge) + ' allcentered '
52084
52090
  }, /*#__PURE__*/React.createElement("p", {
52085
52091
  "class": "m-0 p-0"
@@ -57532,7 +57538,7 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
57532
57538
  fontSize: sectionproperties.pillfontSize + 'px',
57533
57539
  direction: 'ltr'
57534
57540
  }
57535
- }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
57541
+ }, '-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%')), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
57536
57542
  "class": "".concat(card_cssstyles.wishlist_btn) + ' cursor-pointer ',
57537
57543
  onClick: function onClick(e) {
57538
57544
  e.stopPropagation();
@@ -58111,7 +58117,7 @@ var Productcard_with_slideanimation = function Productcard_with_slideanimation(p
58111
58117
  fontSize: sectionproperties.pillfontSize + 'px',
58112
58118
  direction: 'ltr'
58113
58119
  }
58114
- }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React.createElement("div", {
58120
+ }, '-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%')), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React.createElement("div", {
58115
58121
  "class": "".concat(card_cssstyles.outstockbadge) + ' allcentered '
58116
58122
  }, /*#__PURE__*/React.createElement("p", {
58117
58123
  "class": "m-0 p-0"
package/dist/index.umd.js CHANGED
@@ -3981,8 +3981,8 @@
3981
3981
  if (Array.isArray(fetchProductInfoQueryContext.data.data.productinfo.productimages)) {
3982
3982
  fetchProductInfoQueryContext.data.data.productinfo.productimages.forEach(function (arrayItem, arrayindex) {
3983
3983
  var productimagesarrayobj = {
3984
- thumbnail: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + arrayItem.path,
3985
- original: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + arrayItem.path,
3984
+ thumbnail: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + arrayItem.path,
3985
+ original: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + arrayItem.path,
3986
3986
  galleryid: arrayItem.galleryid
3987
3987
  // description:
3988
3988
  // // { dangerouslySetInnerHTML={{
@@ -48886,6 +48886,7 @@
48886
48886
  var setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
48887
48887
  var setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
48888
48888
  var routingcountext = props.actions.routingcountext;
48889
+ var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
48889
48890
  var _useState5 = React.useState(false),
48890
48891
  _useState6 = _slicedToArray__default["default"](_useState5, 2),
48891
48892
  showquantity = _useState6[0],
@@ -49293,7 +49294,11 @@
49293
49294
  },
49294
49295
  onClick: function onClick(e) {
49295
49296
  e.stopPropagation();
49296
- routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
49297
+ if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'Product Information') {
49298
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
49299
+ } else {
49300
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
49301
+ }
49297
49302
  }
49298
49303
  }, item.image != '' && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
49299
49304
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
@@ -49364,10 +49369,11 @@
49364
49369
  "class": "row m-0 w-100 align-items-center justify-content-start"
49365
49370
  }, /*#__PURE__*/React__default["default"].createElement("p", {
49366
49371
  onClick: function onClick() {
49367
- if (props.fetchingtypeprops == 'collections') {
49368
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
49372
+ if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'Product Information') {
49373
+ setShowProductInfoModalContext(true);
49374
+ setProductIdProdutInfoModalContext(item.productid);
49369
49375
  } else {
49370
- routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
49376
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
49371
49377
  }
49372
49378
  },
49373
49379
  "class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 m-0 '
@@ -51969,7 +51975,7 @@
51969
51975
  fontSize: sectionproperties.pillfontSize + 'px',
51970
51976
  direction: 'ltr'
51971
51977
  }
51972
- }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
51978
+ }, '-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%')), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
51973
51979
  "class": "".concat(cardsstyles2.outstockbadge) + ' allcentered '
51974
51980
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51975
51981
  "class": "m-0 p-0"
@@ -57422,7 +57428,7 @@
57422
57428
  fontSize: sectionproperties.pillfontSize + 'px',
57423
57429
  direction: 'ltr'
57424
57430
  }
57425
- }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57431
+ }, '-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%')), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
57426
57432
  "class": "".concat(card_cssstyles.wishlist_btn) + ' cursor-pointer ',
57427
57433
  onClick: function onClick(e) {
57428
57434
  e.stopPropagation();
@@ -58001,7 +58007,7 @@
58001
58007
  fontSize: sectionproperties.pillfontSize + 'px',
58002
58008
  direction: 'ltr'
58003
58009
  }
58004
- }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
58010
+ }, '-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%')), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
58005
58011
  "class": "".concat(card_cssstyles.outstockbadge) + ' allcentered '
58006
58012
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58007
58013
  "class": "m-0 p-0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.312",
3
+ "version": "0.0.313",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {