New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@blueprintui/components

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintui/components - npm Package Compare versions

Comparing version 1.10.1 to 1.10.2

2

badge/element.css.js

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

const a=new CSSStyleSheet;a.replaceSync(":host{--background:var(--bp-status-neutral-background-200);--color:var(--bp-status-neutral-color-100);--font-size:var(--bp-text-size-100);--width:initial;--height:initial;--min-width:var(--bp-size-5);--min-height:var(--bp-size-5);--border-radius:var(--bp-object-border-radius-200);--padding:var(--bp-size-2)}[part=internal]{background:var(--background);color:var(--color);width:var(--width);height:var(--height);min-width:var(--min-width);min-height:var(--min-height);font-size:var(--font-size);border-radius:var(--border-radius);padding:var(--padding);place-items:center;place-content:center;display:flex;line-height:0}:host(:--text-content){--min-width:calc(var(--bp-size-6) + var(--bp-size-2));--min-height:calc(var(--bp-size-6) + var(--bp-size-2));--padding:var(--bp-size-3) var(--bp-size-4)}:host(:--text-content-1),:host(:--text-content-2){--padding:var(--bp-size-2)}:host([status='accent']){--background:var(--bp-status-accent-background-200);--color:var(--bp-status-accent-color-100)}:host([status='success']){--background:var(--bp-status-success-background-200);--color:var(--bp-status-success-color-100)}:host([status='warning']){--background:var(--bp-status-warning-background-200);--color:var(--bp-status-warning-color-100)}:host([status='danger']){--background:var(--bp-status-danger-background-200);--color:var(--bp-status-danger-color-100)}");export{a as default};
const a=new CSSStyleSheet;a.replaceSync(":host{--background:var(--bp-status-neutral-background-200);--color:var(--bp-status-neutral-color-100);--font-size:var(--bp-text-size-100);--width:initial;--height:initial;--min-width:var(--bp-size-5);--min-height:var(--bp-size-5);--border-radius:var(--bp-object-border-radius-200);--padding:var(--bp-size-2);display:inline-flex}[part=internal]{background:var(--background);color:var(--color);width:var(--width);height:var(--height);min-width:var(--min-width);min-height:var(--min-height);font-size:var(--font-size);border-radius:var(--border-radius);padding:var(--padding);place-items:center;place-content:center;display:flex;line-height:0}:host(:--text-content){--min-width:calc(var(--bp-size-6) + var(--bp-size-2));--min-height:calc(var(--bp-size-6) + var(--bp-size-2));--padding:var(--bp-size-3) var(--bp-size-4)}:host(:--text-content-1),:host(:--text-content-2){--padding:var(--bp-size-2)}:host([status='accent']){--background:var(--bp-status-accent-background-200);--color:var(--bp-status-accent-color-100)}:host([status='success']){--background:var(--bp-status-success-background-200);--color:var(--bp-status-success-color-100)}:host([status='warning']){--background:var(--bp-status-warning-background-200);--color:var(--bp-status-warning-color-100)}:host([status='danger']){--background:var(--bp-status-danger-background-200);--color:var(--bp-status-danger-color-100)}");export{a as default};

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

import{GlobalStateService as e}from"../services/global.service.js";const t="1.10.1";function s(t,s){if(!customElements.get(t)){customElements.define(t,s);const n={name:t,version:"1.10.1"};s.__meta=n,e.dispatch("defineElement",{elementRegistry:[n]})}}export{s as defineElement,t as version};
import{GlobalStateService as e}from"../services/global.service.js";const t="1.10.2";function s(t,s){if(!customElements.get(t)){customElements.define(t,s);const n={name:t,version:"1.10.2"};s.__meta=n,e.dispatch("defineElement",{elementRegistry:[n]})}}export{s as defineElement,t as version};
{
"name": "@blueprintui/components",
"version": "1.10.1",
"version": "1.10.2",
"main": "./index.js",

@@ -5,0 +5,0 @@ "module": "./index.js",

import { TemplateResult } from 'lit';
export declare function createFixture(template?: TemplateResult): Promise<HTMLElement>;
export declare function createVisualFixture(template?: TemplateResult, config?: {
theme?: string;
width?: string;
height?: string;
}): Promise<HTMLElement>;
export declare function removeFixture(element: HTMLElement): void;

@@ -4,0 +9,0 @@ export declare function elementIsStable(component: any): any;

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

import{render as e}from"lit";function n(n){const t=document.createElement("div");return document.body.appendChild(t),n&&e(n,t),Promise.all(Array.from(document.querySelectorAll(":not(:defined)")).map((e=>customElements.whenDefined(e.tagName)))).then((()=>t))}function t(e){e.remove()}function o(e,n=10){return e().catch((()=>n>0?o(e,n--):Promise.reject()))}function r(e){return o((()=>e.updateComplete?Promise.resolve(""):Promise.reject()))}function i(){return new Promise((e=>requestAnimationFrame((()=>e("")))))}function u(e){const n=new MouseEvent("mousedown"),t=new MouseEvent("mouseup"),o=new MouseEvent("click");e.dispatchEvent(n),e.dispatchEvent(t),e.dispatchEvent(o)}function c(e,n){return new Promise((t=>e.addEventListener(n,(e=>t(e)))))}export{n as createFixture,r as elementIsStable,u as emulateClick,i as nextRepaint,c as onceEvent,t as removeFixture};
import{render as e}from"lit";function t(t){const n=document.createElement("div");return document.body.appendChild(n),t&&e(t,n),Promise.all(Array.from(document.querySelectorAll(":not(:defined)")).map((e=>customElements.whenDefined(e.tagName)))).then((()=>n))}async function n(e,n){n={theme:"modern",width:"initial",height:"initial",...n},document.documentElement.setAttribute("bp-theme",n.theme),document.documentElement.style.setProperty("--bp-text-font","Helvetica"),document.body.setAttribute("bp-text","body");const o=document.createElement("style");o.innerHTML="* { text-rendering: geometricprecision !important; }",document.head.appendChild(o);const i=await t(e);return i.setAttribute("bp-layout","block gap:lg"),i.setAttribute("style",`padding: 12px; width: ${n.width}; height: ${n.height};`),i}function o(e){e.remove()}function i(e,t=10){return e().catch((()=>t>0?i(e,t--):Promise.reject()))}function r(e){return i((()=>e.updateComplete?Promise.resolve(""):Promise.reject()))}function c(){return new Promise((e=>requestAnimationFrame((()=>e("")))))}function m(e){const t=new MouseEvent("mousedown"),n=new MouseEvent("mouseup"),o=new MouseEvent("click");e.dispatchEvent(t),e.dispatchEvent(n),e.dispatchEvent(o)}function u(e,t){return new Promise((n=>e.addEventListener(t,(e=>n(e)))))}export{t as createFixture,n as createVisualFixture,r as elementIsStable,m as emulateClick,c as nextRepaint,u as onceEvent,o as removeFixture};

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