tabexseriescomponents 0.0.92 → 0.0.94

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
@@ -7556,9 +7556,6 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
7556
7556
  React.useEffect(function () {
7557
7557
  setsectionproperties(props.sectionpropertiesprops);
7558
7558
  }, [props.sectionpropertiesprops]);
7559
- React.useEffect(function () {
7560
- alert(authdetailsContext);
7561
- }, []);
7562
7559
  var sectionstyles = {
7563
7560
  collectionbtn: glamor.css({
7564
7561
  color: sectionproperties.collectionsectiontextcolor,
@@ -36533,9 +36530,8 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
36533
36530
  }
36534
36531
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
36535
36532
  urlEndpoint: IKurlEndpoint,
36536
- publicKey: IKpublicKey // '/tr:w-300,h-300/' +
36537
- ,
36538
- path: item.image,
36533
+ publicKey: IKpublicKey,
36534
+ path: '/tr:w-300,h-300/' + item.image,
36539
36535
  loading: "lazy",
36540
36536
  style: {
36541
36537
  height: '100%',
package/dist/index.esm.js CHANGED
@@ -7513,9 +7513,6 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
7513
7513
  useEffect(function () {
7514
7514
  setsectionproperties(props.sectionpropertiesprops);
7515
7515
  }, [props.sectionpropertiesprops]);
7516
- useEffect(function () {
7517
- alert(authdetailsContext);
7518
- }, []);
7519
7516
  var sectionstyles = {
7520
7517
  collectionbtn: css({
7521
7518
  color: sectionproperties.collectionsectiontextcolor,
@@ -36490,9 +36487,8 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
36490
36487
  }
36491
36488
  }, /*#__PURE__*/React.createElement(IKImage, {
36492
36489
  urlEndpoint: IKurlEndpoint,
36493
- publicKey: IKpublicKey // '/tr:w-300,h-300/' +
36494
- ,
36495
- path: item.image,
36490
+ publicKey: IKpublicKey,
36491
+ path: '/tr:w-300,h-300/' + item.image,
36496
36492
  loading: "lazy",
36497
36493
  style: {
36498
36494
  height: '100%',
package/dist/index.umd.js CHANGED
@@ -7496,9 +7496,6 @@
7496
7496
  React.useEffect(function () {
7497
7497
  setsectionproperties(props.sectionpropertiesprops);
7498
7498
  }, [props.sectionpropertiesprops]);
7499
- React.useEffect(function () {
7500
- alert(authdetailsContext);
7501
- }, []);
7502
7499
  var sectionstyles = {
7503
7500
  collectionbtn: glamor.css({
7504
7501
  color: sectionproperties.collectionsectiontextcolor,
@@ -36473,9 +36470,8 @@
36473
36470
  }
36474
36471
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
36475
36472
  urlEndpoint: IKurlEndpoint,
36476
- publicKey: IKpublicKey // '/tr:w-300,h-300/' +
36477
- ,
36478
- path: item.image,
36473
+ publicKey: IKpublicKey,
36474
+ path: '/tr:w-300,h-300/' + item.image,
36479
36475
  loading: "lazy",
36480
36476
  style: {
36481
36477
  height: '100%',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.92",
3
+ "version": "0.0.94",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {