@fluentui/react-spinbutton
Advanced tools
Comparing version 9.2.86 to 9.2.87
@@ -254,3 +254,2 @@ "use strict"; | ||
state.input['aria-valuemax'] = max; | ||
state.input['aria-valuenow'] = currentValue !== null && currentValue !== void 0 ? currentValue : undefined; | ||
var _state_input_ariavaluetext; | ||
@@ -257,0 +256,0 @@ state.input['aria-valuetext'] = (_state_input_ariavaluetext = state.input['aria-valuetext']) !== null && _state_input_ariavaluetext !== void 0 ? _state_input_ariavaluetext : value !== undefined && displayValue || undefined; |
@@ -251,3 +251,2 @@ import * as React from 'react'; | ||
state.input['aria-valuemax'] = max; | ||
state.input['aria-valuenow'] = currentValue !== null && currentValue !== void 0 ? currentValue : undefined; | ||
var _state_input_ariavaluetext; | ||
@@ -254,0 +253,0 @@ state.input['aria-valuetext'] = (_state_input_ariavaluetext = state.input['aria-valuetext']) !== null && _state_input_ariavaluetext !== void 0 ? _state_input_ariavaluetext : value !== undefined && displayValue || undefined; |
{ | ||
"name": "@fluentui/react-spinbutton", | ||
"version": "9.2.86", | ||
"version": "9.2.87", | ||
"description": "Fluent UI React SpinButton component.", | ||
@@ -37,8 +37,8 @@ "main": "lib-commonjs/index.js", | ||
"@fluentui/keyboard-keys": "^9.0.7", | ||
"@fluentui/react-field": "^9.1.74", | ||
"@fluentui/react-field": "^9.1.75", | ||
"@fluentui/react-icons": "^2.0.245", | ||
"@fluentui/react-jsx-runtime": "^9.0.42", | ||
"@fluentui/react-jsx-runtime": "^9.0.43", | ||
"@fluentui/react-shared-contexts": "^9.20.0", | ||
"@fluentui/react-theme": "^9.1.19", | ||
"@fluentui/react-utilities": "^9.18.13", | ||
"@fluentui/react-utilities": "^9.18.14", | ||
"@griffel/react": "^1.5.22", | ||
@@ -45,0 +45,0 @@ "@swc/helpers": "^0.5.1" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
303006
1832
45