Socket
Socket
Sign inDemoInstall

@assecosolutions/fox-list

Package Overview
Dependencies
Maintainers
4
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-list - npm Package Compare versions

Comparing version 1.11.1-beta.0 to 1.11.1

index.d.ts

36

index.js

@@ -14,3 +14,3 @@ import { ListBase } from '@material/mwc-list/mwc-list-base';

let _$4 = t => t,
_t$4;
_t$4;
const styles$1 = css(_t$4 || (_t$4 = _$4`:host([outline=dashed]){--mdc-list-item-meta-size: auto}:host([outline=dashed]) ::slotted(fox-list-item){border:1px dotted var(--fox-base-grey-40-color, #cbd5df);margin:15px 0;border-radius:4px}:host([outline=dashed]) ::slotted(fox-list-item[activated]){border:1px dotted var(--fox-client-base-color, #4599ff)}:host{--mdc-list-inset-margin: 60px}`));

@@ -22,4 +22,6 @@

*/
FoxList.styles = [styles$2, styles$1];
const name$3 = 'fox-list';
if (!customElements.get(name$3)) {

@@ -32,3 +34,3 @@ customElements.define(name$3, FoxList);

let _$3 = t => t,
_t$3;
_t$3;
const styles = css(_t$3 || (_t$3 = _$3`

@@ -356,6 +358,6 @@ :host {

let _$2 = t => t,
_t$2,
_t2$2,
_t3$2,
_t4;
_t$2,
_t2$2,
_t3$2,
_t4;
class FoxListItem extends ListItemBase {

@@ -369,2 +371,3 @@ render() {

}
renderBorder() {

@@ -375,2 +378,3 @@ return html(_t4 || (_t4 = _$2`<div

}
}

@@ -380,4 +384,6 @@ /**

*/
FoxListItem.styles = [styles];
const name$2 = 'fox-list-item';
if (!customElements.get(name$2)) {

@@ -390,5 +396,5 @@ customElements.define(name$2, FoxListItem);

let _$1 = t => t,
_t$1,
_t2$1,
_t3$1;
_t$1,
_t2$1,
_t3$1;
class FoxCheckListItem extends CheckListItemBase {

@@ -417,2 +423,3 @@ render() {

}
}

@@ -422,4 +429,6 @@ /**

*/
FoxCheckListItem.styles = [styles$3, styles$4, styles];
const name$1 = 'fox-check-list-item';
if (!customElements.get(name$1)) {

@@ -432,5 +441,5 @@ customElements.define(name$1, FoxCheckListItem);

let _ = t => t,
_t,
_t2,
_t3;
_t,
_t2,
_t3;
class FoxRadioListItem extends RadioListItemBase {

@@ -459,2 +468,3 @@ render() {

}
}

@@ -464,4 +474,6 @@ /**

*/
FoxRadioListItem.styles = [styles$3, styles$4, styles];
const name = 'fox-radio-list-item';
if (!customElements.get(name)) {

@@ -468,0 +480,0 @@ customElements.define(name, FoxRadioListItem);

{
"name": "@assecosolutions/fox-list",
"version": "1.11.1-beta.0",
"version": "1.11.1",
"public": true,

@@ -18,3 +18,3 @@ "publishConfig": {

"type": "module",
"types": "./src/index.d.ts",
"types": "./index.d.ts",
"dependencies": {},

@@ -21,0 +21,0 @@ "peerDependencies": {

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