Socket
Socket
Sign inDemoInstall

@assecosolutions/fox-activity-list

Package Overview
Dependencies
Maintainers
4
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-activity-list - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

34

index.esm.js
import { customElement, property, query } from 'lit/decorators.js';
import { FoxList, foxListItemStyles, FoxListItem } from '@assecosolutions/fox-list';
import { css, html as html$2 } from 'lit';
import { css, html as html$2, nothing } from 'lit';
import { classMap } from 'lit/directives/class-map.js';

@@ -1550,7 +1550,7 @@ import { FoxMenu } from '@assecosolutions/fox-menu';

</span>
`), classMap(classes), !this.hideMoreButton && html$2(_t2 || (_t2 = _`
<div class="toggle-more-button" @click="${0}">
${0}
</div>
`), this.toggleMore, this.showMore ? this.showLessText : this.showMoreText));
`), classMap(classes), !this.hideMoreButton ? html$2(_t2 || (_t2 = _`
<div class="toggle-more-button" @click="${0}">
${0}
</div>
`), this.toggleMore, this.showMore ? this.showLessText : this.showMoreText) : nothing);
}

@@ -1565,15 +1565,17 @@

<div class="menu-wrapper">
<fox-icon-button
icon="more_vert"
id="fox-menu-button"
@click="${0}"
></fox-icon-button>
${0}
<slot name="menu">
<fox-icon-button
icon="more_vert"
id="fox-menu-button"
@click="${0}"
></fox-icon-button>
${0}
</slot>
</div>
</span>
`), this.openMenu, !this.hideMenu && html$2(_t4 || (_t4 = _`
<fox-menu fixed x="0" y="0">
<slot name="menuItems"></slot>
</fox-menu>
`)));
<fox-menu fixed x="0" y="0">
<slot name="menuItems"></slot>
</fox-menu>
`)));
}

@@ -1580,0 +1582,0 @@

@@ -1549,7 +1549,7 @@ (function (global, factory) {

</span>
`), classMap_js.classMap(classes), !this.hideMoreButton && lit.html(_t2 || (_t2 = _`
<div class="toggle-more-button" @click="${0}">
${0}
</div>
`), this.toggleMore, this.showMore ? this.showLessText : this.showMoreText));
`), classMap_js.classMap(classes), !this.hideMoreButton ? lit.html(_t2 || (_t2 = _`
<div class="toggle-more-button" @click="${0}">
${0}
</div>
`), this.toggleMore, this.showMore ? this.showLessText : this.showMoreText) : lit.nothing);
}

@@ -1564,15 +1564,17 @@

<div class="menu-wrapper">
<fox-icon-button
icon="more_vert"
id="fox-menu-button"
@click="${0}"
></fox-icon-button>
${0}
<slot name="menu">
<fox-icon-button
icon="more_vert"
id="fox-menu-button"
@click="${0}"
></fox-icon-button>
${0}
</slot>
</div>
</span>
`), this.openMenu, !this.hideMenu && lit.html(_t4 || (_t4 = _`
<fox-menu fixed x="0" y="0">
<slot name="menuItems"></slot>
</fox-menu>
`)));
<fox-menu fixed x="0" y="0">
<slot name="menuItems"></slot>
</fox-menu>
`)));
}

@@ -1579,0 +1581,0 @@

@@ -14,2 +14,2 @@ import { Story } from '@storybook/web-components';

export default _default;
export declare const Interactive: Story<FoxActivityList>;
export declare const Default: Story<FoxActivityList>;
{
"name": "@assecosolutions/fox-activity-list",
"version": "1.0.4",
"version": "1.0.5",
"public": true,

@@ -21,13 +21,9 @@ "lib": {

"typings": "./index.d.ts",
"dependencies": {
"@assecosolutions/fox-list": "~1.5.19",
"@assecosolutions/fox-menu": "~1.5.19",
"@assecosolutions/fox-icon-button": "~1.5.23"
},
"dependencies": {},
"peerDependencies": {
"lit": "^2.0.0",
"@material/mwc-list": "^0.25.3",
"@material/mwc-menu": "^0.25.3",
"@material/mwc-icon-button": "^0.25.3"
"@assecosolutions/fox-menu": "1.5.19",
"@assecosolutions/fox-list": "1.5.19",
"@assecosolutions/fox-icon-button": "1.5.23"
}
}
}
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