tabexseriescomponents 0.2.1256 → 0.2.1257

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
@@ -74894,14 +74894,14 @@ var MarqueeSection = function MarqueeSection(props) {
74894
74894
  }
74895
74895
  }),
74896
74896
  marqueeimagecontainer: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
74897
- width: sectionproperties.image_width + 'px',
74898
- height: sectionproperties.image_height + 'px',
74897
+ width: sectionproperties.image_width == 0 ? 'auto' : sectionproperties.image_width + 'px',
74898
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px',
74899
74899
  border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
74900
74900
  flex: '0 0 auto',
74901
74901
  overflow: 'hidden'
74902
74902
  }, "overflow", 'hidden'), "paddingLeft", sectionproperties.innersectionpaddinghorizontal + 'px'), "paddingRight", sectionproperties.innersectionpaddinghorizontal + 'px'), '@media (max-width: 800px)', {
74903
- width: sectionproperties.image_width_resp + 'px',
74904
- height: sectionproperties.height_responsive + 'px'
74903
+ width: sectionproperties.image_width_resp == 0 ? 'auto' : sectionproperties.image_width_resp + 'px',
74904
+ height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + 'px'
74905
74905
  })),
74906
74906
  marqueeimage: glamor.css({
74907
74907
  width: sectionproperties.imageInnerWidth_Height + '%',
@@ -74934,53 +74934,37 @@ var MarqueeSection = function MarqueeSection(props) {
74934
74934
  }, /*#__PURE__*/React__default["default"].createElement("span", {
74935
74935
  "class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text2' : 'd-flex flex-row align-items-center rotating-text-reverse2'
74936
74936
  }, [].concat(_toConsumableArray__default["default"](cardsarray), _toConsumableArray__default["default"](cardsarray)).map(function (cardinfoitem, cardinfoindex) {
74937
- if (cardinfoitem.marqueeimage != null) {
74938
- var _authdetailsContext$i;
74939
- return /*#__PURE__*/React__default["default"].createElement("div", {
74940
- "class": section_styles.marqueeimagecontainer + ' ',
74941
- style: {
74942
- textAlign: 'center',
74943
- alignItems: 'center',
74944
- alignContent: 'center'
74945
- }
74946
- }, cardinfoitem.marqueeimage != null && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
74947
- "class": section_styles.marqueeimage + ' mt-auto mb-auto ',
74948
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
74949
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
74950
- path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
74951
- style: {
74952
- objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
74953
- margin: 0,
74954
- padding: 0,
74955
- borderRadius: sectionproperties.imageborderradius + 'px'
74956
- }
74957
- }), /*#__PURE__*/React__default["default"].createElement("p", {
74958
- "class": section_styles.textstyle + ' mb-0 p-0 ',
74959
- style: {
74960
- cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
74961
- },
74962
- onClick: function onClick() {
74963
- var _authdetailsContext$i2;
74964
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
74965
- window.open('https://www.instagram.com', '_blank');
74966
- }
74967
- }
74968
- }, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
74969
- } else {
74970
- var _authdetailsContext$i3;
74971
- return /*#__PURE__*/React__default["default"].createElement("p", {
74972
- "class": section_styles.textstyle + ' mb-0 p-0 ',
74973
- style: {
74974
- cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
74975
- },
74976
- onClick: function onClick() {
74977
- var _authdetailsContext$i4;
74978
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '691dcd6e974bb') {
74979
- window.open('https://www.instagram.com', '_blank');
74980
- }
74937
+ var _authdetailsContext$i;
74938
+ return /*#__PURE__*/React__default["default"].createElement("div", {
74939
+ "class": section_styles.marqueeimagecontainer + ' ',
74940
+ style: {
74941
+ textAlign: 'center',
74942
+ alignItems: 'center',
74943
+ alignContent: 'center'
74944
+ }
74945
+ }, cardinfoitem.marqueeimage != null && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
74946
+ "class": section_styles.marqueeimage + ' mt-auto mb-auto ',
74947
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
74948
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
74949
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
74950
+ style: {
74951
+ objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
74952
+ margin: 0,
74953
+ padding: 0,
74954
+ borderRadius: sectionproperties.imageborderradius + 'px'
74955
+ }
74956
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
74957
+ "class": section_styles.textstyle + ' mb-0 p-0 ',
74958
+ style: {
74959
+ cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
74960
+ },
74961
+ onClick: function onClick() {
74962
+ var _authdetailsContext$i2;
74963
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
74964
+ window.open('https://www.instagram.com', '_blank');
74981
74965
  }
74982
- }, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear);
74983
- }
74966
+ }
74967
+ }, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
74984
74968
  }))));
74985
74969
  };
74986
74970
 
package/dist/index.esm.js CHANGED
@@ -74843,14 +74843,14 @@ var MarqueeSection = function MarqueeSection(props) {
74843
74843
  }
74844
74844
  }),
74845
74845
  marqueeimagecontainer: css(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
74846
- width: sectionproperties.image_width + 'px',
74847
- height: sectionproperties.image_height + 'px',
74846
+ width: sectionproperties.image_width == 0 ? 'auto' : sectionproperties.image_width + 'px',
74847
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px',
74848
74848
  border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
74849
74849
  flex: '0 0 auto',
74850
74850
  overflow: 'hidden'
74851
74851
  }, "overflow", 'hidden'), "paddingLeft", sectionproperties.innersectionpaddinghorizontal + 'px'), "paddingRight", sectionproperties.innersectionpaddinghorizontal + 'px'), '@media (max-width: 800px)', {
74852
- width: sectionproperties.image_width_resp + 'px',
74853
- height: sectionproperties.height_responsive + 'px'
74852
+ width: sectionproperties.image_width_resp == 0 ? 'auto' : sectionproperties.image_width_resp + 'px',
74853
+ height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + 'px'
74854
74854
  })),
74855
74855
  marqueeimage: css({
74856
74856
  width: sectionproperties.imageInnerWidth_Height + '%',
@@ -74883,53 +74883,37 @@ var MarqueeSection = function MarqueeSection(props) {
74883
74883
  }, /*#__PURE__*/React.createElement("span", {
74884
74884
  "class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text2' : 'd-flex flex-row align-items-center rotating-text-reverse2'
74885
74885
  }, [].concat(_toConsumableArray(cardsarray), _toConsumableArray(cardsarray)).map(function (cardinfoitem, cardinfoindex) {
74886
- if (cardinfoitem.marqueeimage != null) {
74887
- var _authdetailsContext$i;
74888
- return /*#__PURE__*/React.createElement("div", {
74889
- "class": section_styles.marqueeimagecontainer + ' ',
74890
- style: {
74891
- textAlign: 'center',
74892
- alignItems: 'center',
74893
- alignContent: 'center'
74894
- }
74895
- }, cardinfoitem.marqueeimage != null && /*#__PURE__*/React.createElement(Imagekitimagecomp, {
74896
- "class": section_styles.marqueeimage + ' mt-auto mb-auto ',
74897
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
74898
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
74899
- path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
74900
- style: {
74901
- objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
74902
- margin: 0,
74903
- padding: 0,
74904
- borderRadius: sectionproperties.imageborderradius + 'px'
74905
- }
74906
- }), /*#__PURE__*/React.createElement("p", {
74907
- "class": section_styles.textstyle + ' mb-0 p-0 ',
74908
- style: {
74909
- cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
74910
- },
74911
- onClick: function onClick() {
74912
- var _authdetailsContext$i2;
74913
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
74914
- window.open('https://www.instagram.com', '_blank');
74915
- }
74916
- }
74917
- }, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
74918
- } else {
74919
- var _authdetailsContext$i3;
74920
- return /*#__PURE__*/React.createElement("p", {
74921
- "class": section_styles.textstyle + ' mb-0 p-0 ',
74922
- style: {
74923
- cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
74924
- },
74925
- onClick: function onClick() {
74926
- var _authdetailsContext$i4;
74927
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '691dcd6e974bb') {
74928
- window.open('https://www.instagram.com', '_blank');
74929
- }
74886
+ var _authdetailsContext$i;
74887
+ return /*#__PURE__*/React.createElement("div", {
74888
+ "class": section_styles.marqueeimagecontainer + ' ',
74889
+ style: {
74890
+ textAlign: 'center',
74891
+ alignItems: 'center',
74892
+ alignContent: 'center'
74893
+ }
74894
+ }, cardinfoitem.marqueeimage != null && /*#__PURE__*/React.createElement(Imagekitimagecomp, {
74895
+ "class": section_styles.marqueeimage + ' mt-auto mb-auto ',
74896
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
74897
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
74898
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
74899
+ style: {
74900
+ objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
74901
+ margin: 0,
74902
+ padding: 0,
74903
+ borderRadius: sectionproperties.imageborderradius + 'px'
74904
+ }
74905
+ }), /*#__PURE__*/React.createElement("p", {
74906
+ "class": section_styles.textstyle + ' mb-0 p-0 ',
74907
+ style: {
74908
+ cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
74909
+ },
74910
+ onClick: function onClick() {
74911
+ var _authdetailsContext$i2;
74912
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
74913
+ window.open('https://www.instagram.com', '_blank');
74930
74914
  }
74931
- }, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear);
74932
- }
74915
+ }
74916
+ }, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
74933
74917
  }))));
74934
74918
  };
74935
74919
 
package/dist/index.umd.js CHANGED
@@ -74700,14 +74700,14 @@
74700
74700
  }
