@fluentui/react-dialog 9.11.2 → 9.11.4

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 (144) hide show
  1. package/CHANGELOG.md +28 -2
  2. package/lib/Dialog.js.map +1 -1
  3. package/lib/DialogActions.js.map +1 -1
  4. package/lib/DialogBody.js.map +1 -1
  5. package/lib/DialogContent.js.map +1 -1
  6. package/lib/DialogSurface.js.map +1 -1
  7. package/lib/DialogTitle.js.map +1 -1
  8. package/lib/DialogTrigger.js.map +1 -1
  9. package/lib/components/Dialog/Dialog.js.map +1 -1
  10. package/lib/components/Dialog/Dialog.types.js.map +1 -1
  11. package/lib/components/Dialog/index.js.map +1 -1
  12. package/lib/components/Dialog/renderDialog.js.map +1 -1
  13. package/lib/components/Dialog/useDialog.js.map +1 -1
  14. package/lib/components/Dialog/useDialogContextValues.js.map +1 -1
  15. package/lib/components/DialogActions/DialogActions.js.map +1 -1
  16. package/lib/components/DialogActions/DialogActions.types.js +3 -1
  17. package/lib/components/DialogActions/DialogActions.types.js.map +1 -1
  18. package/lib/components/DialogActions/index.js.map +1 -1
  19. package/lib/components/DialogActions/renderDialogActions.js.map +1 -1
  20. package/lib/components/DialogActions/useDialogActions.js.map +1 -1
  21. package/lib/components/DialogActions/useDialogActionsStyles.styles.js +2 -0
  22. package/lib/components/DialogActions/useDialogActionsStyles.styles.js.map +1 -1
  23. package/lib/components/DialogBackdropMotion.js.map +1 -1
  24. package/lib/components/DialogBody/DialogBody.js.map +1 -1
  25. package/lib/components/DialogBody/DialogBody.types.js +3 -1
  26. package/lib/components/DialogBody/DialogBody.types.js.map +1 -1
  27. package/lib/components/DialogBody/index.js.map +1 -1
  28. package/lib/components/DialogBody/renderDialogBody.js.map +1 -1
  29. package/lib/components/DialogBody/useDialogBody.js.map +1 -1
  30. package/lib/components/DialogBody/useDialogBodyStyles.styles.js +2 -0
  31. package/lib/components/DialogBody/useDialogBodyStyles.styles.js.map +1 -1
  32. package/lib/components/DialogContent/DialogContent.js.map +1 -1
  33. package/lib/components/DialogContent/DialogContent.types.js +3 -1
  34. package/lib/components/DialogContent/DialogContent.types.js.map +1 -1
  35. package/lib/components/DialogContent/index.js.map +1 -1
  36. package/lib/components/DialogContent/renderDialogContent.js.map +1 -1
  37. package/lib/components/DialogContent/useDialogContent.js.map +1 -1
  38. package/lib/components/DialogContent/useDialogContentStyles.styles.js +2 -0
  39. package/lib/components/DialogContent/useDialogContentStyles.styles.js.map +1 -1
  40. package/lib/components/DialogSurface/DialogSurface.js.map +1 -1
  41. package/lib/components/DialogSurface/DialogSurface.types.js +3 -1
  42. package/lib/components/DialogSurface/DialogSurface.types.js.map +1 -1
  43. package/lib/components/DialogSurface/index.js.map +1 -1
  44. package/lib/components/DialogSurface/renderDialogSurface.js.map +1 -1
  45. package/lib/components/DialogSurface/useDialogSurface.js.map +1 -1
  46. package/lib/components/DialogSurface/useDialogSurfaceContextValues.js.map +1 -1
  47. package/lib/components/DialogSurface/useDialogSurfaceStyles.styles.js +2 -0
  48. package/lib/components/DialogSurface/useDialogSurfaceStyles.styles.js.map +1 -1
  49. package/lib/components/DialogSurfaceMotion.js.map +1 -1
  50. package/lib/components/DialogTitle/DialogTitle.js.map +1 -1
  51. package/lib/components/DialogTitle/DialogTitle.types.js +3 -1
  52. package/lib/components/DialogTitle/DialogTitle.types.js.map +1 -1
  53. package/lib/components/DialogTitle/index.js.map +1 -1
  54. package/lib/components/DialogTitle/renderDialogTitle.js.map +1 -1
  55. package/lib/components/DialogTitle/useDialogTitle.js.map +1 -1
  56. package/lib/components/DialogTitle/useDialogTitleStyles.styles.js +2 -0
  57. package/lib/components/DialogTitle/useDialogTitleStyles.styles.js.map +1 -1
  58. package/lib/components/DialogTrigger/DialogTrigger.js.map +1 -1
  59. package/lib/components/DialogTrigger/DialogTrigger.types.js.map +1 -1
  60. package/lib/components/DialogTrigger/index.js.map +1 -1
  61. package/lib/components/DialogTrigger/renderDialogTrigger.js.map +1 -1
  62. package/lib/components/DialogTrigger/useDialogTrigger.js.map +1 -1
  63. package/lib/contexts/constants.js.map +1 -1
  64. package/lib/contexts/dialogContext.js.map +1 -1
  65. package/lib/contexts/dialogSurfaceContext.js.map +1 -1
  66. package/lib/contexts/index.js.map +1 -1
  67. package/lib/index.js.map +1 -1
  68. package/lib/utils/index.js.map +1 -1
  69. package/lib/utils/useDisableBodyScroll.js.map +1 -1
  70. package/lib/utils/useFocusFirstElement.js.map +1 -1
  71. package/lib-commonjs/Dialog.js.map +1 -1
  72. package/lib-commonjs/DialogActions.js.map +1 -1
  73. package/lib-commonjs/DialogBody.js.map +1 -1
  74. package/lib-commonjs/DialogContent.js.map +1 -1
  75. package/lib-commonjs/DialogSurface.js.map +1 -1
  76. package/lib-commonjs/DialogTitle.js.map +1 -1
  77. package/lib-commonjs/DialogTrigger.js.map +1 -1
  78. package/lib-commonjs/components/Dialog/Dialog.js.map +1 -1
  79. package/lib-commonjs/components/Dialog/Dialog.types.js.map +1 -1
  80. package/lib-commonjs/components/Dialog/index.js.map +1 -1
  81. package/lib-commonjs/components/Dialog/renderDialog.js.map +1 -1
  82. package/lib-commonjs/components/Dialog/useDialog.js.map +1 -1
  83. package/lib-commonjs/components/Dialog/useDialogContextValues.js.map +1 -1
  84. package/lib-commonjs/components/DialogActions/DialogActions.js.map +1 -1
  85. package/lib-commonjs/components/DialogActions/DialogActions.types.js +3 -1
  86. package/lib-commonjs/components/DialogActions/DialogActions.types.js.map +1 -1
  87. package/lib-commonjs/components/DialogActions/index.js.map +1 -1
  88. package/lib-commonjs/components/DialogActions/renderDialogActions.js.map +1 -1
  89. package/lib-commonjs/components/DialogActions/useDialogActions.js.map +1 -1
  90. package/lib-commonjs/components/DialogActions/useDialogActionsStyles.styles.js +1 -0
  91. package/lib-commonjs/components/DialogActions/useDialogActionsStyles.styles.js.map +1 -1
  92. package/lib-commonjs/components/DialogBackdropMotion.js.map +1 -1
  93. package/lib-commonjs/components/DialogBody/DialogBody.js.map +1 -1
  94. package/lib-commonjs/components/DialogBody/DialogBody.types.js +3 -1
  95. package/lib-commonjs/components/DialogBody/DialogBody.types.js.map +1 -1
  96. package/lib-commonjs/components/DialogBody/index.js.map +1 -1
  97. package/lib-commonjs/components/DialogBody/renderDialogBody.js.map +1 -1
  98. package/lib-commonjs/components/DialogBody/useDialogBody.js.map +1 -1
  99. package/lib-commonjs/components/DialogBody/useDialogBodyStyles.styles.js +1 -0
  100. package/lib-commonjs/components/DialogBody/useDialogBodyStyles.styles.js.map +1 -1
  101. package/lib-commonjs/components/DialogContent/DialogContent.js.map +1 -1
  102. package/lib-commonjs/components/DialogContent/DialogContent.types.js +3 -1
  103. package/lib-commonjs/components/DialogContent/DialogContent.types.js.map +1 -1
  104. package/lib-commonjs/components/DialogContent/index.js.map +1 -1
  105. package/lib-commonjs/components/DialogContent/renderDialogContent.js.map +1 -1
  106. package/lib-commonjs/components/DialogContent/useDialogContent.js.map +1 -1
  107. package/lib-commonjs/components/DialogContent/useDialogContentStyles.styles.js +1 -0
  108. package/lib-commonjs/components/DialogContent/useDialogContentStyles.styles.js.map +1 -1
  109. package/lib-commonjs/components/DialogSurface/DialogSurface.js.map +1 -1
  110. package/lib-commonjs/components/DialogSurface/DialogSurface.types.js +3 -1
  111. package/lib-commonjs/components/DialogSurface/DialogSurface.types.js.map +1 -1
  112. package/lib-commonjs/components/DialogSurface/index.js.map +1 -1
  113. package/lib-commonjs/components/DialogSurface/renderDialogSurface.js.map +1 -1
  114. package/lib-commonjs/components/DialogSurface/useDialogSurface.js.map +1 -1
  115. package/lib-commonjs/components/DialogSurface/useDialogSurfaceContextValues.js.map +1 -1
  116. package/lib-commonjs/components/DialogSurface/useDialogSurfaceStyles.styles.js +1 -0
  117. package/lib-commonjs/components/DialogSurface/useDialogSurfaceStyles.styles.js.map +1 -1
  118. package/lib-commonjs/components/DialogSurfaceMotion.js.map +1 -1
  119. package/lib-commonjs/components/DialogTitle/DialogTitle.js.map +1 -1
  120. package/lib-commonjs/components/DialogTitle/DialogTitle.types.js +3 -1
  121. package/lib-commonjs/components/DialogTitle/DialogTitle.types.js.map +1 -1
  122. package/lib-commonjs/components/DialogTitle/index.js.map +1 -1
  123. package/lib-commonjs/components/DialogTitle/renderDialogTitle.js.map +1 -1
  124. package/lib-commonjs/components/DialogTitle/useDialogTitle.js.map +1 -1
  125. package/lib-commonjs/components/DialogTitle/useDialogTitleStyles.styles.js +1 -0
  126. package/lib-commonjs/components/DialogTitle/useDialogTitleStyles.styles.js.map +1 -1
  127. package/lib-commonjs/components/DialogTrigger/DialogTrigger.js.map +1 -1
  128. package/lib-commonjs/components/DialogTrigger/DialogTrigger.types.js.map +1 -1
  129. package/lib-commonjs/components/DialogTrigger/index.js.map +1 -1
  130. package/lib-commonjs/components/DialogTrigger/renderDialogTrigger.js.map +1 -1
  131. package/lib-commonjs/components/DialogTrigger/useDialogTrigger.js.map +1 -1
  132. package/lib-commonjs/contexts/constants.js +8 -8
  133. package/lib-commonjs/contexts/constants.js.map +1 -1
  134. package/lib-commonjs/contexts/dialogContext.js.map +1 -1
  135. package/lib-commonjs/contexts/dialogSurfaceContext.js.map +1 -1
  136. package/lib-commonjs/contexts/index.js.map +1 -1
  137. package/lib-commonjs/index.js +66 -66
  138. package/lib-commonjs/index.js.map +1 -1
  139. package/lib-commonjs/utils/index.js.map +1 -1
  140. package/lib-commonjs/utils/useDisableBodyScroll.js.map +1 -1
  141. package/lib-commonjs/utils/useDisableBodyScroll.styles.js +3 -3
  142. package/lib-commonjs/utils/useDisableBodyScroll.styles.js.map +1 -1
  143. package/lib-commonjs/utils/useFocusFirstElement.js.map +1 -1
  144. package/package.json +9 -9
@@ -12,113 +12,113 @@ _export(exports, {
12
12
  Dialog: function() {
13
13
  return _Dialog.Dialog;
14
14
  },
15
- renderDialog_unstable: function() {
16
- return _Dialog.renderDialog_unstable;
15
+ DialogActions: function() {
16
+ return _DialogActions.DialogActions;
17
17
  },
18
- useDialog_unstable: function() {
19
- return _Dialog.useDialog_unstable;
18
+ DialogBody: function() {
19
+ return _DialogBody.DialogBody;
20
20
  },
21
- useDialogContextValues_unstable: function() {
22
- return _Dialog.useDialogContextValues_unstable;
21
+ DialogContent: function() {
22
+ return _DialogContent.DialogContent;
23
23
  },
24
- DialogTrigger: function() {
25
- return _DialogTrigger.DialogTrigger;
24
+ DialogProvider: function() {
25
+ return _index.DialogProvider;
26
26
  },
27
- useDialogTrigger_unstable: function() {
28
- return _DialogTrigger.useDialogTrigger_unstable;
27
+ DialogSurface: function() {
28
+ return _DialogSurface.DialogSurface;
29
29
  },
30
- renderDialogTrigger_unstable: function() {
31
- return _DialogTrigger.renderDialogTrigger_unstable;
30
+ DialogSurfaceProvider: function() {
31
+ return _index.DialogSurfaceProvider;
32
32
  },
33
- DialogActions: function() {
34
- return _DialogActions.DialogActions;
33
+ DialogTitle: function() {
34
+ return _DialogTitle.DialogTitle;
35
+ },
36
+ DialogTrigger: function() {
37
+ return _DialogTrigger.DialogTrigger;
35
38
  },
36
39
  dialogActionsClassNames: function() {
37
40
  return _DialogActions.dialogActionsClassNames;
38
41
  },
39
- useDialogActions_unstable: function() {
40
- return _DialogActions.useDialogActions_unstable;
41
- },
42
- useDialogActionsStyles_unstable: function() {
43
- return _DialogActions.useDialogActionsStyles_unstable;
44
- },
45
- renderDialogActions_unstable: function() {
46
- return _DialogActions.renderDialogActions_unstable;
47
- },
48
- DialogBody: function() {
49
- return _DialogBody.DialogBody;
50
- },
51
42
  dialogBodyClassNames: function() {
52
43
  return _DialogBody.dialogBodyClassNames;
53
44
  },
54
- useDialogBody_unstable: function() {
55
- return _DialogBody.useDialogBody_unstable;
56
- },
57
- useDialogBodyStyles_unstable: function() {
58
- return _DialogBody.useDialogBodyStyles_unstable;
59
- },
60
- renderDialogBody_unstable: function() {
61
- return _DialogBody.renderDialogBody_unstable;
45
+ dialogContentClassNames: function() {
46
+ return _DialogContent.dialogContentClassNames;
62
47
  },
63
- DialogTitle: function() {
64
- return _DialogTitle.DialogTitle;
48
+ dialogSurfaceClassNames: function() {
49
+ return _DialogSurface.dialogSurfaceClassNames;
65
50
  },
66
51
  dialogTitleClassNames: function() {
67
52
  return _DialogTitle.dialogTitleClassNames;
68
53
  },
69
- useDialogTitle_unstable: function() {
70
- return _DialogTitle.useDialogTitle_unstable;
54
+ renderDialogActions_unstable: function() {
55
+ return _DialogActions.renderDialogActions_unstable;
71
56
  },
72
- useDialogTitleStyles_unstable: function() {
73
- return _DialogTitle.useDialogTitleStyles_unstable;
57
+ renderDialogBody_unstable: function() {
58
+ return _DialogBody.renderDialogBody_unstable;
59
+ },
60
+ renderDialogContent_unstable: function() {
61
+ return _DialogContent.renderDialogContent_unstable;
62
+ },
63
+ renderDialogSurface_unstable: function() {
64
+ return _DialogSurface.renderDialogSurface_unstable;
74
65
  },
75
66
  renderDialogTitle_unstable: function() {
76
67
  return _DialogTitle.renderDialogTitle_unstable;
77
68
  },
78
- DialogSurface: function() {
79
- return _DialogSurface.DialogSurface;
80
- },
81
- dialogSurfaceClassNames: function() {
82
- return _DialogSurface.dialogSurfaceClassNames;
69
+ renderDialogTrigger_unstable: function() {
70
+ return _DialogTrigger.renderDialogTrigger_unstable;
83
71
  },
84
- useDialogSurface_unstable: function() {
85
- return _DialogSurface.useDialogSurface_unstable;
72
+ renderDialog_unstable: function() {
73
+ return _Dialog.renderDialog_unstable;
86
74
  },
87
- useDialogSurfaceStyles_unstable: function() {
88
- return _DialogSurface.useDialogSurfaceStyles_unstable;
75
+ useDialogActionsStyles_unstable: function() {
76
+ return _DialogActions.useDialogActionsStyles_unstable;
89
77
  },
90
- useDialogSurfaceContextValues_unstable: function() {
91
- return _DialogSurface.useDialogSurfaceContextValues_unstable;
78
+ useDialogActions_unstable: function() {
79
+ return _DialogActions.useDialogActions_unstable;
92
80
  },
93
- renderDialogSurface_unstable: function() {
94
- return _DialogSurface.renderDialogSurface_unstable;
81
+ useDialogBodyStyles_unstable: function() {
82
+ return _DialogBody.useDialogBodyStyles_unstable;
95
83
  },
96
- DialogContent: function() {
97
- return _DialogContent.DialogContent;
84
+ useDialogBody_unstable: function() {
85
+ return _DialogBody.useDialogBody_unstable;
98
86
  },
99
- dialogContentClassNames: function() {
100
- return _DialogContent.dialogContentClassNames;
87
+ useDialogContentStyles_unstable: function() {
88
+ return _DialogContent.useDialogContentStyles_unstable;
101
89
  },
102
90
  useDialogContent_unstable: function() {
103
91
  return _DialogContent.useDialogContent_unstable;
104
92
  },
105
- useDialogContentStyles_unstable: function() {
106
- return _DialogContent.useDialogContentStyles_unstable;
107
- },
108
- renderDialogContent_unstable: function() {
109
- return _DialogContent.renderDialogContent_unstable;
93
+ useDialogContextValues_unstable: function() {
94
+ return _Dialog.useDialogContextValues_unstable;
110
95
  },
111
96
  useDialogContext_unstable: function() {
112
97
  return _index.useDialogContext_unstable;
113
98
  },
99
+ useDialogSurfaceContextValues_unstable: function() {
100
+ return _DialogSurface.useDialogSurfaceContextValues_unstable;
101
+ },
114
102
  useDialogSurfaceContext_unstable: function() {
115
103
  return _index.useDialogSurfaceContext_unstable;
116
104
  },
117
- DialogProvider: function() {
118
- return _index.DialogProvider;
105
+ useDialogSurfaceStyles_unstable: function() {
106
+ return _DialogSurface.useDialogSurfaceStyles_unstable;
119
107
  },
120
- DialogSurfaceProvider: function() {
121
- return _index.DialogSurfaceProvider;
108
+ useDialogSurface_unstable: function() {
109
+ return _DialogSurface.useDialogSurface_unstable;
110
+ },
111
+ useDialogTitleStyles_unstable: function() {
112
+ return _DialogTitle.useDialogTitleStyles_unstable;
113
+ },
114
+ useDialogTitle_unstable: function() {
115
+ return _DialogTitle.useDialogTitle_unstable;
116
+ },
117
+ useDialogTrigger_unstable: function() {
118
+ return _DialogTrigger.useDialogTrigger_unstable;
119
+ },
120
+ useDialog_unstable: function() {
121
+ return _Dialog.useDialog_unstable;
122
122
  }
123
123
  });
124
124
  const _Dialog = require("./Dialog");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { Dialog, renderDialog_unstable, useDialog_unstable, useDialogContextValues_unstable } from './Dialog';\nexport { DialogTrigger, useDialogTrigger_unstable, renderDialogTrigger_unstable } from './DialogTrigger';\nexport { DialogActions, dialogActionsClassNames, useDialogActions_unstable, useDialogActionsStyles_unstable, renderDialogActions_unstable } from './DialogActions';\nexport { DialogBody, dialogBodyClassNames, useDialogBody_unstable, useDialogBodyStyles_unstable, renderDialogBody_unstable } from './DialogBody';\nexport { DialogTitle, dialogTitleClassNames, useDialogTitle_unstable, useDialogTitleStyles_unstable, renderDialogTitle_unstable } from './DialogTitle';\nexport { DialogSurface, dialogSurfaceClassNames, useDialogSurface_unstable, useDialogSurfaceStyles_unstable, useDialogSurfaceContextValues_unstable, renderDialogSurface_unstable } from './DialogSurface';\nexport { DialogContent, dialogContentClassNames, useDialogContent_unstable, useDialogContentStyles_unstable, renderDialogContent_unstable } from './DialogContent';\nexport { useDialogContext_unstable, useDialogSurfaceContext_unstable, DialogProvider, DialogSurfaceProvider } from './contexts/index';\n"],"names":["Dialog","renderDialog_unstable","useDialog_unstable","useDialogContextValues_unstable","DialogTrigger","useDialogTrigger_unstable","renderDialogTrigger_unstable","DialogActions","dialogActionsClassNames","useDialogActions_unstable","useDialogActionsStyles_unstable","renderDialogActions_unstable","DialogBody","dialogBodyClassNames","useDialogBody_unstable","useDialogBodyStyles_unstable","renderDialogBody_unstable","DialogTitle","dialogTitleClassNames","useDialogTitle_unstable","useDialogTitleStyles_unstable","renderDialogTitle_unstable","DialogSurface","dialogSurfaceClassNames","useDialogSurface_unstable","useDialogSurfaceStyles_unstable","useDialogSurfaceContextValues_unstable","renderDialogSurface_unstable","DialogContent","dialogContentClassNames","useDialogContent_unstable","useDialogContentStyles_unstable","renderDialogContent_unstable","useDialogContext_unstable","useDialogSurfaceContext_unstable","DialogProvider","DialogSurfaceProvider"],"mappings":";;;;;;;;;;;IAASA,MAAM;eAANA,cAAM;;IAAEC,qBAAqB;eAArBA,6BAAqB;;IAAEC,kBAAkB;eAAlBA,0BAAkB;;IAAEC,+BAA+B;eAA/BA,uCAA+B;;IAClFC,aAAa;eAAbA,4BAAa;;IAAEC,yBAAyB;eAAzBA,wCAAyB;;IAAEC,4BAA4B;eAA5BA,2CAA4B;;IACtEC,aAAa;eAAbA,4BAAa;;IAAEC,uBAAuB;eAAvBA,sCAAuB;;IAAEC,yBAAyB;eAAzBA,wCAAyB;;IAAEC,+BAA+B;eAA/BA,8CAA+B;;IAAEC,4BAA4B;eAA5BA,2CAA4B;;IAChIC,UAAU;eAAVA,sBAAU;;IAAEC,oBAAoB;eAApBA,gCAAoB;;IAAEC,sBAAsB;eAAtBA,kCAAsB;;IAAEC,4BAA4B;eAA5BA,wCAA4B;;IAAEC,yBAAyB;eAAzBA,qCAAyB;;IACjHC,WAAW;eAAXA,wBAAW;;IAAEC,qBAAqB;eAArBA,kCAAqB;;IAAEC,uBAAuB;eAAvBA,oCAAuB;;IAAEC,6BAA6B;eAA7BA,0CAA6B;;IAAEC,0BAA0B;eAA1BA,uCAA0B;;IACtHC,aAAa;eAAbA,4BAAa;;IAAEC,uBAAuB;eAAvBA,sCAAuB;;IAAEC,yBAAyB;eAAzBA,wCAAyB;;IAAEC,+BAA+B;eAA/BA,8CAA+B;;IAAEC,sCAAsC;eAAtCA,qDAAsC;;IAAEC,4BAA4B;eAA5BA,2CAA4B;;IACxKC,aAAa;eAAbA,4BAAa;;IAAEC,uBAAuB;eAAvBA,sCAAuB;;IAAEC,yBAAyB;eAAzBA,wCAAyB;;IAAEC,+BAA+B;eAA/BA,8CAA+B;;IAAEC,4BAA4B;eAA5BA,2CAA4B;;IAChIC,yBAAyB;eAAzBA,gCAAyB;;IAAEC,gCAAgC;eAAhCA,uCAAgC;;IAAEC,cAAc;eAAdA,qBAAc;;IAAEC,qBAAqB;eAArBA,4BAAqB;;;wBAPR;+BACZ;+BAC0D;4BACf;6BACK;+BACkD;+BACxC;uBAC9B"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { Dialog, renderDialog_unstable, useDialog_unstable, useDialogContextValues_unstable } from './Dialog';\nexport type {\n DialogContextValues,\n DialogSlots,\n DialogProps,\n DialogState,\n DialogModalType,\n DialogOpenChangeData,\n DialogOpenChangeEvent,\n DialogOpenChangeEventHandler,\n} from './Dialog';\n\nexport { DialogTrigger, useDialogTrigger_unstable, renderDialogTrigger_unstable } from './DialogTrigger';\nexport type {\n DialogTriggerProps,\n DialogTriggerChildProps,\n DialogTriggerState,\n DialogTriggerAction,\n} from './DialogTrigger';\n\nexport {\n DialogActions,\n dialogActionsClassNames,\n useDialogActions_unstable,\n useDialogActionsStyles_unstable,\n renderDialogActions_unstable,\n} from './DialogActions';\nexport type {\n DialogActionsProps,\n DialogActionsSlots,\n DialogActionsState,\n DialogActionsPosition,\n} from './DialogActions';\n\nexport {\n DialogBody,\n dialogBodyClassNames,\n useDialogBody_unstable,\n useDialogBodyStyles_unstable,\n renderDialogBody_unstable,\n} from './DialogBody';\nexport type { DialogBodyProps, DialogBodySlots, DialogBodyState } from './DialogBody';\n\nexport {\n DialogTitle,\n dialogTitleClassNames,\n useDialogTitle_unstable,\n useDialogTitleStyles_unstable,\n renderDialogTitle_unstable,\n} from './DialogTitle';\nexport type { DialogTitleProps, DialogTitleSlots, DialogTitleState } from './DialogTitle';\n\nexport {\n DialogSurface,\n dialogSurfaceClassNames,\n useDialogSurface_unstable,\n useDialogSurfaceStyles_unstable,\n useDialogSurfaceContextValues_unstable,\n renderDialogSurface_unstable,\n} from './DialogSurface';\nexport type {\n DialogSurfaceProps,\n DialogSurfaceSlots,\n DialogSurfaceState,\n DialogSurfaceElement,\n DialogSurfaceContextValues,\n} from './DialogSurface';\n\nexport {\n DialogContent,\n dialogContentClassNames,\n useDialogContent_unstable,\n useDialogContentStyles_unstable,\n renderDialogContent_unstable,\n} from './DialogContent';\nexport type { DialogContentProps, DialogContentSlots, DialogContentState } from './DialogContent';\n\nexport {\n useDialogContext_unstable,\n useDialogSurfaceContext_unstable,\n DialogProvider,\n DialogSurfaceProvider,\n} from './contexts/index';\n\nexport type { DialogContextValue, DialogSurfaceContextValue } from './contexts/index';\n"],"names":["Dialog","DialogActions","DialogBody","DialogContent","DialogProvider","DialogSurface","DialogSurfaceProvider","DialogTitle","DialogTrigger","dialogActionsClassNames","dialogBodyClassNames","dialogContentClassNames","dialogSurfaceClassNames","dialogTitleClassNames","renderDialogActions_unstable","renderDialogBody_unstable","renderDialogContent_unstable","renderDialogSurface_unstable","renderDialogTitle_unstable","renderDialogTrigger_unstable","renderDialog_unstable","useDialogActionsStyles_unstable","useDialogActions_unstable","useDialogBodyStyles_unstable","useDialogBody_unstable","useDialogContentStyles_unstable","useDialogContent_unstable","useDialogContextValues_unstable","useDialogContext_unstable","useDialogSurfaceContextValues_unstable","useDialogSurfaceContext_unstable","useDialogSurfaceStyles_unstable","useDialogSurface_unstable","useDialogTitleStyles_unstable","useDialogTitle_unstable","useDialogTrigger_unstable","useDialog_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,MAAM;eAANA,cAAM;;IAqBbC,aAAa;eAAbA,4BAAa;;IAcbC,UAAU;eAAVA,sBAAU;;IAkCVC,aAAa;eAAbA,4BAAa;;IAWbC,cAAc;eAAdA,qBAAc;;IA3BdC,aAAa;eAAbA,4BAAa;;IA4BbC,qBAAqB;eAArBA,4BAAqB;;IArCrBC,WAAW;eAAXA,wBAAW;;IAhCJC,aAAa;eAAbA,4BAAa;;IAUpBC,uBAAuB;eAAvBA,sCAAuB;;IAcvBC,oBAAoB;eAApBA,gCAAoB;;IAkCpBC,uBAAuB;eAAvBA,sCAAuB;;IAhBvBC,uBAAuB;eAAvBA,sCAAuB;;IATvBC,qBAAqB;eAArBA,kCAAqB;;IApBrBC,4BAA4B;eAA5BA,2CAA4B;;IAc5BC,yBAAyB;eAAzBA,qCAAyB;;IAkCzBC,4BAA4B;eAA5BA,2CAA4B;;IAf5BC,4BAA4B;eAA5BA,2CAA4B;;IAV5BC,0BAA0B;eAA1BA,uCAA0B;;IApCuBC,4BAA4B;eAA5BA,2CAA4B;;IAZ9DC,qBAAqB;eAArBA,6BAAqB;;IAwBpCC,+BAA+B;eAA/BA,8CAA+B;;IAD/BC,yBAAyB;eAAzBA,wCAAyB;;IAezBC,4BAA4B;eAA5BA,wCAA4B;;IAD5BC,sBAAsB;eAAtBA,kCAAsB;;IAmCtBC,+BAA+B;eAA/BA,8CAA+B;;IAD/BC,yBAAyB;eAAzBA,wCAAyB;;IAvEiCC,+BAA+B;eAA/BA,uCAA+B;;IA8EzFC,yBAAyB;eAAzBA,gCAAyB;;IArBzBC,sCAAsC;eAAtCA,qDAAsC;;IAsBtCC,gCAAgC;eAAhCA,uCAAgC;;IAvBhCC,+BAA+B;eAA/BA,8CAA+B;;IAD/BC,yBAAyB;eAAzBA,wCAAyB;;IARzBC,6BAA6B;eAA7BA,0CAA6B;;IAD7BC,uBAAuB;eAAvBA,oCAAuB;;IAlCDC,yBAAyB;eAAzBA,wCAAyB;;IAZTC,kBAAkB;eAAlBA,0BAAkB;;;wBAAyC;+BAYZ;+BAchF;4BAcA;6BASA;+BAUA;+BAeA;uBAQA"}
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export * from './useDisableBodyScroll';\nexport * from './useFocusFirstElement';\n"],"names":[],"mappings":";;;;;uBAAc;uBACA"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './useDisableBodyScroll';\nexport * from './useFocusFirstElement';\n"],"names":[],"rangeMappings":";;;;;;","mappings":";;;;;uBAAc;uBACA"}
@@ -1 +1 @@
1
- {"version":3,"sources":["useDisableBodyScroll.js"],"sourcesContent":["import { useFluent_unstable } from '@fluentui/react-shared-contexts';\nimport { useCallback } from 'react';\nimport { useBodyNoScrollStyles, useHTMLNoScrollStyles } from './useDisableBodyScroll.styles';\n/**\n * @internal\n * A React *hook* that disables body scrolling through `overflowY: hidden` CSS property\n */ export function useDisableBodyScroll() {\n const htmlNoScrollStyles = useHTMLNoScrollStyles();\n const bodyNoScrollStyles = useBodyNoScrollStyles();\n const { targetDocument } = useFluent_unstable();\n const disableBodyScroll = useCallback(()=>{\n var _targetDocument_defaultView;\n if (!targetDocument) {\n return;\n }\n var _targetDocument_defaultView_innerHeight;\n const isHorizontalScrollbarVisible = targetDocument.body.clientHeight > ((_targetDocument_defaultView_innerHeight = (_targetDocument_defaultView = targetDocument.defaultView) === null || _targetDocument_defaultView === void 0 ? void 0 : _targetDocument_defaultView.innerHeight) !== null && _targetDocument_defaultView_innerHeight !== void 0 ? _targetDocument_defaultView_innerHeight : 0);\n if (!isHorizontalScrollbarVisible) {\n return;\n }\n targetDocument.documentElement.classList.add(htmlNoScrollStyles);\n targetDocument.body.classList.add(bodyNoScrollStyles);\n return;\n }, [\n targetDocument,\n htmlNoScrollStyles,\n bodyNoScrollStyles\n ]);\n const enableBodyScroll = useCallback(()=>{\n if (!targetDocument) {\n return;\n }\n targetDocument.documentElement.classList.remove(htmlNoScrollStyles);\n targetDocument.body.classList.remove(bodyNoScrollStyles);\n }, [\n targetDocument,\n htmlNoScrollStyles,\n bodyNoScrollStyles\n ]);\n return {\n disableBodyScroll,\n enableBodyScroll\n };\n}\n"],"names":["useDisableBodyScroll","htmlNoScrollStyles","useHTMLNoScrollStyles","bodyNoScrollStyles","useBodyNoScrollStyles","targetDocument","useFluent_unstable","disableBodyScroll","useCallback","_targetDocument_defaultView","_targetDocument_defaultView_innerHeight","isHorizontalScrollbarVisible","body","clientHeight","defaultView","innerHeight","documentElement","classList","add","enableBodyScroll","remove"],"mappings":";;;;+BAMoBA;;;eAAAA;;;qCANe;uBACP;4CACiC;AAIlD,SAASA;IAChB,MAAMC,qBAAqBC,IAAAA,iDAAqB;IAChD,MAAMC,qBAAqBC,IAAAA,iDAAqB;IAChD,MAAM,EAAEC,cAAc,EAAE,GAAGC,IAAAA,uCAAkB;IAC7C,MAAMC,oBAAoBC,IAAAA,kBAAW,EAAC;QAClC,IAAIC;QACJ,IAAI,CAACJ,gBAAgB;YACjB;QACJ;QACA,IAAIK;QACJ,MAAMC,+BAA+BN,eAAeO,IAAI,CAACC,YAAY,GAAI,CAAA,AAACH,CAAAA,0CAA0C,AAACD,CAAAA,8BAA8BJ,eAAeS,WAAW,AAAD,MAAO,QAAQL,gCAAgC,KAAK,IAAI,KAAK,IAAIA,4BAA4BM,WAAW,AAAD,MAAO,QAAQL,4CAA4C,KAAK,IAAIA,0CAA0C,CAAA;QACjY,IAAI,CAACC,8BAA8B;YAC/B;QACJ;QACAN,eAAeW,eAAe,CAACC,SAAS,CAACC,GAAG,CAACjB;QAC7CI,eAAeO,IAAI,CAACK,SAAS,CAACC,GAAG,CAACf;QAClC;IACJ,GAAG;QACCE;QACAJ;QACAE;KACH;IACD,MAAMgB,mBAAmBX,IAAAA,kBAAW,EAAC;QACjC,IAAI,CAACH,gBAAgB;YACjB;QACJ;QACAA,eAAeW,eAAe,CAACC,SAAS,CAACG,MAAM,CAACnB;QAChDI,eAAeO,IAAI,CAACK,SAAS,CAACG,MAAM,CAACjB;IACzC,GAAG;QACCE;QACAJ;QACAE;KACH;IACD,OAAO;QACHI;QACAY;IACJ;AACJ"}
1
+ {"version":3,"sources":["useDisableBodyScroll.ts"],"sourcesContent":["import { useFluent_unstable } from '@fluentui/react-shared-contexts';\nimport { useCallback } from 'react';\n\nimport { useBodyNoScrollStyles, useHTMLNoScrollStyles } from './useDisableBodyScroll.styles';\n\n/**\n * @internal\n * A React *hook* that disables body scrolling through `overflowY: hidden` CSS property\n */\nexport function useDisableBodyScroll(): {\n disableBodyScroll: () => void;\n enableBodyScroll: () => void;\n} {\n const htmlNoScrollStyles = useHTMLNoScrollStyles();\n const bodyNoScrollStyles = useBodyNoScrollStyles();\n const { targetDocument } = useFluent_unstable();\n\n const disableBodyScroll = useCallback(() => {\n if (!targetDocument) {\n return;\n }\n const isHorizontalScrollbarVisible =\n targetDocument.body.clientHeight > (targetDocument.defaultView?.innerHeight ?? 0);\n if (!isHorizontalScrollbarVisible) {\n return;\n }\n targetDocument.documentElement.classList.add(htmlNoScrollStyles);\n targetDocument.body.classList.add(bodyNoScrollStyles);\n return;\n }, [targetDocument, htmlNoScrollStyles, bodyNoScrollStyles]);\n\n const enableBodyScroll = useCallback(() => {\n if (!targetDocument) {\n return;\n }\n targetDocument.documentElement.classList.remove(htmlNoScrollStyles);\n targetDocument.body.classList.remove(bodyNoScrollStyles);\n }, [targetDocument, htmlNoScrollStyles, bodyNoScrollStyles]);\n\n return {\n disableBodyScroll,\n enableBodyScroll,\n };\n}\n"],"names":["useDisableBodyScroll","htmlNoScrollStyles","useHTMLNoScrollStyles","bodyNoScrollStyles","useBodyNoScrollStyles","targetDocument","useFluent_unstable","disableBodyScroll","useCallback","isHorizontalScrollbarVisible","body","clientHeight","defaultView","innerHeight","documentElement","classList","add","enableBodyScroll","remove"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;+BASgBA;;;eAAAA;;;qCATmB;uBACP;4CAEiC;AAMtD,SAASA;IAId,MAAMC,qBAAqBC,IAAAA,iDAAAA;IAC3B,MAAMC,qBAAqBC,IAAAA,iDAAAA;IAC3B,MAAM,EAAEC,cAAc,EAAE,GAAGC,IAAAA,uCAAAA;IAE3B,MAAMC,oBAAoBC,IAAAA,kBAAAA,EAAY;YAKEH;QAJtC,IAAI,CAACA,gBAAgB;YACnB;QACF;YAEsCA;QADtC,MAAMI,+BACJJ,eAAeK,IAAI,CAACC,YAAY,GAAIN,CAAAA,CAAAA,0CAAAA,CAAAA,8BAAAA,eAAeO,WAAW,AAAXA,MAAW,QAA1BP,gCAAAA,KAAAA,IAAAA,KAAAA,IAAAA,4BAA4BQ,WAAW,AAAXA,MAAW,QAAvCR,4CAAAA,KAAAA,IAAAA,0CAA2C,CAAA;QACjF,IAAI,CAACI,8BAA8B;YACjC;QACF;QACAJ,eAAeS,eAAe,CAACC,SAAS,CAACC,GAAG,CAACf;QAC7CI,eAAeK,IAAI,CAACK,SAAS,CAACC,GAAG,CAACb;QAClC;IACF,GAAG;QAACE;QAAgBJ;QAAoBE;KAAmB;IAE3D,MAAMc,mBAAmBT,IAAAA,kBAAAA,EAAY;QACnC,IAAI,CAACH,gBAAgB;YACnB;QACF;QACAA,eAAeS,eAAe,CAACC,SAAS,CAACG,MAAM,CAACjB;QAChDI,eAAeK,IAAI,CAACK,SAAS,CAACG,MAAM,CAACf;IACvC,GAAG;QAACE;QAAgBJ;QAAoBE;KAAmB;IAE3D,OAAO;QACLI;QACAU;IACF;AACF"}
@@ -9,11 +9,11 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- useHTMLNoScrollStyles: function() {
13
- return useHTMLNoScrollStyles;
14
- },
15
12
  useBodyNoScrollStyles: function() {
16
13
  return useBodyNoScrollStyles;
14
+ },
15
+ useHTMLNoScrollStyles: function() {
16
+ return useHTMLNoScrollStyles;
17
17
  }
18
18
  });
19
19
  const _react = require("@griffel/react");
@@ -1 +1 @@
1
- {"version":3,"sources":["useDisableBodyScroll.styles.js"],"sourcesContent":["import { __resetStyles } from '@griffel/react';\n// this style must be applied to the html element to disable scrolling\nexport const useHTMLNoScrollStyles = /*#__PURE__*/__resetStyles(\"r6pzz3z\", null, [\".r6pzz3z{overflow-y:hidden;overflow-y:clip;scrollbar-gutter:stable;}\"]);\nexport const useBodyNoScrollStyles = /*#__PURE__*/__resetStyles(\"r144vlu9\", null, [\".r144vlu9{overflow-y:hidden;}\"]);\n//# sourceMappingURL=useDisableBodyScroll.styles.js.map"],"names":["useHTMLNoScrollStyles","useBodyNoScrollStyles","__resetStyles"],"mappings":";;;;;;;;;;;IAEaA,qBAAqB;eAArBA;;IACAC,qBAAqB;eAArBA;;;uBAHiB;AAEvB,MAAMD,wBAAwB,WAAW,GAAEE,IAAAA,oBAAa,EAAC,WAAW,MAAM;IAAC;CAAuE;AAClJ,MAAMD,wBAAwB,WAAW,GAAEC,IAAAA,oBAAa,EAAC,YAAY,MAAM;IAAC;CAAgC,GACnH,uDAAuD"}
1
+ {"version":3,"sources":["useDisableBodyScroll.styles.js"],"sourcesContent":["import { makeResetStyles } from '@griffel/react';\n// this style must be applied to the html element to disable scrolling\nexport const useHTMLNoScrollStyles = makeResetStyles({\n overflowY: [\n 'hidden',\n 'clip'\n ],\n scrollbarGutter: 'stable'\n});\nexport const useBodyNoScrollStyles = makeResetStyles({\n overflowY: 'hidden'\n});\n"],"names":["useBodyNoScrollStyles","useHTMLNoScrollStyles","__resetStyles"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IASaA,qBAAqB;eAArBA;;IAPAC,qBAAqB;eAArBA;;;uBAFmB;AAEzB,MAAMA,wBAAqB,WAAA,GAAGC,IAAAA,oBAAA,EAAA,WAAA,MAAA;IAAA;CAMpC;AACM,MAAMF,wBAAqB,WAAA,GAAGE,IAAAA,oBAAA,EAAA,YAAA,MAAA;IAAA;CAEpC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["useFocusFirstElement.js"],"sourcesContent":["import * as React from 'react';\nimport { useFocusFinders } from '@fluentui/react-tabster';\nimport { useFluent_unstable } from '@fluentui/react-shared-contexts';\n/**\n * Focus first element on content when dialog is opened,\n */ export function useFocusFirstElement(open, modalType) {\n const { findFirstFocusable } = useFocusFinders();\n const { targetDocument } = useFluent_unstable();\n const dialogRef = React.useRef(null);\n React.useEffect(()=>{\n if (!open) {\n return;\n }\n const element = dialogRef.current && findFirstFocusable(dialogRef.current);\n if (element) {\n element.focus();\n } else {\n var _dialogRef_current;\n (_dialogRef_current = dialogRef.current) === null || _dialogRef_current === void 0 ? void 0 : _dialogRef_current.focus(); // https://github.com/microsoft/fluentui/issues/25150\n if (process.env.NODE_ENV === 'development') {\n // eslint-disable-next-line no-console\n console.warn(`@fluentui/react-dialog [useFocusFirstElement]:\nA Dialog should have at least one focusable element inside DialogSurface.\nPlease add at least a close button either on \\`DialogTitle\\` action slot or inside \\`DialogActions\\``);\n }\n }\n }, [\n findFirstFocusable,\n open,\n modalType,\n targetDocument\n ]);\n return dialogRef;\n}\n"],"names":["useFocusFirstElement","open","modalType","findFirstFocusable","useFocusFinders","targetDocument","useFluent_unstable","dialogRef","React","useRef","useEffect","element","current","focus","_dialogRef_current","process","env","NODE_ENV","console","warn"],"mappings":";;;;+BAKoBA;;;eAAAA;;;;iEALG;8BACS;qCACG;AAGxB,SAASA,qBAAqBC,IAAI,EAAEC,SAAS;IACpD,MAAM,EAAEC,kBAAkB,EAAE,GAAGC,IAAAA,6BAAe;IAC9C,MAAM,EAAEC,cAAc,EAAE,GAAGC,IAAAA,uCAAkB;IAC7C,MAAMC,YAAYC,OAAMC,MAAM,CAAC;IAC/BD,OAAME,SAAS,CAAC;QACZ,IAAI,CAACT,MAAM;YACP;QACJ;QACA,MAAMU,UAAUJ,UAAUK,OAAO,IAAIT,mBAAmBI,UAAUK,OAAO;QACzE,IAAID,SAAS;YACTA,QAAQE,KAAK;QACjB,OAAO;YACH,IAAIC;YACHA,CAAAA,qBAAqBP,UAAUK,OAAO,AAAD,MAAO,QAAQE,uBAAuB,KAAK,IAAI,KAAK,IAAIA,mBAAmBD,KAAK,IAAI,qDAAqD;YAC/K,IAAIE,QAAQC,GAAG,CAACC,QAAQ,KAAK,eAAe;gBACxC,sCAAsC;gBACtCC,QAAQC,IAAI,CAAC,CAAC;;oGAEsE,CAAC;YACzF;QACJ;IACJ,GAAG;QACChB;QACAF;QACAC;QACAG;KACH;IACD,OAAOE;AACX"}
1
+ {"version":3,"sources":["useFocusFirstElement.ts"],"sourcesContent":["import * as React from 'react';\nimport { useFocusFinders } from '@fluentui/react-tabster';\nimport { useFluent_unstable } from '@fluentui/react-shared-contexts';\nimport type { DialogSurfaceElement } from '../DialogSurface';\nimport type { DialogModalType } from '../Dialog';\n\n/**\n * Focus first element on content when dialog is opened,\n */\nexport function useFocusFirstElement(open: boolean, modalType: DialogModalType) {\n const { findFirstFocusable } = useFocusFinders();\n const { targetDocument } = useFluent_unstable();\n const dialogRef = React.useRef<DialogSurfaceElement>(null);\n\n React.useEffect(() => {\n if (!open) {\n return;\n }\n const element = dialogRef.current && findFirstFocusable(dialogRef.current);\n if (element) {\n element.focus();\n } else {\n dialogRef.current?.focus(); // https://github.com/microsoft/fluentui/issues/25150\n if (process.env.NODE_ENV === 'development') {\n // eslint-disable-next-line no-console\n console.warn(/** #__DE-INDENT__ */ `\n @fluentui/react-dialog [useFocusFirstElement]:\n A Dialog should have at least one focusable element inside DialogSurface.\n Please add at least a close button either on \\`DialogTitle\\` action slot or inside \\`DialogActions\\`\n `);\n }\n }\n }, [findFirstFocusable, open, modalType, targetDocument]);\n\n return dialogRef;\n}\n"],"names":["useFocusFirstElement","open","modalType","findFirstFocusable","useFocusFinders","targetDocument","useFluent_unstable","dialogRef","React","useRef","useEffect","element","current","focus","process","env","NODE_ENV","console","warn"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;+BASgBA;;;eAAAA;;;;iEATO;8BACS;qCACG;AAO5B,SAASA,qBAAqBC,IAAa,EAAEC,SAA0B;IAC5E,MAAM,EAAEC,kBAAkB,EAAE,GAAGC,IAAAA,6BAAAA;IAC/B,MAAM,EAAEC,cAAc,EAAE,GAAGC,IAAAA,uCAAAA;IAC3B,MAAMC,YAAYC,OAAMC,MAAM,CAAuB;IAErDD,OAAME,SAAS,CAAC;QACd,IAAI,CAACT,MAAM;YACT;QACF;QACA,MAAMU,UAAUJ,UAAUK,OAAO,IAAIT,mBAAmBI,UAAUK,OAAO;QACzE,IAAID,SAAS;YACXA,QAAQE,KAAK;QACf,OAAO;gBACLN;YAAAA,CAAAA,qBAAAA,UAAUK,OAAO,AAAPA,MAAO,QAAjBL,uBAAAA,KAAAA,IAAAA,KAAAA,IAAAA,mBAAmBM,KAAK,IAAI,qDAAqD;YACjF,IAAIC,QAAQC,GAAG,CAACC,QAAQ,KAAK,eAAe;gBAC1C,sCAAsC;gBACtCC,QAAQC,IAAI,CAAuB,CAAC;;oGAIpC,CAAC;YACH;QACF;IACF,GAAG;QAACf;QAAoBF;QAAMC;QAAWG;KAAe;IAExD,OAAOE;AACT"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-dialog",
3
- "version": "9.11.2",
3
+ "version": "9.11.4",
4
4
  "description": "Dialog component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -40,17 +40,17 @@
40
40
  "@fluentui/scripts-tasks": "*"
41
41
  },
42
42
  "dependencies": {
43
- "@fluentui/react-utilities": "^9.18.10",
44
- "@fluentui/react-jsx-runtime": "^9.0.39",
43
+ "@fluentui/react-utilities": "^9.18.11",
44
+ "@fluentui/react-jsx-runtime": "^9.0.40",
45
45
  "@fluentui/keyboard-keys": "^9.0.7",
46
- "@fluentui/react-context-selector": "^9.1.62",
47
- "@fluentui/react-motion": "^9.2.0",
46
+ "@fluentui/react-context-selector": "^9.1.63",
47
+ "@fluentui/react-motion": "^9.2.2",
48
48
  "@fluentui/react-shared-contexts": "^9.19.0",
49
- "@fluentui/react-aria": "^9.12.1",
50
- "@fluentui/react-icons": "^2.0.239",
51
- "@fluentui/react-tabster": "^9.22.0",
49
+ "@fluentui/react-aria": "^9.13.0",
50
+ "@fluentui/react-icons": "^2.0.245",
51
+ "@fluentui/react-tabster": "^9.22.1",
52
52
  "@fluentui/react-theme": "^9.1.19",
53
- "@fluentui/react-portal": "^9.4.28",
53
+ "@fluentui/react-portal": "^9.4.29",
54
54
  "@griffel/react": "^1.5.22",
55
55
  "@swc/helpers": "^0.5.1"
56
56
  },