@woosmap/ui 4.162.13 → 4.162.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.162.13",
3
+ "version": "4.162.15",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -40,9 +40,11 @@ class PricingSimulator extends Component {
40
40
  Object.keys(sliders).forEach((category) => {
41
41
  Object.keys(sliders[category]).forEach((pricingKey) => {
42
42
  const { discountEligible } = PricingData[category].pricings[pricingKey];
43
- const { amount, computedQueries, queries } = sliders[category][pricingKey];
43
+ const { amount, computedQueries } = sliders[category][pricingKey];
44
+ console.log(pricingKey, amount, computedQueries);
44
45
  if (typeof amount !== 'number' || typeof computedQueries !== 'number') {
45
- if (queries === '∞') {
46
+ if (computedQueries === '∞') {
47
+ console.log(pricingKey, "contact sale");
46
48
  contactSale = true;
47
49
  }
48
50
  return;
@@ -77,6 +79,7 @@ class PricingSimulator extends Component {
77
79
  totalDisplayed = `0${currency}`;
78
80
  suggestedPlan = 'Free';
79
81
  }
82
+ console.log(total, contactSale, suggestedPlan);
80
83
  return (
81
84
  <>
82
85
  <div className="pricing-nav">