@fluentui/react-table 9.0.0-rc.1 → 9.0.0-rc.3

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.json CHANGED
@@ -2,7 +2,97 @@
2
2
  "name": "@fluentui/react-table",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 18 Jan 2023 16:30:57 GMT",
5
+ "date": "Thu, 26 Jan 2023 13:27:51 GMT",
6
+ "tag": "@fluentui/react-table_v9.0.0-rc.3",
7
+ "version": "9.0.0-rc.3",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "bernardo.sunderhus@gmail.com",
12
+ "package": "@fluentui/react-table",
13
+ "commit": "f5f1f5eed0c4e45333f38fbefc4b1b42580b4836",
14
+ "comment": "chore(react-table): switch AvatarSizes in favor of AvatarSize"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-table",
19
+ "comment": "Bump @fluentui/react-aria to v9.3.6",
20
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-table",
25
+ "comment": "Bump @fluentui/react-avatar to v9.3.0",
26
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-table",
31
+ "comment": "Bump @fluentui/react-checkbox to v9.0.23",
32
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-table",
37
+ "comment": "Bump @fluentui/react-context-selector to v9.1.6",
38
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-table",
43
+ "comment": "Bump @fluentui/react-radio to v9.0.21",
44
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-table",
49
+ "comment": "Bump @fluentui/react-tabster to v9.4.1",
50
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-table",
55
+ "comment": "Bump @fluentui/react-utilities to v9.5.0",
56
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Mon, 23 Jan 2023 16:43:11 GMT",
63
+ "tag": "@fluentui/react-table_v9.0.0-rc.2",
64
+ "version": "9.0.0-rc.2",
65
+ "comments": {
66
+ "prerelease": [
67
+ {
68
+ "author": "olfedias@microsoft.com",
69
+ "package": "@fluentui/react-table",
70
+ "commit": "86a28f6ebcc84819c695f12b841b9377736fb5f7",
71
+ "comment": "docs: update imports in DataGrid stories"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-table",
76
+ "comment": "Bump @fluentui/react-avatar to v9.2.16",
77
+ "commit": "828c4260edc4fba07c9ccc8e94f15051c7fd25d3"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-table",
82
+ "comment": "Bump @fluentui/react-checkbox to v9.0.22",
83
+ "commit": "828c4260edc4fba07c9ccc8e94f15051c7fd25d3"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-table",
88
+ "comment": "Bump @fluentui/react-radio to v9.0.20",
89
+ "commit": "828c4260edc4fba07c9ccc8e94f15051c7fd25d3"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "date": "Wed, 18 Jan 2023 16:32:55 GMT",
6
96
  "tag": "@fluentui/react-table_v9.0.0-rc.1",
7
97
  "version": "9.0.0-rc.1",
8
98
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
1
1
  # Change Log - @fluentui/react-table
2
2
 
3
- This log was last generated on Wed, 18 Jan 2023 16:30:57 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 Jan 2023 13:27:51 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-rc.3)
8
+
9
+ Thu, 26 Jan 2023 13:27:51 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-rc.2..@fluentui/react-table_v9.0.0-rc.3)
11
+
12
+ ### Changes
13
+
14
+ - chore(react-table): switch AvatarSizes in favor of AvatarSize ([PR #26492](https://github.com/microsoft/fluentui/pull/26492) by bernardo.sunderhus@gmail.com)
15
+ - Bump @fluentui/react-aria to v9.3.6 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
16
+ - Bump @fluentui/react-avatar to v9.3.0 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
17
+ - Bump @fluentui/react-checkbox to v9.0.23 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
18
+ - Bump @fluentui/react-context-selector to v9.1.6 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
19
+ - Bump @fluentui/react-radio to v9.0.21 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.4.1 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
21
+ - Bump @fluentui/react-utilities to v9.5.0 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
22
+
23
+ ## [9.0.0-rc.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-rc.2)
24
+
25
+ Mon, 23 Jan 2023 16:43:11 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-rc.1..@fluentui/react-table_v9.0.0-rc.2)
27
+
28
+ ### Changes
29
+
30
+ - docs: update imports in DataGrid stories ([PR #26454](https://github.com/microsoft/fluentui/pull/26454) by olfedias@microsoft.com)
31
+ - Bump @fluentui/react-avatar to v9.2.16 ([PR #26434](https://github.com/microsoft/fluentui/pull/26434) by beachball)
32
+ - Bump @fluentui/react-checkbox to v9.0.22 ([PR #26434](https://github.com/microsoft/fluentui/pull/26434) by beachball)
33
+ - Bump @fluentui/react-radio to v9.0.20 ([PR #26434](https://github.com/microsoft/fluentui/pull/26434) by beachball)
34
+
7
35
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-rc.1)
8
36
 
9
- Wed, 18 Jan 2023 16:30:57 GMT
37
+ Wed, 18 Jan 2023 16:32:55 GMT
10
38
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.20..@fluentui/react-table_v9.0.0-rc.1)
11
39
 
12
40
  ### Changes
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
 
3
3
  import { ARIAButtonSlotProps } from '@fluentui/react-aria';
4
- import type { AvatarSizes } from '@fluentui/react-avatar';
4
+ import type { AvatarSize } from '@fluentui/react-avatar';
5
5
  import type { Checkbox } from '@fluentui/react-checkbox';
6
6
  import type { CheckboxProps } from '@fluentui/react-checkbox';
7
7
  import type { ComponentProps } from '@fluentui/react-utilities';
@@ -392,7 +392,7 @@ export declare const tableCellLayoutClassNames: SlotClassNames<TableCellLayoutSl
392
392
 
393
393
  declare type TableCellLayoutContextValues = {
394
394
  avatar: {
395
- size?: AvatarSizes;
395
+ size?: AvatarSize;
396
396
  };
397
397
  };
398
398
 
@@ -431,7 +431,7 @@ export declare type TableCellLayoutSlots = {
431
431
  * State used in rendering TableCellLayout
432
432
  */
433
433
  export declare type TableCellLayoutState = ComponentState<TableCellLayoutSlots> & Pick<TableCellLayoutProps, 'appearance'> & {
434
- avatarSize: AvatarSizes | undefined;
434
+ avatarSize: AvatarSize | undefined;
435
435
  } & Pick<TableContextValue, 'size'>;
436
436
 
437
437
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"TableCellLayout.types.js","sourceRoot":"../src/","sources":["packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\nimport type { AvatarSizes } from '@fluentui/react-avatar';\nimport { TableContextValue } from '../Table/Table.types';\n\nexport type TableCellLayoutContextValues = {\n avatar: {\n size?: AvatarSizes;\n };\n};\n\nexport type TableCellLayoutSlots = {\n root: Slot<'div'>;\n\n /**\n * Slot for an icon or other visual element\n */\n media: Slot<'span'>;\n\n /**\n * Main text for the table cell. Children of the root slot are automatically rendered here\n */\n main: Slot<'span'>;\n\n /**\n * Secondary text that describes or complements the main text\n */\n description: Slot<'span'>;\n\n /**\n * A layout wrapper for the main and description slots\n */\n content: Slot<'div'>;\n};\n\n/**\n * TableCellLayout Props\n */\nexport type TableCellLayoutProps = ComponentProps<Partial<TableCellLayoutSlots>> & {\n /**\n * Renders design variants of the table cell\n * @default undefined\n */\n appearance?: 'primary';\n};\n\n/**\n * State used in rendering TableCellLayout\n */\nexport type TableCellLayoutState = ComponentState<TableCellLayoutSlots> &\n Pick<TableCellLayoutProps, 'appearance'> & { avatarSize: AvatarSizes | undefined } & Pick<TableContextValue, 'size'>;\n"]}
1
+ {"version":3,"file":"TableCellLayout.types.js","sourceRoot":"../src/","sources":["packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\nimport type { AvatarSize } from '@fluentui/react-avatar';\nimport { TableContextValue } from '../Table/Table.types';\n\nexport type TableCellLayoutContextValues = {\n avatar: {\n size?: AvatarSize;\n };\n};\n\nexport type TableCellLayoutSlots = {\n root: Slot<'div'>;\n\n /**\n * Slot for an icon or other visual element\n */\n media: Slot<'span'>;\n\n /**\n * Main text for the table cell. Children of the root slot are automatically rendered here\n */\n main: Slot<'span'>;\n\n /**\n * Secondary text that describes or complements the main text\n */\n description: Slot<'span'>;\n\n /**\n * A layout wrapper for the main and description slots\n */\n content: Slot<'div'>;\n};\n\n/**\n * TableCellLayout Props\n */\nexport type TableCellLayoutProps = ComponentProps<Partial<TableCellLayoutSlots>> & {\n /**\n * Renders design variants of the table cell\n * @default undefined\n */\n appearance?: 'primary';\n};\n\n/**\n * State used in rendering TableCellLayout\n */\nexport type TableCellLayoutState = ComponentState<TableCellLayoutSlots> &\n Pick<TableCellLayoutProps, 'appearance'> & { avatarSize: AvatarSize | undefined } & Pick<TableContextValue, 'size'>;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-table",
3
- "version": "9.0.0-rc.1",
3
+ "version": "9.0.0-rc.3",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,15 +33,15 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@fluentui/keyboard-keys": "^9.0.1",
36
- "@fluentui/react-aria": "^9.3.5",
37
- "@fluentui/react-avatar": "^9.2.15",
38
- "@fluentui/react-checkbox": "^9.0.21",
39
- "@fluentui/react-context-selector": "^9.1.5",
36
+ "@fluentui/react-aria": "^9.3.6",
37
+ "@fluentui/react-avatar": "^9.3.0",
38
+ "@fluentui/react-checkbox": "^9.0.23",
39
+ "@fluentui/react-context-selector": "^9.1.6",
40
40
  "@fluentui/react-icons": "^2.0.175",
41
- "@fluentui/react-radio": "^9.0.19",
42
- "@fluentui/react-tabster": "^9.4.0",
41
+ "@fluentui/react-radio": "^9.0.21",
42
+ "@fluentui/react-tabster": "^9.4.1",
43
43
  "@fluentui/react-theme": "^9.1.5",
44
- "@fluentui/react-utilities": "^9.4.0",
44
+ "@fluentui/react-utilities": "^9.5.0",
45
45
  "@griffel/react": "^1.5.2",
46
46
  "tslib": "^2.1.0"
47
47
  },