@fluentui/react-migration-v0-v9 9.2.21 → 9.2.23

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.
Files changed (46) hide show
  1. package/CHANGELOG.md +37 -10
  2. package/lib/components/Attachment/index.js +6 -6
  3. package/lib/components/Attachment/index.js.map +1 -1
  4. package/lib/components/Button/index.js +1 -1
  5. package/lib/components/Button/index.js.map +1 -1
  6. package/lib/components/FormField/index.js +1 -1
  7. package/lib/components/FormField/index.js.map +1 -1
  8. package/lib/components/ItemLayout/index.js +2 -2
  9. package/lib/components/ItemLayout/index.js.map +1 -1
  10. package/lib/components/List/List/index.js +4 -5
  11. package/lib/components/List/List/index.js.map +1 -1
  12. package/lib/components/List/ListItem/index.js +4 -5
  13. package/lib/components/List/ListItem/index.js.map +1 -1
  14. package/lib/components/List/hooks/index.js +1 -1
  15. package/lib/components/List/hooks/index.js.map +1 -1
  16. package/lib/components/Primitive/index.js +1 -1
  17. package/lib/components/Primitive/index.js.map +1 -1
  18. package/lib/components/Segment/index.js +1 -1
  19. package/lib/components/Segment/index.js.map +1 -1
  20. package/lib/components/StyledText/index.js +2 -2
  21. package/lib/components/StyledText/index.js.map +1 -1
  22. package/lib/components/Video/index.js +1 -1
  23. package/lib/components/Video/index.js.map +1 -1
  24. package/lib-commonjs/components/Attachment/index.js +56 -7
  25. package/lib-commonjs/components/Attachment/index.js.map +1 -1
  26. package/lib-commonjs/components/Button/index.js +24 -2
  27. package/lib-commonjs/components/Button/index.js.map +1 -1
  28. package/lib-commonjs/components/FormField/index.js +7 -2
  29. package/lib-commonjs/components/FormField/index.js.map +1 -1
  30. package/lib-commonjs/components/ItemLayout/index.js +19 -3
  31. package/lib-commonjs/components/ItemLayout/index.js.map +1 -1
  32. package/lib-commonjs/components/List/List/index.js +27 -6
  33. package/lib-commonjs/components/List/List/index.js.map +1 -1
  34. package/lib-commonjs/components/List/ListItem/index.js +27 -6
  35. package/lib-commonjs/components/List/ListItem/index.js.map +1 -1
  36. package/lib-commonjs/components/List/hooks/index.js +7 -2
  37. package/lib-commonjs/components/List/hooks/index.js.map +1 -1
  38. package/lib-commonjs/components/Primitive/index.js +15 -2
  39. package/lib-commonjs/components/Primitive/index.js.map +1 -1
  40. package/lib-commonjs/components/Segment/index.js +15 -2
  41. package/lib-commonjs/components/Segment/index.js.map +1 -1
  42. package/lib-commonjs/components/StyledText/index.js +25 -3
  43. package/lib-commonjs/components/StyledText/index.js.map +1 -1
  44. package/lib-commonjs/components/Video/index.js +15 -2
  45. package/lib-commonjs/components/Video/index.js.map +1 -1
  46. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,24 +1,51 @@
1
1
  # Change Log - @fluentui/react-migration-v0-v9
2
2
 
3
- This log was last generated on Fri, 06 Dec 2024 12:49:19 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Dec 2024 16:22:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.23)
8
+
9
+ Mon, 16 Dec 2024 16:22:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.2.22..@fluentui/react-migration-v0-v9_v9.2.23)
11
+
12
+ ### Patches
13
+
14
+ - chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-aria to v9.13.12 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
16
+ - Bump @fluentui/react-components to v9.56.6 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
17
+ - Bump @fluentui/react-context-selector to v9.1.71 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
18
+ - Bump @fluentui/react-jsx-runtime to v9.0.48 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
19
+ - Bump @fluentui/react-shared-contexts to v9.21.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.23.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
21
+ - Bump @fluentui/react-theme to v9.1.24 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
22
+ - Bump @fluentui/react-utilities to v9.18.19 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
23
+
24
+ ## [9.2.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.22)
25
+
26
+ Mon, 09 Dec 2024 17:38:16 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.2.21..@fluentui/react-migration-v0-v9_v9.2.22)
28
+
29
+ ### Patches
30
+
31
+ - Bump @fluentui/react-aria to v9.13.11 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
32
+ - Bump @fluentui/react-components to v9.56.5 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
33
+
7
34
  ## [9.2.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.21)
8
35
 
9
- Fri, 06 Dec 2024 12:49:19 GMT
36
+ Fri, 06 Dec 2024 12:53:46 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.2.20..@fluentui/react-migration-v0-v9_v9.2.21)
11
38
 
12
39
  ### Patches
13
40
 
