@manifoldco/web-components
Advanced tools
Comparing version 0.0.20 to 0.0.21
import { Component, Event, Host, State, Prop, h, Watch, } from '@stencil/core'; | ||
import { createClient } from '@urql/core'; | ||
import checkIcon from '@manifoldco/mercury/icons/check.svg'; | ||
import xIcon from '@manifoldco/mercury/icons/x.svg'; | ||
import query from '../../graphql/EmbeddedProduct.graphql'; | ||
@@ -82,3 +83,3 @@ import { toUSD, displayRange, displayMetered } from '../../utils/cost'; | ||
} | ||
return h("span", { class: "excluded" }, "\u2022"); | ||
return h("div", { class: "icon", innerHTML: xIcon }); | ||
} | ||
@@ -85,0 +86,0 @@ // Toggle Feature |
@@ -1,1 +0,1 @@ | ||
import{p as a,b as t}from"./p-8df06789.js";a().then(a=>t([["p-0afd94f8",[[1,"manifold-plan-table",{embed:[1],ctaText:[1,"cta-text"],baseUrl:[1,"base-url"],productData:[16],env:[1],product:[32],client:[32]}]]]],a)); | ||
import{p as a,b as t}from"./p-8df06789.js";a().then(a=>t([["p-ff72b258",[[1,"manifold-plan-table",{embed:[1],ctaText:[1,"cta-text"],baseUrl:[1,"base-url"],productData:[16],env:[1],product:[32],client:[32]}]]]],a)); |
@@ -1,1 +0,1 @@ | ||
System.register(["./p-40a5fb4b.system.js"],(function(){"use strict";var t,e;return{setters:[function(n){t=n.p;e=n.b}],execute:function(){t().then((function(t){return e([["p-72e6c70c.system",[[1,"manifold-plan-table",{embed:[1],ctaText:[1,"cta-text"],baseUrl:[1,"base-url"],productData:[16],env:[1],product:[32],client:[32]}]]]],t)}))}}})); | ||
System.register(["./p-40a5fb4b.system.js"],(function(){"use strict";var t,e;return{setters:[function(n){t=n.p;e=n.b}],execute:function(){t().then((function(t){return e([["p-fff627a3.system",[[1,"manifold-plan-table",{embed:[1],ctaText:[1,"cta-text"],baseUrl:[1,"base-url"],productData:[16],env:[1],product:[32],client:[32]}]]]],t)}))}}})); |
import { ComponentInterface, EventEmitter } from '../../stencil-public-runtime'; | ||
import { Client } from '@urql/core'; | ||
import { EmbeddedProductQuery } from '../../types/graphql'; | ||
import { IntRangeFeatureValue } from '../../types/graphql'; | ||
import { EmbeddedProductQuery, IntRangeFeatureValue } from '../../types/graphql'; | ||
export interface PlanTableEvent { | ||
@@ -6,0 +5,0 @@ planSlug: string; |
{ | ||
"name": "@manifoldco/web-components", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"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
1481462
24123