@fluentui/react-input
Advanced tools
Comparing version 9.0.0-rc.2 to 9.0.0-rc.3
@@ -5,3 +5,42 @@ { | ||
{ | ||
"date": "Mon, 23 May 2022 12:10:43 GMT", | ||
"date": "Mon, 23 May 2022 18:54:50 GMT", | ||
"tag": "@fluentui/react-input_v9.0.0-rc.3", | ||
"version": "9.0.0-rc.3", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"author": "esteban.230@hotmail.com", | ||
"package": "@fluentui/react-input", | ||
"commit": "5ed22515a7542b432ed694f22606ac3718d501cb", | ||
"comment": "Removing <componentName>ClassName exports." | ||
}, | ||
{ | ||
"author": "seanmonahan@microsoft.com", | ||
"package": "@fluentui/react-input", | ||
"commit": "5ed22515a7542b432ed694f22606ac3718d501cb", | ||
"comment": "BREAKING: update string unions to use spinal-case" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-input", | ||
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.9", | ||
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-input", | ||
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7", | ||
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui/react-input", | ||
"comment": "Bump @fluentui/react-text to v9.0.0-rc.10", | ||
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 23 May 2022 12:14:17 GMT", | ||
"tag": "@fluentui/react-input_v9.0.0-rc.2", | ||
@@ -8,0 +47,0 @@ "version": "9.0.0-rc.2", |
# Change Log - @fluentui/react-input | ||
This log was last generated on Mon, 23 May 2022 12:10:43 GMT and should not be manually modified. | ||
This log was last generated on Mon, 23 May 2022 18:54:50 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.0.0-rc.3) | ||
Mon, 23 May 2022 18:54:50 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.0.0-rc.2..@fluentui/react-input_v9.0.0-rc.3) | ||
### Changes | ||
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com) | ||
- BREAKING: update string unions to use spinal-case ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by seanmonahan@microsoft.com) | ||
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball) | ||
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball) | ||
- Bump @fluentui/react-text to v9.0.0-rc.10 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball) | ||
## [9.0.0-rc.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.0.0-rc.2) | ||
Mon, 23 May 2022 12:10:43 GMT | ||
Mon, 23 May 2022 12:14:17 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.0.0-beta.9..@fluentui/react-input_v9.0.0-rc.2) | ||
@@ -11,0 +24,0 @@ |
@@ -13,7 +13,2 @@ import type { ComponentProps } from '@fluentui/react-utilities'; | ||
/** | ||
* @deprecated Use `inputClassNames.root` instead. | ||
*/ | ||
export declare const inputClassName = "fui-Input"; | ||
export declare const inputClassNames: SlotClassNames<InputSlots>; | ||
@@ -41,3 +36,3 @@ | ||
*/ | ||
appearance?: 'outline' | 'underline' | 'filledDarker' | 'filledLighter'; | ||
appearance?: 'outline' | 'underline' | 'filled-darker' | 'filled-lighter'; | ||
/** | ||
@@ -44,0 +39,0 @@ * Default value of the input. Provide this if the input should be an uncontrolled component |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.useInputStyles_unstable = exports.inputClassNames = exports.inputClassName = void 0; | ||
exports.useInputStyles_unstable = exports.inputClassNames = void 0; | ||
@@ -12,8 +12,3 @@ const react_1 = /*#__PURE__*/require("@griffel/react"); | ||
const react_theme_1 = /*#__PURE__*/require("@fluentui/react-theme"); | ||
/** | ||
* @deprecated Use `inputClassNames.root` instead. | ||
*/ | ||
exports.inputClassName = 'fui-Input'; | ||
exports.inputClassNames = { | ||
@@ -180,6 +175,6 @@ root: 'fui-Input', | ||
}, | ||
"filledDarker": { | ||
"filled-darker": { | ||
"De3pzq": "f16xq7d1" | ||
}, | ||
"filledLighter": { | ||
"filled-lighter": { | ||
"De3pzq": "fxugw4r" | ||
@@ -186,0 +181,0 @@ }, |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.useInput_unstable = exports.useInputStyles_unstable = exports.renderInput_unstable = exports.inputClassNames = exports.inputClassName = exports.Input = void 0; | ||
exports.useInput_unstable = exports.useInputStyles_unstable = exports.renderInput_unstable = exports.inputClassNames = exports.Input = void 0; | ||
@@ -16,9 +16,2 @@ var Input_1 = /*#__PURE__*/require("./Input"); | ||
} | ||
}); // eslint-disable-next-line deprecation/deprecation | ||
Object.defineProperty(exports, "inputClassName", { | ||
enumerable: true, | ||
get: function () { | ||
return Input_1.inputClassName; | ||
} | ||
}); | ||
@@ -25,0 +18,0 @@ Object.defineProperty(exports, "inputClassNames", { |
import { __styles, mergeClasses, shorthands } from '@griffel/react'; | ||
import { tokens, typographyStyles } from '@fluentui/react-theme'; | ||
/** | ||
* @deprecated Use `inputClassNames.root` instead. | ||
*/ | ||
export const inputClassName = 'fui-Input'; | ||
export const inputClassNames = { | ||
@@ -169,6 +164,6 @@ root: 'fui-Input', | ||
}, | ||
"filledDarker": { | ||
"filled-darker": { | ||
"De3pzq": "f16xq7d1" | ||
}, | ||
"filledLighter": { | ||
"filled-lighter": { | ||
"De3pzq": "fxugw4r" | ||
@@ -175,0 +170,0 @@ }, |
@@ -1,3 +0,2 @@ | ||
export { Input, // eslint-disable-next-line deprecation/deprecation | ||
inputClassName, inputClassNames, renderInput_unstable, useInputStyles_unstable, useInput_unstable } from './Input'; | ||
export { Input, inputClassNames, renderInput_unstable, useInputStyles_unstable, useInput_unstable } from './Input'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@fluentui/react-input", | ||
"version": "9.0.0-rc.2", | ||
"version": "9.0.0-rc.3", | ||
"description": "Fluent UI React Input component", | ||
@@ -31,8 +31,8 @@ "main": "lib-commonjs/index.js", | ||
"@fluentui/react-conformance": "*", | ||
"@fluentui/react-conformance-griffel": "9.0.0-beta.6", | ||
"@fluentui/react-text": "9.0.0-rc.9", | ||
"@fluentui/react-conformance-griffel": "9.0.0-beta.7", | ||
"@fluentui/react-text": "9.0.0-rc.10", | ||
"@fluentui/scripts": "^1.0.0" | ||
}, | ||
"dependencies": { | ||
"@fluentui/react-theme": "9.0.0-rc.8", | ||
"@fluentui/react-theme": "9.0.0-rc.9", | ||
"@fluentui/react-utilities": "9.0.0-rc.9", | ||
@@ -39,0 +39,0 @@ "@griffel/react": "1.0.5", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
213136
2476
+ Added@fluentui/react-theme@9.0.0-rc.9(transitive)
- Removed@fluentui/react-theme@9.0.0-rc.8(transitive)