@fluentui/react-field 0.0.0-nightly-20240409-0405.1 → 0.0.0-nightly-20240415-0407.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,24 +1,24 @@
1
1
  # Change Log - @fluentui/react-field
2
2
 
3
- This log was last generated on Tue, 09 Apr 2024 04:21:44 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 15 Apr 2024 04:22:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20240409-0405.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v0.0.0-nightly-20240409-0405.1)
7
+ ## [0.0.0-nightly-20240415-0407.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v0.0.0-nightly-20240415-0407.1)
8
8
 
9
- Tue, 09 Apr 2024 04:21:44 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.1.60..@fluentui/react-field_v0.0.0-nightly-20240409-0405.1)
9
+ Mon, 15 Apr 2024 04:22:03 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.1.60..@fluentui/react-field_v0.0.0-nightly-20240415-0407.1)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
15
- - Bump @fluentui/react-context-selector to v0.0.0-nightly-20240409-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/c706c4e6fef32968118c128d19500b9c82163e9d) by beachball)
16
- - Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20240409-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/c706c4e6fef32968118c128d19500b9c82163e9d) by beachball)
17
- - Bump @fluentui/react-label to v0.0.0-nightly-20240409-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/c706c4e6fef32968118c128d19500b9c82163e9d) by beachball)
18
- - Bump @fluentui/react-theme to v0.0.0-nightly-20240409-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/c706c4e6fef32968118c128d19500b9c82163e9d) by beachball)
19
- - Bump @fluentui/react-utilities to v0.0.0-nightly-20240409-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/c706c4e6fef32968118c128d19500b9c82163e9d) by beachball)
20
- - Bump @fluentui/react-conformance to v0.0.0-nightly-20240409-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/c706c4e6fef32968118c128d19500b9c82163e9d) by beachball)
21
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240409-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/c706c4e6fef32968118c128d19500b9c82163e9d) by beachball)
15
+ - Bump @fluentui/react-context-selector to v0.0.0-nightly-20240415-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/dec4821f1d3c18316aa5e0306b6ad1193dccdcc5) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20240415-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/dec4821f1d3c18316aa5e0306b6ad1193dccdcc5) by beachball)
17
+ - Bump @fluentui/react-label to v0.0.0-nightly-20240415-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/dec4821f1d3c18316aa5e0306b6ad1193dccdcc5) by beachball)
18
+ - Bump @fluentui/react-theme to v0.0.0-nightly-20240415-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/dec4821f1d3c18316aa5e0306b6ad1193dccdcc5) by beachball)
19
+ - Bump @fluentui/react-utilities to v0.0.0-nightly-20240415-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/dec4821f1d3c18316aa5e0306b6ad1193dccdcc5) by beachball)
20
+ - Bump @fluentui/react-conformance to v0.0.0-nightly-20240415-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/dec4821f1d3c18316aa5e0306b6ad1193dccdcc5) by beachball)
21
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240415-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/dec4821f1d3c18316aa5e0306b6ad1193dccdcc5) by beachball)
22
22
 
23
23
  ## [9.1.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.1.60)
24
24
 
package/dist/index.d.ts CHANGED
@@ -12,7 +12,7 @@ export declare const Field: ForwardRefComponent<FieldProps>;
12
12
 
13
13
  export declare const fieldClassNames: SlotClassNames<FieldSlots>;
14
14
 
15
- export declare const FieldContextProvider: React_2.Provider<Readonly<Pick<FieldState, "orientation" | "required" | "size" | "validationState" | "generatedControlId"> & {
15
+ export declare const FieldContextProvider: React_2.Provider<Readonly<Pick<FieldState, "required" | "size" | "orientation" | "validationState" | "generatedControlId"> & {
16
16
  labelFor?: string | undefined;
17
17
  labelId?: string | undefined;
18
18
  validationMessageId?: string | undefined;
@@ -171,7 +171,7 @@ export declare const renderField_unstable: (state: FieldState, contextValues: Fi
171
171
  */
172
172
  export declare const useField_unstable: (props: FieldProps, ref: React_2.Ref<HTMLDivElement>) => FieldState;
173
173
 
174
- export declare const useFieldContext_unstable: () => Readonly<Pick<FieldState, "orientation" | "required" | "size" | "validationState" | "generatedControlId"> & {
174
+ export declare const useFieldContext_unstable: () => Readonly<Pick<FieldState, "required" | "size" | "orientation" | "validationState" | "generatedControlId"> & {
175
175
  labelFor?: string | undefined;
176
176
  labelId?: string | undefined;
177
177
  validationMessageId?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-field",
3
- "version": "0.0.0-nightly-20240409-0405.1",
3
+ "version": "0.0.0-nightly-20240415-0407.1",
4
4
  "description": "Fluent UI Field components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -27,18 +27,18 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
- "@fluentui/react-conformance": "0.0.0-nightly-20240409-0405.1",
31
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20240409-0405.1",
30
+ "@fluentui/react-conformance": "0.0.0-nightly-20240415-0407.1",
31
+ "@fluentui/react-conformance-griffel": "0.0.0-nightly-20240415-0407.1",
32
32
  "@fluentui/scripts-api-extractor": "*",
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-context-selector": "0.0.0-nightly-20240409-0405.1",
36
+ "@fluentui/react-context-selector": "0.0.0-nightly-20240415-0407.1",
37
37
  "@fluentui/react-icons": "^2.0.224",
38
- "@fluentui/react-jsx-runtime": "0.0.0-nightly-20240409-0405.1",
39
- "@fluentui/react-label": "0.0.0-nightly-20240409-0405.1",
40
- "@fluentui/react-theme": "0.0.0-nightly-20240409-0405.1",
41
- "@fluentui/react-utilities": "0.0.0-nightly-20240409-0405.1",
38
+ "@fluentui/react-jsx-runtime": "0.0.0-nightly-20240415-0407.1",
39
+ "@fluentui/react-label": "0.0.0-nightly-20240415-0407.1",
40
+ "@fluentui/react-theme": "0.0.0-nightly-20240415-0407.1",
41
+ "@fluentui/react-utilities": "0.0.0-nightly-20240415-0407.1",
42
42
  "@griffel/react": "^1.5.14",
43
43
  "@swc/helpers": "^0.5.1"
44
44
  },