@fluentui/react-teaching-popover 9.7.2 → 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 (435) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/dist/index.d.cts +829 -0
  3. package/lib/TeachingPopover.js +1 -1
  4. package/lib/TeachingPopover.js.map +1 -1
  5. package/lib/TeachingPopoverBody.js +1 -1
  6. package/lib/TeachingPopoverBody.js.map +1 -1
  7. package/lib/TeachingPopoverCarousel.js +1 -1
  8. package/lib/TeachingPopoverCarousel.js.map +1 -1
  9. package/lib/TeachingPopoverCarouselCard.js +1 -1
  10. package/lib/TeachingPopoverCarouselCard.js.map +1 -1
  11. package/lib/TeachingPopoverCarouselFooter.js +1 -1
  12. package/lib/TeachingPopoverCarouselFooter.js.map +1 -1
  13. package/lib/TeachingPopoverCarouselFooterButton.js +1 -1
  14. package/lib/TeachingPopoverCarouselFooterButton.js.map +1 -1
  15. package/lib/TeachingPopoverCarouselNav.js +1 -1
  16. package/lib/TeachingPopoverCarouselNav.js.map +1 -1
  17. package/lib/TeachingPopoverCarouselNavButton.js +1 -1
  18. package/lib/TeachingPopoverCarouselNavButton.js.map +1 -1
  19. package/lib/TeachingPopoverCarouselPageCount.js +1 -1
  20. package/lib/TeachingPopoverCarouselPageCount.js.map +1 -1
  21. package/lib/TeachingPopoverFooter.js +1 -1
  22. package/lib/TeachingPopoverFooter.js.map +1 -1
  23. package/lib/TeachingPopoverHeader.js +1 -1
  24. package/lib/TeachingPopoverHeader.js.map +1 -1
  25. package/lib/TeachingPopoverSurface.js +1 -1
  26. package/lib/TeachingPopoverSurface.js.map +1 -1
  27. package/lib/TeachingPopoverTitle.js +1 -1
  28. package/lib/TeachingPopoverTitle.js.map +1 -1
  29. package/lib/TeachingPopoverTrigger.js +1 -1
  30. package/lib/TeachingPopoverTrigger.js.map +1 -1
  31. package/lib/components/TeachingPopover/TeachingPopover.js +3 -3
  32. package/lib/components/TeachingPopover/TeachingPopover.js.map +1 -1
  33. package/lib/components/TeachingPopover/index.js +4 -4
  34. package/lib/components/TeachingPopover/index.js.map +1 -1
  35. package/lib/components/TeachingPopover/renderTeachingPopover.js +1 -1
  36. package/lib/components/TeachingPopover/useTeachingPopover.js +1 -1
  37. package/lib/components/TeachingPopover/useTeachingPopoverContextValues.js +1 -1
  38. package/lib/components/TeachingPopoverBody/TeachingPopoverBody.js +5 -5
  39. package/lib/components/TeachingPopoverBody/TeachingPopoverBody.js.map +1 -1
  40. package/lib/components/TeachingPopoverBody/index.js +4 -4
  41. package/lib/components/TeachingPopoverBody/index.js.map +1 -1
  42. package/lib/components/TeachingPopoverBody/renderTeachingPopoverBody.js +1 -1
  43. package/lib/components/TeachingPopoverBody/useTeachingPopoverBody.js +1 -1
  44. package/lib/components/TeachingPopoverBody/useTeachingPopoverBodyStyles.styles.js +1 -1
  45. package/lib/components/TeachingPopoverBody/useTeachingPopoverBodyStyles.styles.js.map +1 -1
  46. package/lib/components/TeachingPopoverBody/useTeachingPopoverBodyStyles.styles.raw.js +1 -1
  47. package/lib/components/TeachingPopoverCarousel/Carousel/Carousel.js +6 -6
  48. package/lib/components/TeachingPopoverCarousel/Carousel/Carousel.js.map +1 -1
  49. package/lib/components/TeachingPopoverCarousel/Carousel/CarouselContext.js +2 -2
  50. package/lib/components/TeachingPopoverCarousel/Carousel/CarouselContext.js.map +1 -1
  51. package/lib/components/TeachingPopoverCarousel/Carousel/CarouselItem/Carouseltem.js +3 -3
  52. package/lib/components/TeachingPopoverCarousel/Carousel/CarouselItem/Carouseltem.js.map +1 -1
  53. package/lib/components/TeachingPopoverCarousel/Carousel/CarouselItem/renderCarouselItem.js +1 -1
  54. package/lib/components/TeachingPopoverCarousel/Carousel/CarouselItem/useCarouselItem.js +3 -3
  55. package/lib/components/TeachingPopoverCarousel/Carousel/CarouselItem/useCarouselItem.js.map +1 -1
  56. package/lib/components/TeachingPopoverCarousel/Carousel/useCarouselValues.js +2 -2
  57. package/lib/components/TeachingPopoverCarousel/Carousel/useCarouselValues.js.map +1 -1
  58. package/lib/components/TeachingPopoverCarousel/Carousel/useCarouselWalker.js +4 -4
  59. package/lib/components/TeachingPopoverCarousel/Carousel/useCarouselWalker.js.map +1 -1
  60. package/lib/components/TeachingPopoverCarousel/TeachingPopoverCarousel.js +6 -6
  61. package/lib/components/TeachingPopoverCarousel/TeachingPopoverCarousel.js.map +1 -1
  62. package/lib/components/TeachingPopoverCarousel/index.js +5 -5
  63. package/lib/components/TeachingPopoverCarousel/index.js.map +1 -1
  64. package/lib/components/TeachingPopoverCarousel/renderTeachingPopoverCarousel.js +2 -2
  65. package/lib/components/TeachingPopoverCarousel/renderTeachingPopoverCarousel.js.map +1 -1
  66. package/lib/components/TeachingPopoverCarousel/useTeachingPopoverCarousel.js +3 -3
  67. package/lib/components/TeachingPopoverCarousel/useTeachingPopoverCarousel.js.map +1 -1
  68. package/lib/components/TeachingPopoverCarousel/useTeachingPopoverCarouselContextValues.js +1 -1
  69. package/lib/components/TeachingPopoverCarousel/useTeachingPopoverCarouselStyles.styles.js +1 -1
  70. package/lib/components/TeachingPopoverCarousel/useTeachingPopoverCarouselStyles.styles.js.map +1 -1
  71. package/lib/components/TeachingPopoverCarousel/useTeachingPopoverCarouselStyles.styles.raw.js +1 -1
  72. package/lib/components/TeachingPopoverCarouselCard/TeachingPopoverCarouselCard.js +5 -5
  73. package/lib/components/TeachingPopoverCarouselCard/TeachingPopoverCarouselCard.js.map +1 -1
  74. package/lib/components/TeachingPopoverCarouselCard/index.js +4 -4
  75. package/lib/components/TeachingPopoverCarouselCard/index.js.map +1 -1
  76. package/lib/components/TeachingPopoverCarouselCard/renderTeachingPopoverCarouselCard.js +1 -1
  77. package/lib/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCard.js +2 -2
  78. package/lib/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCard.js.map +1 -1
  79. package/lib/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCardStyles.styles.js +1 -1
  80. package/lib/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCardStyles.styles.js.map +1 -1
  81. package/lib/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCardStyles.styles.raw.js +1 -1
  82. package/lib/components/TeachingPopoverCarouselFooter/TeachingPopoverCarouselFooter.js +5 -5
  83. package/lib/components/TeachingPopoverCarouselFooter/TeachingPopoverCarouselFooter.js.map +1 -1
  84. package/lib/components/TeachingPopoverCarouselFooter/index.js +4 -4
  85. package/lib/components/TeachingPopoverCarouselFooter/index.js.map +1 -1
  86. package/lib/components/TeachingPopoverCarouselFooter/renderTeachingPopoverCarouselFooter.js +1 -1
  87. package/lib/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooter.js +2 -2
  88. package/lib/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooter.js.map +1 -1
  89. package/lib/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooterStyles.styles.js +1 -1
  90. package/lib/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooterStyles.styles.js.map +1 -1
  91. package/lib/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooterStyles.styles.raw.js +1 -1
  92. package/lib/components/TeachingPopoverCarouselFooterButton/TeachingPopoverCarouselFooterButton.js +5 -5
  93. package/lib/components/TeachingPopoverCarouselFooterButton/TeachingPopoverCarouselFooterButton.js.map +1 -1
  94. package/lib/components/TeachingPopoverCarouselFooterButton/index.js +4 -4
  95. package/lib/components/TeachingPopoverCarouselFooterButton/index.js.map +1 -1
  96. package/lib/components/TeachingPopoverCarouselFooterButton/renderTeachingPopoverCarouselFooterButton.js +1 -1
  97. package/lib/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButton.js +7 -7
  98. package/lib/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButton.js.map +1 -1
  99. package/lib/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButtonStyles.styles.js +3 -3
  100. package/lib/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButtonStyles.styles.js.map +1 -1
  101. package/lib/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButtonStyles.styles.raw.js +3 -3
  102. package/lib/components/TeachingPopoverCarouselNav/TeachingPopoverCarouselNav.js +5 -5
  103. package/lib/components/TeachingPopoverCarouselNav/TeachingPopoverCarouselNav.js.map +1 -1
  104. package/lib/components/TeachingPopoverCarouselNav/index.js +4 -4
  105. package/lib/components/TeachingPopoverCarouselNav/index.js.map +1 -1
  106. package/lib/components/TeachingPopoverCarouselNav/renderTeachingPopoverCarouselNav.js +2 -2
  107. package/lib/components/TeachingPopoverCarouselNav/renderTeachingPopoverCarouselNav.js.map +1 -1
  108. package/lib/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNav.js +3 -3
  109. package/lib/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNav.js.map +1 -1
  110. package/lib/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNavStyles.styles.js +3 -3
  111. package/lib/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNavStyles.styles.js.map +1 -1
  112. package/lib/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNavStyles.styles.raw.js +3 -3
  113. package/lib/components/TeachingPopoverCarouselNav/valueIdContext.js +1 -1
  114. package/lib/components/TeachingPopoverCarouselNavButton/TeachingPopoverCarouselNavButton.js +5 -5
  115. package/lib/components/TeachingPopoverCarouselNavButton/TeachingPopoverCarouselNavButton.js.map +1 -1
  116. package/lib/components/TeachingPopoverCarouselNavButton/index.js +4 -4
  117. package/lib/components/TeachingPopoverCarouselNavButton/index.js.map +1 -1
  118. package/lib/components/TeachingPopoverCarouselNavButton/renderTeachingPopoverCarouselNavButton.js +1 -1
  119. package/lib/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButton.js +6 -6
  120. package/lib/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButton.js.map +1 -1
  121. package/lib/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButtonStyles.styles.js +3 -3
  122. package/lib/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButtonStyles.styles.js.map +1 -1
  123. package/lib/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButtonStyles.styles.raw.js +3 -3
  124. package/lib/components/TeachingPopoverCarouselPageCount/TeachingPopoverCarouselPageCount.js +5 -5
  125. package/lib/components/TeachingPopoverCarouselPageCount/TeachingPopoverCarouselPageCount.js.map +1 -1
  126. package/lib/components/TeachingPopoverCarouselPageCount/index.js +4 -4
  127. package/lib/components/TeachingPopoverCarouselPageCount/index.js.map +1 -1
  128. package/lib/components/TeachingPopoverCarouselPageCount/renderTeachingPopoverCarouselPageCount.js +1 -1
  129. package/lib/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCount.js +3 -3
  130. package/lib/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCount.js.map +1 -1
  131. package/lib/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCountStyles.styles.js +1 -1
  132. package/lib/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCountStyles.styles.js.map +1 -1
  133. package/lib/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCountStyles.styles.raw.js +1 -1
  134. package/lib/components/TeachingPopoverFooter/TeachingPopoverFooter.js +5 -5
  135. package/lib/components/TeachingPopoverFooter/TeachingPopoverFooter.js.map +1 -1
  136. package/lib/components/TeachingPopoverFooter/index.js +4 -4
  137. package/lib/components/TeachingPopoverFooter/index.js.map +1 -1
  138. package/lib/components/TeachingPopoverFooter/renderTeachingPopoverFooter.js +1 -1
  139. package/lib/components/TeachingPopoverFooter/useTeachingPopoverFooter.js +3 -3
  140. package/lib/components/TeachingPopoverFooter/useTeachingPopoverFooterStyles.styles.js +2 -2
  141. package/lib/components/TeachingPopoverFooter/useTeachingPopoverFooterStyles.styles.js.map +1 -1
  142. package/lib/components/TeachingPopoverFooter/useTeachingPopoverFooterStyles.styles.raw.js +2 -2
  143. package/lib/components/TeachingPopoverHeader/TeachingPopoverHeader.js +5 -5
  144. package/lib/components/TeachingPopoverHeader/TeachingPopoverHeader.js.map +1 -1
  145. package/lib/components/TeachingPopoverHeader/index.js +4 -4
  146. package/lib/components/TeachingPopoverHeader/index.js.map +1 -1
  147. package/lib/components/TeachingPopoverHeader/renderTeachingPopoverHeader.js +1 -1
  148. package/lib/components/TeachingPopoverHeader/useTeachingPopoverHeader.js +4 -4
  149. package/lib/components/TeachingPopoverHeader/useTeachingPopoverHeaderStyles.styles.js +3 -3
  150. package/lib/components/TeachingPopoverHeader/useTeachingPopoverHeaderStyles.styles.js.map +1 -1
  151. package/lib/components/TeachingPopoverHeader/useTeachingPopoverHeaderStyles.styles.raw.js +3 -3
  152. package/lib/components/TeachingPopoverSurface/TeachingPopoverSurface.js +5 -5
  153. package/lib/components/TeachingPopoverSurface/TeachingPopoverSurface.js.map +1 -1
  154. package/lib/components/TeachingPopoverSurface/index.js +4 -4
  155. package/lib/components/TeachingPopoverSurface/index.js.map +1 -1
  156. package/lib/components/TeachingPopoverSurface/renderTeachingPopoverSurface.js +2 -2
  157. package/lib/components/TeachingPopoverSurface/useTeachingPopoverSurface.js +1 -1
  158. package/lib/components/TeachingPopoverSurface/useTeachingPopoverSurfaceStyles.styles.js +3 -3
  159. package/lib/components/TeachingPopoverSurface/useTeachingPopoverSurfaceStyles.styles.js.map +1 -1
  160. package/lib/components/TeachingPopoverSurface/useTeachingPopoverSurfaceStyles.styles.raw.js +3 -3
  161. package/lib/components/TeachingPopoverTitle/TeachingPopoverTitle.js +5 -5
  162. package/lib/components/TeachingPopoverTitle/TeachingPopoverTitle.js.map +1 -1
  163. package/lib/components/TeachingPopoverTitle/index.js +4 -4
  164. package/lib/components/TeachingPopoverTitle/index.js.map +1 -1
  165. package/lib/components/TeachingPopoverTitle/renderTeachingPopoverTitle.js +1 -1
  166. package/lib/components/TeachingPopoverTitle/useTeachingPopoverTitle.js +4 -4
  167. package/lib/components/TeachingPopoverTitle/useTeachingPopoverTitleStyles.styles.js +3 -3
  168. package/lib/components/TeachingPopoverTitle/useTeachingPopoverTitleStyles.styles.js.map +1 -1
  169. package/lib/components/TeachingPopoverTitle/useTeachingPopoverTitleStyles.styles.raw.js +3 -3
  170. package/lib/components/TeachingPopoverTrigger/TeachingPopoverTrigger.js +2 -2
  171. package/lib/components/TeachingPopoverTrigger/TeachingPopoverTrigger.js.map +1 -1
  172. package/lib/components/TeachingPopoverTrigger/index.js +3 -3
  173. package/lib/components/TeachingPopoverTrigger/index.js.map +1 -1
  174. package/lib/components/TeachingPopoverTrigger/useTeachingPopoverTrigger.js +1 -1
  175. package/lib/index.js +21 -21
  176. package/lib/index.js.map +1 -1
  177. package/lib-commonjs/{TeachingPopover.js → TeachingPopover.cjs} +1 -1
  178. package/lib-commonjs/{TeachingPopover.js.map → TeachingPopover.cjs.map} +1 -1
  179. package/lib-commonjs/{TeachingPopoverBody.js → TeachingPopoverBody.cjs} +1 -1
  180. package/lib-commonjs/{TeachingPopoverBody.js.map → TeachingPopoverBody.cjs.map} +1 -1
  181. package/lib-commonjs/{TeachingPopoverCarousel.js → TeachingPopoverCarousel.cjs} +1 -1
  182. package/lib-commonjs/{TeachingPopoverCarousel.js.map → TeachingPopoverCarousel.cjs.map} +1 -1
  183. package/lib-commonjs/{TeachingPopoverCarouselCard.js → TeachingPopoverCarouselCard.cjs} +1 -1
  184. package/lib-commonjs/{TeachingPopoverCarouselCard.js.map → TeachingPopoverCarouselCard.cjs.map} +1 -1
  185. package/lib-commonjs/{TeachingPopoverCarouselFooter.js → TeachingPopoverCarouselFooter.cjs} +1 -1
  186. package/lib-commonjs/{TeachingPopoverCarouselFooter.js.map → TeachingPopoverCarouselFooter.cjs.map} +1 -1
  187. package/lib-commonjs/{TeachingPopoverCarouselFooterButton.js → TeachingPopoverCarouselFooterButton.cjs} +1 -1
  188. package/lib-commonjs/{TeachingPopoverCarouselFooterButton.js.map → TeachingPopoverCarouselFooterButton.cjs.map} +1 -1
  189. package/lib-commonjs/{TeachingPopoverCarouselNav.js → TeachingPopoverCarouselNav.cjs} +1 -1
  190. package/lib-commonjs/{TeachingPopoverCarouselNav.js.map → TeachingPopoverCarouselNav.cjs.map} +1 -1
  191. package/lib-commonjs/{TeachingPopoverCarouselNavButton.js → TeachingPopoverCarouselNavButton.cjs} +1 -1
  192. package/lib-commonjs/{TeachingPopoverCarouselNavButton.js.map → TeachingPopoverCarouselNavButton.cjs.map} +1 -1
  193. package/lib-commonjs/{TeachingPopoverCarouselPageCount.js → TeachingPopoverCarouselPageCount.cjs} +1 -1
  194. package/lib-commonjs/{TeachingPopoverCarouselPageCount.js.map → TeachingPopoverCarouselPageCount.cjs.map} +1 -1
  195. package/lib-commonjs/{TeachingPopoverFooter.js → TeachingPopoverFooter.cjs} +7 -7
  196. package/lib-commonjs/{TeachingPopoverFooter.js.map → TeachingPopoverFooter.cjs.map} +1 -1
  197. package/lib-commonjs/{TeachingPopoverHeader.js → TeachingPopoverHeader.cjs} +1 -1
  198. package/lib-commonjs/{TeachingPopoverHeader.js.map → TeachingPopoverHeader.cjs.map} +1 -1
  199. package/lib-commonjs/{TeachingPopoverSurface.js → TeachingPopoverSurface.cjs} +1 -1
  200. package/lib-commonjs/{TeachingPopoverSurface.js.map → TeachingPopoverSurface.cjs.map} +1 -1
  201. package/lib-commonjs/{TeachingPopoverTitle.js → TeachingPopoverTitle.cjs} +1 -1
  202. package/lib-commonjs/{TeachingPopoverTitle.js.map → TeachingPopoverTitle.cjs.map} +1 -1
  203. package/lib-commonjs/{TeachingPopoverTrigger.js → TeachingPopoverTrigger.cjs} +1 -1
  204. package/lib-commonjs/{TeachingPopoverTrigger.js.map → TeachingPopoverTrigger.cjs.map} +1 -1
  205. package/lib-commonjs/components/TeachingPopover/{TeachingPopover.js → TeachingPopover.cjs} +3 -3
  206. package/lib-commonjs/components/TeachingPopover/{TeachingPopover.js.map → TeachingPopover.cjs.map} +1 -1
  207. package/lib-commonjs/components/TeachingPopover/{index.js → index.cjs} +4 -4
  208. package/lib-commonjs/components/TeachingPopover/{index.js.map → index.cjs.map} +1 -1
  209. package/lib-commonjs/components/TeachingPopoverBody/{TeachingPopoverBody.js → TeachingPopoverBody.cjs} +3 -3
  210. package/lib-commonjs/components/TeachingPopoverBody/{TeachingPopoverBody.js.map → TeachingPopoverBody.cjs.map} +1 -1
  211. package/lib-commonjs/components/TeachingPopoverBody/{index.js → index.cjs} +4 -4
  212. package/lib-commonjs/components/TeachingPopoverBody/{index.js.map → index.cjs.map} +1 -1
  213. package/lib-commonjs/components/TeachingPopoverBody/useTeachingPopoverBodyStyles.styles.cjs.map +1 -0
  214. package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{Carousel.js → Carousel.cjs} +3 -3
  215. package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{Carousel.js.map → Carousel.cjs.map} +1 -1
  216. package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{CarouselContext.js → CarouselContext.cjs} +1 -1
  217. package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{CarouselContext.js.map → CarouselContext.cjs.map} +1 -1
  218. package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{Carouseltem.js → Carouseltem.cjs} +2 -2
  219. package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{Carouseltem.js.map → Carouseltem.cjs.map} +1 -1
  220. package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{useCarouselItem.js → useCarouselItem.cjs} +2 -2
  221. package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{useCarouselItem.js.map → useCarouselItem.cjs.map} +1 -1
  222. package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{useCarouselValues.js → useCarouselValues.cjs} +1 -1
  223. package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{useCarouselValues.js.map → useCarouselValues.cjs.map} +1 -1
  224. package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{useCarouselWalker.js → useCarouselWalker.cjs} +1 -1
  225. package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{useCarouselWalker.js.map → useCarouselWalker.cjs.map} +1 -1
  226. package/lib-commonjs/components/TeachingPopoverCarousel/{TeachingPopoverCarousel.js → TeachingPopoverCarousel.cjs} +4 -4
  227. package/lib-commonjs/components/TeachingPopoverCarousel/{TeachingPopoverCarousel.js.map → TeachingPopoverCarousel.cjs.map} +1 -1
  228. package/lib-commonjs/components/TeachingPopoverCarousel/{index.js → index.cjs} +5 -5
  229. package/lib-commonjs/components/TeachingPopoverCarousel/{index.js.map → index.cjs.map} +1 -1
  230. package/lib-commonjs/components/TeachingPopoverCarousel/{renderTeachingPopoverCarousel.js → renderTeachingPopoverCarousel.cjs} +1 -1
  231. package/lib-commonjs/components/TeachingPopoverCarousel/{renderTeachingPopoverCarousel.js.map → renderTeachingPopoverCarousel.cjs.map} +1 -1
  232. package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarousel.js → useTeachingPopoverCarousel.cjs} +1 -1
  233. package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarousel.js.map → useTeachingPopoverCarousel.cjs.map} +1 -1
  234. package/lib-commonjs/components/TeachingPopoverCarousel/useTeachingPopoverCarouselStyles.styles.cjs.map +1 -0
  235. package/lib-commonjs/components/TeachingPopoverCarouselCard/{TeachingPopoverCarouselCard.js → TeachingPopoverCarouselCard.cjs} +3 -3
  236. package/lib-commonjs/components/TeachingPopoverCarouselCard/{TeachingPopoverCarouselCard.js.map → TeachingPopoverCarouselCard.cjs.map} +1 -1
  237. package/lib-commonjs/components/TeachingPopoverCarouselCard/{index.js → index.cjs} +4 -4
  238. package/lib-commonjs/components/TeachingPopoverCarouselCard/{index.js.map → index.cjs.map} +1 -1
  239. package/lib-commonjs/components/TeachingPopoverCarouselCard/{useTeachingPopoverCarouselCard.js → useTeachingPopoverCarouselCard.cjs} +1 -1
  240. package/lib-commonjs/components/TeachingPopoverCarouselCard/{useTeachingPopoverCarouselCard.js.map → useTeachingPopoverCarouselCard.cjs.map} +1 -1
  241. package/lib-commonjs/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCardStyles.styles.cjs.map +1 -0
  242. package/lib-commonjs/components/TeachingPopoverCarouselFooter/{TeachingPopoverCarouselFooter.js → TeachingPopoverCarouselFooter.cjs} +3 -3
  243. package/lib-commonjs/components/TeachingPopoverCarouselFooter/{TeachingPopoverCarouselFooter.js.map → TeachingPopoverCarouselFooter.cjs.map} +1 -1
  244. package/lib-commonjs/components/TeachingPopoverCarouselFooter/{index.js → index.cjs} +4 -4
  245. package/lib-commonjs/components/TeachingPopoverCarouselFooter/{index.js.map → index.cjs.map} +1 -1
  246. package/lib-commonjs/components/TeachingPopoverCarouselFooter/{useTeachingPopoverCarouselFooter.js → useTeachingPopoverCarouselFooter.cjs} +1 -1
  247. package/lib-commonjs/components/TeachingPopoverCarouselFooter/{useTeachingPopoverCarouselFooter.js.map → useTeachingPopoverCarouselFooter.cjs.map} +1 -1
  248. package/lib-commonjs/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooterStyles.styles.cjs.map +1 -0
  249. package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{TeachingPopoverCarouselFooterButton.js → TeachingPopoverCarouselFooterButton.cjs} +3 -3
  250. package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{TeachingPopoverCarouselFooterButton.js.map → TeachingPopoverCarouselFooterButton.cjs.map} +1 -1
  251. package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{index.js → index.cjs} +4 -4
  252. package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{index.js.map → index.cjs.map} +1 -1
  253. package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{useTeachingPopoverCarouselFooterButton.js → useTeachingPopoverCarouselFooterButton.cjs} +2 -2
  254. package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{useTeachingPopoverCarouselFooterButton.js.map → useTeachingPopoverCarouselFooterButton.cjs.map} +1 -1
  255. package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButtonStyles.styles.cjs.map +1 -0
  256. package/lib-commonjs/components/TeachingPopoverCarouselNav/{TeachingPopoverCarouselNav.js → TeachingPopoverCarouselNav.cjs} +3 -3
  257. package/lib-commonjs/components/TeachingPopoverCarouselNav/{TeachingPopoverCarouselNav.js.map → TeachingPopoverCarouselNav.cjs.map} +1 -1
  258. package/lib-commonjs/components/TeachingPopoverCarouselNav/{index.js → index.cjs} +4 -4
  259. package/lib-commonjs/components/TeachingPopoverCarouselNav/{index.js.map → index.cjs.map} +1 -1
  260. package/lib-commonjs/components/TeachingPopoverCarouselNav/{renderTeachingPopoverCarouselNav.js → renderTeachingPopoverCarouselNav.cjs} +1 -1
  261. package/lib-commonjs/components/TeachingPopoverCarouselNav/{renderTeachingPopoverCarouselNav.js.map → renderTeachingPopoverCarouselNav.cjs.map} +1 -1
  262. package/lib-commonjs/components/TeachingPopoverCarouselNav/{useTeachingPopoverCarouselNav.js → useTeachingPopoverCarouselNav.cjs} +1 -1
  263. package/lib-commonjs/components/TeachingPopoverCarouselNav/{useTeachingPopoverCarouselNav.js.map → useTeachingPopoverCarouselNav.cjs.map} +1 -1
  264. package/lib-commonjs/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNavStyles.styles.cjs.map +1 -0
  265. package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{TeachingPopoverCarouselNavButton.js → TeachingPopoverCarouselNavButton.cjs} +3 -3
  266. package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{TeachingPopoverCarouselNavButton.js.map → TeachingPopoverCarouselNavButton.cjs.map} +1 -1
  267. package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{index.js → index.cjs} +4 -4
  268. package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{index.js.map → index.cjs.map} +1 -1
  269. package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{useTeachingPopoverCarouselNavButton.js → useTeachingPopoverCarouselNavButton.cjs} +2 -2
  270. package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{useTeachingPopoverCarouselNavButton.js.map → useTeachingPopoverCarouselNavButton.cjs.map} +1 -1
  271. package/lib-commonjs/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButtonStyles.styles.cjs.map +1 -0
  272. package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{TeachingPopoverCarouselPageCount.js → TeachingPopoverCarouselPageCount.cjs} +3 -3
  273. package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{TeachingPopoverCarouselPageCount.js.map → TeachingPopoverCarouselPageCount.cjs.map} +1 -1
  274. package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{index.js → index.cjs} +4 -4
  275. package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{index.js.map → index.cjs.map} +1 -1
  276. package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{useTeachingPopoverCarouselPageCount.js → useTeachingPopoverCarouselPageCount.cjs} +2 -2
  277. package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{useTeachingPopoverCarouselPageCount.js.map → useTeachingPopoverCarouselPageCount.cjs.map} +1 -1
  278. package/lib-commonjs/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCountStyles.styles.cjs.map +1 -0
  279. package/lib-commonjs/components/TeachingPopoverFooter/{TeachingPopoverFooter.js → TeachingPopoverFooter.cjs} +3 -3
  280. package/lib-commonjs/components/TeachingPopoverFooter/{TeachingPopoverFooter.js.map → TeachingPopoverFooter.cjs.map} +1 -1
  281. package/lib-commonjs/components/TeachingPopoverFooter/{index.js → index.cjs} +4 -4
  282. package/lib-commonjs/components/TeachingPopoverFooter/{index.js.map → index.cjs.map} +1 -1
  283. package/lib-commonjs/components/TeachingPopoverFooter/useTeachingPopoverFooterStyles.styles.cjs.map +1 -0
  284. package/lib-commonjs/components/TeachingPopoverHeader/{TeachingPopoverHeader.js → TeachingPopoverHeader.cjs} +3 -3
  285. package/lib-commonjs/components/TeachingPopoverHeader/{TeachingPopoverHeader.js.map → TeachingPopoverHeader.cjs.map} +1 -1
  286. package/lib-commonjs/components/TeachingPopoverHeader/{index.js → index.cjs} +4 -4
  287. package/lib-commonjs/components/TeachingPopoverHeader/{index.js.map → index.cjs.map} +1 -1
  288. package/lib-commonjs/components/TeachingPopoverHeader/useTeachingPopoverHeaderStyles.styles.cjs.map +1 -0
  289. package/lib-commonjs/components/TeachingPopoverSurface/{TeachingPopoverSurface.js → TeachingPopoverSurface.cjs} +3 -3
  290. package/lib-commonjs/components/TeachingPopoverSurface/{TeachingPopoverSurface.js.map → TeachingPopoverSurface.cjs.map} +1 -1
  291. package/lib-commonjs/components/TeachingPopoverSurface/{index.js → index.cjs} +4 -4
  292. package/lib-commonjs/components/TeachingPopoverSurface/{index.js.map → index.cjs.map} +1 -1
  293. package/lib-commonjs/components/TeachingPopoverSurface/useTeachingPopoverSurfaceStyles.styles.cjs.map +1 -0
  294. package/lib-commonjs/components/TeachingPopoverTitle/{TeachingPopoverTitle.js → TeachingPopoverTitle.cjs} +3 -3
  295. package/lib-commonjs/components/TeachingPopoverTitle/{TeachingPopoverTitle.js.map → TeachingPopoverTitle.cjs.map} +1 -1
  296. package/lib-commonjs/components/TeachingPopoverTitle/{index.js → index.cjs} +4 -4
  297. package/lib-commonjs/components/TeachingPopoverTitle/{index.js.map → index.cjs.map} +1 -1
  298. package/lib-commonjs/components/TeachingPopoverTitle/useTeachingPopoverTitleStyles.styles.cjs.map +1 -0
  299. package/lib-commonjs/components/TeachingPopoverTrigger/{TeachingPopoverTrigger.js → TeachingPopoverTrigger.cjs} +2 -2
  300. package/lib-commonjs/components/TeachingPopoverTrigger/{TeachingPopoverTrigger.js.map → TeachingPopoverTrigger.cjs.map} +1 -1
  301. package/lib-commonjs/components/TeachingPopoverTrigger/{index.js → index.cjs} +3 -3
  302. package/lib-commonjs/components/TeachingPopoverTrigger/{index.js.map → index.cjs.map} +1 -1
  303. package/lib-commonjs/{index.js → index.cjs} +14 -14
  304. package/lib-commonjs/{index.js.map → index.cjs.map} +1 -1
  305. package/package.json +23 -22
  306. package/lib-commonjs/components/TeachingPopoverBody/useTeachingPopoverBodyStyles.styles.js.map +0 -1
  307. package/lib-commonjs/components/TeachingPopoverCarousel/useTeachingPopoverCarouselStyles.styles.js.map +0 -1
  308. package/lib-commonjs/components/TeachingPopoverCarouselCard/useTeachingPopoverCarouselCardStyles.styles.js.map +0 -1
  309. package/lib-commonjs/components/TeachingPopoverCarouselFooter/useTeachingPopoverCarouselFooterStyles.styles.js.map +0 -1
  310. package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/useTeachingPopoverCarouselFooterButtonStyles.styles.js.map +0 -1
  311. package/lib-commonjs/components/TeachingPopoverCarouselNav/useTeachingPopoverCarouselNavStyles.styles.js.map +0 -1
  312. package/lib-commonjs/components/TeachingPopoverCarouselNavButton/useTeachingPopoverCarouselNavButtonStyles.styles.js.map +0 -1
  313. package/lib-commonjs/components/TeachingPopoverCarouselPageCount/useTeachingPopoverCarouselPageCountStyles.styles.js.map +0 -1
  314. package/lib-commonjs/components/TeachingPopoverFooter/useTeachingPopoverFooterStyles.styles.js.map +0 -1
  315. package/lib-commonjs/components/TeachingPopoverHeader/useTeachingPopoverHeaderStyles.styles.js.map +0 -1
  316. package/lib-commonjs/components/TeachingPopoverSurface/useTeachingPopoverSurfaceStyles.styles.js.map +0 -1
  317. package/lib-commonjs/components/TeachingPopoverTitle/useTeachingPopoverTitleStyles.styles.js.map +0 -1
  318. /package/lib-commonjs/components/TeachingPopover/{TeachingPopover.types.js → TeachingPopover.types.cjs} +0 -0
  319. /package/lib-commonjs/components/TeachingPopover/{TeachingPopover.types.js.map → TeachingPopover.types.cjs.map} +0 -0
  320. /package/lib-commonjs/components/TeachingPopover/{renderTeachingPopover.js → renderTeachingPopover.cjs} +0 -0
  321. /package/lib-commonjs/components/TeachingPopover/{renderTeachingPopover.js.map → renderTeachingPopover.cjs.map} +0 -0
  322. /package/lib-commonjs/components/TeachingPopover/{useTeachingPopover.js → useTeachingPopover.cjs} +0 -0
  323. /package/lib-commonjs/components/TeachingPopover/{useTeachingPopover.js.map → useTeachingPopover.cjs.map} +0 -0
  324. /package/lib-commonjs/components/TeachingPopover/{useTeachingPopoverContextValues.js → useTeachingPopoverContextValues.cjs} +0 -0
  325. /package/lib-commonjs/components/TeachingPopover/{useTeachingPopoverContextValues.js.map → useTeachingPopoverContextValues.cjs.map} +0 -0
  326. /package/lib-commonjs/components/TeachingPopoverBody/{TeachingPopoverBody.types.js → TeachingPopoverBody.types.cjs} +0 -0
  327. /package/lib-commonjs/components/TeachingPopoverBody/{TeachingPopoverBody.types.js.map → TeachingPopoverBody.types.cjs.map} +0 -0
  328. /package/lib-commonjs/components/TeachingPopoverBody/{renderTeachingPopoverBody.js → renderTeachingPopoverBody.cjs} +0 -0
  329. /package/lib-commonjs/components/TeachingPopoverBody/{renderTeachingPopoverBody.js.map → renderTeachingPopoverBody.cjs.map} +0 -0
  330. /package/lib-commonjs/components/TeachingPopoverBody/{useTeachingPopoverBody.js → useTeachingPopoverBody.cjs} +0 -0
  331. /package/lib-commonjs/components/TeachingPopoverBody/{useTeachingPopoverBody.js.map → useTeachingPopoverBody.cjs.map} +0 -0
  332. /package/lib-commonjs/components/TeachingPopoverBody/{useTeachingPopoverBodyStyles.styles.js → useTeachingPopoverBodyStyles.styles.cjs} +0 -0
  333. /package/lib-commonjs/components/TeachingPopoverBody/{useTeachingPopoverBodyStyles.styles.raw.js → useTeachingPopoverBodyStyles.styles.raw.cjs} +0 -0
  334. /package/lib-commonjs/components/TeachingPopoverBody/{useTeachingPopoverBodyStyles.styles.raw.js.map → useTeachingPopoverBodyStyles.styles.raw.cjs.map} +0 -0
  335. /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{Carousel.types.js → Carousel.types.cjs} +0 -0
  336. /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{Carousel.types.js.map → Carousel.types.cjs.map} +0 -0
  337. /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{CarouselItem.types.js → CarouselItem.types.cjs} +0 -0
  338. /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{CarouselItem.types.js.map → CarouselItem.types.cjs.map} +0 -0
  339. /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{renderCarouselItem.js → renderCarouselItem.cjs} +0 -0
  340. /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/CarouselItem/{renderCarouselItem.js.map → renderCarouselItem.cjs.map} +0 -0
  341. /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{constants.js → constants.cjs} +0 -0
  342. /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{constants.js.map → constants.cjs.map} +0 -0
  343. /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{createCarouselStore.js → createCarouselStore.cjs} +0 -0
  344. /package/lib-commonjs/components/TeachingPopoverCarousel/Carousel/{createCarouselStore.js.map → createCarouselStore.cjs.map} +0 -0
  345. /package/lib-commonjs/components/TeachingPopoverCarousel/{TeachingPopoverCarousel.types.js → TeachingPopoverCarousel.types.cjs} +0 -0
  346. /package/lib-commonjs/components/TeachingPopoverCarousel/{TeachingPopoverCarousel.types.js.map → TeachingPopoverCarousel.types.cjs.map} +0 -0
  347. /package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarouselContextValues.js → useTeachingPopoverCarouselContextValues.cjs} +0 -0
  348. /package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarouselContextValues.js.map → useTeachingPopoverCarouselContextValues.cjs.map} +0 -0
  349. /package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarouselStyles.styles.js → useTeachingPopoverCarouselStyles.styles.cjs} +0 -0
  350. /package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarouselStyles.styles.raw.js → useTeachingPopoverCarouselStyles.styles.raw.cjs} +0 -0
  351. /package/lib-commonjs/components/TeachingPopoverCarousel/{useTeachingPopoverCarouselStyles.styles.raw.js.map → useTeachingPopoverCarouselStyles.styles.raw.cjs.map} +0 -0
  352. /package/lib-commonjs/components/TeachingPopoverCarouselCard/{TeachingPopoverCarouselCard.types.js → TeachingPopoverCarouselCard.types.cjs} +0 -0
  353. /package/lib-commonjs/components/TeachingPopoverCarouselCard/{TeachingPopoverCarouselCard.types.js.map → TeachingPopoverCarouselCard.types.cjs.map} +0 -0
  354. /package/lib-commonjs/components/TeachingPopoverCarouselCard/{renderTeachingPopoverCarouselCard.js → renderTeachingPopoverCarouselCard.cjs} +0 -0
  355. /package/lib-commonjs/components/TeachingPopoverCarouselCard/{renderTeachingPopoverCarouselCard.js.map → renderTeachingPopoverCarouselCard.cjs.map} +0 -0
  356. /package/lib-commonjs/components/TeachingPopoverCarouselCard/{useTeachingPopoverCarouselCardStyles.styles.js → useTeachingPopoverCarouselCardStyles.styles.cjs} +0 -0
  357. /package/lib-commonjs/components/TeachingPopoverCarouselCard/{useTeachingPopoverCarouselCardStyles.styles.raw.js → useTeachingPopoverCarouselCardStyles.styles.raw.cjs} +0 -0
  358. /package/lib-commonjs/components/TeachingPopoverCarouselCard/{useTeachingPopoverCarouselCardStyles.styles.raw.js.map → useTeachingPopoverCarouselCardStyles.styles.raw.cjs.map} +0 -0
  359. /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{TeachingPopoverCarouselFooter.types.js → TeachingPopoverCarouselFooter.types.cjs} +0 -0
  360. /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{TeachingPopoverCarouselFooter.types.js.map → TeachingPopoverCarouselFooter.types.cjs.map} +0 -0
  361. /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{renderTeachingPopoverCarouselFooter.js → renderTeachingPopoverCarouselFooter.cjs} +0 -0
  362. /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{renderTeachingPopoverCarouselFooter.js.map → renderTeachingPopoverCarouselFooter.cjs.map} +0 -0
  363. /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{useTeachingPopoverCarouselFooterStyles.styles.js → useTeachingPopoverCarouselFooterStyles.styles.cjs} +0 -0
  364. /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{useTeachingPopoverCarouselFooterStyles.styles.raw.js → useTeachingPopoverCarouselFooterStyles.styles.raw.cjs} +0 -0
  365. /package/lib-commonjs/components/TeachingPopoverCarouselFooter/{useTeachingPopoverCarouselFooterStyles.styles.raw.js.map → useTeachingPopoverCarouselFooterStyles.styles.raw.cjs.map} +0 -0
  366. /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{TeachingPopoverCarouselFooterButton.types.js → TeachingPopoverCarouselFooterButton.types.cjs} +0 -0
  367. /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{TeachingPopoverCarouselFooterButton.types.js.map → TeachingPopoverCarouselFooterButton.types.cjs.map} +0 -0
  368. /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{renderTeachingPopoverCarouselFooterButton.js → renderTeachingPopoverCarouselFooterButton.cjs} +0 -0
  369. /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{renderTeachingPopoverCarouselFooterButton.js.map → renderTeachingPopoverCarouselFooterButton.cjs.map} +0 -0
  370. /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{useTeachingPopoverCarouselFooterButtonStyles.styles.js → useTeachingPopoverCarouselFooterButtonStyles.styles.cjs} +0 -0
  371. /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{useTeachingPopoverCarouselFooterButtonStyles.styles.raw.js → useTeachingPopoverCarouselFooterButtonStyles.styles.raw.cjs} +0 -0
  372. /package/lib-commonjs/components/TeachingPopoverCarouselFooterButton/{useTeachingPopoverCarouselFooterButtonStyles.styles.raw.js.map → useTeachingPopoverCarouselFooterButtonStyles.styles.raw.cjs.map} +0 -0
  373. /package/lib-commonjs/components/TeachingPopoverCarouselNav/{TeachingPopoverCarouselNav.types.js → TeachingPopoverCarouselNav.types.cjs} +0 -0
  374. /package/lib-commonjs/components/TeachingPopoverCarouselNav/{TeachingPopoverCarouselNav.types.js.map → TeachingPopoverCarouselNav.types.cjs.map} +0 -0
  375. /package/lib-commonjs/components/TeachingPopoverCarouselNav/{useTeachingPopoverCarouselNavStyles.styles.js → useTeachingPopoverCarouselNavStyles.styles.cjs} +0 -0
  376. /package/lib-commonjs/components/TeachingPopoverCarouselNav/{useTeachingPopoverCarouselNavStyles.styles.raw.js → useTeachingPopoverCarouselNavStyles.styles.raw.cjs} +0 -0
  377. /package/lib-commonjs/components/TeachingPopoverCarouselNav/{useTeachingPopoverCarouselNavStyles.styles.raw.js.map → useTeachingPopoverCarouselNavStyles.styles.raw.cjs.map} +0 -0
  378. /package/lib-commonjs/components/TeachingPopoverCarouselNav/{valueIdContext.js → valueIdContext.cjs} +0 -0
  379. /package/lib-commonjs/components/TeachingPopoverCarouselNav/{valueIdContext.js.map → valueIdContext.cjs.map} +0 -0
  380. /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{TeachingPopoverCarouselNavButton.types.js → TeachingPopoverCarouselNavButton.types.cjs} +0 -0
  381. /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{TeachingPopoverCarouselNavButton.types.js.map → TeachingPopoverCarouselNavButton.types.cjs.map} +0 -0
  382. /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{renderTeachingPopoverCarouselNavButton.js → renderTeachingPopoverCarouselNavButton.cjs} +0 -0
  383. /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{renderTeachingPopoverCarouselNavButton.js.map → renderTeachingPopoverCarouselNavButton.cjs.map} +0 -0
  384. /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{useTeachingPopoverCarouselNavButtonStyles.styles.js → useTeachingPopoverCarouselNavButtonStyles.styles.cjs} +0 -0
  385. /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{useTeachingPopoverCarouselNavButtonStyles.styles.raw.js → useTeachingPopoverCarouselNavButtonStyles.styles.raw.cjs} +0 -0
  386. /package/lib-commonjs/components/TeachingPopoverCarouselNavButton/{useTeachingPopoverCarouselNavButtonStyles.styles.raw.js.map → useTeachingPopoverCarouselNavButtonStyles.styles.raw.cjs.map} +0 -0
  387. /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{TeachingPopoverCarouselPageCount.types.js → TeachingPopoverCarouselPageCount.types.cjs} +0 -0
  388. /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{TeachingPopoverCarouselPageCount.types.js.map → TeachingPopoverCarouselPageCount.types.cjs.map} +0 -0
  389. /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{renderTeachingPopoverCarouselPageCount.js → renderTeachingPopoverCarouselPageCount.cjs} +0 -0
  390. /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{renderTeachingPopoverCarouselPageCount.js.map → renderTeachingPopoverCarouselPageCount.cjs.map} +0 -0
  391. /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{useTeachingPopoverCarouselPageCountStyles.styles.js → useTeachingPopoverCarouselPageCountStyles.styles.cjs} +0 -0
  392. /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{useTeachingPopoverCarouselPageCountStyles.styles.raw.js → useTeachingPopoverCarouselPageCountStyles.styles.raw.cjs} +0 -0
  393. /package/lib-commonjs/components/TeachingPopoverCarouselPageCount/{useTeachingPopoverCarouselPageCountStyles.styles.raw.js.map → useTeachingPopoverCarouselPageCountStyles.styles.raw.cjs.map} +0 -0
  394. /package/lib-commonjs/components/TeachingPopoverFooter/{TeachingPopoverFooter.types.js → TeachingPopoverFooter.types.cjs} +0 -0
  395. /package/lib-commonjs/components/TeachingPopoverFooter/{TeachingPopoverFooter.types.js.map → TeachingPopoverFooter.types.cjs.map} +0 -0
  396. /package/lib-commonjs/components/TeachingPopoverFooter/{renderTeachingPopoverFooter.js → renderTeachingPopoverFooter.cjs} +0 -0
  397. /package/lib-commonjs/components/TeachingPopoverFooter/{renderTeachingPopoverFooter.js.map → renderTeachingPopoverFooter.cjs.map} +0 -0
  398. /package/lib-commonjs/components/TeachingPopoverFooter/{useTeachingPopoverFooter.js → useTeachingPopoverFooter.cjs} +0 -0
  399. /package/lib-commonjs/components/TeachingPopoverFooter/{useTeachingPopoverFooter.js.map → useTeachingPopoverFooter.cjs.map} +0 -0
  400. /package/lib-commonjs/components/TeachingPopoverFooter/{useTeachingPopoverFooterStyles.styles.js → useTeachingPopoverFooterStyles.styles.cjs} +0 -0
  401. /package/lib-commonjs/components/TeachingPopoverFooter/{useTeachingPopoverFooterStyles.styles.raw.js → useTeachingPopoverFooterStyles.styles.raw.cjs} +0 -0
  402. /package/lib-commonjs/components/TeachingPopoverFooter/{useTeachingPopoverFooterStyles.styles.raw.js.map → useTeachingPopoverFooterStyles.styles.raw.cjs.map} +0 -0
  403. /package/lib-commonjs/components/TeachingPopoverHeader/{TeachingPopoverHeader.types.js → TeachingPopoverHeader.types.cjs} +0 -0
  404. /package/lib-commonjs/components/TeachingPopoverHeader/{TeachingPopoverHeader.types.js.map → TeachingPopoverHeader.types.cjs.map} +0 -0
  405. /package/lib-commonjs/components/TeachingPopoverHeader/{renderTeachingPopoverHeader.js → renderTeachingPopoverHeader.cjs} +0 -0
  406. /package/lib-commonjs/components/TeachingPopoverHeader/{renderTeachingPopoverHeader.js.map → renderTeachingPopoverHeader.cjs.map} +0 -0
  407. /package/lib-commonjs/components/TeachingPopoverHeader/{useTeachingPopoverHeader.js → useTeachingPopoverHeader.cjs} +0 -0
  408. /package/lib-commonjs/components/TeachingPopoverHeader/{useTeachingPopoverHeader.js.map → useTeachingPopoverHeader.cjs.map} +0 -0
  409. /package/lib-commonjs/components/TeachingPopoverHeader/{useTeachingPopoverHeaderStyles.styles.js → useTeachingPopoverHeaderStyles.styles.cjs} +0 -0
  410. /package/lib-commonjs/components/TeachingPopoverHeader/{useTeachingPopoverHeaderStyles.styles.raw.js → useTeachingPopoverHeaderStyles.styles.raw.cjs} +0 -0
  411. /package/lib-commonjs/components/TeachingPopoverHeader/{useTeachingPopoverHeaderStyles.styles.raw.js.map → useTeachingPopoverHeaderStyles.styles.raw.cjs.map} +0 -0
  412. /package/lib-commonjs/components/TeachingPopoverSurface/{TeachingPopoverSurface.types.js → TeachingPopoverSurface.types.cjs} +0 -0
  413. /package/lib-commonjs/components/TeachingPopoverSurface/{TeachingPopoverSurface.types.js.map → TeachingPopoverSurface.types.cjs.map} +0 -0
  414. /package/lib-commonjs/components/TeachingPopoverSurface/{renderTeachingPopoverSurface.js → renderTeachingPopoverSurface.cjs} +0 -0
  415. /package/lib-commonjs/components/TeachingPopoverSurface/{renderTeachingPopoverSurface.js.map → renderTeachingPopoverSurface.cjs.map} +0 -0
  416. /package/lib-commonjs/components/TeachingPopoverSurface/{useTeachingPopoverSurface.js → useTeachingPopoverSurface.cjs} +0 -0
  417. /package/lib-commonjs/components/TeachingPopoverSurface/{useTeachingPopoverSurface.js.map → useTeachingPopoverSurface.cjs.map} +0 -0
  418. /package/lib-commonjs/components/TeachingPopoverSurface/{useTeachingPopoverSurfaceStyles.styles.js → useTeachingPopoverSurfaceStyles.styles.cjs} +0 -0
  419. /package/lib-commonjs/components/TeachingPopoverSurface/{useTeachingPopoverSurfaceStyles.styles.raw.js → useTeachingPopoverSurfaceStyles.styles.raw.cjs} +0 -0
  420. /package/lib-commonjs/components/TeachingPopoverSurface/{useTeachingPopoverSurfaceStyles.styles.raw.js.map → useTeachingPopoverSurfaceStyles.styles.raw.cjs.map} +0 -0
  421. /package/lib-commonjs/components/TeachingPopoverTitle/{TeachingPopoverTitle.types.js → TeachingPopoverTitle.types.cjs} +0 -0
  422. /package/lib-commonjs/components/TeachingPopoverTitle/{TeachingPopoverTitle.types.js.map → TeachingPopoverTitle.types.cjs.map} +0 -0
  423. /package/lib-commonjs/components/TeachingPopoverTitle/{renderTeachingPopoverTitle.js → renderTeachingPopoverTitle.cjs} +0 -0
  424. /package/lib-commonjs/components/TeachingPopoverTitle/{renderTeachingPopoverTitle.js.map → renderTeachingPopoverTitle.cjs.map} +0 -0
  425. /package/lib-commonjs/components/TeachingPopoverTitle/{useTeachingPopoverTitle.js → useTeachingPopoverTitle.cjs} +0 -0
  426. /package/lib-commonjs/components/TeachingPopoverTitle/{useTeachingPopoverTitle.js.map → useTeachingPopoverTitle.cjs.map} +0 -0
  427. /package/lib-commonjs/components/TeachingPopoverTitle/{useTeachingPopoverTitleStyles.styles.js → useTeachingPopoverTitleStyles.styles.cjs} +0 -0
  428. /package/lib-commonjs/components/TeachingPopoverTitle/{useTeachingPopoverTitleStyles.styles.raw.js → useTeachingPopoverTitleStyles.styles.raw.cjs} +0 -0
  429. /package/lib-commonjs/components/TeachingPopoverTitle/{useTeachingPopoverTitleStyles.styles.raw.js.map → useTeachingPopoverTitleStyles.styles.raw.cjs.map} +0 -0
  430. /package/lib-commonjs/components/TeachingPopoverTrigger/{TeachingPopoverTrigger.types.js → TeachingPopoverTrigger.types.cjs} +0 -0
  431. /package/lib-commonjs/components/TeachingPopoverTrigger/{TeachingPopoverTrigger.types.js.map → TeachingPopoverTrigger.types.cjs.map} +0 -0
  432. /package/lib-commonjs/components/TeachingPopoverTrigger/{renderTeachingPopoverTrigger.js → renderTeachingPopoverTrigger.cjs} +0 -0
  433. /package/lib-commonjs/components/TeachingPopoverTrigger/{renderTeachingPopoverTrigger.js.map → renderTeachingPopoverTrigger.cjs.map} +0 -0
  434. /package/lib-commonjs/components/TeachingPopoverTrigger/{useTeachingPopoverTrigger.js → useTeachingPopoverTrigger.cjs} +0 -0
  435. /package/lib-commonjs/components/TeachingPopoverTrigger/{useTeachingPopoverTrigger.js.map → useTeachingPopoverTrigger.cjs.map} +0 -0