74701
74701
  }),
74702
74702
  marqueeimagecontainer: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
74703
- width: sectionproperties.image_width + 'px',
74704
- height: sectionproperties.image_height + 'px',
74703
+ width: sectionproperties.image_width == 0 ? 'auto' : sectionproperties.image_width + 'px',
74704
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px',
74705
74705
  border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
74706
74706
  flex: '0 0 auto',
74707
74707
  overflow: 'hidden'
74708
74708
  }, "overflow", 'hidden'), "paddingLeft", sectionproperties.innersectionpaddinghorizontal + 'px'), "paddingRight", sectionproperties.innersectionpaddinghorizontal + 'px'), '@media (max-width: 800px)', {
74709
- width: sectionproperties.image_width_resp + 'px',
74710
- height: sectionproperties.height_responsive + 'px'
74709
+ width: sectionproperties.image_width_resp == 0 ? 'auto' : sectionproperties.image_width_resp + 'px',
74710
+ height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + 'px'
74711
74711
  })),
74712
74712
  marqueeimage: glamor.css({
74713
74713
  width: sectionproperties.imageInnerWidth_Height + '%',
@@ -74740,53 +74740,37 @@
74740
74740
  }, /*#__PURE__*/React__default["default"].createElement("span", {
74741
74741
  "class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text2' : 'd-flex flex-row align-items-center rotating-text-reverse2'
74742
74742
  }, [].concat(_toConsumableArray__default["default"](cardsarray), _toConsumableArray__default["default"](cardsarray)).map(function (cardinfoitem, cardinfoindex) {
74743
- if (cardinfoitem.marqueeimage != null) {
74744
- var _authdetailsContext$i;
74745
- return /*#__PURE__*/React__default["default"].createElement("div", {
74746
- "class": section_styles.marqueeimagecontainer + ' ',
74747
- style: {
74748
- textAlign: 'center',
74749
- alignItems: 'center',
74750
- alignContent: 'center'
74751
- }
74752
- }, cardinfoitem.marqueeimage != null && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
74753
- "class": section_styles.marqueeimage + ' mt-auto mb-auto ',
74754
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
74755
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
74756
- path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
74757
- style: {
74758
- objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
74759
- margin: 0,
74760
- padding: 0,
74761
- borderRadius: sectionproperties.imageborderradius + 'px'
74762
- }
74763
- }), /*#__PURE__*/React__default["default"].createElement("p", {
74764
- "class": section_styles.textstyle + ' mb-0 p-0 ',
74765
- style: {
74766
- cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
74767
- },
74768
- onClick: function onClick() {
74769
- var _authdetailsContext$i2;
74770
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
74771
- window.open('https://www.instagram.com', '_blank');
74772
- }
74773
- }
74774
- }, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
74775
- } else {
74776
- var _authdetailsContext$i3;
74777
- return /*#__PURE__*/React__default["default"].createElement("p", {
74778
- "class": section_styles.textstyle + ' mb-0 p-0 ',
74779
- style: {
74780
- cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
74781
- },
74782
- onClick: function onClick() {
74783
- var _authdetailsContext$i4;
74784
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '691dcd6e974bb') {
74785
- window.open('https://www.instagram.com', '_blank');
74786
- }
74743
+ var _authdetailsContext$i;
74744
+ return /*#__PURE__*/React__default["default"].createElement("div", {
74745
+ "class": section_styles.marqueeimagecontainer + ' ',
74746
+ style: {
74747
+ textAlign: 'center',
74748
+ alignItems: 'center',
74749
+ alignContent: 'center'
74750
+ }
74751
+ }, cardinfoitem.marqueeimage != null && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
74752
+ "class": section_styles.marqueeimage + ' mt-auto mb-auto ',
74753
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
74754
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
74755
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
74756
+ style: {
74757
+ objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
74758
+ margin: 0,
74759
+ padding: 0,
74760
+ borderRadius: sectionproperties.imageborderradius + 'px'
74761
+ }
74762
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
74763
+ "class": section_styles.textstyle + ' mb-0 p-0 ',
74764
+ style: {
74765
+ cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
74766
+ },
74767
+ onClick: function onClick() {
74768
+ var _authdetailsContext$i2;
74769
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
74770
+ window.open('https://www.instagram.com', '_blank');
74787
74771
  }
74788
- }, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear);
74789
- }
74772
+ }
74773
+ }, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
74790
74774
  }))));
74791
74775
  };
74792
74776
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1256",
3
+ "version": "0.2.1257",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",