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

@livechat/chat-widget-design-tokens

Package Overview
Dependencies
Maintainers
9
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livechat/chat-widget-design-tokens - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/chat-widget-design-tokens.cjs.js

@@ -12,2 +12,3 @@ 'use strict';

var xl = '12px';
var xxl = '16px';
var none = '0px';

@@ -24,2 +25,3 @@ var round = '50%';

xl: xl,
xxl: xxl,
none: none,

@@ -26,0 +28,0 @@ round: round,

@@ -8,2 +8,3 @@ import { opacify } from 'polished';

var xl = '12px';
var xxl = '16px';
var none = '0px';

@@ -20,2 +21,3 @@ var round = '50%';

xl: xl,
xxl: xxl,
none: none,

@@ -22,0 +24,0 @@ round: round,

@@ -12,2 +12,3 @@ (function (global, factory) {

var xl = '12px';
var xxl = '16px';
var none = '0px';

@@ -24,2 +25,3 @@ var round = '50%';

xl: xl,
xxl: xxl,
none: none,

@@ -26,0 +28,0 @@ round: round,

2

package.json
{
"name": "@livechat/chat-widget-design-tokens",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "contributors": [

@@ -6,2 +6,3 @@ export declare const xs = "2px";

export declare const xl = "12px";
export declare const xxl = "16px";
export declare const none = "0px";

@@ -8,0 +9,0 @@ export declare const round = "50%";

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