14
- - Bump @fluentui/react-aria to v9.13.10 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
15
- - Bump @fluentui/react-components to v9.56.4 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
16
- - Bump @fluentui/react-context-selector to v9.1.70 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
17
- - Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
18
- - Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
19
- - Bump @fluentui/react-tabster to v9.23.1 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
20
- - Bump @fluentui/react-theme to v9.1.23 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
21
- - Bump @fluentui/react-utilities to v9.18.18 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
41
+ - Bump @fluentui/react-aria to v9.13.10 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
42
+ - Bump @fluentui/react-components to v9.56.4 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
43
+ - Bump @fluentui/react-context-selector to v9.1.70 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
44
+ - Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
45
+ - Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
46
+ - Bump @fluentui/react-tabster to v9.23.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
47
+ - Bump @fluentui/react-theme to v9.1.23 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
48
+ - Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
22
49
 
23
50
  ## [9.2.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.20)
24
51
 
@@ -1,6 +1,6 @@
1
- export * from './Attachment';
2
- export * from './AttachmentAction';
3
- export * from './AttachmentBody';
4
- export * from './AttachmentDescription';
5
- export * from './AttachmentHeader';
6
- export * from './AttachmentIcon';
1
+ export { Attachment, attachmentClassName, attachmentProgressBarClassName, attachmentProgressContainerClassName } from './Attachment';
2
+ export { AttachmentAction, attachmentActionClassName } from './AttachmentAction';
3
+ export { AttachmentBody, attachmentBodyClassName } from './AttachmentBody';
4
+ export { AttachmentDescription, attachmentDescriptionClassName } from './AttachmentDescription';
5
+ export { AttachmentHeader, attachmentHeaderClassName } from './AttachmentHeader';
6
+ export { AttachmentIcon, attachmentIconClassName } from './AttachmentIcon';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Attachment/index.ts"],"sourcesContent":["export * from './Attachment';\nexport * from './AttachmentAction';\nexport * from './AttachmentBody';\nexport * from './AttachmentDescription';\nexport * from './AttachmentHeader';\nexport * from './AttachmentIcon';\n\nexport type { AttachmentProps } from './Attachment';\nexport type { AttachmentActionProps } from './AttachmentAction';\nexport type { AttachmentBodyProps } from './AttachmentBody';\nexport type { AttachmentDescriptionProps } from './AttachmentDescription';\nexport type { AttachmentHeaderProps } from './AttachmentHeader';\nexport type { AttachmentIconProps } from './AttachmentIcon';\n"],"names":[],"rangeMappings":";;;;;","mappings":"AAAA,cAAc,eAAe;AAC7B,cAAc,qBAAqB;AACnC,cAAc,mBAAmB;AACjC,cAAc,0BAA0B;AACxC,cAAc,qBAAqB;AACnC,cAAc,mBAAmB"}
1
+ {"version":3,"sources":["../src/components/Attachment/index.ts"],"sourcesContent":["export type { AttachmentProps } from './Attachment';\nexport {\n Attachment,\n attachmentClassName,\n attachmentProgressBarClassName,\n attachmentProgressContainerClassName,\n} from './Attachment';\nexport type { AttachmentActionProps } from './AttachmentAction';\nexport { AttachmentAction, attachmentActionClassName } from './AttachmentAction';\nexport type { AttachmentBodyProps } from './AttachmentBody';\nexport { AttachmentBody, attachmentBodyClassName } from './AttachmentBody';\nexport type { AttachmentDescriptionProps } from './AttachmentDescription';\nexport { AttachmentDescription, attachmentDescriptionClassName } from './AttachmentDescription';\nexport type { AttachmentHeaderProps } from './AttachmentHeader';\nexport { AttachmentHeader, attachmentHeaderClassName } from './AttachmentHeader';\nexport type { AttachmentIconProps } from './AttachmentIcon';\nexport { AttachmentIcon, attachmentIconClassName } from './AttachmentIcon';\n"],"names":["Attachment","attachmentClassName","attachmentProgressBarClassName","attachmentProgressContainerClassName","AttachmentAction","attachmentActionClassName","AttachmentBody","attachmentBodyClassName","AttachmentDescription","attachmentDescriptionClassName","AttachmentHeader","attachmentHeaderClassName","AttachmentIcon","attachmentIconClassName"],"rangeMappings":";;;;;","mappings":"AACA,SACEA,UAAU,EACVC,mBAAmB,EACnBC,8BAA8B,EAC9BC,oCAAoC,QAC/B,eAAe;AAEtB,SAASC,gBAAgB,EAAEC,yBAAyB,QAAQ,qBAAqB;AAEjF,SAASC,cAAc,EAAEC,uBAAuB,QAAQ,mBAAmB;AAE3E,SAASC,qBAAqB,EAAEC,8BAA8B,QAAQ,0BAA0B;AAEhG,SAASC,gBAAgB,EAAEC,yBAAyB,QAAQ,qBAAqB;AAEjF,SAASC,cAAc,EAAEC,uBAAuB,QAAQ,mBAAmB"}
@@ -1 +1 @@
1
- export * from './ButtonMigration.mixins';
1
+ export { v0Icon, v9CustomSizeIcon, v9DisabledCursor, v9HoverClasses, v9Icon } from './ButtonMigration.mixins';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Button/index.tsx"],"sourcesContent":["export * from './ButtonMigration.mixins';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,2BAA2B"}
1
+ {"version":3,"sources":["../src/components/Button/index.tsx"],"sourcesContent":["export { v0Icon, v9CustomSizeIcon, v9DisabledCursor, v9HoverClasses, v9Icon } from './ButtonMigration.mixins';\n"],"names":["v0Icon","v9CustomSizeIcon","v9DisabledCursor","v9HoverClasses","v9Icon"],"rangeMappings":"","mappings":"AAAA,SAASA,MAAM,EAAEC,gBAAgB,EAAEC,gBAAgB,EAAEC,cAAc,EAAEC,MAAM,QAAQ,2BAA2B"}
@@ -1 +1 @@
1
- export * from './FormFieldShim';
1
+ export { FormFieldShim } from './FormFieldShim';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/FormField/index.ts"],"sourcesContent":["export * from './FormFieldShim';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,kBAAkB"}
1
+ {"version":3,"sources":["../src/components/FormField/index.ts"],"sourcesContent":["export { FormFieldShim } from './FormFieldShim';\n"],"names":["FormFieldShim"],"rangeMappings":"","mappings":"AAAA,SAASA,aAAa,QAAQ,kBAAkB"}
@@ -1,2 +1,2 @@
1
- export * from './ItemLayout';
2
- export * from './ItemLayout.styles';
1
+ export { ItemLayout, itemLayoutClassName } from './ItemLayout';
2
+ export { useItemLayoutStyles } from './ItemLayout.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/ItemLayout/index.tsx"],"sourcesContent":["export * from './ItemLayout';\nexport * from './ItemLayout.styles';\n"],"names":[],"rangeMappings":";","mappings":"AAAA,cAAc,eAAe;AAC7B,cAAc,sBAAsB"}
1
+ {"version":3,"sources":["../src/components/ItemLayout/index.tsx"],"sourcesContent":["export { ItemLayout, itemLayoutClassName } from './ItemLayout';\nexport { useItemLayoutStyles } from './ItemLayout.styles';\n"],"names":["ItemLayout","itemLayoutClassName","useItemLayoutStyles"],"rangeMappings":";","mappings":"AAAA,SAASA,UAAU,EAAEC,mBAAmB,QAAQ,eAAe;AAC/D,SAASC,mBAAmB,QAAQ,sBAAsB"}
@@ -1,5 +1,4 @@
1
- export * from './List';
2
- export * from './List.types';
3
- export * from './renderList';
4
- export * from './useList';
5
- export * from './useListStyles.styles';
1
+ export { List } from './List';
2
+ export { renderList_unstable } from './renderList';
3
+ export { useList_unstable } from './useList';
4
+ export { listClassNames, useListStyles_unstable } from './useListStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/List/List/index.ts"],"sourcesContent":["export * from './List';\nexport * from './List.types';\nexport * from './renderList';\nexport * from './useList';\nexport * from './useListStyles.styles';\n"],"names":[],"rangeMappings":";;;;","mappings":"AAAA,cAAc,SAAS;AACvB,cAAc,eAAe;AAC7B,cAAc,eAAe;AAC7B,cAAc,YAAY;AAC1B,cAAc,yBAAyB"}
1
+ {"version":3,"sources":["../src/components/List/List/index.ts"],"sourcesContent":["export { List } from './List';\nexport type { ListContextValue, ListContextValues, ListProps, ListSlots, ListState } from './List.types';\nexport { renderList_unstable } from './renderList';\nexport { useList_unstable } from './useList';\nexport { listClassNames, useListStyles_unstable } from './useListStyles.styles';\n"],"names":["List","renderList_unstable","useList_unstable","listClassNames","useListStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,IAAI,QAAQ,SAAS;AAE9B,SAASC,mBAAmB,QAAQ,eAAe;AACnD,SAASC,gBAAgB,QAAQ,YAAY;AAC7C,SAASC,cAAc,EAAEC,sBAAsB,QAAQ,yBAAyB"}
@@ -1,5 +1,4 @@
1
- export * from './ListItem';
2
- export * from './ListItem.types';
3
- export * from './renderListItem';
4
- export * from './useListItem';
5
- export * from './useListItemStyles.styles';
1
+ export { ListItem } from './ListItem';
2
+ export { renderListItem_unstable } from './renderListItem';
3
+ export { useListItem_unstable } from './useListItem';
4
+ export { listItemClassNames, useListItemStyles_unstable } from './useListItemStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/List/ListItem/index.ts"],"sourcesContent":["export * from './ListItem';\nexport * from './ListItem.types';\nexport * from './renderListItem';\nexport * from './useListItem';\nexport * from './useListItemStyles.styles';\n"],"names":[],"rangeMappings":";;;;","mappings":"AAAA,cAAc,aAAa;AAC3B,cAAc,mBAAmB;AACjC,cAAc,mBAAmB;AACjC,cAAc,gBAAgB;AAC9B,cAAc,6BAA6B"}
1
+ {"version":3,"sources":["../src/components/List/ListItem/index.ts"],"sourcesContent":["export { ListItem } from './ListItem';\nexport type { ListItemProps, ListItemSlots, ListItemState } from './ListItem.types';\nexport { renderListItem_unstable } from './renderListItem';\nexport { useListItem_unstable } from './useListItem';\nexport { listItemClassNames, useListItemStyles_unstable } from './useListItemStyles.styles';\n"],"names":["ListItem","renderListItem_unstable","useListItem_unstable","listItemClassNames","useListItemStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,QAAQ,QAAQ,aAAa;AAEtC,SAASC,uBAAuB,QAAQ,mBAAmB;AAC3D,SAASC,oBAAoB,QAAQ,gBAAgB;AACrD,SAASC,kBAAkB,EAAEC,0BAA0B,QAAQ,6BAA6B"}
@@ -1 +1 @@
1
- export * from './useListSelection';
1
+ export { useListSelection } from './useListSelection';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/List/hooks/index.ts"],"sourcesContent":["export * from './useListSelection';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,qBAAqB"}
1
+ {"version":3,"sources":["../src/components/List/hooks/index.ts"],"sourcesContent":["export { useListSelection } from './useListSelection';\n"],"names":["useListSelection"],"rangeMappings":"","mappings":"AAAA,SAASA,gBAAgB,QAAQ,qBAAqB"}
@@ -1 +1 @@
1
- export * from './Primitive';
1
+ export { Primitive, primitiveClassName } from './Primitive';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Primitive/index.tsx"],"sourcesContent":["export * from './Primitive';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,cAAc"}
1
+ {"version":3,"sources":["../src/components/Primitive/index.tsx"],"sourcesContent":["export { Primitive, primitiveClassName } from './Primitive';\n"],"names":["Primitive","primitiveClassName"],"rangeMappings":"","mappings":"AAAA,SAASA,SAAS,EAAEC,kBAAkB,QAAQ,cAAc"}
@@ -1 +1 @@
1
- export * from './Segment';
1
+ export { Segment, segmentClassName } from './Segment';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Segment/index.ts"],"sourcesContent":["export * from './Segment';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,YAAY"}
1
+ {"version":3,"sources":["../src/components/Segment/index.ts"],"sourcesContent":["export { Segment, segmentClassName } from './Segment';\n"],"names":["Segment","segmentClassName"],"rangeMappings":"","mappings":"AAAA,SAASA,OAAO,EAAEC,gBAAgB,QAAQ,YAAY"}
@@ -1,2 +1,2 @@
1
- export * from './StyledText';
2
- export * from './StyledText.styles';
1
+ export { StyledText, styledTextClassName } from './StyledText';
2
+ export { useSizeStyles, useStyles, useWeightStyles } from './StyledText.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/StyledText/index.tsx"],"sourcesContent":["export * from './StyledText';\nexport * from './StyledText.styles';\n"],"names":[],"rangeMappings":";","mappings":"AAAA,cAAc,eAAe;AAC7B,cAAc,sBAAsB"}
1
+ {"version":3,"sources":["../src/components/StyledText/index.tsx"],"sourcesContent":["export type { StyledTextProps, StyledTextSlots } from './StyledText';\nexport { StyledText, styledTextClassName } from './StyledText';\nexport { useSizeStyles, useStyles, useWeightStyles } from './StyledText.styles';\n"],"names":["StyledText","styledTextClassName","useSizeStyles","useStyles","useWeightStyles"],"rangeMappings":";","mappings":"AACA,SAASA,UAAU,EAAEC,mBAAmB,QAAQ,eAAe;AAC/D,SAASC,aAAa,EAAEC,SAAS,EAAEC,eAAe,QAAQ,sBAAsB"}
@@ -1 +1 @@
1
- export * from './Video';
1
+ export { Video, videoClassName } from './Video';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Video/index.ts"],"sourcesContent":["export * from './Video';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,UAAU"}
1
+ {"version":3,"sources":["../src/components/Video/index.ts"],"sourcesContent":["export type { VideoProps } from './Video';\nexport { Video, videoClassName } from './Video';\n"],"names":["Video","videoClassName"],"rangeMappings":"","mappings":"AACA,SAASA,KAAK,EAAEC,cAAc,QAAQ,UAAU"}
@@ -2,10 +2,59 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./Attachment"), exports);
7
- _export_star._(require("./AttachmentAction"), exports);
8
- _export_star._(require("./AttachmentBody"), exports);
9
- _export_star._(require("./AttachmentDescription"), exports);
10
- _export_star._(require("./AttachmentHeader"), exports);
11
- _export_star._(require("./AttachmentIcon"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Attachment: function() {
13
+ return _Attachment.Attachment;
14
+ },
15
+ AttachmentAction: function() {
16
+ return _AttachmentAction.AttachmentAction;
17
+ },
18
+ AttachmentBody: function() {
19
+ return _AttachmentBody.AttachmentBody;
20
+ },
21
+ AttachmentDescription: function() {
22
+ return _AttachmentDescription.AttachmentDescription;
23
+ },
24
+ AttachmentHeader: function() {
25
+ return _AttachmentHeader.AttachmentHeader;
26
+ },
27
+ AttachmentIcon: function() {
28
+ return _AttachmentIcon.AttachmentIcon;
29
+ },
30
+ attachmentActionClassName: function() {
31
+ return _AttachmentAction.attachmentActionClassName;
32
+ },
33
+ attachmentBodyClassName: function() {
34
+ return _AttachmentBody.attachmentBodyClassName;
35
+ },
36
+ attachmentClassName: function() {
37
+ return _Attachment.attachmentClassName;
38
+ },
39
+ attachmentDescriptionClassName: function() {
40
+ return _AttachmentDescription.attachmentDescriptionClassName;
41
+ },
42
+ attachmentHeaderClassName: function() {
43
+ return _AttachmentHeader.attachmentHeaderClassName;
44
+ },
45
+ attachmentIconClassName: function() {
46
+ return _AttachmentIcon.attachmentIconClassName;
47
+ },
48
+ attachmentProgressBarClassName: function() {
49
+ return _Attachment.attachmentProgressBarClassName;
50
+ },
51
+ attachmentProgressContainerClassName: function() {
52
+ return _Attachment.attachmentProgressContainerClassName;
53
+ }
54
+ });
55
+ const _Attachment = require("./Attachment");
56
+ const _AttachmentAction = require("./AttachmentAction");
57
+ const _AttachmentBody = require("./AttachmentBody");
58
+ const _AttachmentDescription = require("./AttachmentDescription");
59
+ const _AttachmentHeader = require("./AttachmentHeader");
60
+ const _AttachmentIcon = require("./AttachmentIcon");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Attachment/index.ts"],"sourcesContent":["export * from './Attachment';\nexport * from './AttachmentAction';\nexport * from './AttachmentBody';\nexport * from './AttachmentDescription';\nexport * from './AttachmentHeader';\nexport * from './AttachmentIcon';\n\nexport type { AttachmentProps } from './Attachment';\nexport type { AttachmentActionProps } from './AttachmentAction';\nexport type { AttachmentBodyProps } from './AttachmentBody';\nexport type { AttachmentDescriptionProps } from './AttachmentDescription';\nexport type { AttachmentHeaderProps } from './AttachmentHeader';\nexport type { AttachmentIconProps } from './AttachmentIcon';\n"],"names":[],"rangeMappings":";;;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/Attachment/index.ts"],"sourcesContent":["export type { AttachmentProps } from './Attachment';\nexport {\n Attachment,\n attachmentClassName,\n attachmentProgressBarClassName,\n attachmentProgressContainerClassName,\n} from './Attachment';\nexport type { AttachmentActionProps } from './AttachmentAction';\nexport { AttachmentAction, attachmentActionClassName } from './AttachmentAction';\nexport type { AttachmentBodyProps } from './AttachmentBody';\nexport { AttachmentBody, attachmentBodyClassName } from './AttachmentBody';\nexport type { AttachmentDescriptionProps } from './AttachmentDescription';\nexport { AttachmentDescription, attachmentDescriptionClassName } from './AttachmentDescription';\nexport type { AttachmentHeaderProps } from './AttachmentHeader';\nexport { AttachmentHeader, attachmentHeaderClassName } from './AttachmentHeader';\nexport type { AttachmentIconProps } from './AttachmentIcon';\nexport { AttachmentIcon, attachmentIconClassName } from './AttachmentIcon';\n"],"names":["Attachment","AttachmentAction","AttachmentBody","AttachmentDescription","AttachmentHeader","AttachmentIcon","attachmentActionClassName","attachmentBodyClassName","attachmentClassName","attachmentDescriptionClassName","attachmentHeaderClassName","attachmentIconClassName","attachmentProgressBarClassName","attachmentProgressContainerClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAEEA,UAAU;eAAVA,sBAAU;;IAMHC,gBAAgB;eAAhBA,kCAAgB;;IAEhBC,cAAc;eAAdA,8BAAc;;IAEdC,qBAAqB;eAArBA,4CAAqB;;IAErBC,gBAAgB;eAAhBA,kCAAgB;;IAEhBC,cAAc;eAAdA,8BAAc;;IARIC,yBAAyB;eAAzBA,2CAAyB;;IAE3BC,uBAAuB;eAAvBA,uCAAuB;;IAP9CC,mBAAmB;eAAnBA,+BAAmB;;IASWC,8BAA8B;eAA9BA,qDAA8B;;IAEnCC,yBAAyB;eAAzBA,2CAAyB;;IAE3BC,uBAAuB;eAAvBA,uCAAuB;;IAZ9CC,8BAA8B;eAA9BA,0CAA8B;;IAC9BC,oCAAoC;eAApCA,gDAAoC;;;4BAC/B;kCAEqD;gCAEJ;uCAEc;kCAEV;gCAEJ"}
@@ -2,5 +2,27 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./ButtonMigration.mixins"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ v0Icon: function() {
13
+ return _ButtonMigrationmixins.v0Icon;
14
+ },
15
+ v9CustomSizeIcon: function() {
16
+ return _ButtonMigrationmixins.v9CustomSizeIcon;
17
+ },
18
+ v9DisabledCursor: function() {
19
+ return _ButtonMigrationmixins.v9DisabledCursor;
20
+ },
21
+ v9HoverClasses: function() {
22
+ return _ButtonMigrationmixins.v9HoverClasses;
23
+ },
24
+ v9Icon: function() {
25
+ return _ButtonMigrationmixins.v9Icon;
26
+ }
27
+ });
28
+ const _ButtonMigrationmixins = require("./ButtonMigration.mixins");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Button/index.tsx"],"sourcesContent":["export * from './ButtonMigration.mixins';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/components/Button/index.tsx"],"sourcesContent":["export { v0Icon, v9CustomSizeIcon, v9DisabledCursor, v9HoverClasses, v9Icon } from './ButtonMigration.mixins';\n"],"names":["v0Icon","v9CustomSizeIcon","v9DisabledCursor","v9HoverClasses","v9Icon"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,MAAM;eAANA,6BAAM;;IAAEC,gBAAgB;eAAhBA,uCAAgB;;IAAEC,gBAAgB;eAAhBA,uCAAgB;;IAAEC,cAAc;eAAdA,qCAAc;;IAAEC,MAAM;eAANA,6BAAM;;;uCAAQ"}
@@ -2,5 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./FormFieldShim"), exports);
5
+ Object.defineProperty(exports, "FormFieldShim", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _FormFieldShim.FormFieldShim;
9
+ }
10
+ });
11
+ const _FormFieldShim = require("./FormFieldShim");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/FormField/index.ts"],"sourcesContent":["export * from './FormFieldShim';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/components/FormField/index.ts"],"sourcesContent":["export { FormFieldShim } from './FormFieldShim';\n"],"names":["FormFieldShim"],"rangeMappings":";;;;;;;;;;","mappings":";;;;+BAASA;;;eAAAA,4BAAa;;;+BAAQ"}
@@ -2,6 +2,22 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./ItemLayout"), exports);
7
- _export_star._(require("./ItemLayout.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ ItemLayout: function() {
13
+ return _ItemLayout.ItemLayout;
14
+ },
15
+ itemLayoutClassName: function() {
16
+ return _ItemLayout.itemLayoutClassName;
17
+ },
18
+ useItemLayoutStyles: function() {
19
+ return _ItemLayoutstyles.useItemLayoutStyles;
20
+ }
21
+ });
22
+ const _ItemLayout = require("./ItemLayout");
23
+ const _ItemLayoutstyles = require("./ItemLayout.styles");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/ItemLayout/index.tsx"],"sourcesContent":["export * from './ItemLayout';\nexport * from './ItemLayout.styles';\n"],"names":[],"rangeMappings":";;;;;;","mappings":";;;;;uBAAc;uBACA"}
1
+ {"version":3,"sources":["../src/components/ItemLayout/index.tsx"],"sourcesContent":["export { ItemLayout, itemLayoutClassName } from './ItemLayout';\nexport { useItemLayoutStyles } from './ItemLayout.styles';\n"],"names":["ItemLayout","itemLayoutClassName","useItemLayoutStyles"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,UAAU;eAAVA,sBAAU;;IAAEC,mBAAmB;eAAnBA,+BAAmB;;IAC/BC,mBAAmB;eAAnBA,qCAAmB;;;4BADoB;kCACZ"}
@@ -2,9 +2,30 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./List"), exports);
7
- _export_star._(require("./List.types"), exports);
8
- _export_star._(require("./renderList"), exports);
9
- _export_star._(require("./useList"), exports);
10
- _export_star._(require("./useListStyles.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ List: function() {
13
+ return _List.List;
14
+ },
15
+ listClassNames: function() {
16
+ return _useListStylesstyles.listClassNames;
17
+ },
18
+ renderList_unstable: function() {
19
+ return _renderList.renderList_unstable;
20
+ },
21
+ useListStyles_unstable: function() {
22
+ return _useListStylesstyles.useListStyles_unstable;
23
+ },
24
+ useList_unstable: function() {
25
+ return _useList.useList_unstable;
26
+ }
27
+ });
28
+ const _List = require("./List");
29
+ const _renderList = require("./renderList");
30
+ const _useList = require("./useList");
31
+ const _useListStylesstyles = require("./useListStyles.styles");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/List/List/index.ts"],"sourcesContent":["export * from './List';\nexport * from './List.types';\nexport * from './renderList';\nexport * from './useList';\nexport * from './useListStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/List/List/index.ts"],"sourcesContent":["export { List } from './List';\nexport type { ListContextValue, ListContextValues, ListProps, ListSlots, ListState } from './List.types';\nexport { renderList_unstable } from './renderList';\nexport { useList_unstable } from './useList';\nexport { listClassNames, useListStyles_unstable } from './useListStyles.styles';\n"],"names":["List","listClassNames","renderList_unstable","useListStyles_unstable","useList_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,IAAI;eAAJA,UAAI;;IAIJC,cAAc;eAAdA,mCAAc;;IAFdC,mBAAmB;eAAnBA,+BAAmB;;IAEHC,sBAAsB;eAAtBA,2CAAsB;;IADtCC,gBAAgB;eAAhBA,yBAAgB;;;sBAHJ;4BAEe;yBACH;qCACsB"}
@@ -2,9 +2,30 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./ListItem"), exports);
7
- _export_star._(require("./ListItem.types"), exports);
8
- _export_star._(require("./renderListItem"), exports);
9
- _export_star._(require("./useListItem"), exports);
10
- _export_star._(require("./useListItemStyles.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ ListItem: function() {
13
+ return _ListItem.ListItem;
14
+ },
15
+ listItemClassNames: function() {
16
+ return _useListItemStylesstyles.listItemClassNames;
17
+ },
18
+ renderListItem_unstable: function() {
19
+ return _renderListItem.renderListItem_unstable;
20
+ },
21
+ useListItemStyles_unstable: function() {
22
+ return _useListItemStylesstyles.useListItemStyles_unstable;
23
+ },
24
+ useListItem_unstable: function() {
25
+ return _useListItem.useListItem_unstable;
26
+ }
27
+ });
28
+ const _ListItem = require("./ListItem");
29
+ const _renderListItem = require("./renderListItem");
30
+ const _useListItem = require("./useListItem");
31
+ const _useListItemStylesstyles = require("./useListItemStyles.styles");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/List/ListItem/index.ts"],"sourcesContent":["export * from './ListItem';\nexport * from './ListItem.types';\nexport * from './renderListItem';\nexport * from './useListItem';\nexport * from './useListItemStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/List/ListItem/index.ts"],"sourcesContent":["export { ListItem } from './ListItem';\nexport type { ListItemProps, ListItemSlots, ListItemState } from './ListItem.types';\nexport { renderListItem_unstable } from './renderListItem';\nexport { useListItem_unstable } from './useListItem';\nexport { listItemClassNames, useListItemStyles_unstable } from './useListItemStyles.styles';\n"],"names":["ListItem","listItemClassNames","renderListItem_unstable","useListItemStyles_unstable","useListItem_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,QAAQ;eAARA,kBAAQ;;IAIRC,kBAAkB;eAAlBA,2CAAkB;;IAFlBC,uBAAuB;eAAvBA,uCAAuB;;IAEHC,0BAA0B;eAA1BA,mDAA0B;;IAD9CC,oBAAoB;eAApBA,iCAAoB;;;0BAHJ;gCAEe;6BACH;yCAC0B"}
@@ -2,5 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./useListSelection"), exports);
5
+ Object.defineProperty(exports, "useListSelection", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _useListSelection.useListSelection;
9
+ }
10
+ });
11
+ const _useListSelection = require("./useListSelection");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/List/hooks/index.ts"],"sourcesContent":["export * from './useListSelection';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/components/List/hooks/index.ts"],"sourcesContent":["export { useListSelection } from './useListSelection';\n"],"names":["useListSelection"],"rangeMappings":";;;;;;;;;;","mappings":";;;;+BAASA;;;eAAAA,kCAAgB;;;kCAAQ"}
@@ -2,5 +2,18 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./Primitive"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Primitive: function() {
13
+ return _Primitive.Primitive;
14
+ },
15
+ primitiveClassName: function() {
16
+ return _Primitive.primitiveClassName;
17
+ }
18
+ });
19
+ const _Primitive = require("./Primitive");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Primitive/index.tsx"],"sourcesContent":["export * from './Primitive';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/components/Primitive/index.tsx"],"sourcesContent":["export { Primitive, primitiveClassName } from './Primitive';\n"],"names":["Primitive","primitiveClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,SAAS;eAATA,oBAAS;;IAAEC,kBAAkB;eAAlBA,6BAAkB;;;2BAAQ"}
@@ -2,5 +2,18 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./Segment"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Segment: function() {
13
+ return _Segment.Segment;
14
+ },
15
+ segmentClassName: function() {
16
+ return _Segment.segmentClassName;
17
+ }
18
+ });
19
+ const _Segment = require("./Segment");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Segment/index.ts"],"sourcesContent":["export * from './Segment';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/components/Segment/index.ts"],"sourcesContent":["export { Segment, segmentClassName } from './Segment';\n"],"names":["Segment","segmentClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,OAAO;eAAPA,gBAAO;;IAAEC,gBAAgB;eAAhBA,yBAAgB;;;yBAAQ"}
@@ -2,6 +2,28 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./StyledText"), exports);
7
- _export_star._(require("./StyledText.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ StyledText: function() {
13
+ return _StyledText.StyledText;
14
+ },
15
+ styledTextClassName: function() {
16
+ return _StyledText.styledTextClassName;
17
+ },
18
+ useSizeStyles: function() {
19
+ return _StyledTextstyles.useSizeStyles;
20
+ },
21
+ useStyles: function() {
22
+ return _StyledTextstyles.useStyles;
23
+ },
24
+ useWeightStyles: function() {
25
+ return _StyledTextstyles.useWeightStyles;
26
+ }
27
+ });
28
+ const _StyledText = require("./StyledText");
29
+ const _StyledTextstyles = require("./StyledText.styles");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/StyledText/index.tsx"],"sourcesContent":["export * from './StyledText';\nexport * from './StyledText.styles';\n"],"names":[],"rangeMappings":";;;;;;","mappings":";;;;;uBAAc;uBACA"}
1
+ {"version":3,"sources":["../src/components/StyledText/index.tsx"],"sourcesContent":["export type { StyledTextProps, StyledTextSlots } from './StyledText';\nexport { StyledText, styledTextClassName } from './StyledText';\nexport { useSizeStyles, useStyles, useWeightStyles } from './StyledText.styles';\n"],"names":["StyledText","styledTextClassName","useSizeStyles","useStyles","useWeightStyles"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,UAAU;eAAVA,sBAAU;;IAAEC,mBAAmB;eAAnBA,+BAAmB;;IAC/BC,aAAa;eAAbA,+BAAa;;IAAEC,SAAS;eAATA,2BAAS;;IAAEC,eAAe;eAAfA,iCAAe;;;4BADF;kCACU"}
@@ -2,5 +2,18 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./Video"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Video: function() {
13
+ return _Video.Video;
14
+ },
15
+ videoClassName: function() {
16
+ return _Video.videoClassName;
17
+ }
18
+ });
19
+ const _Video = require("./Video");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Video/index.ts"],"sourcesContent":["export * from './Video';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/components/Video/index.ts"],"sourcesContent":["export type { VideoProps } from './Video';\nexport { Video, videoClassName } from './Video';\n"],"names":["Video","videoClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,KAAK;eAALA,YAAK;;IAAEC,cAAc;eAAdA,qBAAc;;;uBAAQ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v0-v9",
3
- "version": "9.2.21",
3
+ "version": "9.2.23",
4
4
  "description": "Migration shim components and methods for hybrid v0/v9 applications building on Fluent UI React.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -20,15 +20,15 @@
