@manifoldco/component-plan-matrix
Advanced tools
Comparing version 0.0.1-alpha.0 to 0.0.1-test.0
@@ -5,3 +5,3 @@ 'use strict'; | ||
const core = require('./core-3fc7b630.js'); | ||
const core = require('./core-506459cd.js'); | ||
@@ -8,0 +8,0 @@ const defineCustomElements = (win, options) => { |
@@ -5,3 +5,3 @@ 'use strict'; | ||
const core = require('./core-3fc7b630.js'); | ||
const core = require('./core-506459cd.js'); | ||
@@ -8,0 +8,0 @@ const ManifoldButton = class { |
'use strict'; | ||
const core = require('./core-3fc7b630.js'); | ||
const core = require('./core-506459cd.js'); | ||
@@ -5,0 +5,0 @@ core.patchBrowser().then(options => { |
@@ -8,3 +8,3 @@ { | ||
"name": "@stencil/core", | ||
"version": "1.8.8", | ||
"version": "1.8.9", | ||
"typescriptVersion": "3.7.5" | ||
@@ -11,0 +11,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
import { r as registerInstance, h, g as getElement } from './core-92f15983.js'; | ||
import { r as registerInstance, h, g as getElement } from './core-235f4aaa.js'; | ||
var ManifoldButton = /** @class */ (function () { | ||
@@ -3,0 +3,0 @@ function ManifoldButton(hostRef) { |
@@ -1,2 +0,2 @@ | ||
import { r as registerInstance, h, g as getElement } from './core-92f15983.js'; | ||
import { r as registerInstance, h, g as getElement } from './core-235f4aaa.js'; | ||
@@ -3,0 +3,0 @@ const ManifoldButton = class { |
@@ -561,5 +561,5 @@ /* | ||
} | ||
CustomStyle.prototype.initShim = function () { | ||
CustomStyle.prototype.i = function () { | ||
var _this = this; | ||
if (this.didInit) { | ||
if (this.didInit || !this.win.requestAnimationFrame) { | ||
return Promise.resolve(); | ||
@@ -653,8 +653,6 @@ } | ||
}()); | ||
var win = window; | ||
function needsShim() { | ||
return !(win.CSS && win.CSS.supports && win.CSS.supports('color', 'var(--c)')); | ||
} | ||
if (!win.__stencil_cssshim && needsShim()) { | ||
win.__stencil_cssshim = new CustomStyle(win, document); | ||
} | ||
(function (win) { | ||
if (win && !win.__cssshim && (!(win.CSS && win.CSS.supports && win.CSS.supports('color', 'var(--c)')))) { | ||
win.__cssshim = new CustomStyle(win, win.document); | ||
} | ||
})(typeof window !== 'undefined' && window); |
@@ -1,1 +0,1 @@ | ||
import{p as f,b as i}from"./p-e94b0dfb.js";f().then(f=>i([["p-wgcfxzhq",[[0,"manifold-pricing"],[0,"manifold-button",{text:[1],href:[1]}]]]],f)); | ||
import{p as i,b as m}from"./p-5b6cb690.js";i().then(i=>m([["p-wqgn2md6",[[0,"manifold-pricing"],[0,"manifold-button",{text:[1],href:[1]}]]]],i)); |
{ | ||
"name": "@manifoldco/component-plan-matrix", | ||
"version": "0.0.1-alpha.0", | ||
"version": "0.0.1-test.0", | ||
"private": false, | ||
@@ -26,3 +26,3 @@ "description": "Stencil Component Starter", | ||
"lint:js": "eslint --ext .js,.ts,.tsx src", | ||
"prepublishOnly": "npm run build && npm version --from-git", | ||
"prepublishOnly": "npm run build && npm version from-git", | ||
"start": "stencil build --dev --watch --serve", | ||
@@ -29,0 +29,0 @@ "storybook": "start-storybook -p 6006", |
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
5
703839
10689