@spectrum-web-components/number-field
Advanced tools
Comparing version 0.1.0 to 0.1.1-alpha.0
{ | ||
"name": "@spectrum-web-components/number-field", | ||
"version": "0.1.0", | ||
"version": "0.1.1-alpha.0+24b598bc7", | ||
"publishConfig": { | ||
@@ -47,3 +47,3 @@ "access": "public" | ||
"@internationalized/number": "^3.0.0", | ||
"@spectrum-web-components/base": "^0.4.3", | ||
"@spectrum-web-components/base": "^0.4.4-alpha.101+24b598bc7", | ||
"tslib": "^2.0.0" | ||
@@ -61,3 +61,3 @@ }, | ||
], | ||
"gitHead": "912bb9aa6937f86b1f561900aa5ec7d6ec8c2bd5" | ||
"gitHead": "24b598bc7c57c7f279c8957abbc0b0827ecd7089" | ||
} |
@@ -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; |
@@ -236,17 +236,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, | ||
], | ||
})} | ||
@@ -253,0 +254,0 @@ > |
@@ -316,9 +316,6 @@ /* | ||
@focusout=${this.handleFocusout} | ||
@manage=${streamingListener( | ||
{ | ||
type: 'pointerdown', | ||
fn: this.handlePointerdown, | ||
}, | ||
{ | ||
type: [ | ||
${streamingListener({ | ||
start: ['pointerdown', this.handlePointerdown], | ||
streamInside: [ | ||
[ | ||
'pointermove', | ||
@@ -330,9 +327,9 @@ 'pointerenter', | ||
], | ||
fn: this.handlePointermove, | ||
}, | ||
{ | ||
type: ['pointerup', 'pointercancel'], | ||
fn: this.handlePointerup, | ||
} | ||
)} | ||
this.handlePointermove, | ||
], | ||
end: [ | ||
['pointerup', 'pointercancel'], | ||
this.handlePointerup, | ||
], | ||
})} | ||
> | ||
@@ -339,0 +336,0 @@ <sp-action-button |
@@ -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; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
193247
2181
1