@fluentui/react-drawer 9.13.1 → 9.74.3-experimental.esm.20260709-49ee7a20cf.0

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 (294) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/dist/index.d.cts +532 -0
  3. package/lib/Drawer.js +1 -1
  4. package/lib/Drawer.js.map +1 -1
  5. package/lib/DrawerBody.js +1 -1
  6. package/lib/DrawerBody.js.map +1 -1
  7. package/lib/DrawerFooter.js +1 -1
  8. package/lib/DrawerFooter.js.map +1 -1
  9. package/lib/DrawerHeader.js +1 -1
  10. package/lib/DrawerHeader.js.map +1 -1
  11. package/lib/DrawerHeaderNavigation.js +1 -1
  12. package/lib/DrawerHeaderNavigation.js.map +1 -1
  13. package/lib/DrawerHeaderTitle.js +1 -1
  14. package/lib/DrawerHeaderTitle.js.map +1 -1
  15. package/lib/InlineDrawer.js +1 -1
  16. package/lib/InlineDrawer.js.map +1 -1
  17. package/lib/OverlayDrawer.js +1 -1
  18. package/lib/OverlayDrawer.js.map +1 -1
  19. package/lib/components/Drawer/Drawer.js +6 -6
  20. package/lib/components/Drawer/Drawer.js.map +1 -1
  21. package/lib/components/Drawer/index.js +4 -4
  22. package/lib/components/Drawer/index.js.map +1 -1
  23. package/lib/components/Drawer/renderDrawer.js +2 -2
  24. package/lib/components/Drawer/renderDrawer.js.map +1 -1
  25. package/lib/components/Drawer/useDrawer.js +3 -3
  26. package/lib/components/Drawer/useDrawer.js.map +1 -1
  27. package/lib/components/Drawer/useDrawerStyles.styles.js +1 -1
  28. package/lib/components/Drawer/useDrawerStyles.styles.js.map +1 -1
  29. package/lib/components/Drawer/useDrawerStyles.styles.raw.js +1 -1
  30. package/lib/components/DrawerBody/DrawerBody.js +5 -5
  31. package/lib/components/DrawerBody/DrawerBody.js.map +1 -1
  32. package/lib/components/DrawerBody/index.js +4 -4
  33. package/lib/components/DrawerBody/index.js.map +1 -1
  34. package/lib/components/DrawerBody/renderDrawerBody.js +1 -1
  35. package/lib/components/DrawerBody/useDrawerBody.js +4 -4
  36. package/lib/components/DrawerBody/useDrawerBody.js.map +1 -1
  37. package/lib/components/DrawerBody/useDrawerBodyStyles.styles.js +2 -2
  38. package/lib/components/DrawerBody/useDrawerBodyStyles.styles.js.map +1 -1
  39. package/lib/components/DrawerBody/useDrawerBodyStyles.styles.raw.js +2 -2
  40. package/lib/components/DrawerFooter/DrawerFooter.js +5 -5
  41. package/lib/components/DrawerFooter/DrawerFooter.js.map +1 -1
  42. package/lib/components/DrawerFooter/index.js +4 -4
  43. package/lib/components/DrawerFooter/index.js.map +1 -1
  44. package/lib/components/DrawerFooter/renderDrawerFooter.js +1 -1
  45. package/lib/components/DrawerFooter/useDrawerFooter.js +2 -2
  46. package/lib/components/DrawerFooter/useDrawerFooter.js.map +1 -1
  47. package/lib/components/DrawerFooter/useDrawerFooterStyles.styles.js +3 -3
  48. package/lib/components/DrawerFooter/useDrawerFooterStyles.styles.js.map +1 -1
  49. package/lib/components/DrawerFooter/useDrawerFooterStyles.styles.raw.js +3 -3
  50. package/lib/components/DrawerFooter/useDrawerFooterStyles.styles.raw.js.map +1 -1
  51. package/lib/components/DrawerHeader/DrawerHeader.js +5 -5
  52. package/lib/components/DrawerHeader/DrawerHeader.js.map +1 -1
  53. package/lib/components/DrawerHeader/index.js +4 -4
  54. package/lib/components/DrawerHeader/index.js.map +1 -1
  55. package/lib/components/DrawerHeader/renderDrawerHeader.js +1 -1
  56. package/lib/components/DrawerHeader/useDrawerHeader.js +2 -2
  57. package/lib/components/DrawerHeader/useDrawerHeader.js.map +1 -1
  58. package/lib/components/DrawerHeader/useDrawerHeaderStyles.styles.js +3 -3
  59. package/lib/components/DrawerHeader/useDrawerHeaderStyles.styles.js.map +1 -1
  60. package/lib/components/DrawerHeader/useDrawerHeaderStyles.styles.raw.js +3 -3
  61. package/lib/components/DrawerHeader/useDrawerHeaderStyles.styles.raw.js.map +1 -1
  62. package/lib/components/DrawerHeaderNavigation/DrawerHeaderNavigation.js +5 -5
  63. package/lib/components/DrawerHeaderNavigation/DrawerHeaderNavigation.js.map +1 -1
  64. package/lib/components/DrawerHeaderNavigation/index.js +4 -4
  65. package/lib/components/DrawerHeaderNavigation/index.js.map +1 -1
  66. package/lib/components/DrawerHeaderNavigation/renderDrawerHeaderNavigation.js +1 -1
  67. package/lib/components/DrawerHeaderNavigation/useDrawerHeaderNavigation.js +1 -1
  68. package/lib/components/DrawerHeaderNavigation/useDrawerHeaderNavigationStyles.styles.js +2 -2
  69. package/lib/components/DrawerHeaderNavigation/useDrawerHeaderNavigationStyles.styles.js.map +1 -1
  70. package/lib/components/DrawerHeaderNavigation/useDrawerHeaderNavigationStyles.styles.raw.js +2 -2
  71. package/lib/components/DrawerHeaderTitle/DrawerHeaderTitle.js +5 -5
  72. package/lib/components/DrawerHeaderTitle/DrawerHeaderTitle.js.map +1 -1
  73. package/lib/components/DrawerHeaderTitle/index.js +4 -4
  74. package/lib/components/DrawerHeaderTitle/index.js.map +1 -1
  75. package/lib/components/DrawerHeaderTitle/renderDrawerHeaderTitle.js +1 -1
  76. package/lib/components/DrawerHeaderTitle/useDrawerHeaderTitle.js +2 -2
  77. package/lib/components/DrawerHeaderTitle/useDrawerHeaderTitleStyles.styles.js +3 -3
  78. package/lib/components/DrawerHeaderTitle/useDrawerHeaderTitleStyles.styles.js.map +1 -1
  79. package/lib/components/DrawerHeaderTitle/useDrawerHeaderTitleStyles.styles.raw.js +3 -3
  80. package/lib/components/InlineDrawer/InlineDrawer.js +6 -6
  81. package/lib/components/InlineDrawer/InlineDrawer.js.map +1 -1
  82. package/lib/components/InlineDrawer/index.js +4 -4
  83. package/lib/components/InlineDrawer/index.js.map +1 -1
  84. package/lib/components/InlineDrawer/renderInlineDrawer.js +2 -2
  85. package/lib/components/InlineDrawer/renderInlineDrawer.js.map +1 -1
  86. package/lib/components/InlineDrawer/useInlineDrawer.js +6 -6
  87. package/lib/components/InlineDrawer/useInlineDrawer.js.map +1 -1
  88. package/lib/components/InlineDrawer/useInlineDrawerStyles.styles.js +3 -3
  89. package/lib/components/InlineDrawer/useInlineDrawerStyles.styles.js.map +1 -1
  90. package/lib/components/InlineDrawer/useInlineDrawerStyles.styles.raw.js +3 -3
  91. package/lib/components/InlineDrawer/useInlineDrawerStyles.styles.raw.js.map +1 -1
  92. package/lib/components/OverlayDrawer/OverlayDrawer.js +6 -6
  93. package/lib/components/OverlayDrawer/OverlayDrawer.js.map +1 -1
  94. package/lib/components/OverlayDrawer/OverlayDrawerSurface/OverlayDrawerSurface.js +4 -4
  95. package/lib/components/OverlayDrawer/OverlayDrawerSurface/OverlayDrawerSurface.js.map +1 -1
  96. package/lib/components/OverlayDrawer/OverlayDrawerSurface/index.js +1 -1
  97. package/lib/components/OverlayDrawer/OverlayDrawerSurface/index.js.map +1 -1
  98. package/lib/components/OverlayDrawer/OverlayDrawerSurface/useOverlayDrawerSurfaceStyles.styles.js +2 -2
  99. package/lib/components/OverlayDrawer/OverlayDrawerSurface/useOverlayDrawerSurfaceStyles.styles.js.map +1 -1
  100. package/lib/components/OverlayDrawer/OverlayDrawerSurface/useOverlayDrawerSurfaceStyles.styles.raw.js +2 -2
  101. package/lib/components/OverlayDrawer/index.js +4 -4
  102. package/lib/components/OverlayDrawer/index.js.map +1 -1
  103. package/lib/components/OverlayDrawer/renderOverlayDrawer.js +3 -3
  104. package/lib/components/OverlayDrawer/renderOverlayDrawer.js.map +1 -1
  105. package/lib/components/OverlayDrawer/useOverlayDrawer.js +9 -9
  106. package/lib/components/OverlayDrawer/useOverlayDrawer.js.map +1 -1
  107. package/lib/components/OverlayDrawer/useOverlayDrawerStyles.styles.js +3 -3
  108. package/lib/components/OverlayDrawer/useOverlayDrawerStyles.styles.js.map +1 -1
  109. package/lib/components/OverlayDrawer/useOverlayDrawerStyles.styles.raw.js +3 -3
  110. package/lib/components/OverlayDrawer/useOverlayDrawerStyles.styles.raw.js.map +1 -1
  111. package/lib/contexts/drawerContext.js +1 -1
  112. package/lib/contexts/index.js +1 -1
  113. package/lib/contexts/index.js.map +1 -1
  114. package/lib/e2e/DrawerShared.js +4 -4
  115. package/lib/index.js +9 -9
  116. package/lib/index.js.map +1 -1
  117. package/lib/shared/drawerMotionUtils.js +1 -1
  118. package/lib/shared/drawerMotions.js +4 -4
  119. package/lib/shared/drawerMotions.js.map +1 -1
  120. package/lib/shared/drawerSeparatorStyles.js +1 -1
  121. package/lib/shared/useDrawerBaseStyles.styles.js +2 -2
  122. package/lib/shared/useDrawerBaseStyles.styles.js.map +1 -1
  123. package/lib/shared/useDrawerBaseStyles.styles.raw.js +2 -2
  124. package/lib-commonjs/{Drawer.js → Drawer.cjs} +1 -1
  125. package/lib-commonjs/{Drawer.js.map → Drawer.cjs.map} +1 -1
  126. package/lib-commonjs/{DrawerBody.js → DrawerBody.cjs} +1 -1
  127. package/lib-commonjs/{DrawerBody.js.map → DrawerBody.cjs.map} +1 -1
  128. package/lib-commonjs/{DrawerFooter.js → DrawerFooter.cjs} +1 -1
  129. package/lib-commonjs/{DrawerFooter.js.map → DrawerFooter.cjs.map} +1 -1
  130. package/lib-commonjs/{DrawerHeader.js → DrawerHeader.cjs} +1 -1
  131. package/lib-commonjs/{DrawerHeader.js.map → DrawerHeader.cjs.map} +1 -1
  132. package/lib-commonjs/{DrawerHeaderNavigation.js → DrawerHeaderNavigation.cjs} +1 -1
  133. package/lib-commonjs/{DrawerHeaderNavigation.js.map → DrawerHeaderNavigation.cjs.map} +1 -1
  134. package/lib-commonjs/{DrawerHeaderTitle.js → DrawerHeaderTitle.cjs} +1 -1
  135. package/lib-commonjs/{DrawerHeaderTitle.js.map → DrawerHeaderTitle.cjs.map} +1 -1
  136. package/lib-commonjs/{InlineDrawer.js → InlineDrawer.cjs} +1 -1
  137. package/lib-commonjs/{InlineDrawer.js.map → InlineDrawer.cjs.map} +1 -1
  138. package/lib-commonjs/{OverlayDrawer.js → OverlayDrawer.cjs} +1 -1
  139. package/lib-commonjs/{OverlayDrawer.js.map → OverlayDrawer.cjs.map} +1 -1
  140. package/lib-commonjs/components/Drawer/{Drawer.js → Drawer.cjs} +4 -4
  141. package/lib-commonjs/components/Drawer/{Drawer.js.map → Drawer.cjs.map} +1 -1
  142. package/lib-commonjs/components/Drawer/{index.js → index.cjs} +4 -4
  143. package/lib-commonjs/components/Drawer/{index.js.map → index.cjs.map} +1 -1
  144. package/lib-commonjs/components/Drawer/{renderDrawer.js → renderDrawer.cjs} +1 -1
  145. package/lib-commonjs/components/Drawer/{renderDrawer.js.map → renderDrawer.cjs.map} +1 -1
  146. package/lib-commonjs/components/Drawer/{useDrawer.js → useDrawer.cjs} +3 -3
  147. package/lib-commonjs/components/Drawer/{useDrawer.js.map → useDrawer.cjs.map} +1 -1
  148. package/lib-commonjs/components/Drawer/useDrawerStyles.styles.cjs.map +1 -0
  149. package/lib-commonjs/components/DrawerBody/{DrawerBody.js → DrawerBody.cjs} +3 -3
  150. package/lib-commonjs/components/DrawerBody/{DrawerBody.js.map → DrawerBody.cjs.map} +1 -1
  151. package/lib-commonjs/components/DrawerBody/{index.js → index.cjs} +4 -4
  152. package/lib-commonjs/components/DrawerBody/{index.js.map → index.cjs.map} +1 -1
  153. package/lib-commonjs/components/DrawerBody/{useDrawerBody.js → useDrawerBody.cjs} +1 -1
  154. package/lib-commonjs/components/DrawerBody/{useDrawerBody.js.map → useDrawerBody.cjs.map} +1 -1
  155. package/lib-commonjs/components/DrawerBody/useDrawerBodyStyles.styles.cjs.map +1 -0
  156. package/lib-commonjs/components/DrawerFooter/{DrawerFooter.js → DrawerFooter.cjs} +3 -3
  157. package/lib-commonjs/components/DrawerFooter/{DrawerFooter.js.map → DrawerFooter.cjs.map} +1 -1
  158. package/lib-commonjs/components/DrawerFooter/{index.js → index.cjs} +4 -4
  159. package/lib-commonjs/components/DrawerFooter/{index.js.map → index.cjs.map} +1 -1
  160. package/lib-commonjs/components/DrawerFooter/{useDrawerFooter.js → useDrawerFooter.cjs} +1 -1
  161. package/lib-commonjs/components/DrawerFooter/{useDrawerFooter.js.map → useDrawerFooter.cjs.map} +1 -1
  162. package/lib-commonjs/components/DrawerFooter/useDrawerFooterStyles.styles.cjs.map +1 -0
  163. package/lib-commonjs/components/DrawerFooter/{useDrawerFooterStyles.styles.raw.js → useDrawerFooterStyles.styles.raw.cjs} +1 -1
  164. package/lib-commonjs/components/DrawerFooter/{useDrawerFooterStyles.styles.raw.js.map → useDrawerFooterStyles.styles.raw.cjs.map} +1 -1
  165. package/lib-commonjs/components/DrawerHeader/{DrawerHeader.js → DrawerHeader.cjs} +3 -3
  166. package/lib-commonjs/components/DrawerHeader/{DrawerHeader.js.map → DrawerHeader.cjs.map} +1 -1
  167. package/lib-commonjs/components/DrawerHeader/{index.js → index.cjs} +4 -4
  168. package/lib-commonjs/components/DrawerHeader/{index.js.map → index.cjs.map} +1 -1
  169. package/lib-commonjs/components/DrawerHeader/{useDrawerHeader.js → useDrawerHeader.cjs} +1 -1
  170. package/lib-commonjs/components/DrawerHeader/{useDrawerHeader.js.map → useDrawerHeader.cjs.map} +1 -1
  171. package/lib-commonjs/components/DrawerHeader/useDrawerHeaderStyles.styles.cjs.map +1 -0
  172. package/lib-commonjs/components/DrawerHeader/{useDrawerHeaderStyles.styles.raw.js → useDrawerHeaderStyles.styles.raw.cjs} +1 -1
  173. package/lib-commonjs/components/DrawerHeader/{useDrawerHeaderStyles.styles.raw.js.map → useDrawerHeaderStyles.styles.raw.cjs.map} +1 -1
  174. package/lib-commonjs/components/DrawerHeaderNavigation/{DrawerHeaderNavigation.js → DrawerHeaderNavigation.cjs} +3 -3
  175. package/lib-commonjs/components/DrawerHeaderNavigation/{DrawerHeaderNavigation.js.map → DrawerHeaderNavigation.cjs.map} +1 -1
  176. package/lib-commonjs/components/DrawerHeaderNavigation/{index.js → index.cjs} +4 -4
  177. package/lib-commonjs/components/DrawerHeaderNavigation/{index.js.map → index.cjs.map} +1 -1
  178. package/lib-commonjs/components/DrawerHeaderNavigation/useDrawerHeaderNavigationStyles.styles.cjs.map +1 -0
  179. package/lib-commonjs/components/DrawerHeaderTitle/{DrawerHeaderTitle.js → DrawerHeaderTitle.cjs} +3 -3
  180. package/lib-commonjs/components/DrawerHeaderTitle/{DrawerHeaderTitle.js.map → DrawerHeaderTitle.cjs.map} +1 -1
  181. package/lib-commonjs/components/DrawerHeaderTitle/{index.js → index.cjs} +4 -4
  182. package/lib-commonjs/components/DrawerHeaderTitle/{index.js.map → index.cjs.map} +1 -1
  183. package/lib-commonjs/components/DrawerHeaderTitle/useDrawerHeaderTitleStyles.styles.cjs.map +1 -0
  184. package/lib-commonjs/components/InlineDrawer/{InlineDrawer.js → InlineDrawer.cjs} +4 -4
  185. package/lib-commonjs/components/InlineDrawer/{InlineDrawer.js.map → InlineDrawer.cjs.map} +1 -1
  186. package/lib-commonjs/components/InlineDrawer/{index.js → index.cjs} +4 -4
  187. package/lib-commonjs/components/InlineDrawer/{index.js.map → index.cjs.map} +1 -1
  188. package/lib-commonjs/components/InlineDrawer/{renderInlineDrawer.js → renderInlineDrawer.cjs} +1 -1
  189. package/lib-commonjs/components/InlineDrawer/{renderInlineDrawer.js.map → renderInlineDrawer.cjs.map} +1 -1
  190. package/lib-commonjs/components/InlineDrawer/{useInlineDrawer.js → useInlineDrawer.cjs} +2 -2
  191. package/lib-commonjs/components/InlineDrawer/{useInlineDrawer.js.map → useInlineDrawer.cjs.map} +1 -1
  192. package/lib-commonjs/components/InlineDrawer/{useInlineDrawerStyles.styles.js → useInlineDrawerStyles.styles.cjs} +1 -1
  193. package/lib-commonjs/components/InlineDrawer/useInlineDrawerStyles.styles.cjs.map +1 -0
  194. package/lib-commonjs/components/InlineDrawer/{useInlineDrawerStyles.styles.raw.js → useInlineDrawerStyles.styles.raw.cjs} +1 -1
  195. package/lib-commonjs/components/InlineDrawer/{useInlineDrawerStyles.styles.raw.js.map → useInlineDrawerStyles.styles.raw.cjs.map} +1 -1
  196. package/lib-commonjs/components/OverlayDrawer/{OverlayDrawer.js → OverlayDrawer.cjs} +4 -4
  197. package/lib-commonjs/components/OverlayDrawer/{OverlayDrawer.js.map → OverlayDrawer.cjs.map} +1 -1
  198. package/lib-commonjs/components/OverlayDrawer/OverlayDrawerSurface/{OverlayDrawerSurface.js → OverlayDrawerSurface.cjs} +1 -1
  199. package/lib-commonjs/components/OverlayDrawer/OverlayDrawerSurface/{OverlayDrawerSurface.js.map → OverlayDrawerSurface.cjs.map} +1 -1
  200. package/lib-commonjs/components/OverlayDrawer/OverlayDrawerSurface/{index.js → index.cjs} +1 -1
  201. package/lib-commonjs/components/OverlayDrawer/OverlayDrawerSurface/{index.js.map → index.cjs.map} +1 -1
  202. package/lib-commonjs/components/OverlayDrawer/OverlayDrawerSurface/useOverlayDrawerSurfaceStyles.styles.cjs.map +1 -0
  203. package/lib-commonjs/components/OverlayDrawer/{index.js → index.cjs} +4 -4
  204. package/lib-commonjs/components/OverlayDrawer/{index.js.map → index.cjs.map} +1 -1
  205. package/lib-commonjs/components/OverlayDrawer/{renderOverlayDrawer.js → renderOverlayDrawer.cjs} +1 -1
  206. package/lib-commonjs/components/OverlayDrawer/{renderOverlayDrawer.js.map → renderOverlayDrawer.cjs.map} +1 -1
  207. package/lib-commonjs/components/OverlayDrawer/{useOverlayDrawer.js → useOverlayDrawer.cjs} +6 -6
  208. package/lib-commonjs/components/OverlayDrawer/{useOverlayDrawer.js.map → useOverlayDrawer.cjs.map} +1 -1
  209. package/lib-commonjs/components/OverlayDrawer/{useOverlayDrawerStyles.styles.js → useOverlayDrawerStyles.styles.cjs} +1 -1
  210. package/lib-commonjs/components/OverlayDrawer/useOverlayDrawerStyles.styles.cjs.map +1 -0
  211. package/lib-commonjs/components/OverlayDrawer/{useOverlayDrawerStyles.styles.raw.js → useOverlayDrawerStyles.styles.raw.cjs} +1 -1
  212. package/lib-commonjs/components/OverlayDrawer/{useOverlayDrawerStyles.styles.raw.js.map → useOverlayDrawerStyles.styles.raw.cjs.map} +1 -1
  213. package/lib-commonjs/contexts/{index.js → index.cjs} +1 -1
  214. package/lib-commonjs/contexts/{index.js.map → index.cjs.map} +1 -1
  215. package/lib-commonjs/{index.js → index.cjs} +12 -12
  216. package/lib-commonjs/{index.js.map → index.cjs.map} +1 -1
  217. package/lib-commonjs/shared/{drawerMotions.js → drawerMotions.cjs} +1 -1
  218. package/lib-commonjs/shared/{drawerMotions.js.map → drawerMotions.cjs.map} +1 -1
  219. package/lib-commonjs/shared/useDrawerBaseStyles.styles.cjs.map +1 -0
  220. package/package.json +23 -22
  221. package/lib-commonjs/components/Drawer/useDrawerStyles.styles.js.map +0 -1
  222. package/lib-commonjs/components/DrawerBody/useDrawerBodyStyles.styles.js.map +0 -1
  223. package/lib-commonjs/components/DrawerFooter/useDrawerFooterStyles.styles.js.map +0 -1
  224. package/lib-commonjs/components/DrawerHeader/useDrawerHeaderStyles.styles.js.map +0 -1
  225. package/lib-commonjs/components/DrawerHeaderNavigation/useDrawerHeaderNavigationStyles.styles.js.map +0 -1
  226. package/lib-commonjs/components/DrawerHeaderTitle/useDrawerHeaderTitleStyles.styles.js.map +0 -1
  227. package/lib-commonjs/components/InlineDrawer/useInlineDrawerStyles.styles.js.map +0 -1
  228. package/lib-commonjs/components/OverlayDrawer/OverlayDrawerSurface/useOverlayDrawerSurfaceStyles.styles.js.map +0 -1
  229. package/lib-commonjs/components/OverlayDrawer/useOverlayDrawerStyles.styles.js.map +0 -1
  230. package/lib-commonjs/shared/useDrawerBaseStyles.styles.js.map +0 -1
  231. /package/lib-commonjs/components/Drawer/{Drawer.types.js → Drawer.types.cjs} +0 -0
  232. /package/lib-commonjs/components/Drawer/{Drawer.types.js.map → Drawer.types.cjs.map} +0 -0
  233. /package/lib-commonjs/components/Drawer/{useDrawerStyles.styles.js → useDrawerStyles.styles.cjs} +0 -0
  234. /package/lib-commonjs/components/Drawer/{useDrawerStyles.styles.raw.js → useDrawerStyles.styles.raw.cjs} +0 -0
  235. /package/lib-commonjs/components/Drawer/{useDrawerStyles.styles.raw.js.map → useDrawerStyles.styles.raw.cjs.map} +0 -0
  236. /package/lib-commonjs/components/DrawerBody/{DrawerBody.types.js → DrawerBody.types.cjs} +0 -0
  237. /package/lib-commonjs/components/DrawerBody/{DrawerBody.types.js.map → DrawerBody.types.cjs.map} +0 -0
  238. /package/lib-commonjs/components/DrawerBody/{renderDrawerBody.js → renderDrawerBody.cjs} +0 -0
  239. /package/lib-commonjs/components/DrawerBody/{renderDrawerBody.js.map → renderDrawerBody.cjs.map} +0 -0
  240. /package/lib-commonjs/components/DrawerBody/{useDrawerBodyStyles.styles.js → useDrawerBodyStyles.styles.cjs} +0 -0
  241. /package/lib-commonjs/components/DrawerBody/{useDrawerBodyStyles.styles.raw.js → useDrawerBodyStyles.styles.raw.cjs} +0 -0
  242. /package/lib-commonjs/components/DrawerBody/{useDrawerBodyStyles.styles.raw.js.map → useDrawerBodyStyles.styles.raw.cjs.map} +0 -0
  243. /package/lib-commonjs/components/DrawerFooter/{DrawerFooter.types.js → DrawerFooter.types.cjs} +0 -0
  244. /package/lib-commonjs/components/DrawerFooter/{DrawerFooter.types.js.map → DrawerFooter.types.cjs.map} +0 -0
  245. /package/lib-commonjs/components/DrawerFooter/{renderDrawerFooter.js → renderDrawerFooter.cjs} +0 -0
  246. /package/lib-commonjs/components/DrawerFooter/{renderDrawerFooter.js.map → renderDrawerFooter.cjs.map} +0 -0
  247. /package/lib-commonjs/components/DrawerFooter/{useDrawerFooterStyles.styles.js → useDrawerFooterStyles.styles.cjs} +0 -0
  248. /package/lib-commonjs/components/DrawerHeader/{DrawerHeader.types.js → DrawerHeader.types.cjs} +0 -0
  249. /package/lib-commonjs/components/DrawerHeader/{DrawerHeader.types.js.map → DrawerHeader.types.cjs.map} +0 -0
  250. /package/lib-commonjs/components/DrawerHeader/{renderDrawerHeader.js → renderDrawerHeader.cjs} +0 -0
  251. /package/lib-commonjs/components/DrawerHeader/{renderDrawerHeader.js.map → renderDrawerHeader.cjs.map} +0 -0
  252. /package/lib-commonjs/components/DrawerHeader/{useDrawerHeaderStyles.styles.js → useDrawerHeaderStyles.styles.cjs} +0 -0
  253. /package/lib-commonjs/components/DrawerHeaderNavigation/{DrawerHeaderNavigation.types.js → DrawerHeaderNavigation.types.cjs} +0 -0
  254. /package/lib-commonjs/components/DrawerHeaderNavigation/{DrawerHeaderNavigation.types.js.map → DrawerHeaderNavigation.types.cjs.map} +0 -0
  255. /package/lib-commonjs/components/DrawerHeaderNavigation/{renderDrawerHeaderNavigation.js → renderDrawerHeaderNavigation.cjs} +0 -0
  256. /package/lib-commonjs/components/DrawerHeaderNavigation/{renderDrawerHeaderNavigation.js.map → renderDrawerHeaderNavigation.cjs.map} +0 -0
  257. /package/lib-commonjs/components/DrawerHeaderNavigation/{useDrawerHeaderNavigation.js → useDrawerHeaderNavigation.cjs} +0 -0
  258. /package/lib-commonjs/components/DrawerHeaderNavigation/{useDrawerHeaderNavigation.js.map → useDrawerHeaderNavigation.cjs.map} +0 -0
  259. /package/lib-commonjs/components/DrawerHeaderNavigation/{useDrawerHeaderNavigationStyles.styles.js → useDrawerHeaderNavigationStyles.styles.cjs} +0 -0
  260. /package/lib-commonjs/components/DrawerHeaderNavigation/{useDrawerHeaderNavigationStyles.styles.raw.js → useDrawerHeaderNavigationStyles.styles.raw.cjs} +0 -0
  261. /package/lib-commonjs/components/DrawerHeaderNavigation/{useDrawerHeaderNavigationStyles.styles.raw.js.map → useDrawerHeaderNavigationStyles.styles.raw.cjs.map} +0 -0
  262. /package/lib-commonjs/components/DrawerHeaderTitle/{DrawerHeaderTitle.types.js → DrawerHeaderTitle.types.cjs} +0 -0
  263. /package/lib-commonjs/components/DrawerHeaderTitle/{DrawerHeaderTitle.types.js.map → DrawerHeaderTitle.types.cjs.map} +0 -0
  264. /package/lib-commonjs/components/DrawerHeaderTitle/{renderDrawerHeaderTitle.js → renderDrawerHeaderTitle.cjs} +0 -0
  265. /package/lib-commonjs/components/DrawerHeaderTitle/{renderDrawerHeaderTitle.js.map → renderDrawerHeaderTitle.cjs.map} +0 -0
  266. /package/lib-commonjs/components/DrawerHeaderTitle/{useDrawerHeaderTitle.js → useDrawerHeaderTitle.cjs} +0 -0
  267. /package/lib-commonjs/components/DrawerHeaderTitle/{useDrawerHeaderTitle.js.map → useDrawerHeaderTitle.cjs.map} +0 -0
  268. /package/lib-commonjs/components/DrawerHeaderTitle/{useDrawerHeaderTitleStyles.styles.js → useDrawerHeaderTitleStyles.styles.cjs} +0 -0
  269. /package/lib-commonjs/components/DrawerHeaderTitle/{useDrawerHeaderTitleStyles.styles.raw.js → useDrawerHeaderTitleStyles.styles.raw.cjs} +0 -0
  270. /package/lib-commonjs/components/DrawerHeaderTitle/{useDrawerHeaderTitleStyles.styles.raw.js.map → useDrawerHeaderTitleStyles.styles.raw.cjs.map} +0 -0
  271. /package/lib-commonjs/components/InlineDrawer/{InlineDrawer.types.js → InlineDrawer.types.cjs} +0 -0
  272. /package/lib-commonjs/components/InlineDrawer/{InlineDrawer.types.js.map → InlineDrawer.types.cjs.map} +0 -0
  273. /package/lib-commonjs/components/OverlayDrawer/{OverlayDrawer.types.js → OverlayDrawer.types.cjs} +0 -0
  274. /package/lib-commonjs/components/OverlayDrawer/{OverlayDrawer.types.js.map → OverlayDrawer.types.cjs.map} +0 -0
  275. /package/lib-commonjs/components/OverlayDrawer/OverlayDrawerSurface/{OverlayDrawerSurface.types.js → OverlayDrawerSurface.types.cjs} +0 -0
  276. /package/lib-commonjs/components/OverlayDrawer/OverlayDrawerSurface/{OverlayDrawerSurface.types.js.map → OverlayDrawerSurface.types.cjs.map} +0 -0
  277. /package/lib-commonjs/components/OverlayDrawer/OverlayDrawerSurface/{useOverlayDrawerSurfaceStyles.styles.js → useOverlayDrawerSurfaceStyles.styles.cjs} +0 -0
  278. /package/lib-commonjs/components/OverlayDrawer/OverlayDrawerSurface/{useOverlayDrawerSurfaceStyles.styles.raw.js → useOverlayDrawerSurfaceStyles.styles.raw.cjs} +0 -0
  279. /package/lib-commonjs/components/OverlayDrawer/OverlayDrawerSurface/{useOverlayDrawerSurfaceStyles.styles.raw.js.map → useOverlayDrawerSurfaceStyles.styles.raw.cjs.map} +0 -0
  280. /package/lib-commonjs/contexts/{drawerContext.js → drawerContext.cjs} +0 -0
  281. /package/lib-commonjs/contexts/{drawerContext.js.map → drawerContext.cjs.map} +0 -0
  282. /package/lib-commonjs/e2e/{DrawerShared.js → DrawerShared.cjs} +0 -0
  283. /package/lib-commonjs/e2e/{DrawerShared.js.map → DrawerShared.cjs.map} +0 -0
  284. /package/lib-commonjs/shared/{DrawerBase.types.js → DrawerBase.types.cjs} +0 -0
  285. /package/lib-commonjs/shared/{DrawerBase.types.js.map → DrawerBase.types.cjs.map} +0 -0
  286. /package/lib-commonjs/shared/{drawerMotionUtils.js → drawerMotionUtils.cjs} +0 -0
  287. /package/lib-commonjs/shared/{drawerMotionUtils.js.map → drawerMotionUtils.cjs.map} +0 -0
  288. /package/lib-commonjs/shared/{drawerSeparatorStyles.js → drawerSeparatorStyles.cjs} +0 -0
  289. /package/lib-commonjs/shared/{drawerSeparatorStyles.js.map → drawerSeparatorStyles.cjs.map} +0 -0
  290. /package/lib-commonjs/shared/{useDrawerBaseStyles.styles.js → useDrawerBaseStyles.styles.cjs} +0 -0
  291. /package/lib-commonjs/shared/{useDrawerBaseStyles.styles.raw.js → useDrawerBaseStyles.styles.raw.cjs} +0 -0
  292. /package/lib-commonjs/shared/{useDrawerBaseStyles.styles.raw.js.map → useDrawerBaseStyles.styles.raw.cjs.map} +0 -0
  293. /package/lib-commonjs/shared/{useDrawerDefaultProps.js → useDrawerDefaultProps.cjs} +0 -0
  294. /package/lib-commonjs/shared/{useDrawerDefaultProps.js.map → useDrawerDefaultProps.cjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-drawer
2
2
 
3
- This log was last generated on Wed, 24 Jun 2026 11:03:32 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Jul 2026 17:34:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.74.3-experimental.esm.20260709-49ee7a20cf.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.74.3-experimental.esm.20260709-49ee7a20cf.0)
8
+
9
+ Thu, 09 Jul 2026 17:34:05 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.13.1..@fluentui/react-drawer_v9.74.3-experimental.esm.20260709-49ee7a20cf.0)
11
+
12
+ ### Changes
13
+
14
+ - Release 9.74.3-experimental.esm.20260709-49ee7a20cf ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
15
+ - Bump @fluentui/react-dialog to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
17
+ - Bump @fluentui/react-motion to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
18
+ - Bump @fluentui/react-portal to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
19
+ - Bump @fluentui/react-motion-components-preview to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
20
+ - Bump @fluentui/react-shared-contexts to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
21
+ - Bump @fluentui/react-tabster to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
22
+ - Bump @fluentui/react-theme to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
23
+ - Bump @fluentui/react-utilities to v9.74.3-experimental.esm.20260709-49ee7a20cf.0 ([commit](https://github.com/microsoft/fluentui/commit/175a26e0c520dd90a54578d1185a3b0b6c446e15) by beachball)
24
+
7
25
  ## [9.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.13.1)
8
26
 
9
- Wed, 24 Jun 2026 11:03:32 GMT
27
+ Wed, 24 Jun 2026 11:09:43 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.13.0..@fluentui/react-drawer_v9.13.1)
11
29
 
12
30
  ### Patches
@@ -0,0 +1,532 @@
1
+ import type { ComponentProps } from '@fluentui/react-utilities';
2
+ import type { ComponentState } from '@fluentui/react-utilities';
3
+ import type { DialogProps } from '@fluentui/react-dialog';
4
+ import type { DialogSurfaceProps } from '@fluentui/react-dialog';
5
+ import type { DialogSurfaceSlots } from '@fluentui/react-dialog';
6
+ import type { ForwardRefComponent } from '@fluentui/react-utilities';
7
+ import type { JSXElement } from '@fluentui/react-utilities';
8
+ import type { PresenceDirection } from '@fluentui/react-motion';
9
+ import type { PresenceMotionSlotProps } from '@fluentui/react-motion';
10
+ import type { ProviderContextValue_unstable } from '@fluentui/react-shared-contexts';
11
+ import * as React_2 from 'react';
12
+ import type { Slot } from '@fluentui/react-utilities';
13
+ import type { SlotClassNames } from '@fluentui/react-utilities';
14
+
15
+ /**
16
+ * Drawer contains supplementary content and are used for complex creation, edit, or management experiences.
17
+ */
18
+ export declare const Drawer: ForwardRefComponent<DrawerProps>;
19
+
20
+ declare type DrawerBaseProps = {
21
+ /**
22
+ * Position of the drawer.
23
+ *
24
+ * Note: 'bottom' does not supports size, but it supports customized height.
25
+ *
26
+ * @default 'start'
27
+ */
28
+ position?: 'start' | 'end' | 'bottom';
29
+ /**
30
+ * Size of the drawer.
31
+ *
32
+ * - 'small' - Drawer is 320px wide.
33
+ * - 'medium' - Drawer is 592px wide.
34
+ * - 'large' - Drawer is 940px wide.
35
+ * - 'full' - Drawer is 100vw wide.
36
+ *
37
+ * @default 'small'
38
+ */
39
+ size?: 'small' | 'medium' | 'large' | 'full';
40
+ /**
41
+ * Controls the open state of the Drawer
42
+ *
43
+ * @default false
44
+ */
45
+ open?: boolean;
46
+ /**
47
+ * Decides whether the drawer should be removed from the DOM tree when it is closed.
48
+ * This can be useful when dealing with components that may contain state that should not
49
+ * be reset when the drawer is closed.
50
+ *
51
+ * @default true
52
+ */
53
+ unmountOnClose?: boolean;
54
+ };
55
+
56
+ declare type DrawerBaseState = Required<Pick<DrawerBaseProps, 'position' | 'size'>> & {
57
+ /**
58
+ * @deprecated Passed values will be static.
59
+ */
60
+ motion: MotionState<HTMLElement>;
61
+ open?: boolean;
62
+ unmountOnClose?: boolean;
63
+ };
64
+
65
+ /**
66
+ * DrawerBody provides with a container for the main content of a Drawer.
67
+ */
68
+ export declare const DrawerBody: ForwardRefComponent<DrawerBodyProps>;
69
+
70
+ export declare const drawerBodyClassNames: SlotClassNames<DrawerBodySlots>;
71
+
72
+ /**
73
+ * DrawerBody Props
74
+ */
75
+ export declare type DrawerBodyProps = ComponentProps<DrawerBodySlots>;
76
+
77
+ export declare type DrawerBodySlots = {
78
+ root: Slot<'div'>;
79
+ };
80
+
81
+ /**
82
+ * State used in rendering DrawerBody
83
+ */
84
+ export declare type DrawerBodyState = ComponentState<DrawerBodySlots>;
85
+
86
+ export declare type DrawerContextValue = {
87
+ scrollState: DrawerScrollState;
88
+ setScrollState: (scrollState: DrawerScrollState) => void;
89
+ };
90
+
91
+ /**
92
+ * DrawerFooter provides a structured footer for the drawer component.
93
+ */
94
+ export declare const DrawerFooter: ForwardRefComponent<DrawerFooterProps>;
95
+
96
+ export declare const drawerFooterClassNames: SlotClassNames<DrawerFooterSlots>;
97
+
98
+ /**
99
+ * DrawerFooter Props
100
+ */
101
+ export declare type DrawerFooterProps = ComponentProps<DrawerFooterSlots>;
102
+
103
+ export declare type DrawerFooterSlots = {
104
+ root: Slot<'footer'>;
105
+ };
106
+
107
+ /**
108
+ * State used in rendering DrawerFooter
109
+ */
110
+ export declare type DrawerFooterState = ComponentState<DrawerFooterSlots> & {
111
+ scrollState: DrawerScrollState;
112
+ };
113
+
114
+ /**
115
+ * DrawerHeader provides a structured header for the drawer component.
116
+ */
117
+ export declare const DrawerHeader: ForwardRefComponent<DrawerHeaderProps>;
118
+
119
+ export declare const drawerHeaderClassNames: SlotClassNames<DrawerHeaderSlots>;
120
+
121
+ /**
122
+ * DrawerHeaderNavigation provides a header navigation area for the Drawer.
123
+ */
124
+ export declare const DrawerHeaderNavigation: ForwardRefComponent<DrawerHeaderNavigationProps>;
125
+
126
+ export declare const drawerHeaderNavigationClassNames: SlotClassNames<DrawerHeaderNavigationSlots>;
127
+
128
+ /**
129
+ * DrawerHeaderNavigation Props
130
+ */
131
+ export declare type DrawerHeaderNavigationProps = ComponentProps<DrawerHeaderNavigationSlots>;
132
+
133
+ export declare type DrawerHeaderNavigationSlots = {
134
+ root: Slot<'nav'>;
135
+ };
136
+
137
+ /**
138
+ * State used in rendering DrawerHeaderNavigation
139
+ */
140
+ export declare type DrawerHeaderNavigationState = ComponentState<DrawerHeaderNavigationSlots>;
141
+
142
+ /**
143
+ * DrawerHeader Props
144
+ */
145
+ export declare type DrawerHeaderProps = ComponentProps<DrawerHeaderSlots>;
146
+
147
+ export declare type DrawerHeaderSlots = {
148
+ /**
149
+ * The root of the DrawerHeader.
150
+ */
151
+ root: Slot<'header'>;
152
+ };
153
+
154
+ /**
155
+ * State used in rendering DrawerHeader
156
+ */
157
+ export declare type DrawerHeaderState = ComponentState<DrawerHeaderSlots> & {
158
+ scrollState: DrawerScrollState;
159
+ };
160
+
161
+ /**
162
+ * DrawerHeader provides a structured header for the drawer component.
163
+ */
164
+ export declare const DrawerHeaderTitle: ForwardRefComponent<DrawerHeaderTitleProps>;
165
+
166
+ export declare const drawerHeaderTitleClassNames: SlotClassNames<DrawerHeaderTitleSlots>;
167
+
168
+ /**
169
+ * DrawerHeaderTitle Props
170
+ */
171
+ export declare type DrawerHeaderTitleProps = ComponentProps<DrawerHeaderTitleSlots>;
172
+
173
+ export declare type DrawerHeaderTitleSlots = {
174
+ root: Slot<'div'>;
175
+ /**
176
+ * By default this is a h2, but can be any heading or div.
177
+ * If `div` is provided do not forget to also provide proper `role="heading"` and `aria-level` attributes
178
+ */
179
+ heading?: Slot<'h2', 'h1' | 'h3' | 'h4' | 'h5' | 'h6' | 'div'>;
180
+ /**
181
+ * Action slot for the close button
182
+ */
183
+ action?: Slot<'div'>;
184
+ };
185
+
186
+ /**
187
+ * State used in rendering DrawerHeaderTitle
188
+ */
189
+ export declare type DrawerHeaderTitleState = ComponentState<DrawerHeaderTitleSlots>;
190
+
191
+ declare type DrawerMotionParams = Required<Pick<DrawerBaseProps, 'size' | 'position'> & Pick<ProviderContextValue_unstable, 'dir'>>;
192
+
193
+ /**
194
+ * Drawer Props
195
+ */
196
+ export declare type DrawerProps = ComponentProps<DrawerSlots> & {
197
+ /**
198
+ * Type of the drawer.
199
+ *
200
+ * - 'overlay' - Drawer is hidden by default and can be opened by clicking on the trigger.
201
+ * - 'inline' - Drawer is stacked with the content
202
+ *
203
+ * @default overlay
204
+ */
205
+ type?: 'inline' | 'overlay';
206
+ } & (OverlayDrawerProps | InlineDrawerProps);
207
+
208
+ export declare const DrawerProvider: React_2.Provider<DrawerContextValue | undefined>;
209
+
210
+ declare type DrawerScrollState = 'none' | 'top' | 'middle' | 'bottom';
211
+
212
+ export declare type DrawerSlots = Pick<OverlayDrawerSlots, 'root'> | Pick<InlineDrawerSlots, 'root'>;
213
+
214
+ /**
215
+ * State used in rendering Drawer
216
+ */
217
+ export declare type DrawerState = ComponentState<DrawerSlots>;
218
+
219
+ /**
220
+ * InlineDrawer is often used for navigation that is not dismissible. As it is on the same level as
221
+ * the main surface, users can still interact with other UI elements.
222
+ */
223
+ export declare const InlineDrawer: ForwardRefComponent<InlineDrawerProps>;
224
+
225
+ export declare type InlineDrawerBaseProps = ComponentProps<InlineDrawerBaseSlots> & Omit<DrawerBaseProps, 'size'>;
226
+
227
+ declare type InlineDrawerBaseSlots = Omit<InlineDrawerSlots, 'surfaceMotion'>;
228
+
229
+ export declare type InlineDrawerBaseState = Required<ComponentState<InlineDrawerBaseSlots> & Omit<DrawerBaseState, 'size' | 'motion'>>;
230
+
231
+ export declare const inlineDrawerClassNames: SlotClassNames<Omit<InlineDrawerSlots, 'surfaceMotion'>>;
232
+
233
+ /**
234
+ * InlineDrawer Props
235
+ */
236
+ export declare type InlineDrawerProps = ComponentProps<InlineDrawerSlots> & DrawerBaseProps & {
237
+ /**
238
+ * Whether the drawer has a separator line.
239
+ *
240
+ * @default false
241
+ */
242
+ separator?: boolean;
243
+ };
244
+
245
+ export declare type InlineDrawerSlots = {
246
+ root: Slot<'div', 'aside'>;
247
+ surfaceMotion?: Slot<SurfaceMotionSlotProps>;
248
+ };
249
+
250
+ /**
251
+ * State used in rendering InlineDrawer
252
+ */
253
+ export declare type InlineDrawerState = Required<ComponentState<NonNullable<InlineDrawerSlots>> & DrawerBaseState & Pick<InlineDrawerProps, 'separator'> & {
254
+ animationDirection: PresenceDirection;
255
+ }>;
256
+
257
+ declare type MotionState<Element extends HTMLElement = HTMLElement> = {
258
+ /**
259
+ * Ref to the element.
260
+ */
261
+ ref: React_2.Ref<Element>;
262
+ /**
263
+ * Current state of the element.
264
+ *
265
+ * - `unmounted` - The element is not yet rendered or can be safely removed from the DOM.
266
+ * - `entering` - The element is performing enter animation.
267
+ * - `entered` - The element has finished enter animation.
268
+ * - `idle` - The element is currently not animating, but rendered on screen.
269
+ * - `exiting` - The element is performing exit animation.
270
+ * - `exited` - The element has finished exit animation.
271
+ */
272
+ type: MotionType;
273
+ /**
274
+ * Indicates whether the component can be rendered.
275
+ * Useful to render the element before animating it or to remove it from the DOM after exit animation.
276
+ */
277
+ canRender: boolean;
278
+ /**
279
+ * Indicates whether the component is ready to receive a CSS transition className.
280
+ * Useful to apply CSS transitions when the element is mounted and ready to be animated.
281
+ */
282
+ active: boolean;
283
+ };
284
+
285
+ declare type MotionType = 'entering' | 'entered' | 'idle' | 'exiting' | 'exited' | 'unmounted';
286
+
287
+ /**
288
+ * OverlayDrawer contains supplementary content and are used for complex creation, edit, or management experiences.
289
+ */
290
+ export declare const OverlayDrawer: ForwardRefComponent<OverlayDrawerProps>;
291
+
292
+ export declare const overlayDrawerClassNames: SlotClassNames<Omit<OverlayDrawerSurfaceSlots, 'backdropMotion'>>;
293
+
294
+ /**
295
+ * OverlayDrawer internal slots for when using with composition API
296
+ */
297
+ declare type OverlayDrawerInternalSlots = Pick<OverlayDrawerSlots, 'root'> & {
298
+ /**
299
+ * Slot for the dialog component that wraps the drawer.
300
+ */
301
+ dialog: NonNullable<Slot<DialogProps>>;
302
+ };
303
+
304
+ /**
305
+ * OverlayDrawer Props
306
+ */
307
+ export declare type OverlayDrawerProps = ComponentProps<OverlayDrawerSlots> & Pick<DialogProps, 'modalType' | 'onOpenChange' | 'inertTrapFocus'> & DrawerBaseProps & {
308
+ /**
309
+ * @deprecated OverlayDrawer can work only as a controlled component
310
+ * and does not support uncontrolled mode i.e. defaultOpen prop
311
+ */
312
+ defaultOpen?: boolean;
313
+ };
314
+
315
+ /**
316
+ * OverlayDrawer slots
317
+ */
318
+ export declare type OverlayDrawerSlots = {
319
+ /**
320
+ * Slot for the root element.
321
+ */
322
+ root: Slot<OverlayDrawerSurfaceProps>;
323
+ /**
324
+ * For more information refer to the [Motion docs page](https://react.fluentui.dev/?path=/docs/motion-motion-slot--docs).
325
+ *
326
+ */
327
+ backdropMotion?: Slot<PresenceMotionSlotProps<OverlayDrawerSurfaceMotionParams>>;
328
+ /**
329
+ * For more information refer to the [Motion docs page](https://react.fluentui.dev/?path=/docs/motion-motion-slot--docs).
330
+ *
331
+ */
332
+ surfaceMotion?: Slot<PresenceMotionSlotProps<DrawerMotionParams>>;
333
+ };
334
+
335
+ /**
336
+ * State used in rendering OverlayDrawer
337
+ */
338
+ export declare type OverlayDrawerState = ComponentState<OverlayDrawerInternalSlots> & Required<DrawerBaseState> & Pick<OverlayDrawerProps, 'mountNode' | 'unmountOnClose'> & {
339
+ hasMountNodeElement: boolean;
340
+ };
341
+
342
+ declare type OverlayDrawerSurfaceMotionParams = Required<Pick<DrawerBaseProps, 'size'>>;
343
+
344
+ /**
345
+ * OverlayDrawerSurface Props
346
+ */
347
+ declare type OverlayDrawerSurfaceProps = ComponentProps<OverlayDrawerSurfaceSlots> & Pick<DialogSurfaceProps, 'mountNode'>;
348
+
349
+ /**
350
+ * OverlayDrawerSurface slots
351
+ */
352
+ declare type OverlayDrawerSurfaceSlots = Partial<Pick<DialogSurfaceSlots, 'backdrop' | 'backdropMotion'>> & {
353
+ root: Slot<'div', 'aside'>;
354
+ };
355
+
356
+ /**
357
+ * Render the final JSX of Drawer
358
+ */
359
+ export declare const renderDrawer_unstable: (state: DrawerState, contextValue: DrawerContextValue) => JSXElement;
360
+
361
+ /**
362
+ * Render the final JSX of DrawerBody
363
+ */
364
+ export declare const renderDrawerBody_unstable: (state: DrawerBodyState) => JSXElement;
365
+
366
+ /**
367
+ * Render the final JSX of DrawerFooter
368
+ */
369
+ export declare const renderDrawerFooter_unstable: (state: DrawerFooterState) => JSXElement;
370
+
371
+ /**
372
+ * Render the final JSX of DrawerHeader
373
+ */
374
+ export declare const renderDrawerHeader_unstable: (state: DrawerHeaderState) => JSXElement;
375
+
376
+ /**
377
+ * Render the final JSX of DrawerHeaderNavigation
378
+ */
379
+ export declare const renderDrawerHeaderNavigation_unstable: (state: DrawerHeaderNavigationState) => JSXElement;
380
+
381
+ /**
382
+ * Render the final JSX of DrawerHeaderTitle
383
+ */
384
+ export declare const renderDrawerHeaderTitle_unstable: (state: DrawerHeaderTitleState) => JSXElement;
385
+
386
+ /**
387
+ * Render the final JSX of InlineDrawer
388
+ */
389
+ export declare const renderInlineDrawer_unstable: (state: InlineDrawerState, contextValue: DrawerContextValue) => JSXElement;
390
+
391
+ /**
392
+ * Render the final JSX of OverlayDrawer
393
+ */
394
+ export declare const renderOverlayDrawer_unstable: (state: OverlayDrawerState, contextValue: DrawerContextValue) => JSXElement;
395
+
396
+ declare type SurfaceMotionSlotProps = PresenceMotionSlotProps<DrawerMotionParams>;
397
+
398
+ /**
399
+ * Create the state required to render Drawer.
400
+ *
401
+ * The returned state can be modified with hooks such as useDrawerStyles_unstable,
402
+ * before being passed to renderDrawer_unstable.
403
+ *
404
+ * @param props - props from this instance of Drawer
405
+ * @param ref - reference to root HTMLElement of Drawer
406
+ */
407
+ export declare const useDrawer_unstable: (props: DrawerProps, ref: React_2.Ref<HTMLElement>) => DrawerState;
408
+
409
+ /**
410
+ * Create the state required to render DrawerBody.
411
+ *
412
+ * The returned state can be modified with hooks such as useDrawerBodyStyles_unstable,
413
+ * before being passed to renderDrawerBody_unstable.
414
+ *
415
+ * @param props - props from this instance of DrawerBody
416
+ * @param ref - reference to root HTMLElement of DrawerBody
417
+ */
418
+ export declare const useDrawerBody_unstable: (props: DrawerBodyProps, ref: React_2.Ref<HTMLElement>) => DrawerBodyState;
419
+
420
+ /**
421
+ * Apply styling to the DrawerBody slots based on the state
422
+ */
423
+ export declare const useDrawerBodyStyles_unstable: (state: DrawerBodyState) => DrawerBodyState;
424
+
425
+ export declare const useDrawerContext_unstable: () => DrawerContextValue;
426
+
427
+ export declare const useDrawerContextValue: () => DrawerContextValue;
428
+
429
+ /**
430
+ * Create the state required to render DrawerFooter.
431
+ *
432
+ * The returned state can be modified with hooks such as useDrawerFooterStyles_unstable,
433
+ * before being passed to renderDrawerFooter_unstable.
434
+ *
435
+ * @param props - props from this instance of DrawerFooter
436
+ * @param ref - reference to root HTMLElement of DrawerFooter
437
+ */
438
+ export declare const useDrawerFooter_unstable: (props: DrawerFooterProps, ref: React_2.Ref<HTMLElement>) => DrawerFooterState;
439
+
440
+ /**
441
+ * Apply styling to the DrawerFooter slots based on the state
442
+ */
443
+ export declare const useDrawerFooterStyles_unstable: (state: DrawerFooterState) => DrawerFooterState;
444
+
445
+ /**
446
+ * Create the state required to render DrawerHeader.
447
+ *
448
+ * The returned state can be modified with hooks such as useDrawerHeaderStyles_unstable,
449
+ * before being passed to renderDrawerHeader_unstable.
450
+ *
451
+ * @param props - props from this instance of DrawerHeader
452
+ * @param ref - reference to root HTMLElement of DrawerHeader
453
+ */
454
+ export declare const useDrawerHeader_unstable: (props: DrawerHeaderProps, ref: React_2.Ref<HTMLElement>) => DrawerHeaderState;
455
+
456
+ /**
457
+ * Create the state required to render DrawerHeaderNavigation.
458
+ *
459
+ * The returned state can be modified with hooks such as useDrawerHeaderNavigationStyles_unstable,
460
+ * before being passed to renderDrawerHeaderNavigation_unstable.
461
+ *
462
+ * @param props - props from this instance of DrawerHeaderNavigation
463
+ * @param ref - reference to root HTMLElement of DrawerHeaderNavigation
464
+ */
465
+ export declare const useDrawerHeaderNavigation_unstable: (props: DrawerHeaderNavigationProps, ref: React_2.Ref<HTMLElement>) => DrawerHeaderNavigationState;
466
+
467
+ /**
468
+ * Apply styling to the DrawerHeaderNavigation slots based on the state
469
+ */
470
+ export declare const useDrawerHeaderNavigationStyles_unstable: (state: DrawerHeaderNavigationState) => DrawerHeaderNavigationState;
471
+
472
+ /**
473
+ * Apply styling to the DrawerHeader slots based on the state
474
+ */
475
+ export declare const useDrawerHeaderStyles_unstable: (state: DrawerHeaderState) => DrawerHeaderState;
476
+
477
+ /**
478
+ * Create the state required to render DrawerHeaderTitle.
479
+ *
480
+ * The returned state can be modified with hooks such as useDrawerHeaderTitleStyles_unstable,
481
+ * before being passed to renderDrawerHeaderTitle_unstable.
482
+ *
483
+ * @param props - props from this instance of DrawerHeaderTitle
484
+ * @param ref - reference to root HTMLElement of DrawerHeaderTitle
485
+ */
486
+ export declare const useDrawerHeaderTitle_unstable: (props: DrawerHeaderTitleProps, ref: React_2.Ref<HTMLDivElement>) => DrawerHeaderTitleState;
487
+
488
+ /**
489
+ * Apply styling to the DrawerHeaderTitle slots based on the state
490
+ */
491
+ export declare const useDrawerHeaderTitleStyles_unstable: (state: DrawerHeaderTitleState) => DrawerHeaderTitleState;
492
+
493
+ /**
494
+ * Apply styling to the Drawer slots based on the state
495
+ */
496
+ export declare const useDrawerStyles_unstable: (state: DrawerState) => DrawerState;
497
+
498
+ /**
499
+ * Create the state required to render InlineDrawer.
500
+ *
501
+ * The returned state can be modified with hooks such as useInlineDrawerStyles_unstable,
502
+ * before being passed to renderInlineDrawer_unstable.
503
+ *
504
+ * @param props - props from this instance of InlineDrawer
505
+ * @param ref - reference to root HTMLElement of InlineDrawer
506
+ */
507
+ export declare const useInlineDrawer_unstable: (props: InlineDrawerProps, ref: React_2.Ref<HTMLElement>) => InlineDrawerState;
508
+
509
+ export declare const useInlineDrawerBase_unstable: (props: InlineDrawerBaseProps, ref: React_2.Ref<HTMLElement>) => InlineDrawerBaseState;
510
+
511
+ /**
512
+ * Apply styling to the InlineDrawer slots based on the state
513
+ */
514
+ export declare const useInlineDrawerStyles_unstable: (state: InlineDrawerState) => InlineDrawerState;
515
+
516
+ /**
517
+ * Create the state required to render OverlayDrawer.
518
+ *
519
+ * The returned state can be modified with hooks such as useOverlayDrawerStyles_unstable,
520
+ * before being passed to renderOverlayDrawer_unstable.
521
+ *
522
+ * @param props - props from this instance of OverlayDrawer
523
+ * @param ref - reference to root HTMLElement of OverlayDrawer
524
+ */
525
+ export declare const useOverlayDrawer_unstable: (props: OverlayDrawerProps, ref: React_2.Ref<HTMLElement>) => OverlayDrawerState;
526
+
527
+ /**
528
+ * Apply styling to the OverlayDrawer slots based on the state
529
+ */
530
+ export declare const useOverlayDrawerStyles_unstable: (state: OverlayDrawerState) => OverlayDrawerState;
531
+
532
+ export { }
package/lib/Drawer.js CHANGED
@@ -1 +1 @@
1
- export { Drawer, drawerClassNames, renderDrawer_unstable, useDrawerStyles_unstable, useDrawer_unstable } from './components/Drawer/index';
1
+ export { Drawer, drawerClassNames, renderDrawer_unstable, useDrawerStyles_unstable, useDrawer_unstable } from "./components/Drawer/index.js";
package/lib/Drawer.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Drawer.ts"],"sourcesContent":["export type { DrawerProps, DrawerSlots, DrawerState } from './components/Drawer/index';\nexport {\n Drawer,\n drawerClassNames,\n renderDrawer_unstable,\n useDrawerStyles_unstable,\n useDrawer_unstable,\n} from './components/Drawer/index';\n"],"names":["Drawer","drawerClassNames","renderDrawer_unstable","useDrawerStyles_unstable","useDrawer_unstable"],"mappings":"AACA,SACEA,MAAM,EACNC,gBAAgB,EAChBC,qBAAqB,EACrBC,wBAAwB,EACxBC,kBAAkB,QACb,4BAA4B"}
1
+ {"version":3,"sources":["../src/Drawer.ts"],"sourcesContent":["export type { DrawerProps, DrawerSlots, DrawerState } from './components/Drawer/index';\nexport {\n Drawer,\n drawerClassNames,\n renderDrawer_unstable,\n useDrawerStyles_unstable,\n useDrawer_unstable,\n} from './components/Drawer/index';\n"],"names":["Drawer","drawerClassNames","renderDrawer_unstable","useDrawerStyles_unstable","useDrawer_unstable"],"mappings":"AACA,SACEA,MAAM,EACNC,gBAAgB,EAChBC,qBAAqB,EACrBC,wBAAwB,EACxBC,kBAAkB,QACb,+BAA4B"}
package/lib/DrawerBody.js CHANGED
@@ -1 +1 @@
1
- export { DrawerBody, drawerBodyClassNames, renderDrawerBody_unstable, useDrawerBodyStyles_unstable, useDrawerBody_unstable } from './components/DrawerBody/index';
1
+ export { DrawerBody, drawerBodyClassNames, renderDrawerBody_unstable, useDrawerBodyStyles_unstable, useDrawerBody_unstable } from "./components/DrawerBody/index.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/DrawerBody.ts"],"sourcesContent":["export type { DrawerBodyProps, DrawerBodySlots, DrawerBodyState } from './components/DrawerBody/index';\nexport {\n DrawerBody,\n drawerBodyClassNames,\n renderDrawerBody_unstable,\n useDrawerBodyStyles_unstable,\n useDrawerBody_unstable,\n} from './components/DrawerBody/index';\n"],"names":["DrawerBody","drawerBodyClassNames","renderDrawerBody_unstable","useDrawerBodyStyles_unstable","useDrawerBody_unstable"],"mappings":"AACA,SACEA,UAAU,EACVC,oBAAoB,EACpBC,yBAAyB,EACzBC,4BAA4B,EAC5BC,sBAAsB,QACjB,gCAAgC"}
1
+ {"version":3,"sources":["../src/DrawerBody.ts"],"sourcesContent":["export type { DrawerBodyProps, DrawerBodySlots, DrawerBodyState } from './components/DrawerBody/index';\nexport {\n DrawerBody,\n drawerBodyClassNames,\n renderDrawerBody_unstable,\n useDrawerBodyStyles_unstable,\n useDrawerBody_unstable,\n} from './components/DrawerBody/index';\n"],"names":["DrawerBody","drawerBodyClassNames","renderDrawerBody_unstable","useDrawerBodyStyles_unstable","useDrawerBody_unstable"],"mappings":"AACA,SACEA,UAAU,EACVC,oBAAoB,EACpBC,yBAAyB,EACzBC,4BAA4B,EAC5BC,sBAAsB,QACjB,mCAAgC"}
@@ -1 +1 @@
1
- export { DrawerFooter, drawerFooterClassNames, renderDrawerFooter_unstable, useDrawerFooterStyles_unstable, useDrawerFooter_unstable } from './components/DrawerFooter/index';
1
+ export { DrawerFooter, drawerFooterClassNames, renderDrawerFooter_unstable, useDrawerFooterStyles_unstable, useDrawerFooter_unstable } from "./components/DrawerFooter/index.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/DrawerFooter.ts"],"sourcesContent":["export type { DrawerFooterProps, DrawerFooterSlots, DrawerFooterState } from './components/DrawerFooter/index';\nexport {\n DrawerFooter,\n drawerFooterClassNames,\n renderDrawerFooter_unstable,\n useDrawerFooterStyles_unstable,\n useDrawerFooter_unstable,\n} from './components/DrawerFooter/index';\n"],"names":["DrawerFooter","drawerFooterClassNames","renderDrawerFooter_unstable","useDrawerFooterStyles_unstable","useDrawerFooter_unstable"],"mappings":"AACA,SACEA,YAAY,EACZC,sBAAsB,EACtBC,2BAA2B,EAC3BC,8BAA8B,EAC9BC,wBAAwB,QACnB,kCAAkC"}
1
+ {"version":3,"sources":["../src/DrawerFooter.ts"],"sourcesContent":["export type { DrawerFooterProps, DrawerFooterSlots, DrawerFooterState } from './components/DrawerFooter/index';\nexport {\n DrawerFooter,\n drawerFooterClassNames,\n renderDrawerFooter_unstable,\n useDrawerFooterStyles_unstable,\n useDrawerFooter_unstable,\n} from './components/DrawerFooter/index';\n"],"names":["DrawerFooter","drawerFooterClassNames","renderDrawerFooter_unstable","useDrawerFooterStyles_unstable","useDrawerFooter_unstable"],"mappings":"AACA,SACEA,YAAY,EACZC,sBAAsB,EACtBC,2BAA2B,EAC3BC,8BAA8B,EAC9BC,wBAAwB,QACnB,qCAAkC"}
@@ -1 +1 @@
1
- export { DrawerHeader, drawerHeaderClassNames, renderDrawerHeader_unstable, useDrawerHeaderStyles_unstable, useDrawerHeader_unstable } from './components/DrawerHeader/index';
1
+ export { DrawerHeader, drawerHeaderClassNames, renderDrawerHeader_unstable, useDrawerHeaderStyles_unstable, useDrawerHeader_unstable } from "./components/DrawerHeader/index.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/DrawerHeader.ts"],"sourcesContent":["export type { DrawerHeaderProps, DrawerHeaderSlots, DrawerHeaderState } from './components/DrawerHeader/index';\nexport {\n DrawerHeader,\n drawerHeaderClassNames,\n renderDrawerHeader_unstable,\n useDrawerHeaderStyles_unstable,\n useDrawerHeader_unstable,\n} from './components/DrawerHeader/index';\n"],"names":["DrawerHeader","drawerHeaderClassNames","renderDrawerHeader_unstable","useDrawerHeaderStyles_unstable","useDrawerHeader_unstable"],"mappings":"AACA,SACEA,YAAY,EACZC,sBAAsB,EACtBC,2BAA2B,EAC3BC,8BAA8B,EAC9BC,wBAAwB,QACnB,kCAAkC"}
1
+ {"version":3,"sources":["../src/DrawerHeader.ts"],"sourcesContent":["export type { DrawerHeaderProps, DrawerHeaderSlots, DrawerHeaderState } from './components/DrawerHeader/index';\nexport {\n DrawerHeader,\n drawerHeaderClassNames,\n renderDrawerHeader_unstable,\n useDrawerHeaderStyles_unstable,\n useDrawerHeader_unstable,\n} from './components/DrawerHeader/index';\n"],"names":["DrawerHeader","drawerHeaderClassNames","renderDrawerHeader_unstable","useDrawerHeaderStyles_unstable","useDrawerHeader_unstable"],"mappings":"AACA,SACEA,YAAY,EACZC,sBAAsB,EACtBC,2BAA2B,EAC3BC,8BAA8B,EAC9BC,wBAAwB,QACnB,qCAAkC"}
@@ -1 +1 @@
1
- export { DrawerHeaderNavigation, drawerHeaderNavigationClassNames, renderDrawerHeaderNavigation_unstable, useDrawerHeaderNavigationStyles_unstable, useDrawerHeaderNavigation_unstable } from './components/DrawerHeaderNavigation/index';
1
+ export { DrawerHeaderNavigation, drawerHeaderNavigationClassNames, renderDrawerHeaderNavigation_unstable, useDrawerHeaderNavigationStyles_unstable, useDrawerHeaderNavigation_unstable } from "./components/DrawerHeaderNavigation/index.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/DrawerHeaderNavigation.ts"],"sourcesContent":["export type {\n DrawerHeaderNavigationProps,\n DrawerHeaderNavigationSlots,\n DrawerHeaderNavigationState,\n} from './components/DrawerHeaderNavigation/index';\nexport {\n DrawerHeaderNavigation,\n drawerHeaderNavigationClassNames,\n renderDrawerHeaderNavigation_unstable,\n useDrawerHeaderNavigationStyles_unstable,\n useDrawerHeaderNavigation_unstable,\n} from './components/DrawerHeaderNavigation/index';\n"],"names":["DrawerHeaderNavigation","drawerHeaderNavigationClassNames","renderDrawerHeaderNavigation_unstable","useDrawerHeaderNavigationStyles_unstable","useDrawerHeaderNavigation_unstable"],"mappings":"AAKA,SACEA,sBAAsB,EACtBC,gCAAgC,EAChCC,qCAAqC,EACrCC,wCAAwC,EACxCC,kCAAkC,QAC7B,4CAA4C"}
1
+ {"version":3,"sources":["../src/DrawerHeaderNavigation.ts"],"sourcesContent":["export type {\n DrawerHeaderNavigationProps,\n DrawerHeaderNavigationSlots,\n DrawerHeaderNavigationState,\n} from './components/DrawerHeaderNavigation/index';\nexport {\n DrawerHeaderNavigation,\n drawerHeaderNavigationClassNames,\n renderDrawerHeaderNavigation_unstable,\n useDrawerHeaderNavigationStyles_unstable,\n useDrawerHeaderNavigation_unstable,\n} from './components/DrawerHeaderNavigation/index';\n"],"names":["DrawerHeaderNavigation","drawerHeaderNavigationClassNames","renderDrawerHeaderNavigation_unstable","useDrawerHeaderNavigationStyles_unstable","useDrawerHeaderNavigation_unstable"],"mappings":"AAKA,SACEA,sBAAsB,EACtBC,gCAAgC,EAChCC,qCAAqC,EACrCC,wCAAwC,EACxCC,kCAAkC,QAC7B,+CAA4C"}
@@ -1 +1 @@
1
- export { DrawerHeaderTitle, drawerHeaderTitleClassNames, renderDrawerHeaderTitle_unstable, useDrawerHeaderTitleStyles_unstable, useDrawerHeaderTitle_unstable } from './components/DrawerHeaderTitle/index';
1
+ export { DrawerHeaderTitle, drawerHeaderTitleClassNames, renderDrawerHeaderTitle_unstable, useDrawerHeaderTitleStyles_unstable, useDrawerHeaderTitle_unstable } from "./components/DrawerHeaderTitle/index.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/DrawerHeaderTitle.ts"],"sourcesContent":["export type {\n DrawerHeaderTitleProps,\n DrawerHeaderTitleSlots,\n DrawerHeaderTitleState,\n} from './components/DrawerHeaderTitle/index';\nexport {\n DrawerHeaderTitle,\n drawerHeaderTitleClassNames,\n renderDrawerHeaderTitle_unstable,\n useDrawerHeaderTitleStyles_unstable,\n useDrawerHeaderTitle_unstable,\n} from './components/DrawerHeaderTitle/index';\n"],"names":["DrawerHeaderTitle","drawerHeaderTitleClassNames","renderDrawerHeaderTitle_unstable","useDrawerHeaderTitleStyles_unstable","useDrawerHeaderTitle_unstable"],"mappings":"AAKA,SACEA,iBAAiB,EACjBC,2BAA2B,EAC3BC,gCAAgC,EAChCC,mCAAmC,EACnCC,6BAA6B,QACxB,uCAAuC"}
1
+ {"version":3,"sources":["../src/DrawerHeaderTitle.ts"],"sourcesContent":["export type {\n DrawerHeaderTitleProps,\n DrawerHeaderTitleSlots,\n DrawerHeaderTitleState,\n} from './components/DrawerHeaderTitle/index';\nexport {\n DrawerHeaderTitle,\n drawerHeaderTitleClassNames,\n renderDrawerHeaderTitle_unstable,\n useDrawerHeaderTitleStyles_unstable,\n useDrawerHeaderTitle_unstable,\n} from './components/DrawerHeaderTitle/index';\n"],"names":["DrawerHeaderTitle","drawerHeaderTitleClassNames","renderDrawerHeaderTitle_unstable","useDrawerHeaderTitleStyles_unstable","useDrawerHeaderTitle_unstable"],"mappings":"AAKA,SACEA,iBAAiB,EACjBC,2BAA2B,EAC3BC,gCAAgC,EAChCC,mCAAmC,EACnCC,6BAA6B,QACxB,0CAAuC"}
@@ -1 +1 @@
1
- export { InlineDrawer, inlineDrawerClassNames, renderInlineDrawer_unstable, useInlineDrawerStyles_unstable, useInlineDrawer_unstable, useInlineDrawerBase_unstable } from './components/InlineDrawer/index';
1
+ export { InlineDrawer, inlineDrawerClassNames, renderInlineDrawer_unstable, useInlineDrawerStyles_unstable, useInlineDrawer_unstable, useInlineDrawerBase_unstable } from "./components/InlineDrawer/index.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/InlineDrawer.ts"],"sourcesContent":["export type {\n InlineDrawerBaseProps,\n InlineDrawerBaseState,\n InlineDrawerProps,\n InlineDrawerSlots,\n InlineDrawerState,\n SurfaceMotionSlotProps,\n} from './components/InlineDrawer/index';\nexport {\n InlineDrawer,\n inlineDrawerClassNames,\n renderInlineDrawer_unstable,\n useInlineDrawerStyles_unstable,\n useInlineDrawer_unstable,\n useInlineDrawerBase_unstable,\n} from './components/InlineDrawer/index';\n"],"names":["InlineDrawer","inlineDrawerClassNames","renderInlineDrawer_unstable","useInlineDrawerStyles_unstable","useInlineDrawer_unstable","useInlineDrawerBase_unstable"],"mappings":"AAQA,SACEA,YAAY,EACZC,sBAAsB,EACtBC,2BAA2B,EAC3BC,8BAA8B,EAC9BC,wBAAwB,EACxBC,4BAA4B,QACvB,kCAAkC"}
1
+ {"version":3,"sources":["../src/InlineDrawer.ts"],"sourcesContent":["export type {\n InlineDrawerBaseProps,\n InlineDrawerBaseState,\n InlineDrawerProps,\n InlineDrawerSlots,\n InlineDrawerState,\n SurfaceMotionSlotProps,\n} from './components/InlineDrawer/index';\nexport {\n InlineDrawer,\n inlineDrawerClassNames,\n renderInlineDrawer_unstable,\n useInlineDrawerStyles_unstable,\n useInlineDrawer_unstable,\n useInlineDrawerBase_unstable,\n} from './components/InlineDrawer/index';\n"],"names":["InlineDrawer","inlineDrawerClassNames","renderInlineDrawer_unstable","useInlineDrawerStyles_unstable","useInlineDrawer_unstable","useInlineDrawerBase_unstable"],"mappings":"AAQA,SACEA,YAAY,EACZC,sBAAsB,EACtBC,2BAA2B,EAC3BC,8BAA8B,EAC9BC,wBAAwB,EACxBC,4BAA4B,QACvB,qCAAkC"}
@@ -1 +1 @@
1
- export { OverlayDrawer, overlayDrawerClassNames, renderOverlayDrawer_unstable, useOverlayDrawerStyles_unstable, useOverlayDrawer_unstable } from './components/OverlayDrawer/index';
1
+ export { OverlayDrawer, overlayDrawerClassNames, renderOverlayDrawer_unstable, useOverlayDrawerStyles_unstable, useOverlayDrawer_unstable } from "./components/OverlayDrawer/index.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/OverlayDrawer.ts"],"sourcesContent":["export type {\n OverlayDrawerInternalSlots,\n OverlayDrawerProps,\n OverlayDrawerSlots,\n OverlayDrawerState,\n} from './components/OverlayDrawer/index';\nexport {\n OverlayDrawer,\n overlayDrawerClassNames,\n renderOverlayDrawer_unstable,\n useOverlayDrawerStyles_unstable,\n useOverlayDrawer_unstable,\n} from './components/OverlayDrawer/index';\n"],"names":["OverlayDrawer","overlayDrawerClassNames","renderOverlayDrawer_unstable","useOverlayDrawerStyles_unstable","useOverlayDrawer_unstable"],"mappings":"AAMA,SACEA,aAAa,EACbC,uBAAuB,EACvBC,4BAA4B,EAC5BC,+BAA+B,EAC/BC,yBAAyB,QACpB,mCAAmC"}
1
+ {"version":3,"sources":["../src/OverlayDrawer.ts"],"sourcesContent":["export type {\n OverlayDrawerInternalSlots,\n OverlayDrawerProps,\n OverlayDrawerSlots,\n OverlayDrawerState,\n} from './components/OverlayDrawer/index';\nexport {\n OverlayDrawer,\n overlayDrawerClassNames,\n renderOverlayDrawer_unstable,\n useOverlayDrawerStyles_unstable,\n useOverlayDrawer_unstable,\n} from './components/OverlayDrawer/index';\n"],"names":["OverlayDrawer","overlayDrawerClassNames","renderOverlayDrawer_unstable","useOverlayDrawerStyles_unstable","useOverlayDrawer_unstable"],"mappings":"AAMA,SACEA,aAAa,EACbC,uBAAuB,EACvBC,4BAA4B,EAC5BC,+BAA+B,EAC/BC,yBAAyB,QACpB,sCAAmC"}