@@ -0,0 +1,829 @@
1
+ import type { ARIAButtonSlotProps } from '@fluentui/react-aria';
2
+ import type { Button } from '@fluentui/react-button';
3
+ import type { ButtonProps } from '@fluentui/react-button';
4
+ import type { ButtonState } from '@fluentui/react-button';
5
+ import type { ComponentProps } from '@fluentui/react-utilities';
6
+ import type { ComponentState } from '@fluentui/react-utilities';
7
+ import type { DistributiveOmit } from '@fluentui/react-utilities';
8
+ import type { EventData } from '@fluentui/react-utilities';
9
+ import type { EventHandler } from '@fluentui/react-utilities';
10
+ import type { ForwardRefComponent } from '@fluentui/react-utilities';
11
+ import { JSXElement } from '@fluentui/react-utilities';
12
+ import { PopoverContextValue } from '@fluentui/react-popover';
13
+ import { PopoverContextValues } from '@fluentui/react-popover';
14
+ import type { PopoverProps } from '@fluentui/react-popover';
15
+ import { PopoverState } from '@fluentui/react-popover';
16
+ import type { PopoverSurfaceSlots } from '@fluentui/react-popover';
17
+ import type { PopoverSurfaceState } from '@fluentui/react-popover';
18
+ import type { PopoverTriggerChildProps } from '@fluentui/react-popover';
19
+ import type { PopoverTriggerProps } from '@fluentui/react-popover';
20
+ import type { PopoverTriggerState } from '@fluentui/react-popover';
21
+ import * as React_2 from 'react';
22
+ import type { Slot } from '@fluentui/react-utilities';
23
+ import type { SlotClassNames } from '@fluentui/react-utilities';
24
+
25
+ declare type CarouselContextValue = {
26
+ store: CarouselStore;
27
+ value: string | null;
28
+ selectPageByDirection: (event: React_2.MouseEvent<HTMLButtonElement | HTMLAnchorElement>, direction: 'next' | 'prev') => void;
29
+ selectPageByValue: (event: React_2.MouseEvent<HTMLButtonElement | HTMLAnchorElement>, value: string) => void;
30
+ };
31
+
32
+ declare type CarouselItemProps = ComponentProps<CarouselItemSlots> & {
33
+ /**
34
+ * The value used to identify a page,
35
+ * it should be unique and is necessary for pagination
36
+ */
37
+ value: string;
38
+ };
39
+
40
+ declare type CarouselItemSlots = {
41
+ /**
42
+ * The element wrapping carousel pages and navigation.
43
+ */
44
+ root: NonNullable<Slot<'div'>>;
45
+ };
46
+
47
+ declare type CarouselStore = {
48
+ clear: () => void;
49
+ addValue: (value: string) => void;
50
+ insertValue: (value: string, prev: string | null) => void;
51
+ removeValue: (value: string) => void;
52
+ subscribe: (listener: () => void) => () => void;
53
+ getSnapshot: () => string[];
54
+ };
55
+
56
+ declare type CarouselValueChangeData = EventData<'click', React_2.MouseEvent<HTMLButtonElement | HTMLAnchorElement>> & {
57
+ /**
58
+ * The value to be set after event has occurred.
59
+ */
60
+ value?: string;
61
+ };
62
+
63
+ declare type NavButtonRenderFunction = (value: string) => React_2.ReactNode;
64
+
65
+ /**
66
+ * Render the final JSX of TeachingPopover
67
+ */
68
+ export declare const renderTeachingPopover_unstable: (state: PopoverState, contextValues?: PopoverContextValues) => JSXElement;
69
+
70
+ /**
71
+ * Render the final JSX of TeachingPopoverBody
72
+ */
73
+ export declare const renderTeachingPopoverBody_unstable: (state: TeachingPopoverBodyState) => JSXElement;
74
+
75
+ /**
76
+ * Render the final JSX of TeachingPopoverCarousel
77
+ */
78
+ export declare const renderTeachingPopoverCarousel_unstable: (state: TeachingPopoverCarouselState, contextValues: TeachingPopoverCarouselContextValues) => JSXElement;
79
+
80
+ /**
81
+ * Render the final JSX of TeachingPopoverCarouselCard
82
+ */
83
+ export declare const renderTeachingPopoverCarouselCard_unstable: (state: TeachingPopoverCarouselCardState) => JSXElement;
84
+
85
+ /**
86
+ * Render the final JSX of TeachingPopoverCarouselFooter
87
+ */
88
+ export declare const renderTeachingPopoverCarouselFooter_unstable: (state: TeachingPopoverCarouselFooterState) => JSXElement;
89
+
90
+ /**
91
+ * Render the final JSX of TeachingPopoverCarouselFooterButton
92
+ */
93
+ export declare const renderTeachingPopoverCarouselFooterButton_unstable: (state: TeachingPopoverCarouselFooterButtonState) => JSXElement;
94
+
95
+ /**
96
+ * Render the final JSX of TeachingPopoverCarouselNav
97
+ */
98
+ export declare const renderTeachingPopoverCarouselNav_unstable: (state: TeachingPopoverCarouselNavState) => JSXElement;
99
+
100
+ /**
101
+ * Render the final JSX of TeachingPopoverCarouselNavButton
102
+ */
103
+ export declare const renderTeachingPopoverCarouselNavButton_unstable: (state: TeachingPopoverCarouselNavButtonState) => JSXElement;
104
+
105
+ /**
106
+ * Render the final JSX of TeachingPopoverCarouselPageCount
107
+ */
108
+ export declare const renderTeachingPopoverCarouselPageCount_unstable: (state: TeachingPopoverCarouselPageCountState) => JSXElement;
109
+
110
+ /**
111
+ * Render the final JSX of TeachingPopoverFooter
112
+ */
113
+ export declare const renderTeachingPopoverFooter_unstable: (state: TeachingPopoverFooterState) => JSXElement;
114
+
115
+ /**
116
+ * Render the final JSX of TeachingPopoverHeader
117
+ */
118
+ export declare const renderTeachingPopoverHeader_unstable: (state: TeachingPopoverHeaderState) => JSXElement;
119
+
120
+ /**
121
+ * Render the final JSX of PopoverSurface
122
+ */
123
+ export declare const renderTeachingPopoverSurface_unstable: (state: TeachingPopoverSurfaceState) => JSXElement;
124
+
125
+ /**
126
+ * Render the final JSX of TeachingPopoverTitle
127
+ */
128
+ export declare const renderTeachingPopoverTitle_unstable: (state: TeachingPopoverTitleState) => JSXElement;
129
+
130
+ /**
131
+ * Render the final JSX of TeachingPopoverTrigger
132
+ */
133
+ export declare const renderTeachingPopoverTrigger_unstable: (state: TeachingPopoverTriggerState) => JSXElement | null;
134
+
135
+ /**
136
+ * An extension class of Popover which defaults to withArrow and FocusTrap enabled.
137
+ */
138
+ export declare const TeachingPopover: React_2.FC<TeachingPopoverProps>;
139
+
140
+ /**
141
+ * Define a styled TeachingPopoverBody, using the `useTeachingPopoverBody_unstable` and `useTeachingPopoverBodyStyles_unstable`
142
+ * hooks.
143
+ *
144
+ * TeachingPopoverBody is used to host content within a TeachingPopover, and provides a standardized media slot
145
+ */
146
+ export declare const TeachingPopoverBody: ForwardRefComponent<TeachingPopoverBodyProps>;
147
+
148
+ export declare const teachingPopoverBodyClassNames: SlotClassNames<TeachingPopoverBodySlots>;
149
+
150
+ export declare type TeachingPopoverBodyProps = ComponentProps<TeachingPopoverBodySlots> & {
151
+ mediaLength?: 'short' | 'medium' | 'tall';
152
+ };
153
+
154
+ export declare type TeachingPopoverBodySlots = {
155
+ /**
156
+ * The element wrapping the buttons.
157
+ */
158
+ root: NonNullable<Slot<'div'>>;
159
+ /**
160
+ * Optional Media Content.
161
+ */
162
+ media?: Slot<'span'>;
163
+ };
164
+
165
+ export declare type TeachingPopoverBodyState = ComponentState<TeachingPopoverBodySlots> & Required<Pick<TeachingPopoverBodyProps, 'mediaLength'>>;
166
+
167
+ /**
168
+ * Define a styled TeachingPopoverCarousel, using the `useTeachingPopoverCarousel_unstable` and `useTeachingPopoverCarouselStyles_unstable`
169
+ * hooks.
170
+ *
171
+ * TeachingPopoverCarousel injects context providers that are required for TeachingPopoverCarouselCard display and navigation functionality
172
+ */
173
+ export declare const TeachingPopoverCarousel: ForwardRefComponent<TeachingPopoverCarouselProps>;
174
+
175
+ export declare type TeachingPopoverCarouselBaseProps = TeachingPopoverCarouselProps;
176
+
177
+ export declare type TeachingPopoverCarouselBaseState = Omit<TeachingPopoverCarouselState, 'appearance'>;
178
+
179
+ /**
180
+ * Define a styled TeachingPopoverCarouselCard, using the `useTeachingPopoverCarouselCard_unstable` and `useTeachingPopoverCarouselCardStyles_unstable`
181
+ * hooks.
182
+ *
183
+ * TeachingPopoverCarouselCard is the definition of a single page view within the carousel, they are shown one at a time and can be navigated through sequentially.
184
+ */
185
+ export declare const TeachingPopoverCarouselCard: ForwardRefComponent<TeachingPopoverCarouselCardProps>;
186
+
187
+ export declare const teachingPopoverCarouselCardClassNames: SlotClassNames<TeachingPopoverCarouselCardSlots>;
188
+
189
+ export declare type TeachingPopoverCarouselCardProps = ComponentProps<TeachingPopoverCarouselCardSlots> & {
190
+ value: string;
191
+ };
192
+
193
+ export declare type TeachingPopoverCarouselCardSlots = {
194
+ /**
195
+ * The element wrapping the buttons.
196
+ */
197
+ root: NonNullable<Slot<CarouselItemProps>>;
198
+ };
199
+
200
+ export declare type TeachingPopoverCarouselCardState = ComponentState<TeachingPopoverCarouselCardSlots> & Required<Pick<TeachingPopoverCarouselCardProps, 'value'>>;
201
+
202
+ export declare const teachingPopoverCarouselClassNames: SlotClassNames<TeachingPopoverCarouselSlots>;
203
+
204
+ /**
205
+ * Context shared between TeachingPopoverCarousel and its children components
206
+ */
207
+ declare type TeachingPopoverCarouselContextValues = {
208
+ carousel: CarouselContextValue;
209
+ };
210
+
211
+ /**
212
+ * Define a styled TeachingPopoverCarouselFooter, using the `useTeachingPopoverCarouselFooter_unstable` and `useTeachingPopoverCarouselFooterStyles_unstable`
213
+ * hooks.
214
+ *
215
+ * TeachingPopoverCarouselFooter contains previous/next buttons configured for carousel navigation, and a root slot for page count and/or page index navigation.
216
+ */
217
+ export declare const TeachingPopoverCarouselFooter: ForwardRefComponent<TeachingPopoverCarouselFooterProps>;
218
+
219
+ /**
220
+ * TeachingPopoverCarouselFooterButton component
221
+ *
222
+ * TeachingPopoverCarouselFooterButton extends Button and injects additional styling and onClick functionality
223
+ * to match the context provided by TeachingPopover & TeachingPopoverCarousel
224
+ */
225
+ export declare const TeachingPopoverCarouselFooterButton: ForwardRefComponent<TeachingPopoverCarouselFooterButtonProps>;
226
+
227
+ export declare type TeachingPopoverCarouselFooterButtonBaseProps = TeachingPopoverCarouselFooterButtonProps;
228
+
229
+ /**
230
+ * Base state intentionally does not extend ButtonState — `useButton_unstable` is
231
+ * only invoked from the styled hook, which derives the right `appearance` from
232
+ * the popover context before calling it.
233
+ */
234
+ export declare type TeachingPopoverCarouselFooterButtonBaseState = ComponentState<TeachingPopoverCarouselFooterButtonSlots> & Pick<TeachingPopoverCarouselFooterButtonProps, 'navType' | 'altText'>;
235
+
236
+ export declare const teachingPopoverCarouselFooterButtonClassNames: SlotClassNames<TeachingPopoverCarouselFooterButtonSlots>;
237
+
238
+ /**
239
+ * TeachingPopoverCarouselFooterButton Props
240
+ */
241
+ export declare type TeachingPopoverCarouselFooterButtonProps = ComponentProps<TeachingPopoverCarouselFooterButtonSlots> & ButtonProps & {
242
+ /**
243
+ * Defines whether the button should be next or previous type - used for both styling and functionality.
244
+ */
245
+ navType: 'next' | 'prev';
246
+ /**
247
+ * The ReactNode provided to the button when it is on it's first (navType 'prev') or last (navType 'next') step
248
+ */
249
+ altText: React_2.ReactNode;
250
+ };
251
+
252
+ export declare type TeachingPopoverCarouselFooterButtonSlots = {
253
+ root: NonNullable<Slot<ARIAButtonSlotProps<'a'>>>;
254
+ };
255
+
256
+ /**
257
+ * State used in rendering TeachingPopoverCarouselFooterButton
258
+ */
259
+ export declare type TeachingPopoverCarouselFooterButtonState = ButtonState & ComponentState<TeachingPopoverCarouselFooterButtonSlots> & Pick<TeachingPopoverCarouselFooterButtonProps, 'navType' | 'altText'> & {
260
+ popoverAppearance: PopoverContextValue['appearance'];
261
+ };
262
+
263
+ export declare const teachingPopoverCarouselFooterClassNames: SlotClassNames<TeachingPopoverCarouselFooterSlots>;
264
+
265
+ declare type TeachingPopoverCarouselFooterLayout = 'offset' | 'centered';
266
+
267
+ /**
268
+ * TeachingPopoverCarouselFooter Props
269
+ */
270
+ export declare type TeachingPopoverCarouselFooterProps = ComponentProps<TeachingPopoverCarouselFooterSlots> & {
271
+ /**
272
+ * Controls whether buttons will be centered (balanced) or right aligned
273
+ * Defaults to 'centered'.
274
+ */
275
+ layout?: TeachingPopoverCarouselFooterLayout;
276
+ /**
277
+ * The text to be displayed on the initial step of carousel
278
+ */
279
+ initialStepText: string;
280
+ /**
281
+ * The text to be displayed on the final step of carousel
282
+ */
283
+ finalStepText: string;
284
+ };
285
+
286
+ export declare type TeachingPopoverCarouselFooterSlots = {
287
+ /**
288
+ * The element wrapping carousel pages and navigation.
289
+ */
290
+ root: NonNullable<Slot<'div'>>;
291
+ /**
292
+ * The previous button slot.
293
+ */
294
+ previous?: Slot<TeachingPopoverCarouselFooterButtonProps>;
295
+ /**
296
+ * The next button slot.
297
+ */
298
+ next: NonNullable<Slot<TeachingPopoverCarouselFooterButtonProps>>;
299
+ };
300
+
301
+ /**
302
+ * TeachingPopoverCarouselFooter State and Context Hooks
303
+ */
304
+ export declare type TeachingPopoverCarouselFooterState = ComponentState<Required<TeachingPopoverCarouselFooterSlots>> & Pick<TeachingPopoverCarouselFooterProps, 'layout'>;
305
+
306
+ /**
307
+ * Define a styled TeachingPopoverCarouselNav, using the `useTeachingPopoverCarouselNav_unstable` and `useTeachingPopoverCarouselNavStyles_unstable`
308
+ * hooks.
309
+ *
310
+ * TeachingPopoverCarouselNav provides an index-based pagination list to jump to any page within the carousel.
311
+ */
312
+ export declare const TeachingPopoverCarouselNav: ForwardRefComponent<TeachingPopoverCarouselNavProps>;
313
+
314
+ export declare type TeachingPopoverCarouselNavBaseProps = TeachingPopoverCarouselNavProps;
315
+
316
+ export declare type TeachingPopoverCarouselNavBaseState = TeachingPopoverCarouselNavState;
317
+
318
+ /**
319
+ * TeachingPopoverCarouselNavButton is a button to jump to a single page within TeachingPopoverCarousel
320
+ *
321
+ * It's value is injected via context and must be wrapped with a ValueIdContextProvider (automatically handled via TeachingPopoverCarouselNav)
322
+ */
323
+ export declare const TeachingPopoverCarouselNavButton: ForwardRefComponent<TeachingPopoverCarouselNavButtonProps>;
324
+
325
+ export declare type TeachingPopoverCarouselNavButtonBaseProps = TeachingPopoverCarouselNavButtonProps;
326
+
327
+ export declare type TeachingPopoverCarouselNavButtonBaseState = Omit<TeachingPopoverCarouselNavButtonState, 'appearance'>;
328
+
329
+ export declare const teachingPopoverCarouselNavButtonClassNames: SlotClassNames<TeachingPopoverCarouselNavButtonSlots>;
330
+
331
+ /**
332
+ * TeachingPopoverCarouselNavButton Props
333
+ */
334
+ export declare type TeachingPopoverCarouselNavButtonProps = ComponentProps<TeachingPopoverCarouselNavButtonSlots>;
335
+
336
+ export declare type TeachingPopoverCarouselNavButtonSlots = {
337
+ /**
338
+ * ARIA compliant nav buttons used to jump to pages
339
+ */
340
+ root: NonNullable<Slot<ARIAButtonSlotProps<'a'>>>;
341
+ };
342
+
343
+ /**
344
+ * TeachingPopoverCarouselNavButton State
345
+ */
346
+ export declare type TeachingPopoverCarouselNavButtonState = ComponentState<TeachingPopoverCarouselNavButtonSlots> & {
347
+ /**
348
+ * Enables selection state control
349
+ */
350
+ isSelected?: boolean;
351
+ } & Pick<PopoverContextValue, 'appearance'>;
352
+
353
+ export declare const teachingPopoverCarouselNavClassNames: SlotClassNames<TeachingPopoverCarouselNavSlots>;
354
+
355
+ export declare type TeachingPopoverCarouselNavProps = Omit<ComponentProps<Partial<TeachingPopoverCarouselNavSlots>>, 'children'> & {
356
+ children: NavButtonRenderFunction;
357
+ };
358
+
359
+ export declare type TeachingPopoverCarouselNavSlots = {
360
+ /**
361
+ * The element wrapping the carousel pagination. By default this is a div,
362
+ * it may contain icons or text depending on TeachingPopoverCarouselNavStyle
363
+ */
364
+ root: NonNullable<Slot<'div'>>;
365
+ };
366
+
367
+ export declare type TeachingPopoverCarouselNavState = ComponentState<TeachingPopoverCarouselNavSlots> & {
368
+ values: string[];
369
+ renderNavButton: NavButtonRenderFunction;
370
+ };
371
+
372
+ /**
373
+ * TeachingPopoverCarouselPageCount is a simple interface for rendering based on current and total page count
374
+ *
375
+ * The child render function will provide both current and total page numbers for customization.
376
+ */
377
+ export declare const TeachingPopoverCarouselPageCount: ForwardRefComponent<TeachingPopoverCarouselPageCountProps>;
378
+
379
+ export declare const teachingPopoverCarouselPageCountClassNames: SlotClassNames<TeachingPopoverCarouselPageCountSlots>;
380
+
381
+ /**
382
+ * TeachingPopoverCarouselPageCount Props
383
+ */
384
+ export declare type TeachingPopoverCarouselPageCountProps = Omit<ComponentProps<Partial<TeachingPopoverCarouselPageCountSlots>>, 'children'> & {
385
+ children: TeachingPopoverCarouselPageCountRenderFunction;
386
+ };
387
+
388
+ export declare type TeachingPopoverCarouselPageCountRenderFunction = (currentPage: number, totalPages: number) => React_2.ReactNode;
389
+
390
+ export declare type TeachingPopoverCarouselPageCountSlots = {
391
+ root: Slot<'div'>;
392
+ };
393
+
394
+ /**
395
+ * State used in rendering TeachingPopoverCarouselPageCount
396
+ */
397
+ export declare type TeachingPopoverCarouselPageCountState = ComponentState<TeachingPopoverCarouselPageCountSlots> & {
398
+ currentIndex: number;
399
+ totalPages: number;
400
+ renderPageCount: TeachingPopoverCarouselPageCountRenderFunction;
401
+ };
402
+
403
+ /**
404
+ * TeachingPopoverCarousel Props
405
+ */
406
+ export declare type TeachingPopoverCarouselProps = ComponentProps<TeachingPopoverCarouselSlots> & UseCarouselOptions;
407
+
408
+ export declare type TeachingPopoverCarouselSlots = {
409
+ /**
410
+ * The element wrapping carousel pages and navigation.
411
+ */
412
+ root: NonNullable<Slot<'div'>>;
413
+ };
414
+
415
+ /**
416
+ * TeachingPopoverCarousel State and Context Hooks
417
+ */
418
+ export declare type TeachingPopoverCarouselState = ComponentState<Required<TeachingPopoverCarouselSlots>> & Partial<Pick<PopoverContextValue, 'appearance'>> & CarouselContextValue;
419
+
420
+ declare type TeachingPopoverContextValues = PopoverContextValues;
421
+
422
+ /**
423
+ * Define a styled TeachingPopoverFooter, using the `useTeachingPopoverFooter_unstable` and `useTeachingPopoverFooterStyles_unstable`
424
+ * hooks.
425
+ *
426
+ * TeachingPopoverFooter will provide both a secondary and primary button for the TeachingPopover,
427
+ * and handle Popover functionality such as closing the popup.
428
+ *
429
+ * Users must provide the localized text for each button within the footer via slots.
430
+ */
431
+ export declare const TeachingPopoverFooter: ForwardRefComponent<TeachingPopoverFooterProps>;
432
+
433
+ /**
434
+ * Base props omit the `primary` and `secondary` Button slots — those are styling
435
+ * concerns. The headless variant composes buttons as children of the root.
436
+ */
437
+ export declare type TeachingPopoverFooterBaseProps = DistributiveOmit<TeachingPopoverFooterProps, 'primary' | 'secondary'>;
438
+
439
+ /**
440
+ * Base state intentionally omits the `primary` / `secondary` slot and `appearance` —
441
+ * those are Button-styling concerns layered on by the styled hook.
442
+ */
443
+ export declare type TeachingPopoverFooterBaseState = ComponentState<Pick<TeachingPopoverFooterSlots, 'root'>> & {
444
+ footerLayout?: 'horizontal' | 'vertical';
445
+ handleButtonClick: (event: React_2.MouseEvent<HTMLButtonElement & HTMLAnchorElement & HTMLDivElement>) => void;
446
+ };
447
+
448
+ export declare const teachingPopoverFooterClassNames: SlotClassNames<TeachingPopoverFooterSlots>;
449
+
450
+ export declare type TeachingPopoverFooterProps = ComponentProps<TeachingPopoverFooterSlots> & Pick<TeachingPopoverFooterState, 'footerLayout'>;
451
+
452
+ declare type TeachingPopoverFooterSlots = {
453
+ /**
454
+ * The element wrapping the buttons.
455
+ */
456
+ root: NonNullable<Slot<'div'>>;
457
+ /**
458
+ * The primary button slot.
459
+ */
460
+ primary: NonNullable<Slot<typeof Button>>;
461
+ /**
462
+ * The secondary button slot.
463
+ */
464
+ secondary?: Slot<typeof Button>;
465
+ };
466
+
467
+ export declare type TeachingPopoverFooterState = ComponentState<TeachingPopoverFooterSlots> & Pick<PopoverContextValue, 'appearance'> & {
468
+ /**
469
+ * Enables stylization to a horizontal or vertical stack of button layouts.
470
+ * Defaults to horizontal
471
+ */
472
+ footerLayout?: 'horizontal' | 'vertical';
473
+ };
474
+
475
+ /**
476
+ * Define a styled TeachingPopoverHeader, using the `useTeachingPopoverHeader_unstable` and `useTeachingPopoverHeaderStyles_unstable`
477
+ * hooks.
478
+ *
479
+ * TeachingPopoverHeader is an info subtitle located at the top of the popover, it provides a dismiss button by default (can be nulled)
480
+ * and an info-tip icon that can be overridden or removed, subtitle displayed will be the children elements of TeachingPopoverHeader.
481
+ */
482
+ export declare const TeachingPopoverHeader: ForwardRefComponent<TeachingPopoverHeaderProps>;
483
+
484
+ export declare type TeachingPopoverHeaderBaseProps = TeachingPopoverHeaderProps;
485
+
486
+ export declare type TeachingPopoverHeaderBaseState = Omit<TeachingPopoverHeaderState, 'appearance'>;
487
+
488
+ export declare const teachingPopoverHeaderClassNames: SlotClassNames<TeachingPopoverHeaderSlots>;
489
+
490
+ export declare type TeachingPopoverHeaderProps = ComponentProps<TeachingPopoverHeaderSlots>;
491
+
492
+ export declare type TeachingPopoverHeaderSlots = {
493
+ /**
494
+ * The element wrapping the text and close button. By default this is an div; although it can be a heading, this should not be done.
495
+ * Instead, wrap the child text in a heading tag if one is needed.
496
+ * Be sure to include role and aria heading level if div is used.
497
+ */
498
+ root: Slot<'div', 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'>;
499
+ /**
500
+ * The component to be used as close button in heading
501
+ */
502
+ dismissButton?: Slot<'button'>;
503
+ /**
504
+ * Initial icon slot rendered before children content in heading.
505
+ */
506
+ icon?: Slot<'div'>;
507
+ };
508
+
509
+ export declare type TeachingPopoverHeaderState = ComponentState<TeachingPopoverHeaderSlots> & Pick<PopoverContextValue, 'appearance'>;
510
+
511
+ /**
512
+ * TeachingPopover Props
513
+ */
514
+ export declare type TeachingPopoverProps = PopoverProps;
515
+
516
+ /**
517
+ * TeachingPopover State
518
+ */
519
+ export declare type TeachingPopoverState = PopoverState;
520
+
521
+ /**
522
+ * TeachingPopoverSurface component renders react children in a positioned box
523
+ *
524
+ * TeachingPopoverSurface is a direct extension of PopoverSurface, with it's own styling context hooks available.
525
+ */
526
+ export declare const TeachingPopoverSurface: ForwardRefComponent<TeachingPopoverSurfaceProps>;
527
+
528
+ export declare const teachingPopoverSurfaceClassNames: SlotClassNames<TeachingPopoverSurfaceSlots>;
529
+
530
+ /**
531
+ * TeachingPopoverSurface Props
532
+ */
533
+ export declare type TeachingPopoverSurfaceProps = ComponentProps<TeachingPopoverSurfaceSlots>;
534
+
535
+ /**
536
+ * Names of the slots in TeachingPopoverSurface
537
+ */
538
+ export declare type TeachingPopoverSurfaceSlots = PopoverSurfaceSlots;
539
+
540
+ /**
541
+ * TeachingPopoverSurface State
542
+ */
543
+ export declare type TeachingPopoverSurfaceState = PopoverSurfaceState;
544
+
545
+ /**
546
+ * Define a styled TeachingPopoverTitle, using the `useTeachingPopoverTitle_unstable` and `useTeachingPopoverTitleStyles_unstable`
547
+ * hooks.
548
+ *
549
+ * TeachingPopoverTitle is similar to TeachingPopoverHeader, but it is intended to be placed within a TeachingPopoverBody
550
+ * TeachingPopoverTitle can also optionally render a dismiss button, however this should only be enabled when there is no TeachingPopoverHeader/dismiss.
551
+ */
552
+ export declare const TeachingPopoverTitle: ForwardRefComponent<TeachingPopoverTitleProps>;
553
+
554
+ export declare type TeachingPopoverTitleBaseProps = TeachingPopoverTitleProps;
555
+
556
+ export declare type TeachingPopoverTitleBaseState = Omit<TeachingPopoverTitleState, 'appearance'>;
557
+
558
+ export declare const teachingPopoverTitleClassNames: SlotClassNames<TeachingPopoverTitleSlots>;
559
+
560
+ /**
561
+ * TeachingPopoverTitle Props
562
+ */
563
+ export declare type TeachingPopoverTitleProps = ComponentProps<TeachingPopoverTitleSlots>;
564
+
565
+ export declare type TeachingPopoverTitleSlots = {
566
+ /**
567
+ * Title for teaching bubble
568
+ */
569
+ root: Slot<'h2', 'h1' | 'h3' | 'h4' | 'h5' | 'h6' | 'div'>;
570
+ /**
571
+ * An alternate close button path if not placed in the TeachingPopoverHeader
572
+ */
573
+ dismissButton?: Slot<'button'>;
574
+ };
575
+
576
+ /**
577
+ * State used in rendering TeachingPopoverTitle
578
+ */
579
+ export declare type TeachingPopoverTitleState = ComponentState<TeachingPopoverTitleSlots> & Pick<PopoverContextValue, 'appearance'>;
580
+
581
+ /**
582
+ * Direct extension of PopoverTrigger - Wraps a trigger element as an only child and adds the necessary event handling to open a teaching bubble.
583
+ */
584
+ export declare const TeachingPopoverTrigger: React_2.FC<TeachingPopoverTriggerProps>;
585
+
586
+ /**
587
+ * Props that are passed to the child of the DialogTrigger when cloned to ensure correct behavior for the Dialog
588
+ */
589
+ export declare type TeachingPopoverTriggerChildProps = PopoverTriggerChildProps;
590
+
591
+ /**
592
+ * TeachingPopoverTrigger Props
593
+ */
594
+ export declare type TeachingPopoverTriggerProps = PopoverTriggerProps;
595
+
596
+ /**
597
+ * TeachingPopoverTrigger State
598
+ */
599
+ export declare type TeachingPopoverTriggerState = PopoverTriggerState;
600
+
601
+ declare type UseCarouselOptions = {
602
+ /**
603
+ * Localizes the string used to announce carousel page changes to screen reader users
604
+ * Defaults to: undefined
605
+ */
606
+ announcement?: (newValue: string) => string;
607
+ /**
608
+ * The initial page to display in uncontrolled mode.
609
+ */
610
+ defaultValue?: string;
611
+ /**
612
+ * The value of the currently active page.
613
+ */
614
+ value?: string;
615
+ /**
616
+ * Callback to notify a page change.
617
+ */
618
+ onValueChange?: EventHandler<CarouselValueChangeData>;
619
+ /**
620
+ * Callback to notify when the final button step of a carousel has been activated.
621
+ */
622
+ onFinish?: EventHandler<CarouselValueChangeData>;
623
+ };
624
+
625
+ export declare const useTeachingPopover_unstable: (props: TeachingPopoverProps) => TeachingPopoverState;
626
+
627
+ /**
628
+ * Returns the props and state required to render the component
629
+ * @param props - TeachingPopoverBody properties
630
+ * @param ref - reference to root HTMLElement of TeachingPopoverBody
631
+ */
632
+ export declare const useTeachingPopoverBody_unstable: (props: TeachingPopoverBodyProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverBodyState;
633
+
634
+ /** Applies style classnames to slots */
635
+ export declare const useTeachingPopoverBodyStyles_unstable: (state: TeachingPopoverBodyState) => TeachingPopoverBodyState;
636
+
637
+ export declare const useTeachingPopoverCarousel_unstable: (props: TeachingPopoverCarouselProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverCarouselState;
638
+
639
+ /**
640
+ * Base hook that builds TeachingPopoverCarousel state for behavior and structure only.
641
+ * Does not read `appearance` from the popover context.
642
+ * @param props - TeachingPopoverCarousel properties
643
+ * @param ref - reference to root HTMLElement of TeachingPopoverCarousel
644
+ */
645
+ export declare const useTeachingPopoverCarouselBase_unstable: (props: TeachingPopoverCarouselBaseProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverCarouselBaseState;
646
+
647
+ /**
648
+ * Returns the props and state required to render the component
649
+ * @param props - TeachingPopoverCarouselCard properties
650
+ * @param ref - reference to root HTMLElement of TeachingPopoverCarouselCard
651
+ */
652
+ export declare const useTeachingPopoverCarouselCard_unstable: (props: TeachingPopoverCarouselCardProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverCarouselCardState;
653
+
654
+ /** Applies style classnames to slots */
655
+ export declare const useTeachingPopoverCarouselCardStyles_unstable: (state: TeachingPopoverCarouselCardState) => TeachingPopoverCarouselCardState;
656
+
657
+ export declare function useTeachingPopoverCarouselContextValues_unstable(state: TeachingPopoverCarouselState): TeachingPopoverCarouselContextValues;
658
+
659
+ export declare const useTeachingPopoverCarouselFooter_unstable: (props: TeachingPopoverCarouselFooterProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverCarouselFooterState;
660
+
661
+ /**
662
+ * Create the state required to render TeachingPopoverCarouselFooterButton.
663
+ *
664
+ * The returned state can be modified with hooks such as useTeachingPopoverCarouselFooterButtonStyles_unstable,
665
+ * before being passed to renderTeachingPopoverCarouselFooterButton_unstable.
666
+ *
667
+ * @param props - props from this instance of TeachingPopoverCarouselFooterButton
668
+ * @param ref - reference to root HTMLDivElement of TeachingPopoverCarouselFooterButton
669
+ */
670
+ export declare const useTeachingPopoverCarouselFooterButton_unstable: (props: TeachingPopoverCarouselFooterButtonProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => TeachingPopoverCarouselFooterButtonState;
671
+
672
+ /**
673
+ * Base hook that builds TeachingPopoverCarouselFooterButton state for behavior and structure only.
674
+ * Does not read `appearance` from the popover context, does not derive the button's
675
+ * appearance from the navType/popoverAppearance combination, and does not call
676
+ * `useButton_unstable` (the styled hook does that with the right appearance).
677
+ * @param props - props from this instance of TeachingPopoverCarouselFooterButton
678
+ * @param ref - reference to root HTMLDivElement of TeachingPopoverCarouselFooterButton
679
+ */
680
+ export declare const useTeachingPopoverCarouselFooterButtonBase_unstable: (props: TeachingPopoverCarouselFooterButtonBaseProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => TeachingPopoverCarouselFooterButtonBaseState;
681
+
682
+ /**
683
+ * Apply styling to the TeachingPopoverCarouselFooterButton slots based on the state
684
+ */
685
+ export declare const useTeachingPopoverCarouselFooterButtonStyles_unstable: (state: TeachingPopoverCarouselFooterButtonState) => TeachingPopoverCarouselFooterButtonState;
686
+
687
+ /** Applies style classnames to slots */
688
+ export declare const useTeachingPopoverCarouselFooterStyles_unstable: (state: TeachingPopoverCarouselFooterState) => TeachingPopoverCarouselFooterState;
689
+
690
+ /**
691
+ * Returns the props and state required to render the component
692
+ * @param props - TeachingPopoverCarouselNav properties
693
+ * @param ref - reference to root HTMLElement of TeachingPopoverCarouselNav
694
+ */
695
+ export declare const useTeachingPopoverCarouselNav_unstable: (props: TeachingPopoverCarouselNavProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverCarouselNavState;
696
+
697
+ /**
698
+ * Base hook that builds TeachingPopoverCarouselNav state for behavior and structure only.
699
+ * Does not call `useArrowNavigationGroup` from `@fluentui/react-tabster`.
700
+ * @param props - TeachingPopoverCarouselNav properties
701
+ * @param ref - reference to root HTMLElement of TeachingPopoverCarouselNav
702
+ */
703
+ export declare const useTeachingPopoverCarouselNavBase_unstable: (props: TeachingPopoverCarouselNavBaseProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverCarouselNavBaseState;
704
+
705
+ /**
706
+ * Create the state required to render TeachingPopoverCarouselNavButton.
707
+ *
708
+ * The returned state can be modified with hooks such as useTeachingPopoverCarouselNavButtonStyles_unstable,
709
+ * before being passed to renderTeachingPopoverCarouselNavButton_unstable.
710
+ *
711
+ * @param props - props from this instance of TeachingPopoverCarouselNavButton
712
+ * @param ref - reference to root HTMLElement of TeachingPopoverCarouselNavButton
713
+ */
714
+ export declare const useTeachingPopoverCarouselNavButton_unstable: (props: TeachingPopoverCarouselNavButtonProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => TeachingPopoverCarouselNavButtonState;
715
+
716
+ /**
717
+ * Base hook that builds TeachingPopoverCarouselNavButton state for behavior and structure only.
718
+ * Does not call `useTabsterAttributes` and does not read `appearance` from popover context.
719
+ * @param props - props from this instance of TeachingPopoverCarouselNavButton
720
+ * @param ref - reference to root HTMLElement of TeachingPopoverCarouselNavButton
721
+ */
722
+ export declare const useTeachingPopoverCarouselNavButtonBase_unstable: (props: TeachingPopoverCarouselNavButtonBaseProps, ref: React_2.Ref<HTMLButtonElement | HTMLAnchorElement>) => TeachingPopoverCarouselNavButtonBaseState;
723
+
724
+ /**
725
+ * Apply styling to the TeachingPopoverCarouselNavButton slots based on the state
726
+ */
727
+ export declare const useTeachingPopoverCarouselNavButtonStyles_unstable: (state: TeachingPopoverCarouselNavButtonState) => TeachingPopoverCarouselNavButtonState;
728
+
729
+ /** Applies style classnames to slots */
730
+ export declare const useTeachingPopoverCarouselNavStyles_unstable: (state: TeachingPopoverCarouselNavState) => TeachingPopoverCarouselNavState;
731
+
732
+ /**
733
+ * Create the state required to render TeachingPopoverCarouselPageCount.
734
+ *
735
+ * The returned state can be modified with hooks such as useTeachingPopoverCarouselPageCountStyles_unstable,
736
+ * before being passed to renderTeachingPopoverCarouselPageCount_unstable.
737
+ *
738
+ * @param props - props from this instance of TeachingPopoverCarouselPageCount
739
+ * @param ref - reference to root HTMLDivElement of TeachingPopoverCarouselPageCount
740
+ */
741
+ export declare const useTeachingPopoverCarouselPageCount_unstable: (props: TeachingPopoverCarouselPageCountProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverCarouselPageCountState;
742
+
743
+ /**
744
+ * Apply styling to the TeachingPopoverCarouselPageCount slots based on the state
745
+ */
746
+ export declare const useTeachingPopoverCarouselPageCountStyles_unstable: (state: TeachingPopoverCarouselPageCountState) => TeachingPopoverCarouselPageCountState;
747
+
748
+ /** Applies style classnames to slots */
749
+ export declare const useTeachingPopoverCarouselStyles_unstable: (state: TeachingPopoverCarouselState) => TeachingPopoverCarouselState;
750
+
751
+ export declare const useTeachingPopoverContextValues_unstable: (state: TeachingPopoverState) => TeachingPopoverContextValues;
752
+
753
+ /**
754
+ * Returns the props and state required to render the component
755
+ * @param props - TeachingPopoverFooter properties
756
+ * @param ref - reference to root HTMLElement of TeachingPopoverFooter
757
+ */
758
+ export declare const useTeachingPopoverFooter_unstable: (props: TeachingPopoverFooterProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverFooterState;
759
+
760
+ /**
761
+ * Base hook that builds TeachingPopoverFooter state for behavior and structure only.
762
+ * Does not read `appearance` from the popover context and does not build the
763
+ * `primary` / `secondary` Button slots — those are styling concerns and are
764
+ * constructed by the styled hook.
765
+ * @param props - TeachingPopoverFooter properties
766
+ * @param ref - reference to root HTMLElement of TeachingPopoverFooter
767
+ */
768
+ export declare const useTeachingPopoverFooterBase_unstable: (props: TeachingPopoverFooterBaseProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverFooterBaseState;
769
+
770
+ /**
771
+ * Returns the props and state required to render the component
772
+ * @param props - TeachingPopoverHeader properties
773
+ * @param ref - reference to root HTMLElement of TeachingPopoverHeader
774
+ */
775
+ export declare const useTeachingPopoverHeader_unstable: (props: TeachingPopoverHeaderProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverHeaderState;
776
+
777
+ /**
778
+ * Base hook that builds TeachingPopoverHeader state for behavior and structure only.
779
+ * Does not add styling defaults such as icon JSX or `appearance` from popover context.
780
+ * @param props - TeachingPopoverHeader properties
781
+ * @param ref - reference to root HTMLElement of TeachingPopoverHeader
782
+ */
783
+ export declare const useTeachingPopoverHeaderBase_unstable: (props: TeachingPopoverHeaderBaseProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverHeaderBaseState;
784
+
785
+ /** Applies style classnames to slots */
786
+ export declare const useTeachingPopoverHeaderStyles_unstable: (state: TeachingPopoverHeaderState) => TeachingPopoverHeaderState;
787
+
788
+ /**
789
+ * Create the state required to render TeachingPopoverSurface.
790
+ *
791
+ * The returned state can be modified with hooks such as useTeachingPopoverSurfaceStyles_unstable,
792
+ * before being passed to renderTeachingPopoverSurface_unstable.
793
+ *
794
+ * @param props - props from this instance of TeachingPopoverSurface
795
+ * @param ref - reference to root HTMLDivElement of TeachingPopoverSurface
796
+ */
797
+ export declare const useTeachingPopoverSurface_unstable: (props: TeachingPopoverSurfaceProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverSurfaceState;
798
+
799
+ /**
800
+ * Apply styling to the TeachingPopoverSurface slots based on the state
801
+ */
802
+ export declare const useTeachingPopoverSurfaceStyles_unstable: (state: TeachingPopoverSurfaceState) => TeachingPopoverSurfaceState;
803
+
804
+ /**
805
+ * Returns the props and state required to render the component
806
+ * @param props - TeachingPopoverTitle properties
807
+ * @param ref - reference to root HTMLElement of TeachingPopoverTitle
808
+ */
809
+ export declare const useTeachingPopoverTitle_unstable: (props: TeachingPopoverTitleProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverTitleState;
810
+
811
+ /**
812
+ * Base hook that builds TeachingPopoverTitle state for behavior and structure only.
813
+ * Does not bundle/render the dismiss icon and does not read `appearance` from popover context.
814
+ * @param props - TeachingPopoverTitle properties
815
+ * @param ref - reference to root HTMLElement of TeachingPopoverTitle
816
+ */
817
+ export declare const useTeachingPopoverTitleBase_unstable: (props: TeachingPopoverTitleBaseProps, ref: React_2.Ref<HTMLDivElement>) => TeachingPopoverTitleBaseState;
818
+
819
+ /** Applies style classnames to slots */
820
+ export declare const useTeachingPopoverTitleStyles_unstable: (state: TeachingPopoverTitleState) => TeachingPopoverTitleState;
821
+
822
+ /**
823
+ * Create the state required to render TeachingPopoverTrigger.
824
+ *
825
+ * @param props - props from this instance of TeachingPopoverTrigger
826
+ */
827
+ export declare const useTeachingPopoverTrigger_unstable: (props: TeachingPopoverTriggerProps) => TeachingPopoverTriggerState;
828
+
829
+ export { }