Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@lion/button

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/button - npm Package Compare versions

Comparing version 0.8.7 to 0.8.8

9

CHANGELOG.md
# Change Log
## 0.8.8
### Patch Changes
- 98f1bb7e: Ensure all lit imports are imported from @lion/core. Remove devDependencies in all subpackages and move to root package.json. Add demo dependencies as real dependencies for users that extend our docs/demos.
- 718843e5: Set user-select to none on button, so that the inner text is not selectable.
- Updated dependencies [98f1bb7e]
- @lion/core@0.13.7
## 0.8.7

@@ -4,0 +13,0 @@

4

package.json
{
"name": "@lion/button",
"version": "0.8.7",
"version": "0.8.8",
"description": "A button that is easily styleable and accessible in all contexts",

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

"dependencies": {
"@lion/core": "0.13.6"
"@lion/core": "0.13.7"
},

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

@@ -8,3 +8,3 @@ [//]: # 'AUTO INSERT HEADER PREPUBLISH'

```js script
import { html } from 'lit-html';
import { html } from '@lion/core';

@@ -11,0 +11,0 @@ import './lion-button.js';

@@ -17,5 +17,5 @@ declare const LionButton_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@lion/core/types/SlotMixinTypes").SlotHost> & import("@open-wc/dedupe-mixin").Constructor<import("@lion/core/types/DisabledWithTabIndexMixinTypes").DisabledWithTabIndexHost> & import("@open-wc/dedupe-mixin").Constructor<import("@lion/core/types/DisabledMixinTypes").DisabledHost>;

};
static get styles(): import("lit-element").CSSResult[];
_beforeTemplate(): import("lit-element").TemplateResult;
_afterTemplate(): import("lit-element").TemplateResult;
static get styles(): import("@lion/core").CSSResult[];
_beforeTemplate(): import("@lion/core").TemplateResult;
_afterTemplate(): import("@lion/core").TemplateResult;
/** @type {HTMLButtonElement} */

@@ -22,0 +22,0 @@ get _nativeButtonNode(): HTMLButtonElement;

@@ -64,2 +64,3 @@ import {

cursor: default; /* /* we should always see the default arrow, never a caret */
user-select: none;
}

@@ -200,3 +201,3 @@

/**
* @param {import('lit-element').PropertyValues } changedProperties
* @param {import('@lion/core').PropertyValues } changedProperties
*/

@@ -203,0 +204,0 @@ updated(changedProperties) {

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