Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@manifoldco/web-components

Package Overview
Dependencies
Maintainers
11
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@manifoldco/web-components - npm Package Compare versions

Comparing version 0.0.39 to 0.0.40

dist/cjs/help-circle-989c49d3.js

4

dist/cjs/loader.cjs.js

@@ -5,8 +5,8 @@ 'use strict';

const index = require('./index-5afde02e.js');
const index = require('./index-8fab79ff.js');
const defineCustomElements = (win, options) => index.patchEsm().then(() => {
return index.bootstrapLazy([["manifold-plan-table.cjs",[[1,"manifold-plan-table",{"embed":[1],"ctaText":[1,"cta-text"],"planOptions":[16],"baseUrl":[1,"base-url"],"productData":[16],"env":[1],"featureSelections":[32],"featureErrors":[32],"product":[32],"client":[32],"breakpoint":[32],"scrolled":[32],"maxRowHeights":[32],"currentSlide":[32]},[[1,"scroll","scrollHandler"]]]]]], options);
return index.bootstrapLazy([["manifold-plan-table.cjs",[[1,"manifold-plan-table",{"embed":[1],"ctaText":[1,"cta-text"],"planOptions":[16],"baseUrl":[1,"base-url"],"productData":[16],"env":[1],"featureSelections":[32],"featureErrors":[32],"product":[32],"client":[32],"breakpoint":[32],"scrolled":[32],"maxRowHeights":[32],"currentSlide":[32]},[[1,"scroll","scrollHandler"]]]]],["plangraph-plan-table.cjs",[[1,"plangraph-plan-table",{"embed":[1],"ctaText":[1,"cta-text"],"planOptions":[16],"baseUrl":[1,"base-url"],"productData":[16],"env":[1],"featureSelections":[32],"featureErrors":[32],"product":[32],"client":[32],"breakpoint":[32],"scrolled":[32],"maxRowHeights":[32],"currentSlide":[32]},[[1,"scroll","scrollHandler"]]]]]], options);
});
exports.defineCustomElements = defineCustomElements;
'use strict';
const index = require('./index-5afde02e.js');
const index = require('./index-8fab79ff.js');
index.patchBrowser().then(options => {
return index.bootstrapLazy([["manifold-plan-table.cjs",[[1,"manifold-plan-table",{"embed":[1],"ctaText":[1,"cta-text"],"planOptions":[16],"baseUrl":[1,"base-url"],"productData":[16],"env":[1],"featureSelections":[32],"featureErrors":[32],"product":[32],"client":[32],"breakpoint":[32],"scrolled":[32],"maxRowHeights":[32],"currentSlide":[32]},[[1,"scroll","scrollHandler"]]]]]], options);
return index.bootstrapLazy([["manifold-plan-table.cjs",[[1,"manifold-plan-table",{"embed":[1],"ctaText":[1,"cta-text"],"planOptions":[16],"baseUrl":[1,"base-url"],"productData":[16],"env":[1],"featureSelections":[32],"featureErrors":[32],"product":[32],"client":[32],"breakpoint":[32],"scrolled":[32],"maxRowHeights":[32],"currentSlide":[32]},[[1,"scroll","scrollHandler"]]]]],["plangraph-plan-table.cjs",[[1,"plangraph-plan-table",{"embed":[1],"ctaText":[1,"cta-text"],"planOptions":[16],"baseUrl":[1,"base-url"],"productData":[16],"env":[1],"featureSelections":[32],"featureErrors":[32],"product":[32],"client":[32],"breakpoint":[32],"scrolled":[32],"maxRowHeights":[32],"currentSlide":[32]},[[1,"scroll","scrollHandler"]]]]]], options);
});
{
"entries": [
"./components/manifold-plan-table/manifold-plan-table.js"
"./components/manifold-plan-table/manifold-plan-table.js",
"./components/plangraph-plan-table/plangraph-plan-table.js"
],

@@ -5,0 +6,0 @@ "compiler": {

@@ -185,2 +185,3 @@ import { Component, Element, Event, Host, State, Prop, h, Watch, Listen, } from '@stencil/core';

componentWillLoad() {
console.warn('DEPRECATED: <manifold-plan-table> is deprecated. Please use <plangraph-plan-table> instead.');
this.featureSelections = {};

@@ -396,3 +397,3 @@ this.featureErrors = [];

h("tr", null,
h("th", { class: "feature-name", part: "plan-header plan-header--features cell feature-cell header-cell" }),
h("th", { class: "feature-name", part: "feature-header-cell cell feature-cell header-cell" }),
this.plans.map((plan) => this.renderHeaderCell(plan)))),

@@ -405,3 +406,3 @@ h("tbody", null,

h("tr", null,
h("td", { class: "feature-name", part: "footer-cell feature-cell" }),
h("td", { class: "feature-name", part: "footer-cell feature-cell feature-footer-cell" }),
this.plans.map((plan) => this.renderCTA(plan))))));