20
20
  "@fluentui/scripts-storybook": "*"
21
21
  },
22
22
  "dependencies": {
23
- "@fluentui/react-aria": "^9.13.10",
24
- "@fluentui/react-components": "^9.56.4",
25
- "@fluentui/react-context-selector": "^9.1.70",
23
+ "@fluentui/react-aria": "^9.13.12",
24
+ "@fluentui/react-components": "^9.56.6",
25
+ "@fluentui/react-context-selector": "^9.1.71",
26
26
  "@fluentui/react-icons": "^2.0.245",
27
- "@fluentui/react-jsx-runtime": "^9.0.47",
28
- "@fluentui/react-shared-contexts": "^9.21.1",
29
- "@fluentui/react-tabster": "^9.23.1",
30
- "@fluentui/react-theme": "^9.1.23",
31
- "@fluentui/react-utilities": "^9.18.18",
27
+ "@fluentui/react-jsx-runtime": "^9.0.48",
28
+ "@fluentui/react-shared-contexts": "^9.21.2",
29
+ "@fluentui/react-tabster": "^9.23.2",
30
+ "@fluentui/react-theme": "^9.1.24",
31
+ "@fluentui/react-utilities": "^9.18.19",
32
32
  "@griffel/react": "^1.5.22",
33
33
  "@swc/helpers": "^0.5.1"
34
34
  },