Socket
Socket
Sign inDemoInstall

@lion/collapsible

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/collapsible - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

10

CHANGELOG.md
# Change Log
## 0.6.5
### Patch Changes
- Updated dependencies [9b81b69e]
- Updated dependencies [a2c66cd9]
- Updated dependencies [c4562f7e]
- Updated dependencies [c55d4566]
- @lion/core@0.19.0
## 0.6.4

@@ -4,0 +14,0 @@

2

docs/overview.md

@@ -25,3 +25,3 @@ # Content >> Collapsible >> Overview ||10

- Use `opened` attribute or `toggle()` method to render default open.
- `invoker` slot can be custom template e.g. our [button](https://github.com/ing-bank/lion/blob/792ff7a95413582f0ac9245a72cb5e0f48922487/docs/components/interaction/button/overview.md) or native `button` with custom styling.
- `invoker` slot can be custom template e.g. our [button](https://github.com/ing-bank/lion/blob/c59dda0c93f15f94b5f6287f8df6ac1ba29ff9e5/docs/components/interaction/button/overview.md) or native `button` with custom styling.
- Observe the state with the help of `@opened-changed` event.

@@ -28,0 +28,0 @@ - `show()` and `hide()` are helper methods to hide or show the content from outside.

{
"name": "@lion/collapsible",
"version": "0.6.4",
"version": "0.6.5",
"description": "This component is a combination of a button (the invoker), a chunk of extra content.",

@@ -41,3 +41,3 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.18.4"
"@lion/core": "0.19.0"
},

@@ -44,0 +44,0 @@ "keywords": [

@@ -25,3 +25,3 @@ # Content >> Collapsible >> Overview ||10

- Use `opened` attribute or `toggle()` method to render default open.
- `invoker` slot can be custom template e.g. our [button](https://github.com/ing-bank/lion/blob/792ff7a95413582f0ac9245a72cb5e0f48922487/docs/components/interaction/button/overview.md) or native `button` with custom styling.
- `invoker` slot can be custom template e.g. our [button](https://github.com/ing-bank/lion/blob/c59dda0c93f15f94b5f6287f8df6ac1ba29ff9e5/docs/components/interaction/button/overview.md) or native `button` with custom styling.
- Observe the state with the help of `@opened-changed` event.

@@ -28,0 +28,0 @@ - `show()` and `hide()` are helper methods to hide or show the content from outside.

@@ -8,3 +8,3 @@ /**

export class LionCollapsible extends LitElement {
static get styles(): import("lit").CSSResultGroup[];
static get styles(): import("@lion/core").CSSResult[];
static get properties(): {

@@ -11,0 +11,0 @@ opened: {

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