@@ -450,3 +451,38 @@ }

if (!this.product) {
return h(Host, null, "loading");
return (h(Host, null,
h("slot", { name: "loader" },
h("div", { class: "Skeleton__Grid" },
h("div", null,
h("h1", { class: "Skeleton" }, "Plan name"),
h("h2", { class: "Skeleton" }, "Plan Price"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature")),
h("div", null,
h("h1", { class: "Skeleton" }, "Plan name"),
h("h2", { class: "Skeleton" }, "Plan Price"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature")),
h("div", null,
h("h1", { class: "Skeleton" }, "Plan name"),
h("h2", { class: "Skeleton" }, "Plan Price"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"),
h("p", { class: "Skeleton" }, "Feature"))))));
}

@@ -453,0 +489,0 @@ return (h(Host, null, ['xs', 'sm'].includes(this.breakpoint) ? this.renderCarousel() : this.renderTable()));

@@ -1,1 +0,1 @@

import{p as e,b as a}from"./p-1fc48257.js";e().then(e=>a([["p-069bdae8",[[1,"manifold-plan-table",{embed:[1],ctaText:[1,"cta-text"],planOptions:[16],baseUrl:[1,"base-url"],productData:[16],env:[1],featureSelections:[32],featureErrors:[32],product:[32],client:[32],breakpoint:[32],scrolled:[32],maxRowHeights:[32],currentSlide:[32]},[[1,"scroll","scrollHandler"]]]]]],e));
import{p as e,b as r}from"./p-fdbb6cfd.js";e().then(e=>r([["p-de054e6e",[[1,"manifold-plan-table",{embed:[1],ctaText:[1,"cta-text"],planOptions:[16],baseUrl:[1,"base-url"],productData:[16],env:[1],featureSelections:[32],featureErrors:[32],product:[32],client:[32],breakpoint:[32],scrolled:[32],maxRowHeights:[32],currentSlide:[32]},[[1,"scroll","scrollHandler"]]]]],["p-9b15ebf0",[[1,"plangraph-plan-table",{embed:[1],ctaText:[1,"cta-text"],planOptions:[16],baseUrl:[1,"base-url"],productData:[16],env:[1],featureSelections:[32],featureErrors:[32],product:[32],client:[32],breakpoint:[32],scrolled:[32],maxRowHeights:[32],currentSlide:[32]},[[1,"scroll","scrollHandler"]]]]]],e));

@@ -10,2 +10,3 @@ /* eslint-disable */

import { EmbeddedProductQuery, } from "./types/graphql";
import { PlanOptions as PlanOptions1, PlanTableEvent as PlanTableEvent1, } from "./components/plangraph-plan-table/plangraph-plan-table";
export namespace Components {

@@ -20,2 +21,10 @@ interface ManifoldPlanTable {

}
interface PlangraphPlanTable {
"baseUrl"?: string;
"ctaText"?: string;
"embed": string;
"env": "prod" | "local";
"planOptions"?: PlanOptions;
"productData"?: EmbeddedProductQuery["embeddedProduct"];
}
}

@@ -29,4 +38,11 @@ declare global {

};
interface HTMLPlangraphPlanTableElement extends Components.PlangraphPlanTable, HTMLStencilElement {
}
var HTMLPlangraphPlanTableElement: {
prototype: HTMLPlangraphPlanTableElement;
new (): HTMLPlangraphPlanTableElement;
};
interface HTMLElementTagNameMap {
"manifold-plan-table": HTMLManifoldPlanTableElement;
"plangraph-plan-table": HTMLPlangraphPlanTableElement;
}

@@ -45,4 +61,15 @@ }

}
interface PlangraphPlanTable {
"baseUrl"?: string;
"ctaText"?: string;
"embed"?: string;
"env"?: "prod" | "local";
"onCtaClick"?: (event: CustomEvent<PlanTableEvent>) => void;
"onFeatureSelected"?: (event: CustomEvent<PlanTableEvent>) => void;
"planOptions"?: PlanOptions;
"productData"?: EmbeddedProductQuery["embeddedProduct"];
}
interface IntrinsicElements {
"manifold-plan-table": ManifoldPlanTable;
"plangraph-plan-table": PlangraphPlanTable;
}

@@ -55,4 +82,5 @@ }

"manifold-plan-table": LocalJSX.ManifoldPlanTable & JSXBase.HTMLAttributes<HTMLManifoldPlanTableElement>;
"plangraph-plan-table": LocalJSX.PlangraphPlanTable & JSXBase.HTMLAttributes<HTMLPlangraphPlanTableElement>;
}
}
}
{
"name": "@manifoldco/web-components",
"version": "0.0.39",
"version": "0.0.40",
"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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc