@manifoldco/web-components
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -55,8 +55,17 @@ import { Component, Event, Host, State, Prop, h, Watch, } from '@stencil/core'; | ||
if (typeof value === 'boolean') { | ||
if (value === this.featureSelections[planSlug][idx].booleanSelection) { | ||
return; | ||
} | ||
this.featureSelections[planSlug][idx].booleanSelection = value; | ||
} | ||
else if (typeof value === 'number') { | ||
if (value === this.featureSelections[planSlug][idx].intSelection) { | ||
return; | ||
} | ||
this.featureSelections[planSlug][idx].intSelection = value; | ||
} | ||
else { | ||
if (value === this.featureSelections[planSlug][idx].stringSelection) { | ||
return; | ||
} | ||
this.featureSelections[planSlug][idx].stringSelection = value; | ||
@@ -63,0 +72,0 @@ } |
@@ -1,1 +0,1 @@ | ||
import{p as e,b as t}from"./p-8df06789.js";e().then(e=>t([["p-ce486730",[[1,"manifold-plan-table",{embed:[1],ctaText:[1,"cta-text"],baseUrl:[1,"base-url"],productData:[16],env:[1],featureSelections:[32],product:[32],client:[32]}]]]],e)); | ||
import{p as e,b as a}from"./p-8df06789.js";e().then(e=>a([["p-e87ca588",[[1,"manifold-plan-table",{embed:[1],ctaText:[1,"cta-text"],baseUrl:[1,"base-url"],productData:[16],env:[1],featureSelections:[32],product:[32],client:[32]}]]]],e)); |
@@ -1,1 +0,1 @@ | ||
System.register(["./p-40a5fb4b.system.js"],(function(){"use strict";var e,t;return{setters:[function(n){e=n.p;t=n.b}],execute:function(){e().then((function(e){return t([["p-ef4eda19.system",[[1,"manifold-plan-table",{embed:[1],ctaText:[1,"cta-text"],baseUrl:[1,"base-url"],productData:[16],env:[1],featureSelections:[32],product:[32],client:[32]}]]]],e)}))}}})); | ||
System.register(["./p-40a5fb4b.system.js"],(function(){"use strict";var e,t;return{setters:[function(n){e=n.p;t=n.b}],execute:function(){e().then((function(e){return t([["p-edf0a456.system",[[1,"manifold-plan-table",{embed:[1],ctaText:[1,"cta-text"],baseUrl:[1,"base-url"],productData:[16],env:[1],featureSelections:[32],product:[32],client:[32]}]]]],e)}))}}})); |
{ | ||
"name": "@manifoldco/web-components", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "Manifold's Web Components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1518455
24723