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

@spectrum-web-components/number-field

Package Overview
Dependencies
Maintainers
6
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/number-field - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8-lit-next.0

14

package.json
{
"name": "@spectrum-web-components/number-field",
"version": "0.1.7",
"version": "0.1.8-lit-next.0+367b10c94",
"publishConfig": {

@@ -48,7 +48,7 @@ "access": "public"

"@internationalized/number": "^3.0.0",
"@spectrum-web-components/action-button": "^0.5.6",
"@spectrum-web-components/base": "^0.4.5",
"@spectrum-web-components/icon": "^0.9.10",
"@spectrum-web-components/icons-ui": "^0.6.10",
"@spectrum-web-components/textfield": "^0.8.13",
"@spectrum-web-components/action-button": "^0.5.7-lit-next.0+367b10c94",
"@spectrum-web-components/base": "^0.4.6-lit-next.82+367b10c94",
"@spectrum-web-components/icon": "^0.9.11-lit-next.0+367b10c94",
"@spectrum-web-components/icons-ui": "^0.6.11-lit-next.0+367b10c94",
"@spectrum-web-components/textfield": "^0.8.14-lit-next.0+367b10c94",
"tslib": "^2.0.0"

@@ -65,3 +65,3 @@ },

],
"gitHead": "526f47044807c92b6e7909bb0e14ac6033d6ba63"
"gitHead": "367b10c94c43b2dd91bb74fa0839ea9b1873b08c"
}

@@ -1,2 +0,2 @@

declare const styles: import("@spectrum-web-components/base").CSSResult;
declare const styles: import("@spectrum-web-components/base").CSSResultGroup;
export default styles;

@@ -290,17 +290,18 @@ /*

@focusout=${this.handleFocusout}
@manage=${streamingListener({
type: 'pointerdown',
fn: this.handlePointerdown,
}, {
type: [
'pointermove',
'pointerenter',
'pointerleave',
'pointerover',
'pointerout',
${streamingListener({
start: ['pointerdown', this.handlePointerdown],
streamInside: [
[
'pointermove',
'pointerenter',
'pointerleave',
'pointerover',
'pointerout',
],
this.handlePointermove,
],
fn: this.handlePointermove,
}, {
type: ['pointerup', 'pointercancel'],
fn: this.handlePointerup,
end: [
['pointerup', 'pointercancel'],
this.handlePointerup,
],
})}

@@ -307,0 +308,0 @@ >

@@ -1,2 +0,2 @@

declare const styles: import("@spectrum-web-components/base").CSSResult;
declare const styles: import("@spectrum-web-components/base").CSSResultGroup;
export default styles;

@@ -15,3 +15,3 @@ /*

import '@spectrum-web-components/field-label/sp-field-label.js';
import { spreadProps } from '@open-wc/lit-helpers';
import { spreadProps } from '../../../test/lit-helpers.js';
export default {

@@ -18,0 +18,0 @@ title: 'Number Field',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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