tabexseriescomponents 0.2.1285 → 0.2.1286

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
@@ -74664,6 +74664,9 @@ var MapsSection = function MapsSection(props) {
74664
74664
  }))));
74665
74665
  };
74666
74666
 
74667
+ // import { FetchingContext } from '../../Contexts/FetchingContext';
74668
+ // import { FetchingContext } from '../../../FetchingContext/FetchingContext';
74669
+
74667
74670
  // const gifts = [
74668
74671
  // { label: '10% OFF', color: colorTheme.wheelSegments[0] },
74669
74672
  // { label: 'Free Shipping', color: colorTheme.wheelSegments[1] },
package/dist/index.esm.js CHANGED
@@ -74613,6 +74613,9 @@ var MapsSection = function MapsSection(props) {
74613
74613
  }))));
74614
74614
  };
74615
74615
 
74616
+ // import { FetchingContext } from '../../Contexts/FetchingContext';
74617
+ // import { FetchingContext } from '../../../FetchingContext/FetchingContext';
74618
+
74616
74619
  // const gifts = [
74617
74620
  // { label: '10% OFF', color: colorTheme.wheelSegments[0] },
74618
74621
  // { label: 'Free Shipping', color: colorTheme.wheelSegments[1] },
package/dist/index.umd.js CHANGED
@@ -74470,6 +74470,9 @@
74470
74470
  }))));
74471
74471
  };
74472
74472
 
74473
+ // import { FetchingContext } from '../../Contexts/FetchingContext';
74474
+ // import { FetchingContext } from '../../../FetchingContext/FetchingContext';
74475
+
74473
74476
  // const gifts = [
74474
74477
  // { label: '10% OFF', color: colorTheme.wheelSegments[0] },
74475
74478
  // { label: 'Free Shipping', color: colorTheme.wheelSegments[1] },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1285",
3
+ "version": "0.2.1286",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",