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.0 to 0.6.1

8

CHANGELOG.md
# Change Log
## 0.6.1
### Patch Changes
- 84131205: use mdjs-preview in docs for lit compatibility
- Updated dependencies [84131205]
- @lion/core@0.18.1
## 0.6.0

@@ -4,0 +12,0 @@

2

docs/features.md
# Content >> Collapsible >> Features ||20
```js script
import { html } from '@lion/core';
import { html } from '@mdjs/mdjs-preview';
import '@lion/collapsible/define';

@@ -6,0 +6,0 @@ ```

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

```js script
import { html } from '@lion/core';
import { html } from '@mdjs/mdjs-preview';
import '@lion/collapsible/define';

@@ -26,3 +26,3 @@ ```

- 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/24b272ecf272f883ddb8130e22271557f4ff444e/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/0895af24d06146a1ccf9c3904ca18b8a9131efd6/docs/components/interaction/button/overview.md) or native `button` with custom styling.
- Observe the state with the help of `@opened-changed` event.

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

{
"name": "@lion/collapsible",
"version": "0.6.0",
"version": "0.6.1",
"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.0"
"@lion/core": "0.18.1"
},

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

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

```js script
import { html } from '@lion/core';
import { html } from '@mdjs/mdjs-preview';
import '@lion/collapsible/define';

@@ -26,3 +26,3 @@ ```

- 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/24b272ecf272f883ddb8130e22271557f4ff444e/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/0895af24d06146a1ccf9c3904ca18b8a9131efd6/docs/components/interaction/button/overview.md) or native `button` with custom styling.
- Observe the state with the help of `@opened-changed` event.

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

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