@fluentui/react-datepicker-compat 0.4.10 → 0.4.12

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,12 +1,39 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Mon, 18 Dec 2023 17:47:04 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 04 Jan 2024 09:47:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.12)
8
+
9
+ Thu, 04 Jan 2024 09:47:53 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.11..@fluentui/react-datepicker-compat_v0.4.12)
11
+
12
+ ### Patches
13
+
14
+ - fix: Add missing CalendarStrings export and guidance on localization. ([PR #30160](https://github.com/microsoft/fluentui/pull/30160) by estebanmu@microsoft.com)
15
+ - Bump @fluentui/react-calendar-compat to v0.0.13 ([PR #30201](https://github.com/microsoft/fluentui/pull/30201) by beachball)
16
+
17
+ ## [0.4.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.11)
18
+
19
+ Wed, 03 Jan 2024 09:26:43 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.10..@fluentui/react-datepicker-compat_v0.4.11)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-calendar-compat to v0.0.12 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball)
25
+ - Bump @fluentui/react-field to v9.1.46 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball)
26
+ - Bump @fluentui/react-input to v9.4.56 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball)
27
+ - Bump @fluentui/react-jsx-runtime to v9.0.23 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball)
28
+ - Bump @fluentui/react-popover to v9.8.27 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball)
29
+ - Bump @fluentui/react-portal to v9.4.6 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball)
30
+ - Bump @fluentui/react-positioning to v9.10.6 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.16.1 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.15.5 ([PR #30163](https://github.com/microsoft/fluentui/pull/30163) by beachball)
33
+
7
34
  ## [0.4.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.10)
8
35
 
9
- Mon, 18 Dec 2023 17:47:04 GMT
36
+ Mon, 18 Dec 2023 17:48:16 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.9..@fluentui/react-datepicker-compat_v0.4.10)
11
38
 
12
39
  ### Patches
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
 
3
3
  import type { CalendarProps } from '@fluentui/react-calendar-compat';
4
- import type { CalendarStrings } from '@fluentui/react-calendar-compat';
4
+ import { CalendarStrings } from '@fluentui/react-calendar-compat';
5
5
  import type { ComponentProps } from '@fluentui/react-utilities';
6
6
  import type { ComponentState } from '@fluentui/react-utilities';
7
7
  import type { DateFormatting } from '@fluentui/react-calendar-compat';
@@ -15,6 +15,8 @@ import * as React_2 from 'react';
15
15
  import type { Slot } from '@fluentui/react-utilities';
16
16
  import type { SlotClassNames } from '@fluentui/react-utilities';
17
17
 
18
+ export { CalendarStrings }
19
+
18
20
  export declare const DatePicker: ForwardRefComponent<DatePickerProps>;
19
21
 
20
22
  export declare const datePickerClassNames: SlotClassNames<DatePickerSlots>;
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export {\n DatePicker,\n datePickerClassNames,\n defaultDatePickerErrorStrings,\n defaultDatePickerStrings,\n renderDatePicker_unstable,\n useDatePicker_unstable,\n useDatePickerStyles_unstable,\n} from './DatePicker';\nexport type { DatePickerErrorType, DatePickerProps, DatePickerValidationResultData } from './DatePicker';\n"],"names":["DatePicker","datePickerClassNames","defaultDatePickerErrorStrings","defaultDatePickerStrings","renderDatePicker_unstable","useDatePicker_unstable","useDatePickerStyles_unstable"],"mappings":"AAAA,SACEA,UAAU,EACVC,oBAAoB,EACpBC,6BAA6B,EAC7BC,wBAAwB,EACxBC,yBAAyB,EACzBC,sBAAsB,EACtBC,4BAA4B,QACvB,eAAe"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export {\n DatePicker,\n datePickerClassNames,\n defaultDatePickerErrorStrings,\n defaultDatePickerStrings,\n renderDatePicker_unstable,\n useDatePicker_unstable,\n useDatePickerStyles_unstable,\n} from './DatePicker';\nexport type { DatePickerErrorType, DatePickerProps, DatePickerValidationResultData } from './DatePicker';\n// Re-exporting so there's no need to add @fluentui/react-calendar-compat to dependencies just to localize.\nexport type { CalendarStrings } from '@fluentui/react-calendar-compat';\n"],"names":["DatePicker","datePickerClassNames","defaultDatePickerErrorStrings","defaultDatePickerStrings","renderDatePicker_unstable","useDatePicker_unstable","useDatePickerStyles_unstable"],"mappings":"AAAA,SACEA,UAAU,EACVC,oBAAoB,EACpBC,6BAA6B,EAC7BC,wBAAwB,EACxBC,yBAAyB,EACzBC,sBAAsB,EACtBC,4BAA4B,QACvB,eAAe"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-datepicker-compat",
3
- "version": "0.4.10",
3
+ "version": "0.4.12",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,18 +36,18 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluentui/keyboard-keys": "^9.0.7",
39
- "@fluentui/react-calendar-compat": "^0.0.11",
40
- "@fluentui/react-field": "^9.1.45",
39
+ "@fluentui/react-calendar-compat": "^0.0.13",
40
+ "@fluentui/react-field": "^9.1.46",
41
41
  "@fluentui/react-icons": "^2.0.217",
42
- "@fluentui/react-input": "^9.4.55",
43
- "@fluentui/react-jsx-runtime": "^9.0.22",
44
- "@fluentui/react-popover": "^9.8.26",
45
- "@fluentui/react-portal": "^9.4.5",
46
- "@fluentui/react-positioning": "^9.10.5",
42
+ "@fluentui/react-input": "^9.4.56",
43
+ "@fluentui/react-jsx-runtime": "^9.0.23",
44
+ "@fluentui/react-popover": "^9.8.27",
45
+ "@fluentui/react-portal": "^9.4.6",
46
+ "@fluentui/react-positioning": "^9.10.6",
47
47
  "@fluentui/react-shared-contexts": "^9.13.2",
48
- "@fluentui/react-tabster": "^9.16.0",
48
+ "@fluentui/react-tabster": "^9.16.1",
49
49
  "@fluentui/react-theme": "^9.1.16",
50
- "@fluentui/react-utilities": "^9.15.4",
50
+ "@fluentui/react-utilities": "^9.15.5",
51
51
  "@griffel/react": "^1.5.14",
52
52
  "@swc/helpers": "^0.5.1"
53
53
  },