Socket
Socket
Sign inDemoInstall

@vonage/vwc-chips

Package Overview
Dependencies
27
Maintainers
14
Versions
125
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.2.0

mwc-chips/mwc-chip-base.d.ts

4

CHANGELOG.md

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

# [1.2.0](https://github.com/vonage/vivid/compare/v1.1.3...v1.2.0) (2021-02-03)
## [1.1.3](https://github.com/vonage/vivid/compare/v1.1.2...v1.1.3) (2021-01-27)

@@ -2,0 +6,0 @@

20

package.json
{
"name": "@vonage/vwc-chips",
"version": "1.1.3",
"version": "1.2.0",
"description": "> TODO: description",

@@ -10,2 +10,3 @@ "homepage": "https://github.com/Vonage/vivid/tree/master/components/menu#readme",

"files": [
"mwc-chips",
"*.js",

@@ -30,6 +31,9 @@ "*.ts",

"dependencies": {
"@material/mwc-chips": "^0.2.0",
"@vonage/vvd-core": "^1.1.3",
"@vonage/vvd-style-coupling": "^1.1.3",
"@vonage/vwc-icon": "^1.1.3",
"@material/chips": "9.0.0-canary.1c156d69d.0",
"@material/mwc-base": "^0.20.0",
"@material/mwc-icon": "^0.20.0",
"@material/mwc-ripple": "^0.20.0",
"@vonage/vvd-core": "^1.2.0",
"@vonage/vvd-style-coupling": "^1.2.0",
"@vonage/vwc-icon": "^1.2.0",
"lit-element": "^2.4.0",

@@ -40,8 +44,8 @@ "lit-html": "^1.3.0",

"devDependencies": {
"@vonage/vvd-design-tokens": "^1.1.3",
"@vonage/vvd-typography": "^1.1.3",
"@vonage/vvd-design-tokens": "^1.2.0",
"@vonage/vvd-typography": "^1.2.0",
"@vonage/vvd-umbrella": "^1.0.4",
"typescript": "^4.1.3"
},
"gitHead": "9d1191c010487fa11eb1672f228cbf02bad35a84"
"gitHead": "4f0790041fd364600c73fad57c6902cfcec78d89"
}

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

import { ChipSet as MWCChipSet } from '@material/mwc-chips/mwc-chip-set';
import { ChipSet as MWCChipSet } from './mwc-chips/mwc-chip-set.js';
declare global {

@@ -3,0 +3,0 @@ interface HTMLElementTagNameMap {

import { __decorate } from "tslib";
import { customElement } from 'lit-element';
import { ChipSet as MWCChipSet } from '@material/mwc-chips/mwc-chip-set';
import { ChipSet as MWCChipSet } from './mwc-chips/mwc-chip-set.js';
import { style as vwcChipSetStyle } from './vwc-chip-set.css';
import { style as mwcChipSetStyle } from '@material/mwc-chips/mwc-chip-set.css.js';
import { style as mwcChipSetStyle } from './mwc-chips/mwc-chip-set.css.js';
import { style as styleCoupling } from '@vonage/vvd-style-coupling/vvd-style-coupling.css.js';

@@ -7,0 +7,0 @@ /**

import '@vonage/vvd-core';
import { Chip as MWCChip } from '@material/mwc-chips/mwc-chip';
import { Chip as MWCChip } from './mwc-chips/mwc-chip';
import '@vonage/vwc-icon';

@@ -4,0 +4,0 @@ import { TemplateResult } from 'lit-html';

import { __decorate } from "tslib";
import '@vonage/vvd-core';
import { customElement, html } from 'lit-element';
import { Chip as MWCChip } from '@material/mwc-chips/mwc-chip';
import { Chip as MWCChip } from './mwc-chips/mwc-chip';
import { style as vwcChipStyle } from './vwc-chip.css';
import { style as mwcChipStyle } from '@material/mwc-chips/mwc-chip.css.js';
import { style as mwcChipStyle } from './mwc-chips/mwc-chip.css.js';
import { style as styleCoupling } from '@vonage/vvd-style-coupling/vvd-style-coupling.css.js';

@@ -8,0 +8,0 @@ import '@vonage/vwc-icon';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc