@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
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import { __styles, mergeClasses, shorthands } from '@griffel/react';
4
- import { tokens } from '@fluentui/react-theme';
3
+ import { __styles, mergeClasses, shorthands } from "@griffel/react";
4
+ import { tokens } from "@fluentui/react-theme";
5
5
  export const teachingPopoverFooterClassNames = {
6
6
  root: 'fui-TeachingPopoverFooter',
7
7
  primary: 'fui-TeachingPopoverFooter__primary',
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","mergeClasses","shorthands","tokens","teachingPopoverFooterClassNames","root","primary","secondary","useStyles","mc9l5x","i8kkvl","Belr9w4","rmohyg","z8tnut","rootVertical","Beiy3e4","rootHorizontal","Brf1p80","buttonRootVertical","a9b677","Beyfa6y","Bbmb7ep","Btl43ni","B7oj6ja","Dimara","buttonRootHorizontal","Bf4jedk","brandSecondary","g2u3we","h3c5rm","B9xav0g","zhjwy3","brandPrimary","sj55zd","De3pzq","Bi91k9c","Jwef8y","B2d53fq","iro3zm","d","p","h","useTeachingPopoverFooterStyles_unstable","state","styles","appearance","footerLayout","className","undefined"],"sources":["useTeachingPopoverFooterStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, mergeClasses, shorthands } from '@griffel/react';\nimport { tokens } from '@fluentui/react-theme';\nexport const teachingPopoverFooterClassNames = {\n root: 'fui-TeachingPopoverFooter',\n primary: 'fui-TeachingPopoverFooter__primary',\n secondary: 'fui-TeachingPopoverFooter__secondary'\n};\nconst useStyles = makeStyles({\n root: {\n display: 'flex',\n gap: '8px',\n paddingTop: '12px'\n },\n rootVertical: {\n flexDirection: 'column'\n },\n rootHorizontal: {\n flexDirection: 'row',\n justifyContent: 'flex-end'\n },\n buttonRootVertical: {\n width: 'auto',\n borderRadius: '4px'\n },\n buttonRootHorizontal: {\n minWidth: '96px',\n borderRadius: '4px'\n },\n brandSecondary: {\n ...shorthands.borderColor(tokens.colorNeutralForegroundOnBrand)\n },\n brandPrimary: {\n color: tokens.colorBrandForeground1,\n backgroundColor: tokens.colorNeutralForegroundOnBrand,\n ':hover': {\n color: tokens.colorCompoundBrandForeground1Hover,\n backgroundColor: tokens.colorNeutralForegroundOnBrand\n },\n ':hover:active': {\n color: tokens.colorCompoundBrandForeground1Pressed,\n backgroundColor: tokens.colorNeutralForegroundOnBrand\n }\n }\n});\n/** Applies style classnames to slots */ export const useTeachingPopoverFooterStyles_unstable = (state)=>{\n const styles = useStyles();\n const { appearance, footerLayout } = state;\n // eslint-disable-next-line react-hooks/immutability\n state.root.className = mergeClasses(teachingPopoverFooterClassNames.root, styles.root, footerLayout === 'horizontal' ? styles.rootHorizontal : styles.rootVertical, state.root.className);\n if (state.secondary) {\n // eslint-disable-next-line react-hooks/immutability\n state.secondary.className = mergeClasses(teachingPopoverFooterClassNames.secondary, footerLayout === 'horizontal' ? styles.buttonRootHorizontal : styles.buttonRootVertical, appearance === 'brand' ? styles.brandSecondary : undefined, state.secondary.className);\n }\n // eslint-disable-next-line react-hooks/immutability\n state.primary.className = mergeClasses(teachingPopoverFooterClassNames.primary, footerLayout === 'horizontal' ? styles.buttonRootHorizontal : styles.buttonRootVertical, appearance === 'brand' ? styles.brandPrimary : undefined, state.primary.className);\n return state;\n};\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,EAAqBC,YAAY,EAAEC,UAAU,QAAQ,gBAAgB;AACrE,SAASC,MAAM,QAAQ,uBAAuB;AAC9C,OAAO,MAAMC,+BAA+B,GAAG;EAC3CC,IAAI,EAAE,2BAA2B;EACjCC,OAAO,EAAE,oCAAoC;EAC7CC,SAAS,EAAE;AACf,CAAC;AACD,MAAMC,SAAS,gBAAGR,QAAA;EAAAK,IAAA;IAAAI,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;EAAA;EAAAC,YAAA;IAAAC,OAAA;EAAA;EAAAC,cAAA;IAAAD,OAAA;IAAAE,OAAA;EAAA;EAAAC,kBAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAC,oBAAA;IAAAC,OAAA;IAAAN,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAG,cAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAC,YAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;AAAA;EAAAC,CAAA;IAAAC,CAAA;EAAA;IAAAA,CAAA;EAAA;IAAAA,CAAA;EAAA;EAAAC,CAAA;AAAA,CAoCjB,CAAC;AACF;AAAyC,OAAO,MAAMC,uCAAuC,GAAIC,KAAK,IAAG;EACrG,MAAMC,MAAM,GAAGpC,SAAS,CAAC,CAAC;EAC1B,MAAM;IAAEqC,UAAU;IAAEC;EAAa,CAAC,GAAGH,KAAK;EAC1C;EACAA,KAAK,CAACtC,IAAI,CAAC0C,SAAS,GAAG9C,YAAY,CAACG,+BAA+B,CAACC,IAAI,EAAEuC,MAAM,CAACvC,IAAI,EAAEyC,YAAY,KAAK,YAAY,GAAGF,MAAM,CAAC5B,cAAc,GAAG4B,MAAM,CAAC9B,YAAY,EAAE6B,KAAK,CAACtC,IAAI,CAAC0C,SAAS,CAAC;EACzL,IAAIJ,KAAK,CAACpC,SAAS,EAAE;IACjB;IACAoC,KAAK,CAACpC,SAAS,CAACwC,SAAS,GAAG9C,YAAY,CAACG,+BAA+B,CAACG,SAAS,EAAEuC,YAAY,KAAK,YAAY,GAAGF,MAAM,CAACnB,oBAAoB,GAAGmB,MAAM,CAAC1B,kBAAkB,EAAE2B,UAAU,KAAK,OAAO,GAAGD,MAAM,CAACjB,cAAc,GAAGqB,SAAS,EAAEL,KAAK,CAACpC,SAAS,CAACwC,SAAS,CAAC;EACvQ;EACA;EACAJ,KAAK,CAACrC,OAAO,CAACyC,SAAS,GAAG9C,YAAY,CAACG,+BAA+B,CAACE,OAAO,EAAEwC,YAAY,KAAK,YAAY,GAAGF,MAAM,CAACnB,oBAAoB,GAAGmB,MAAM,CAAC1B,kBAAkB,EAAE2B,UAAU,KAAK,OAAO,GAAGD,MAAM,CAACZ,YAAY,GAAGgB,SAAS,EAAEL,KAAK,CAACrC,OAAO,CAACyC,SAAS,CAAC;EAC3P,OAAOJ,KAAK;AAChB,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","mergeClasses","shorthands","tokens","teachingPopoverFooterClassNames","root","primary","secondary","useStyles","mc9l5x","i8kkvl","Belr9w4","rmohyg","z8tnut","rootVertical","Beiy3e4","rootHorizontal","Brf1p80","buttonRootVertical","a9b677","Beyfa6y","Bbmb7ep","Btl43ni","B7oj6ja","Dimara","buttonRootHorizontal","Bf4jedk","brandSecondary","g2u3we","h3c5rm","B9xav0g","zhjwy3","brandPrimary","sj55zd","De3pzq","Bi91k9c","Jwef8y","B2d53fq","iro3zm","d","p","h","useTeachingPopoverFooterStyles_unstable","state","styles","appearance","footerLayout","className","undefined"],"sources":["useTeachingPopoverFooterStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, mergeClasses, shorthands } from \"@griffel/react\";\nimport { tokens } from \"@fluentui/react-theme\";\nexport const teachingPopoverFooterClassNames = {\n root: 'fui-TeachingPopoverFooter',\n primary: 'fui-TeachingPopoverFooter__primary',\n secondary: 'fui-TeachingPopoverFooter__secondary'\n};\nconst useStyles = makeStyles({\n root: {\n display: 'flex',\n gap: '8px',\n paddingTop: '12px'\n },\n rootVertical: {\n flexDirection: 'column'\n },\n rootHorizontal: {\n flexDirection: 'row',\n justifyContent: 'flex-end'\n },\n buttonRootVertical: {\n width: 'auto',\n borderRadius: '4px'\n },\n buttonRootHorizontal: {\n minWidth: '96px',\n borderRadius: '4px'\n },\n brandSecondary: {\n ...shorthands.borderColor(tokens.colorNeutralForegroundOnBrand)\n },\n brandPrimary: {\n color: tokens.colorBrandForeground1,\n backgroundColor: tokens.colorNeutralForegroundOnBrand,\n ':hover': {\n color: tokens.colorCompoundBrandForeground1Hover,\n backgroundColor: tokens.colorNeutralForegroundOnBrand\n },\n ':hover:active': {\n color: tokens.colorCompoundBrandForeground1Pressed,\n backgroundColor: tokens.colorNeutralForegroundOnBrand\n }\n }\n});\n/** Applies style classnames to slots */ export const useTeachingPopoverFooterStyles_unstable = (state)=>{\n const styles = useStyles();\n const { appearance, footerLayout } = state;\n // eslint-disable-next-line react-hooks/immutability\n state.root.className = mergeClasses(teachingPopoverFooterClassNames.root, styles.root, footerLayout === 'horizontal' ? styles.rootHorizontal : styles.rootVertical, state.root.className);\n if (state.secondary) {\n // eslint-disable-next-line react-hooks/immutability\n state.secondary.className = mergeClasses(teachingPopoverFooterClassNames.secondary, footerLayout === 'horizontal' ? styles.buttonRootHorizontal : styles.buttonRootVertical, appearance === 'brand' ? styles.brandSecondary : undefined, state.secondary.className);\n }\n // eslint-disable-next-line react-hooks/immutability\n state.primary.className = mergeClasses(teachingPopoverFooterClassNames.primary, footerLayout === 'horizontal' ? styles.buttonRootHorizontal : styles.buttonRootVertical, appearance === 'brand' ? styles.brandPrimary : undefined, state.primary.className);\n return state;\n};\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,EAAqBC,YAAY,EAAEC,UAAU,QAAQ,gBAAgB;AACrE,SAASC,MAAM,QAAQ,uBAAuB;AAC9C,OAAO,MAAMC,+BAA+B,GAAG;EAC3CC,IAAI,EAAE,2BAA2B;EACjCC,OAAO,EAAE,oCAAoC;EAC7CC,SAAS,EAAE;AACf,CAAC;AACD,MAAMC,SAAS,gBAAGR,QAAA;EAAAK,IAAA;IAAAI,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;EAAA;EAAAC,YAAA;IAAAC,OAAA;EAAA;EAAAC,cAAA;IAAAD,OAAA;IAAAE,OAAA;EAAA;EAAAC,kBAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAC,oBAAA;IAAAC,OAAA;IAAAN,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAG,cAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAC,YAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;AAAA;EAAAC,CAAA;IAAAC,CAAA;EAAA;IAAAA,CAAA;EAAA;IAAAA,CAAA;EAAA;EAAAC,CAAA;AAAA,CAoCjB,CAAC;AACF;AAAyC,OAAO,MAAMC,uCAAuC,GAAIC,KAAK,IAAG;EACrG,MAAMC,MAAM,GAAGpC,SAAS,CAAC,CAAC;EAC1B,MAAM;IAAEqC,UAAU;IAAEC;EAAa,CAAC,GAAGH,KAAK;EAC1C;EACAA,KAAK,CAACtC,IAAI,CAAC0C,SAAS,GAAG9C,YAAY,CAACG,+BAA+B,CAACC,IAAI,EAAEuC,MAAM,CAACvC,IAAI,EAAEyC,YAAY,KAAK,YAAY,GAAGF,MAAM,CAAC5B,cAAc,GAAG4B,MAAM,CAAC9B,YAAY,EAAE6B,KAAK,CAACtC,IAAI,CAAC0C,SAAS,CAAC;EACzL,IAAIJ,KAAK,CAACpC,SAAS,EAAE;IACjB;IACAoC,KAAK,CAACpC,SAAS,CAACwC,SAAS,GAAG9C,YAAY,CAACG,+BAA+B,CAACG,SAAS,EAAEuC,YAAY,KAAK,YAAY,GAAGF,MAAM,CAACnB,oBAAoB,GAAGmB,MAAM,CAAC1B,kBAAkB,EAAE2B,UAAU,KAAK,OAAO,GAAGD,MAAM,CAACjB,cAAc,GAAGqB,SAAS,EAAEL,KAAK,CAACpC,SAAS,CAACwC,SAAS,CAAC;EACvQ;EACA;EACAJ,KAAK,CAACrC,OAAO,CAACyC,SAAS,GAAG9C,YAAY,CAACG,+BAA+B,CAACE,OAAO,EAAEwC,YAAY,KAAK,YAAY,GAAGF,MAAM,CAACnB,oBAAoB,GAAGmB,MAAM,CAAC1B,kBAAkB,EAAE2B,UAAU,KAAK,OAAO,GAAGD,MAAM,CAACZ,YAAY,GAAGgB,SAAS,EAAEL,KAAK,CAACrC,OAAO,CAACyC,SAAS,CAAC;EAC3P,OAAOJ,KAAK;AAChB,CAAC","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { makeStyles, mergeClasses, shorthands } from '@griffel/react';
3
- import { tokens } from '@fluentui/react-theme';
2
+ import { makeStyles, mergeClasses, shorthands } from "@griffel/react";
3
+ import { tokens } from "@fluentui/react-theme";
4
4
  export const teachingPopoverFooterClassNames = {
5
5
  root: 'fui-TeachingPopoverFooter',
6
6
  primary: 'fui-TeachingPopoverFooter__primary',
@@ -1,9 +1,9 @@
1
1
  'use client';
2
- import * as React from 'react';
3
- import { useTeachingPopoverHeader_unstable } from './useTeachingPopoverHeader';
4
- import { renderTeachingPopoverHeader_unstable } from './renderTeachingPopoverHeader';
5
- import { useTeachingPopoverHeaderStyles_unstable } from './useTeachingPopoverHeaderStyles.styles';
6
- import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';
2
+ import * as React from "react";
3
+ import { useTeachingPopoverHeader_unstable } from "./useTeachingPopoverHeader.js";
4
+ import { renderTeachingPopoverHeader_unstable } from "./renderTeachingPopoverHeader.js";
5
+ import { useTeachingPopoverHeaderStyles_unstable } from "./useTeachingPopoverHeaderStyles.styles.js";
6
+ import { useCustomStyleHook_unstable } from "@fluentui/react-shared-contexts";
7
7
  /**
8
8
  * Define a styled TeachingPopoverHeader, using the `useTeachingPopoverHeader_unstable` and `useTeachingPopoverHeaderStyles_unstable`
9
9
  * hooks.
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/TeachingPopoverHeader/TeachingPopoverHeader.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { useTeachingPopoverHeader_unstable } from './useTeachingPopoverHeader';\nimport { renderTeachingPopoverHeader_unstable } from './renderTeachingPopoverHeader';\nimport { useTeachingPopoverHeaderStyles_unstable } from './useTeachingPopoverHeaderStyles.styles';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\nimport type { TeachingPopoverHeaderProps } from './TeachingPopoverHeader.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\n/**\n * Define a styled TeachingPopoverHeader, using the `useTeachingPopoverHeader_unstable` and `useTeachingPopoverHeaderStyles_unstable`\n * hooks.\n *\n * TeachingPopoverHeader is an info subtitle located at the top of the popover, it provides a dismiss button by default (can be nulled)\n * and an info-tip icon that can be overridden or removed, subtitle displayed will be the children elements of TeachingPopoverHeader.\n */\nexport const TeachingPopoverHeader: ForwardRefComponent<TeachingPopoverHeaderProps> = React.forwardRef((props, ref) => {\n const state = useTeachingPopoverHeader_unstable(props, ref);\n\n useTeachingPopoverHeaderStyles_unstable(state);\n\n useCustomStyleHook_unstable('useTeachingPopoverHeaderStyles_unstable')(state);\n\n return renderTeachingPopoverHeader_unstable(state);\n});\n\nTeachingPopoverHeader.displayName = 'TeachingPopoverHeader';\n"],"names":["React","useTeachingPopoverHeader_unstable","renderTeachingPopoverHeader_unstable","useTeachingPopoverHeaderStyles_unstable","useCustomStyleHook_unstable","TeachingPopoverHeader","forwardRef","props","ref","state","displayName"],"mappings":"AAAA;AAEA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,iCAAiC,QAAQ,6BAA6B;AAC/E,SAASC,oCAAoC,QAAQ,gCAAgC;AACrF,SAASC,uCAAuC,QAAQ,0CAA0C;AAClG,SAASC,2BAA2B,QAAQ,kCAAkC;AAI9E;;;;;;CAMC,GACD,OAAO,MAAMC,sCAAyEL,MAAMM,UAAU,CAAC,CAACC,OAAOC;IAC7G,MAAMC,QAAQR,kCAAkCM,OAAOC;IAEvDL,wCAAwCM;IAExCL,4BAA4B,2CAA2CK;IAEvE,OAAOP,qCAAqCO;AAC9C,GAAG;AAEHJ,sBAAsBK,WAAW,GAAG"}
1
+ {"version":3,"sources":["../src/components/TeachingPopoverHeader/TeachingPopoverHeader.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { useTeachingPopoverHeader_unstable } from './useTeachingPopoverHeader';\nimport { renderTeachingPopoverHeader_unstable } from './renderTeachingPopoverHeader';\nimport { useTeachingPopoverHeaderStyles_unstable } from './useTeachingPopoverHeaderStyles.styles';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\nimport type { TeachingPopoverHeaderProps } from './TeachingPopoverHeader.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\n/**\n * Define a styled TeachingPopoverHeader, using the `useTeachingPopoverHeader_unstable` and `useTeachingPopoverHeaderStyles_unstable`\n * hooks.\n *\n * TeachingPopoverHeader is an info subtitle located at the top of the popover, it provides a dismiss button by default (can be nulled)\n * and an info-tip icon that can be overridden or removed, subtitle displayed will be the children elements of TeachingPopoverHeader.\n */\nexport const TeachingPopoverHeader: ForwardRefComponent<TeachingPopoverHeaderProps> = React.forwardRef((props, ref) => {\n const state = useTeachingPopoverHeader_unstable(props, ref);\n\n useTeachingPopoverHeaderStyles_unstable(state);\n\n useCustomStyleHook_unstable('useTeachingPopoverHeaderStyles_unstable')(state);\n\n return renderTeachingPopoverHeader_unstable(state);\n});\n\nTeachingPopoverHeader.displayName = 'TeachingPopoverHeader';\n"],"names":["React","useTeachingPopoverHeader_unstable","renderTeachingPopoverHeader_unstable","useTeachingPopoverHeaderStyles_unstable","useCustomStyleHook_unstable","TeachingPopoverHeader","forwardRef","props","ref","state","displayName"],"mappings":"AAAA;AAEA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,iCAAiC,QAAQ,gCAA6B;AAC/E,SAASC,oCAAoC,QAAQ,mCAAgC;AACrF,SAASC,uCAAuC,QAAQ,6CAA0C;AAClG,SAASC,2BAA2B,QAAQ,kCAAkC;AAI9E;;;;;;CAMC,GACD,OAAO,MAAMC,sCAAyEL,MAAMM,UAAU,CAAC,CAACC,OAAOC;IAC7G,MAAMC,QAAQR,kCAAkCM,OAAOC;IAEvDL,wCAAwCM;IAExCL,4BAA4B,2CAA2CK;IAEvE,OAAOP,qCAAqCO;AAC9C,GAAG;AAEHJ,sBAAsBK,WAAW,GAAG"}
@@ -1,4 +1,4 @@
1
- export { TeachingPopoverHeader } from './TeachingPopoverHeader';
2
- export { renderTeachingPopoverHeader_unstable } from './renderTeachingPopoverHeader';
3
- export { useTeachingPopoverHeader_unstable, useTeachingPopoverHeaderBase_unstable } from './useTeachingPopoverHeader';
4
- export { teachingPopoverHeaderClassNames, useTeachingPopoverHeaderStyles_unstable } from './useTeachingPopoverHeaderStyles.styles';
1
+ export { TeachingPopoverHeader } from "./TeachingPopoverHeader.js";
2
+ export { renderTeachingPopoverHeader_unstable } from "./renderTeachingPopoverHeader.js";
3
+ export { useTeachingPopoverHeader_unstable, useTeachingPopoverHeaderBase_unstable } from "./useTeachingPopoverHeader.js";
4
+ export { teachingPopoverHeaderClassNames, useTeachingPopoverHeaderStyles_unstable } from "./useTeachingPopoverHeaderStyles.styles.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/TeachingPopoverHeader/index.ts"],"sourcesContent":["export { TeachingPopoverHeader } from './TeachingPopoverHeader';\nexport type {\n TeachingPopoverHeaderBaseProps,\n TeachingPopoverHeaderBaseState,\n TeachingPopoverHeaderProps,\n TeachingPopoverHeaderSlots,\n TeachingPopoverHeaderState,\n} from './TeachingPopoverHeader.types';\nexport { renderTeachingPopoverHeader_unstable } from './renderTeachingPopoverHeader';\nexport { useTeachingPopoverHeader_unstable, useTeachingPopoverHeaderBase_unstable } from './useTeachingPopoverHeader';\nexport {\n teachingPopoverHeaderClassNames,\n useTeachingPopoverHeaderStyles_unstable,\n} from './useTeachingPopoverHeaderStyles.styles';\n"],"names":["TeachingPopoverHeader","renderTeachingPopoverHeader_unstable","useTeachingPopoverHeader_unstable","useTeachingPopoverHeaderBase_unstable","teachingPopoverHeaderClassNames","useTeachingPopoverHeaderStyles_unstable"],"mappings":"AAAA,SAASA,qBAAqB,QAAQ,0BAA0B;AAQhE,SAASC,oCAAoC,QAAQ,gCAAgC;AACrF,SAASC,iCAAiC,EAAEC,qCAAqC,QAAQ,6BAA6B;AACtH,SACEC,+BAA+B,EAC/BC,uCAAuC,QAClC,0CAA0C"}
1
+ {"version":3,"sources":["../src/components/TeachingPopoverHeader/index.ts"],"sourcesContent":["export { TeachingPopoverHeader } from './TeachingPopoverHeader';\nexport type {\n TeachingPopoverHeaderBaseProps,\n TeachingPopoverHeaderBaseState,\n TeachingPopoverHeaderProps,\n TeachingPopoverHeaderSlots,\n TeachingPopoverHeaderState,\n} from './TeachingPopoverHeader.types';\nexport { renderTeachingPopoverHeader_unstable } from './renderTeachingPopoverHeader';\nexport { useTeachingPopoverHeader_unstable, useTeachingPopoverHeaderBase_unstable } from './useTeachingPopoverHeader';\nexport {\n teachingPopoverHeaderClassNames,\n useTeachingPopoverHeaderStyles_unstable,\n} from './useTeachingPopoverHeaderStyles.styles';\n"],"names":["TeachingPopoverHeader","renderTeachingPopoverHeader_unstable","useTeachingPopoverHeader_unstable","useTeachingPopoverHeaderBase_unstable","teachingPopoverHeaderClassNames","useTeachingPopoverHeaderStyles_unstable"],"mappings":"AAAA,SAASA,qBAAqB,QAAQ,6BAA0B;AAQhE,SAASC,oCAAoC,QAAQ,mCAAgC;AACrF,SAASC,iCAAiC,EAAEC,qCAAqC,QAAQ,gCAA6B;AACtH,SACEC,+BAA+B,EAC/BC,uCAAuC,QAClC,6CAA0C"}
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "@fluentui/react-jsx-runtime/jsx-runtime";
2
- import { assertSlots } from '@fluentui/react-utilities';
2
+ import { assertSlots } from "@fluentui/react-utilities";
3
3
  /**
4
4
  * Render the final JSX of TeachingPopoverHeader
5
5
  */ export const renderTeachingPopoverHeader_unstable = (state)=>{
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import * as React from 'react';
3
- import { getIntrinsicElementProps, useEventCallback, slot } from '@fluentui/react-utilities';
4
- import { Dismiss12Regular, Lightbulb16Regular } from '@fluentui/react-icons';
5
- import { usePopoverContext_unstable } from '@fluentui/react-popover';
2
+ import * as React from "react";
3
+ import { getIntrinsicElementProps, useEventCallback, slot } from "@fluentui/react-utilities";
4
+ import { Dismiss12Regular, Lightbulb16Regular } from "@fluentui/react-icons";
5
+ import { usePopoverContext_unstable } from "@fluentui/react-popover";
6
6
  /**
7
7
  * Base hook that builds TeachingPopoverHeader state for behavior and structure only.
8
8
  * Does not add styling defaults such as icon JSX or `appearance` from popover context.
@@ -1,8 +1,8 @@
1
1
  'use client';
2
2
 
3
- import { shorthands, __styles, mergeClasses } from '@griffel/react';
4
- import { createCustomFocusIndicatorStyle } from '@fluentui/react-tabster';
5
- import { tokens, typographyStyles } from '@fluentui/react-theme';
3
+ import { shorthands, __styles, mergeClasses } from "@griffel/react";
4
+ import { createCustomFocusIndicatorStyle } from "@fluentui/react-tabster";
5
+ import { tokens, typographyStyles } from "@fluentui/react-theme";
6
6
  export const teachingPopoverHeaderClassNames = {
7
7
  root: 'fui-TeachingPopoverHeader',
8
8
  dismissButton: 'fui-TeachingPopoverHeader__dismissButton',
@@ -1 +1 @@
1
- {"version":3,"names":["shorthands","__styles","mergeClasses","createCustomFocusIndicatorStyle","tokens","typographyStyles","teachingPopoverHeaderClassNames","root","dismissButton","icon","useStyles","mc9l5x","Beiy3e4","sj55zd","Bhrd7zp","Be2twd7","Bg96gwp","Byoj8tv","Bt984gj","B6of3ja","jrapky","rootBrand","qhf8xq","Bgfg5da","B9xav0g","oivjwe","Bn0qgzm","B4g9neb","zhjwy3","wvpqe5","ibv6hh","u1mtju","h3c5rm","vrafjx","Bekrc4i","i8vvqc","g2u3we","icvyot","B4j52fo","irswps","Bceei9c","Bahqtrf","De3pzq","B7ck84d","B7oj6ja","Bbmb7ep","Jyy4pa","uwmqm3","z189sj","z8tnut","B0ocmuz","Bfpq7zp","g9k6zt","Bn4voq9","giviqs","Bw81rd7","kdpuga","dm238s","B6xbmo0","B3whbx2","B8q5s1w","Bci5o5g","n8qw10","Bdrgwmp","dismissBrand","Bqenvij","a9b677","Brf1p80","w71qe1","ha4doy","Bokbzmb","iconBrand","d","p","useTeachingPopoverHeaderStyles_unstable","state","styles","appearance","className","undefined"],"sources":["useTeachingPopoverHeaderStyles.styles.js"],"sourcesContent":["'use client';\nimport { shorthands, makeStyles, mergeClasses } from '@griffel/react';\nimport { createCustomFocusIndicatorStyle } from '@fluentui/react-tabster';\nimport { tokens, typographyStyles } from '@fluentui/react-theme';\nexport const teachingPopoverHeaderClassNames = {\n root: 'fui-TeachingPopoverHeader',\n dismissButton: 'fui-TeachingPopoverHeader__dismissButton',\n icon: 'fui-TeachingPopoverHeader__icon'\n};\nconst useStyles = makeStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n color: tokens.colorNeutralForeground3,\n fontWeight: tokens.fontWeightSemibold,\n fontSize: tokens.fontSizeBase200,\n lineHeight: tokens.lineHeightBase200,\n paddingBottom: tokens.spacingVerticalXS,\n alignItems: 'center',\n marginTop: tokens.spacingHorizontalNone,\n marginBottom: tokens.spacingHorizontalNone\n },\n rootBrand: {\n color: tokens.colorNeutralForegroundOnBrand\n },\n dismissButton: {\n color: tokens.colorNeutralForeground2,\n position: 'relative',\n border: `${tokens.strokeWidthThin} solid ${tokens.colorTransparentStroke}`,\n display: 'flex',\n alignItems: 'center',\n cursor: 'pointer',\n ...typographyStyles.body1,\n backgroundColor: tokens.colorTransparentBackground,\n boxSizing: 'border-box',\n borderTopRightRadius: tokens.borderRadiusNone,\n borderBottomRightRadius: tokens.borderRadiusNone,\n borderRightStyle: 'none',\n marginInlineStart: 'auto',\n padding: `${tokens.spacingVerticalXS} ${tokens.spacingHorizontalXS}`,\n ...createCustomFocusIndicatorStyle({\n outline: `${tokens.strokeWidthThick} solid ${tokens.colorStrokeFocus2}`,\n borderRadius: tokens.borderRadiusMedium,\n ...shorthands.borderColor('transparent')\n })\n },\n dismissBrand: {\n color: tokens.colorNeutralForegroundOnBrand\n },\n icon: {\n height: tokens.fontSizeBase200,\n width: tokens.fontSizeBase200,\n lineHeight: tokens.lineHeightBase200,\n fontSize: tokens.fontSizeBase200,\n alignItems: 'center',\n boxSizing: 'content-box',\n display: 'inline-flex',\n justifyContent: 'center',\n textDecorationLine: 'none',\n verticalAlign: 'middle',\n position: 'relative',\n backgroundColor: tokens.colorTransparentBackground,\n color: tokens.colorNeutralForeground2,\n marginInlineEnd: tokens.spacingHorizontalXS\n },\n iconBrand: {\n color: tokens.colorNeutralForegroundOnBrand\n }\n});\n/** Applies style classnames to slots */ export const useTeachingPopoverHeaderStyles_unstable = (state)=>{\n const styles = useStyles();\n const { appearance } = state;\n // eslint-disable-next-line react-hooks/immutability\n state.root.className = mergeClasses(teachingPopoverHeaderClassNames.root, styles.root, appearance === 'brand' && styles.rootBrand, state.root.className);\n if (state.dismissButton) {\n // eslint-disable-next-line react-hooks/immutability\n state.dismissButton.className = mergeClasses(teachingPopoverHeaderClassNames.dismissButton, styles.dismissButton, appearance === 'brand' ? styles.dismissBrand : undefined, state.dismissButton.className);\n }\n if (state.icon) {\n // eslint-disable-next-line react-hooks/immutability\n state.icon.className = mergeClasses(teachingPopoverHeaderClassNames.icon, styles.icon, appearance === 'brand' ? styles.iconBrand : undefined, state.icon.className);\n }\n return state;\n};\n"],"mappings":"AAAA,YAAY;;AACZ,SAASA,UAAU,EAAAC,QAAA,EAAcC,YAAY,QAAQ,gBAAgB;AACrE,SAASC,+BAA+B,QAAQ,yBAAyB;AACzE,SAASC,MAAM,EAAEC,gBAAgB,QAAQ,uBAAuB;AAChE,OAAO,MAAMC,+BAA+B,GAAG;EAC3CC,IAAI,EAAE,2BAA2B;EACjCC,aAAa,EAAE,0CAA0C;EACzDC,IAAI,EAAE;AACV,CAAC;AACD,MAAMC,SAAS,gBAAGT,QAAA;EAAAM,IAAA;IAAAI,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAC,SAAA;IAAAR,MAAA;EAAA;EAAAL,aAAA;IAAAK,MAAA;IAAAS,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAA5B,MAAA;IAAAO,OAAA;IAAAsB,OAAA;IAAAC,OAAA;IAAA1B,OAAA;IAAAD,OAAA;IAAAE,OAAA;IAAA0B,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAA7B,OAAA;IAAA8B,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;EAAA;EAAAC,YAAA;IAAAnD,MAAA;EAAA;EAAAJ,IAAA;IAAAwD,OAAA;IAAAC,MAAA;IAAAlD,OAAA;IAAAD,OAAA;IAAAG,OAAA;IAAAyB,OAAA;IAAAhC,MAAA;IAAAwD,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAA/C,MAAA;IAAAoB,MAAA;IAAA7B,MAAA;IAAAyD,OAAA;EAAA;EAAAC,SAAA;IAAA1D,MAAA;EAAA;AAAA;EAAA2D,CAAA;IAAAC,CAAA;EAAA;IAAAA,CAAA;EAAA;IAAAA,CAAA;EAAA;IAAAA,CAAA;EAAA;AAAA,CA2DjB,CAAC;AACF;AAAyC,OAAO,MAAMC,uCAAuC,GAAIC,KAAK,IAAG;EACrG,MAAMC,MAAM,GAAGlE,SAAS,CAAC,CAAC;EAC1B,MAAM;IAAEmE;EAAW,CAAC,GAAGF,KAAK;EAC5B;EACAA,KAAK,CAACpE,IAAI,CAACuE,SAAS,GAAG5E,YAAY,CAACI,+BAA+B,CAACC,IAAI,EAAEqE,MAAM,CAACrE,IAAI,EAAEsE,UAAU,KAAK,OAAO,IAAID,MAAM,CAACvD,SAAS,EAAEsD,KAAK,CAACpE,IAAI,CAACuE,SAAS,CAAC;EACxJ,IAAIH,KAAK,CAACnE,aAAa,EAAE;IACrB;IACAmE,KAAK,CAACnE,aAAa,CAACsE,SAAS,GAAG5E,YAAY,CAACI,+BAA+B,CAACE,aAAa,EAAEoE,MAAM,CAACpE,aAAa,EAAEqE,UAAU,KAAK,OAAO,GAAGD,MAAM,CAACZ,YAAY,GAAGe,SAAS,EAAEJ,KAAK,CAACnE,aAAa,CAACsE,SAAS,CAAC;EAC9M;EACA,IAAIH,KAAK,CAAClE,IAAI,EAAE;IACZ;IACAkE,KAAK,CAAClE,IAAI,CAACqE,SAAS,GAAG5E,YAAY,CAACI,+BAA+B,CAACG,IAAI,EAAEmE,MAAM,CAACnE,IAAI,EAAEoE,UAAU,KAAK,OAAO,GAAGD,MAAM,CAACL,SAAS,GAAGQ,SAAS,EAAEJ,KAAK,CAAClE,IAAI,CAACqE,SAAS,CAAC;EACvK;EACA,OAAOH,KAAK;AAChB,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["shorthands","__styles","mergeClasses","createCustomFocusIndicatorStyle","tokens","typographyStyles","teachingPopoverHeaderClassNames","root","dismissButton","icon","useStyles","mc9l5x","Beiy3e4","sj55zd","Bhrd7zp","Be2twd7","Bg96gwp","Byoj8tv","Bt984gj","B6of3ja","jrapky","rootBrand","qhf8xq","Bgfg5da","B9xav0g","oivjwe","Bn0qgzm","B4g9neb","zhjwy3","wvpqe5","ibv6hh","u1mtju","h3c5rm","vrafjx","Bekrc4i","i8vvqc","g2u3we","icvyot","B4j52fo","irswps","Bceei9c","Bahqtrf","De3pzq","B7ck84d","B7oj6ja","Bbmb7ep","Jyy4pa","uwmqm3","z189sj","z8tnut","B0ocmuz","Bfpq7zp","g9k6zt","Bn4voq9","giviqs","Bw81rd7","kdpuga","dm238s","B6xbmo0","B3whbx2","B8q5s1w","Bci5o5g","n8qw10","Bdrgwmp","dismissBrand","Bqenvij","a9b677","Brf1p80","w71qe1","ha4doy","Bokbzmb","iconBrand","d","p","useTeachingPopoverHeaderStyles_unstable","state","styles","appearance","className","undefined"],"sources":["useTeachingPopoverHeaderStyles.styles.js"],"sourcesContent":["'use client';\nimport { shorthands, makeStyles, mergeClasses } from \"@griffel/react\";\nimport { createCustomFocusIndicatorStyle } from \"@fluentui/react-tabster\";\nimport { tokens, typographyStyles } from \"@fluentui/react-theme\";\nexport const teachingPopoverHeaderClassNames = {\n root: 'fui-TeachingPopoverHeader',\n dismissButton: 'fui-TeachingPopoverHeader__dismissButton',\n icon: 'fui-TeachingPopoverHeader__icon'\n};\nconst useStyles = makeStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n color: tokens.colorNeutralForeground3,\n fontWeight: tokens.fontWeightSemibold,\n fontSize: tokens.fontSizeBase200,\n lineHeight: tokens.lineHeightBase200,\n paddingBottom: tokens.spacingVerticalXS,\n alignItems: 'center',\n marginTop: tokens.spacingHorizontalNone,\n marginBottom: tokens.spacingHorizontalNone\n },\n rootBrand: {\n color: tokens.colorNeutralForegroundOnBrand\n },\n dismissButton: {\n color: tokens.colorNeutralForeground2,\n position: 'relative',\n border: `${tokens.strokeWidthThin} solid ${tokens.colorTransparentStroke}`,\n display: 'flex',\n alignItems: 'center',\n cursor: 'pointer',\n ...typographyStyles.body1,\n backgroundColor: tokens.colorTransparentBackground,\n boxSizing: 'border-box',\n borderTopRightRadius: tokens.borderRadiusNone,\n borderBottomRightRadius: tokens.borderRadiusNone,\n borderRightStyle: 'none',\n marginInlineStart: 'auto',\n padding: `${tokens.spacingVerticalXS} ${tokens.spacingHorizontalXS}`,\n ...createCustomFocusIndicatorStyle({\n outline: `${tokens.strokeWidthThick} solid ${tokens.colorStrokeFocus2}`,\n borderRadius: tokens.borderRadiusMedium,\n ...shorthands.borderColor('transparent')\n })\n },\n dismissBrand: {\n color: tokens.colorNeutralForegroundOnBrand\n },\n icon: {\n height: tokens.fontSizeBase200,\n width: tokens.fontSizeBase200,\n lineHeight: tokens.lineHeightBase200,\n fontSize: tokens.fontSizeBase200,\n alignItems: 'center',\n boxSizing: 'content-box',\n display: 'inline-flex',\n justifyContent: 'center',\n textDecorationLine: 'none',\n verticalAlign: 'middle',\n position: 'relative',\n backgroundColor: tokens.colorTransparentBackground,\n color: tokens.colorNeutralForeground2,\n marginInlineEnd: tokens.spacingHorizontalXS\n },\n iconBrand: {\n color: tokens.colorNeutralForegroundOnBrand\n }\n});\n/** Applies style classnames to slots */ export const useTeachingPopoverHeaderStyles_unstable = (state)=>{\n const styles = useStyles();\n const { appearance } = state;\n // eslint-disable-next-line react-hooks/immutability\n state.root.className = mergeClasses(teachingPopoverHeaderClassNames.root, styles.root, appearance === 'brand' && styles.rootBrand, state.root.className);\n if (state.dismissButton) {\n // eslint-disable-next-line react-hooks/immutability\n state.dismissButton.className = mergeClasses(teachingPopoverHeaderClassNames.dismissButton, styles.dismissButton, appearance === 'brand' ? styles.dismissBrand : undefined, state.dismissButton.className);\n }\n if (state.icon) {\n // eslint-disable-next-line react-hooks/immutability\n state.icon.className = mergeClasses(teachingPopoverHeaderClassNames.icon, styles.icon, appearance === 'brand' ? styles.iconBrand : undefined, state.icon.className);\n }\n return state;\n};\n"],"mappings":"AAAA,YAAY;;AACZ,SAASA,UAAU,EAAAC,QAAA,EAAcC,YAAY,QAAQ,gBAAgB;AACrE,SAASC,+BAA+B,QAAQ,yBAAyB;AACzE,SAASC,MAAM,EAAEC,gBAAgB,QAAQ,uBAAuB;AAChE,OAAO,MAAMC,+BAA+B,GAAG;EAC3CC,IAAI,EAAE,2BAA2B;EACjCC,aAAa,EAAE,0CAA0C;EACzDC,IAAI,EAAE;AACV,CAAC;AACD,MAAMC,SAAS,gBAAGT,QAAA;EAAAM,IAAA;IAAAI,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAC,SAAA;IAAAR,MAAA;EAAA;EAAAL,aAAA;IAAAK,MAAA;IAAAS,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAA5B,MAAA;IAAAO,OAAA;IAAAsB,OAAA;IAAAC,OAAA;IAAA1B,OAAA;IAAAD,OAAA;IAAAE,OAAA;IAAA0B,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAA7B,OAAA;IAAA8B,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;EAAA;EAAAC,YAAA;IAAAnD,MAAA;EAAA;EAAAJ,IAAA;IAAAwD,OAAA;IAAAC,MAAA;IAAAlD,OAAA;IAAAD,OAAA;IAAAG,OAAA;IAAAyB,OAAA;IAAAhC,MAAA;IAAAwD,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAA/C,MAAA;IAAAoB,MAAA;IAAA7B,MAAA;IAAAyD,OAAA;EAAA;EAAAC,SAAA;IAAA1D,MAAA;EAAA;AAAA;EAAA2D,CAAA;IAAAC,CAAA;EAAA;IAAAA,CAAA;EAAA;IAAAA,CAAA;EAAA;IAAAA,CAAA;EAAA;AAAA,CA2DjB,CAAC;AACF;AAAyC,OAAO,MAAMC,uCAAuC,GAAIC,KAAK,IAAG;EACrG,MAAMC,MAAM,GAAGlE,SAAS,CAAC,CAAC;EAC1B,MAAM;IAAEmE;EAAW,CAAC,GAAGF,KAAK;EAC5B;EACAA,KAAK,CAACpE,IAAI,CAACuE,SAAS,GAAG5E,YAAY,CAACI,+BAA+B,CAACC,IAAI,EAAEqE,MAAM,CAACrE,IAAI,EAAEsE,UAAU,KAAK,OAAO,IAAID,MAAM,CAACvD,SAAS,EAAEsD,KAAK,CAACpE,IAAI,CAACuE,SAAS,CAAC;EACxJ,IAAIH,KAAK,CAACnE,aAAa,EAAE;IACrB;IACAmE,KAAK,CAACnE,aAAa,CAACsE,SAAS,GAAG5E,YAAY,CAACI,+BAA+B,CAACE,aAAa,EAAEoE,MAAM,CAACpE,aAAa,EAAEqE,UAAU,KAAK,OAAO,GAAGD,MAAM,CAACZ,YAAY,GAAGe,SAAS,EAAEJ,KAAK,CAACnE,aAAa,CAACsE,SAAS,CAAC;EAC9M;EACA,IAAIH,KAAK,CAAClE,IAAI,EAAE;IACZ;IACAkE,KAAK,CAAClE,IAAI,CAACqE,SAAS,GAAG5E,YAAY,CAACI,+BAA+B,CAACG,IAAI,EAAEmE,MAAM,CAACnE,IAAI,EAAEoE,UAAU,KAAK,OAAO,GAAGD,MAAM,CAACL,SAAS,GAAGQ,SAAS,EAAEJ,KAAK,CAAClE,IAAI,CAACqE,SAAS,CAAC;EACvK;EACA,OAAOH,KAAK;AAChB,CAAC","ignoreList":[]}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
- import { shorthands, makeStyles, mergeClasses } from '@griffel/react';
3
- import { createCustomFocusIndicatorStyle } from '@fluentui/react-tabster';
4
- import { tokens, typographyStyles } from '@fluentui/react-theme';
2
+ import { shorthands, makeStyles, mergeClasses } from "@griffel/react";
3
+ import { createCustomFocusIndicatorStyle } from "@fluentui/react-tabster";
4
+ import { tokens, typographyStyles } from "@fluentui/react-theme";
5
5
  export const teachingPopoverHeaderClassNames = {
6
6
  root: 'fui-TeachingPopoverHeader',
7
7
  dismissButton: 'fui-TeachingPopoverHeader__dismissButton',
@@ -1,9 +1,9 @@
1
1
  'use client';
2
- import * as React from 'react';
3
- import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';
4
- import { useTeachingPopoverSurface_unstable } from './useTeachingPopoverSurface';
5
- import { useTeachingPopoverSurfaceStyles_unstable } from './useTeachingPopoverSurfaceStyles.styles';
6
- import { renderTeachingPopoverSurface_unstable } from './renderTeachingPopoverSurface';
2
+ import * as React from "react";
3
+ import { useCustomStyleHook_unstable } from "@fluentui/react-shared-contexts";
4
+ import { useTeachingPopoverSurface_unstable } from "./useTeachingPopoverSurface.js";
5
+ import { useTeachingPopoverSurfaceStyles_unstable } from "./useTeachingPopoverSurfaceStyles.styles.js";
6
+ import { renderTeachingPopoverSurface_unstable } from "./renderTeachingPopoverSurface.js";
7
7
  /**
8
8
  * TeachingPopoverSurface component renders react children in a positioned box
9
9
  *
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/TeachingPopoverSurface/TeachingPopoverSurface.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\nimport type { TeachingPopoverSurfaceProps } from './TeachingPopoverSurface.types';\nimport { useTeachingPopoverSurface_unstable } from './useTeachingPopoverSurface';\nimport { useTeachingPopoverSurfaceStyles_unstable } from './useTeachingPopoverSurfaceStyles.styles';\nimport { renderTeachingPopoverSurface_unstable } from './renderTeachingPopoverSurface';\n\n/**\n * TeachingPopoverSurface component renders react children in a positioned box\n *\n * TeachingPopoverSurface is a direct extension of PopoverSurface, with it's own styling context hooks available.\n */\nexport const TeachingPopoverSurface: ForwardRefComponent<TeachingPopoverSurfaceProps> = React.forwardRef(\n (props, ref) => {\n const state = useTeachingPopoverSurface_unstable(props, ref);\n\n useTeachingPopoverSurfaceStyles_unstable(state);\n\n useCustomStyleHook_unstable('useTeachingPopoverSurfaceStyles_unstable')(state);\n\n return renderTeachingPopoverSurface_unstable(state);\n },\n);\n\nTeachingPopoverSurface.displayName = 'TeachingPopoverSurface';\n"],"names":["React","useCustomStyleHook_unstable","useTeachingPopoverSurface_unstable","useTeachingPopoverSurfaceStyles_unstable","renderTeachingPopoverSurface_unstable","TeachingPopoverSurface","forwardRef","props","ref","state","displayName"],"mappings":"AAAA;AAEA,YAAYA,WAAW,QAAQ;AAE/B,SAASC,2BAA2B,QAAQ,kCAAkC;AAE9E,SAASC,kCAAkC,QAAQ,8BAA8B;AACjF,SAASC,wCAAwC,QAAQ,2CAA2C;AACpG,SAASC,qCAAqC,QAAQ,iCAAiC;AAEvF;;;;CAIC,GACD,OAAO,MAAMC,uCAA2EL,MAAMM,UAAU,CACtG,CAACC,OAAOC;IACN,MAAMC,QAAQP,mCAAmCK,OAAOC;IAExDL,yCAAyCM;IAEzCR,4BAA4B,4CAA4CQ;IAExE,OAAOL,sCAAsCK;AAC/C,GACA;AAEFJ,uBAAuBK,WAAW,GAAG"}
1
+ {"version":3,"sources":["../src/components/TeachingPopoverSurface/TeachingPopoverSurface.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\nimport type { TeachingPopoverSurfaceProps } from './TeachingPopoverSurface.types';\nimport { useTeachingPopoverSurface_unstable } from './useTeachingPopoverSurface';\nimport { useTeachingPopoverSurfaceStyles_unstable } from './useTeachingPopoverSurfaceStyles.styles';\nimport { renderTeachingPopoverSurface_unstable } from './renderTeachingPopoverSurface';\n\n/**\n * TeachingPopoverSurface component renders react children in a positioned box\n *\n * TeachingPopoverSurface is a direct extension of PopoverSurface, with it's own styling context hooks available.\n */\nexport const TeachingPopoverSurface: ForwardRefComponent<TeachingPopoverSurfaceProps> = React.forwardRef(\n (props, ref) => {\n const state = useTeachingPopoverSurface_unstable(props, ref);\n\n useTeachingPopoverSurfaceStyles_unstable(state);\n\n useCustomStyleHook_unstable('useTeachingPopoverSurfaceStyles_unstable')(state);\n\n return renderTeachingPopoverSurface_unstable(state);\n },\n);\n\nTeachingPopoverSurface.displayName = 'TeachingPopoverSurface';\n"],"names":["React","useCustomStyleHook_unstable","useTeachingPopoverSurface_unstable","useTeachingPopoverSurfaceStyles_unstable","renderTeachingPopoverSurface_unstable","TeachingPopoverSurface","forwardRef","props","ref","state","displayName"],"mappings":"AAAA;AAEA,YAAYA,WAAW,QAAQ;AAE/B,SAASC,2BAA2B,QAAQ,kCAAkC;AAE9E,SAASC,kCAAkC,QAAQ,iCAA8B;AACjF,SAASC,wCAAwC,QAAQ,8CAA2C;AACpG,SAASC,qCAAqC,QAAQ,oCAAiC;AAEvF;;;;CAIC,GACD,OAAO,MAAMC,uCAA2EL,MAAMM,UAAU,CACtG,CAACC,OAAOC;IACN,MAAMC,QAAQP,mCAAmCK,OAAOC;IAExDL,yCAAyCM;IAEzCR,4BAA4B,4CAA4CQ;IAExE,OAAOL,sCAAsCK;AAC/C,GACA;AAEFJ,uBAAuBK,WAAW,GAAG"}
@@ -1,4 +1,4 @@
1
- export { TeachingPopoverSurface } from './TeachingPopoverSurface';
2
- export { renderTeachingPopoverSurface_unstable } from './renderTeachingPopoverSurface';
3
- export { useTeachingPopoverSurface_unstable } from './useTeachingPopoverSurface';
4
- export { teachingPopoverSurfaceClassNames, useTeachingPopoverSurfaceStyles_unstable } from './useTeachingPopoverSurfaceStyles.styles';
1
+ export { TeachingPopoverSurface } from "./TeachingPopoverSurface.js";
2
+ export { renderTeachingPopoverSurface_unstable } from "./renderTeachingPopoverSurface.js";
3
+ export { useTeachingPopoverSurface_unstable } from "./useTeachingPopoverSurface.js";
4
+ export { teachingPopoverSurfaceClassNames, useTeachingPopoverSurfaceStyles_unstable } from "./useTeachingPopoverSurfaceStyles.styles.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/TeachingPopoverSurface/index.ts"],"sourcesContent":["export { TeachingPopoverSurface } from './TeachingPopoverSurface';\nexport type {\n TeachingPopoverSurfaceProps,\n TeachingPopoverSurfaceSlots,\n TeachingPopoverSurfaceState,\n} from './TeachingPopoverSurface.types';\nexport { renderTeachingPopoverSurface_unstable } from './renderTeachingPopoverSurface';\nexport { useTeachingPopoverSurface_unstable } from './useTeachingPopoverSurface';\nexport {\n teachingPopoverSurfaceClassNames,\n useTeachingPopoverSurfaceStyles_unstable,\n} from './useTeachingPopoverSurfaceStyles.styles';\n"],"names":["TeachingPopoverSurface","renderTeachingPopoverSurface_unstable","useTeachingPopoverSurface_unstable","teachingPopoverSurfaceClassNames","useTeachingPopoverSurfaceStyles_unstable"],"mappings":"AAAA,SAASA,sBAAsB,QAAQ,2BAA2B;AAMlE,SAASC,qCAAqC,QAAQ,iCAAiC;AACvF,SAASC,kCAAkC,QAAQ,8BAA8B;AACjF,SACEC,gCAAgC,EAChCC,wCAAwC,QACnC,2CAA2C"}
1
+ {"version":3,"sources":["../src/components/TeachingPopoverSurface/index.ts"],"sourcesContent":["export { TeachingPopoverSurface } from './TeachingPopoverSurface';\nexport type {\n TeachingPopoverSurfaceProps,\n TeachingPopoverSurfaceSlots,\n TeachingPopoverSurfaceState,\n} from './TeachingPopoverSurface.types';\nexport { renderTeachingPopoverSurface_unstable } from './renderTeachingPopoverSurface';\nexport { useTeachingPopoverSurface_unstable } from './useTeachingPopoverSurface';\nexport {\n teachingPopoverSurfaceClassNames,\n useTeachingPopoverSurfaceStyles_unstable,\n} from './useTeachingPopoverSurfaceStyles.styles';\n"],"names":["TeachingPopoverSurface","renderTeachingPopoverSurface_unstable","useTeachingPopoverSurface_unstable","teachingPopoverSurfaceClassNames","useTeachingPopoverSurfaceStyles_unstable"],"mappings":"AAAA,SAASA,sBAAsB,QAAQ,8BAA2B;AAMlE,SAASC,qCAAqC,QAAQ,oCAAiC;AACvF,SAASC,kCAAkC,QAAQ,iCAA8B;AACjF,SACEC,gCAAgC,EAChCC,wCAAwC,QACnC,8CAA2C"}
@@ -1,5 +1,5 @@
1
- import { assertSlots } from '@fluentui/react-utilities';
2
- import { renderPopoverSurface_unstable } from '@fluentui/react-popover';
1
+ import { assertSlots } from "@fluentui/react-utilities";
2
+ import { renderPopoverSurface_unstable } from "@fluentui/react-popover";
3
3
  /**
4
4
  * Render the final JSX of PopoverSurface
5
5
  */ export const renderTeachingPopoverSurface_unstable = (state)=>{
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { usePopoverSurface_unstable } from '@fluentui/react-popover';
2
+ import { usePopoverSurface_unstable } from "@fluentui/react-popover";
3
3
  /**
4
4
  * Create the state required to render TeachingPopoverSurface.
5
5
  *
@@ -1,8 +1,8 @@
1
1
  'use client';
2
2
 
3
- import { __styles, mergeClasses } from '@griffel/react';
4
- import { usePopoverSurfaceStyles_unstable } from '@fluentui/react-popover';
5
- import { tokens } from '@fluentui/react-theme';
3
+ import { __styles, mergeClasses } from "@griffel/react";
4
+ import { usePopoverSurfaceStyles_unstable } from "@fluentui/react-popover";
5
+ import { tokens } from "@fluentui/react-theme";
6
6
  export const teachingPopoverSurfaceClassNames = {
7
7
  root: 'fui-TeachingPopoverSurface'
8
8
  };
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","mergeClasses","usePopoverSurfaceStyles_unstable","tokens","teachingPopoverSurfaceClassNames","root","useStyles","Byoj8tv","uwmqm3","z189sj","z8tnut","B0ocmuz","Beyfa6y","Bbmb7ep","Btl43ni","B7oj6ja","Dimara","Bf4jedk","B7ck84d","d","p","useTeachingPopoverSurfaceStyles_unstable","state","styles","className","updatedState"],"sources":["useTeachingPopoverSurfaceStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, mergeClasses } from '@griffel/react';\nimport { usePopoverSurfaceStyles_unstable } from '@fluentui/react-popover';\nimport { tokens } from '@fluentui/react-theme';\nexport const teachingPopoverSurfaceClassNames = {\n root: 'fui-TeachingPopoverSurface'\n};\nconst useStyles = makeStyles({\n root: {\n padding: `${tokens.spacingVerticalL} ${tokens.spacingVerticalL}`,\n borderRadius: tokens.borderRadiusXLarge,\n minWidth: '320px',\n boxSizing: 'border-box'\n }\n});\n/**\n * Apply styling to the TeachingPopoverSurface slots based on the state\n */ export const useTeachingPopoverSurfaceStyles_unstable = (state)=>{\n const styles = useStyles();\n // Make sure to merge teaching bubble surface prior to popover styles\n // eslint-disable-next-line react-hooks/immutability\n state.root.className = mergeClasses(teachingPopoverSurfaceClassNames.root, styles.root, state.root.className);\n const updatedState = usePopoverSurfaceStyles_unstable(state);\n return updatedState;\n};\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,EAAqBC,YAAY,QAAQ,gBAAgB;AACzD,SAASC,gCAAgC,QAAQ,yBAAyB;AAC1E,SAASC,MAAM,QAAQ,uBAAuB;AAC9C,OAAO,MAAMC,gCAAgC,GAAG;EAC5CC,IAAI,EAAE;AACV,CAAC;AACD,MAAMC,SAAS,gBAAGN,QAAA;EAAAK,IAAA;IAAAE,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;IAAAC,CAAA;EAAA;IAAAA,CAAA;EAAA;AAAA,CAOjB,CAAC;AACF;AACA;AACA;AAAI,OAAO,MAAMC,wCAAwC,GAAIC,KAAK,IAAG;EACjE,MAAMC,MAAM,GAAGjB,SAAS,CAAC,CAAC;EAC1B;EACA;EACAgB,KAAK,CAACjB,IAAI,CAACmB,SAAS,GAAGvB,YAAY,CAACG,gCAAgC,CAACC,IAAI,EAAEkB,MAAM,CAAClB,IAAI,EAAEiB,KAAK,CAACjB,IAAI,CAACmB,SAAS,CAAC;EAC7G,MAAMC,YAAY,GAAGvB,gCAAgC,CAACoB,KAAK,CAAC;EAC5D,OAAOG,YAAY;AACvB,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","mergeClasses","usePopoverSurfaceStyles_unstable","tokens","teachingPopoverSurfaceClassNames","root","useStyles","Byoj8tv","uwmqm3","z189sj","z8tnut","B0ocmuz","Beyfa6y","Bbmb7ep","Btl43ni","B7oj6ja","Dimara","Bf4jedk","B7ck84d","d","p","useTeachingPopoverSurfaceStyles_unstable","state","styles","className","updatedState"],"sources":["useTeachingPopoverSurfaceStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, mergeClasses } from \"@griffel/react\";\nimport { usePopoverSurfaceStyles_unstable } from \"@fluentui/react-popover\";\nimport { tokens } from \"@fluentui/react-theme\";\nexport const teachingPopoverSurfaceClassNames = {\n root: 'fui-TeachingPopoverSurface'\n};\nconst useStyles = makeStyles({\n root: {\n padding: `${tokens.spacingVerticalL} ${tokens.spacingVerticalL}`,\n borderRadius: tokens.borderRadiusXLarge,\n minWidth: '320px',\n boxSizing: 'border-box'\n }\n});\n/**\n * Apply styling to the TeachingPopoverSurface slots based on the state\n */ export const useTeachingPopoverSurfaceStyles_unstable = (state)=>{\n const styles = useStyles();\n // Make sure to merge teaching bubble surface prior to popover styles\n // eslint-disable-next-line react-hooks/immutability\n state.root.className = mergeClasses(teachingPopoverSurfaceClassNames.root, styles.root, state.root.className);\n const updatedState = usePopoverSurfaceStyles_unstable(state);\n return updatedState;\n};\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,EAAqBC,YAAY,QAAQ,gBAAgB;AACzD,SAASC,gCAAgC,QAAQ,yBAAyB;AAC1E,SAASC,MAAM,QAAQ,uBAAuB;AAC9C,OAAO,MAAMC,gCAAgC,GAAG;EAC5CC,IAAI,EAAE;AACV,CAAC;AACD,MAAMC,SAAS,gBAAGN,QAAA;EAAAK,IAAA;IAAAE,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;EAAA;AAAA;EAAAC,CAAA;IAAAC,CAAA;EAAA;IAAAA,CAAA;EAAA;AAAA,CAOjB,CAAC;AACF;AACA;AACA;AAAI,OAAO,MAAMC,wCAAwC,GAAIC,KAAK,IAAG;EACjE,MAAMC,MAAM,GAAGjB,SAAS,CAAC,CAAC;EAC1B;EACA;EACAgB,KAAK,CAACjB,IAAI,CAACmB,SAAS,GAAGvB,YAAY,CAACG,gCAAgC,CAACC,IAAI,EAAEkB,MAAM,CAAClB,IAAI,EAAEiB,KAAK,CAACjB,IAAI,CAACmB,SAAS,CAAC;EAC7G,MAAMC,YAAY,GAAGvB,gCAAgC,CAACoB,KAAK,CAAC;EAC5D,OAAOG,YAAY;AACvB,CAAC","ignoreList":[]}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
- import { makeStyles, mergeClasses } from '@griffel/react';
3
- import { usePopoverSurfaceStyles_unstable } from '@fluentui/react-popover';
4
- import { tokens } from '@fluentui/react-theme';
2
+ import { makeStyles, mergeClasses } from "@griffel/react";
3
+ import { usePopoverSurfaceStyles_unstable } from "@fluentui/react-popover";
4
+ import { tokens } from "@fluentui/react-theme";
5
5
  export const teachingPopoverSurfaceClassNames = {
6
6
  root: 'fui-TeachingPopoverSurface'
7
7
  };
@@ -1,9 +1,9 @@
1
1
  'use client';
2
- import * as React from 'react';
3
- import { useTeachingPopoverTitle_unstable } from './useTeachingPopoverTitle';
4
- import { renderTeachingPopoverTitle_unstable } from './renderTeachingPopoverTitle';
5
- import { useTeachingPopoverTitleStyles_unstable } from './useTeachingPopoverTitleStyles.styles';
6
- import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';
2
+ import * as React from "react";
3
+ import { useTeachingPopoverTitle_unstable } from "./useTeachingPopoverTitle.js";
4
+ import { renderTeachingPopoverTitle_unstable } from "./renderTeachingPopoverTitle.js";
5
+ import { useTeachingPopoverTitleStyles_unstable } from "./useTeachingPopoverTitleStyles.styles.js";
6
+ import { useCustomStyleHook_unstable } from "@fluentui/react-shared-contexts";
7
7
  /**
8
8
  * Define a styled TeachingPopoverTitle, using the `useTeachingPopoverTitle_unstable` and `useTeachingPopoverTitleStyles_unstable`
9
9
  * hooks.
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/TeachingPopoverTitle/TeachingPopoverTitle.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { useTeachingPopoverTitle_unstable } from './useTeachingPopoverTitle';\nimport { renderTeachingPopoverTitle_unstable } from './renderTeachingPopoverTitle';\nimport { useTeachingPopoverTitleStyles_unstable } from './useTeachingPopoverTitleStyles.styles';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\nimport type { TeachingPopoverTitleProps } from './TeachingPopoverTitle.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\n/**\n * Define a styled TeachingPopoverTitle, using the `useTeachingPopoverTitle_unstable` and `useTeachingPopoverTitleStyles_unstable`\n * hooks.\n *\n * TeachingPopoverTitle is similar to TeachingPopoverHeader, but it is intended to be placed within a TeachingPopoverBody\n * TeachingPopoverTitle can also optionally render a dismiss button, however this should only be enabled when there is no TeachingPopoverHeader/dismiss.\n */\nexport const TeachingPopoverTitle: ForwardRefComponent<TeachingPopoverTitleProps> = React.forwardRef((props, ref) => {\n const state = useTeachingPopoverTitle_unstable(props, ref);\n\n useTeachingPopoverTitleStyles_unstable(state);\n\n useCustomStyleHook_unstable('useTeachingPopoverTitleStyles_unstable')(state);\n\n return renderTeachingPopoverTitle_unstable(state);\n});\n\nTeachingPopoverTitle.displayName = 'TeachingPopoverTitle';\n"],"names":["React","useTeachingPopoverTitle_unstable","renderTeachingPopoverTitle_unstable","useTeachingPopoverTitleStyles_unstable","useCustomStyleHook_unstable","TeachingPopoverTitle","forwardRef","props","ref","state","displayName"],"mappings":"AAAA;AAEA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,gCAAgC,QAAQ,4BAA4B;AAC7E,SAASC,mCAAmC,QAAQ,+BAA+B;AACnF,SAASC,sCAAsC,QAAQ,yCAAyC;AAChG,SAASC,2BAA2B,QAAQ,kCAAkC;AAI9E;;;;;;CAMC,GACD,OAAO,MAAMC,qCAAuEL,MAAMM,UAAU,CAAC,CAACC,OAAOC;IAC3G,MAAMC,QAAQR,iCAAiCM,OAAOC;IAEtDL,uCAAuCM;IAEvCL,4BAA4B,0CAA0CK;IAEtE,OAAOP,oCAAoCO;AAC7C,GAAG;AAEHJ,qBAAqBK,WAAW,GAAG"}
1
+ {"version":3,"sources":["../src/components/TeachingPopoverTitle/TeachingPopoverTitle.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { useTeachingPopoverTitle_unstable } from './useTeachingPopoverTitle';\nimport { renderTeachingPopoverTitle_unstable } from './renderTeachingPopoverTitle';\nimport { useTeachingPopoverTitleStyles_unstable } from './useTeachingPopoverTitleStyles.styles';\nimport { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\nimport type { TeachingPopoverTitleProps } from './TeachingPopoverTitle.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\n/**\n * Define a styled TeachingPopoverTitle, using the `useTeachingPopoverTitle_unstable` and `useTeachingPopoverTitleStyles_unstable`\n * hooks.\n *\n * TeachingPopoverTitle is similar to TeachingPopoverHeader, but it is intended to be placed within a TeachingPopoverBody\n * TeachingPopoverTitle can also optionally render a dismiss button, however this should only be enabled when there is no TeachingPopoverHeader/dismiss.\n */\nexport const TeachingPopoverTitle: ForwardRefComponent<TeachingPopoverTitleProps> = React.forwardRef((props, ref) => {\n const state = useTeachingPopoverTitle_unstable(props, ref);\n\n useTeachingPopoverTitleStyles_unstable(state);\n\n useCustomStyleHook_unstable('useTeachingPopoverTitleStyles_unstable')(state);\n\n return renderTeachingPopoverTitle_unstable(state);\n});\n\nTeachingPopoverTitle.displayName = 'TeachingPopoverTitle';\n"],"names":["React","useTeachingPopoverTitle_unstable","renderTeachingPopoverTitle_unstable","useTeachingPopoverTitleStyles_unstable","useCustomStyleHook_unstable","TeachingPopoverTitle","forwardRef","props","ref","state","displayName"],"mappings":"AAAA;AAEA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,gCAAgC,QAAQ,+BAA4B;AAC7E,SAASC,mCAAmC,QAAQ,kCAA+B;AACnF,SAASC,sCAAsC,QAAQ,4CAAyC;AAChG,SAASC,2BAA2B,QAAQ,kCAAkC;AAI9E;;;;;;CAMC,GACD,OAAO,MAAMC,qCAAuEL,MAAMM,UAAU,CAAC,CAACC,OAAOC;IAC3G,MAAMC,QAAQR,iCAAiCM,OAAOC;IAEtDL,uCAAuCM;IAEvCL,4BAA4B,0CAA0CK;IAEtE,OAAOP,oCAAoCO;AAC7C,GAAG;AAEHJ,qBAAqBK,WAAW,GAAG"}
@@ -1,4 +1,4 @@
1
- export { TeachingPopoverTitle } from './TeachingPopoverTitle';
2
- export { renderTeachingPopoverTitle_unstable } from './renderTeachingPopoverTitle';
3
- export { useTeachingPopoverTitle_unstable, useTeachingPopoverTitleBase_unstable } from './useTeachingPopoverTitle';
4
- export { teachingPopoverTitleClassNames, useTeachingPopoverTitleStyles_unstable } from './useTeachingPopoverTitleStyles.styles';
1
+ export { TeachingPopoverTitle } from "./TeachingPopoverTitle.js";
2
+ export { renderTeachingPopoverTitle_unstable } from "./renderTeachingPopoverTitle.js";
3
+ export { useTeachingPopoverTitle_unstable, useTeachingPopoverTitleBase_unstable } from "./useTeachingPopoverTitle.js";
4
+ export { teachingPopoverTitleClassNames, useTeachingPopoverTitleStyles_unstable } from "./useTeachingPopoverTitleStyles.styles.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/TeachingPopoverTitle/index.ts"],"sourcesContent":["export { TeachingPopoverTitle } from './TeachingPopoverTitle';\nexport type {\n TeachingPopoverTitleBaseProps,\n TeachingPopoverTitleBaseState,\n TeachingPopoverTitleProps,\n TeachingPopoverTitleSlots,\n TeachingPopoverTitleState,\n} from './TeachingPopoverTitle.types';\nexport { renderTeachingPopoverTitle_unstable } from './renderTeachingPopoverTitle';\nexport { useTeachingPopoverTitle_unstable, useTeachingPopoverTitleBase_unstable } from './useTeachingPopoverTitle';\nexport {\n teachingPopoverTitleClassNames,\n useTeachingPopoverTitleStyles_unstable,\n} from './useTeachingPopoverTitleStyles.styles';\n"],"names":["TeachingPopoverTitle","renderTeachingPopoverTitle_unstable","useTeachingPopoverTitle_unstable","useTeachingPopoverTitleBase_unstable","teachingPopoverTitleClassNames","useTeachingPopoverTitleStyles_unstable"],"mappings":"AAAA,SAASA,oBAAoB,QAAQ,yBAAyB;AAQ9D,SAASC,mCAAmC,QAAQ,+BAA+B;AACnF,SAASC,gCAAgC,EAAEC,oCAAoC,QAAQ,4BAA4B;AACnH,SACEC,8BAA8B,EAC9BC,sCAAsC,QACjC,yCAAyC"}
1
+ {"version":3,"sources":["../src/components/TeachingPopoverTitle/index.ts"],"sourcesContent":["export { TeachingPopoverTitle } from './TeachingPopoverTitle';\nexport type {\n TeachingPopoverTitleBaseProps,\n TeachingPopoverTitleBaseState,\n TeachingPopoverTitleProps,\n TeachingPopoverTitleSlots,\n TeachingPopoverTitleState,\n} from './TeachingPopoverTitle.types';\nexport { renderTeachingPopoverTitle_unstable } from './renderTeachingPopoverTitle';\nexport { useTeachingPopoverTitle_unstable, useTeachingPopoverTitleBase_unstable } from './useTeachingPopoverTitle';\nexport {\n teachingPopoverTitleClassNames,\n useTeachingPopoverTitleStyles_unstable,\n} from './useTeachingPopoverTitleStyles.styles';\n"],"names":["TeachingPopoverTitle","renderTeachingPopoverTitle_unstable","useTeachingPopoverTitle_unstable","useTeachingPopoverTitleBase_unstable","teachingPopoverTitleClassNames","useTeachingPopoverTitleStyles_unstable"],"mappings":"AAAA,SAASA,oBAAoB,QAAQ,4BAAyB;AAQ9D,SAASC,mCAAmC,QAAQ,kCAA+B;AACnF,SAASC,gCAAgC,EAAEC,oCAAoC,QAAQ,+BAA4B;AACnH,SACEC,8BAA8B,EAC9BC,sCAAsC,QACjC,4CAAyC"}
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "@fluentui/react-jsx-runtime/jsx-runtime";
2
- import { assertSlots } from '@fluentui/react-utilities';
2
+ import { assertSlots } from "@fluentui/react-utilities";
3
3
  /**
4
4
  * Render the final JSX of TeachingPopoverTitle
5
5
  */ export const renderTeachingPopoverTitle_unstable = (state)=>{
@@ -1,8 +1,8 @@
1
1
  'use client';
2
- import * as React from 'react';
3
- import { getIntrinsicElementProps, useEventCallback, slot } from '@fluentui/react-utilities';
4
- import { DismissFilled, DismissRegular, bundleIcon } from '@fluentui/react-icons';
5
- import { usePopoverContext_unstable } from '@fluentui/react-popover';
2
+ import * as React from "react";
3
+ import { getIntrinsicElementProps, useEventCallback, slot } from "@fluentui/react-utilities";
4
+ import { DismissFilled, DismissRegular, bundleIcon } from "@fluentui/react-icons";
5
+ import { usePopoverContext_unstable } from "@fluentui/react-popover";
6
6
  const DismissIcon = bundleIcon(DismissFilled, DismissRegular);
7
7
  /**
8
8
  * Base hook that builds TeachingPopoverTitle state for behavior and structure only.
@@ -1,8 +1,8 @@
1
1
  'use client';
2
2
 
3
- import { __styles, mergeClasses, shorthands } from '@griffel/react';
4
- import { createCustomFocusIndicatorStyle } from '@fluentui/react-tabster';
5
- import { tokens, typographyStyles } from '@fluentui/react-theme';
3
+ import { __styles, mergeClasses, shorthands } from "@griffel/react";
4
+ import { createCustomFocusIndicatorStyle } from "@fluentui/react-tabster";
5
+ import { tokens, typographyStyles } from "@fluentui/react-theme";
6
6
  export const teachingPopoverTitleClassNames = {
7
7
  root: 'fui-TeachingPopoverTitle',
8
8
  dismissButton: 'fui-TeachingPopoverTitle__dismissButton'
@@ -1 +1 @@
1
- {"version":3,"names":["__styles","mergeClasses","shorthands","createCustomFocusIndicatorStyle","tokens","typographyStyles","teachingPopoverTitleClassNames","root","dismissButton","useStyles","mc9l5x","Beiy3e4","Brf1p80","Be2twd7","Bhrd7zp","sj55zd","Bg96gwp","Byoj8tv","B6of3ja","jrapky","rootBrand","qhf8xq","Bgfg5da","B9xav0g","oivjwe","Bn0qgzm","B4g9neb","zhjwy3","wvpqe5","ibv6hh","u1mtju","h3c5rm","vrafjx","Bekrc4i","i8vvqc","g2u3we","icvyot","B4j52fo","irswps","Bt984gj","Bceei9c","Bahqtrf","De3pzq","B7ck84d","B7oj6ja","Bbmb7ep","Bfpq7zp","g9k6zt","Bn4voq9","giviqs","Bw81rd7","kdpuga","dm238s","B6xbmo0","B3whbx2","B8q5s1w","Bci5o5g","n8qw10","Bdrgwmp","Jyy4pa","dismissBrand","d","p","useTeachingPopoverTitleStyles_unstable","state","styles","appearance","className","undefined"],"sources":["useTeachingPopoverTitleStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, mergeClasses, shorthands } from '@griffel/react';\nimport { createCustomFocusIndicatorStyle } from '@fluentui/react-tabster';\nimport { tokens, typographyStyles } from '@fluentui/react-theme';\nexport const teachingPopoverTitleClassNames = {\n root: 'fui-TeachingPopoverTitle',\n dismissButton: 'fui-TeachingPopoverTitle__dismissButton'\n};\nconst useStyles = makeStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n justifyContent: 'space-between',\n fontSize: tokens.fontSizeBase400,\n fontWeight: tokens.fontWeightSemibold,\n color: tokens.colorNeutralForeground1,\n lineHeight: tokens.lineHeightBase400,\n paddingBottom: tokens.spacingVerticalS,\n marginTop: tokens.spacingHorizontalNone,\n marginBottom: tokens.spacingHorizontalNone\n },\n rootBrand: {\n color: tokens.colorNeutralForegroundOnBrand\n },\n dismissButton: {\n position: 'relative',\n border: `${tokens.strokeWidthThin} solid ${tokens.colorTransparentStroke}`,\n display: 'flex',\n alignItems: 'center',\n cursor: 'pointer',\n ...typographyStyles.body1,\n backgroundColor: tokens.colorTransparentBackground,\n boxSizing: 'border-box',\n borderTopRightRadius: tokens.borderRadiusNone,\n borderBottomRightRadius: tokens.borderRadiusNone,\n borderRightStyle: 'none',\n ...createCustomFocusIndicatorStyle({\n outline: `${tokens.strokeWidthThick} solid ${tokens.colorStrokeFocus2}`,\n borderRadius: tokens.borderRadiusMedium,\n ...shorthands.borderColor('transparent')\n }),\n marginInlineStart: 'auto'\n },\n dismissBrand: {\n color: tokens.colorNeutralForegroundOnBrand\n }\n});\n/** Applies style classnames to slots */ export const useTeachingPopoverTitleStyles_unstable = (state)=>{\n const styles = useStyles();\n const { appearance } = state;\n // eslint-disable-next-line react-hooks/immutability\n state.root.className = mergeClasses(teachingPopoverTitleClassNames.root, styles.root, appearance === 'brand' && styles.rootBrand, state.root.className);\n if (state.dismissButton) {\n // eslint-disable-next-line react-hooks/immutability\n state.dismissButton.className = mergeClasses(teachingPopoverTitleClassNames.dismissButton, styles.dismissButton, appearance === 'brand' ? styles.dismissBrand : undefined, state.dismissButton.className);\n }\n return state;\n};\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,EAAqBC,YAAY,EAAEC,UAAU,QAAQ,gBAAgB;AACrE,SAASC,+BAA+B,QAAQ,yBAAyB;AACzE,SAASC,MAAM,EAAEC,gBAAgB,QAAQ,uBAAuB;AAChE,OAAO,MAAMC,8BAA8B,GAAG;EAC1CC,IAAI,EAAE,0BAA0B;EAChCC,aAAa,EAAE;AACnB,CAAC;AACD,MAAMC,SAAS,gBAAGT,QAAA;EAAAO,IAAA;IAAAG,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAC,SAAA;IAAAL,MAAA;EAAA;EAAAP,aAAA;IAAAa,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAA5B,MAAA;IAAA6B,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAA5B,OAAA;IAAAC,OAAA;IAAAE,OAAA;IAAA0B,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAC,YAAA;IAAA7C,MAAA;EAAA;AAAA;EAAA8C,CAAA;IAAAC,CAAA;EAAA;IAAAA,CAAA;EAAA;IAAAA,CAAA;EAAA;AAAA,CAsCjB,CAAC;AACF;AAAyC,OAAO,MAAMC,sCAAsC,GAAIC,KAAK,IAAG;EACpG,MAAMC,MAAM,GAAGxD,SAAS,CAAC,CAAC;EAC1B,MAAM;IAAEyD;EAAW,CAAC,GAAGF,KAAK;EAC5B;EACAA,KAAK,CAACzD,IAAI,CAAC4D,SAAS,GAAGlE,YAAY,CAACK,8BAA8B,CAACC,IAAI,EAAE0D,MAAM,CAAC1D,IAAI,EAAE2D,UAAU,KAAK,OAAO,IAAID,MAAM,CAAC7C,SAAS,EAAE4C,KAAK,CAACzD,IAAI,CAAC4D,SAAS,CAAC;EACvJ,IAAIH,KAAK,CAACxD,aAAa,EAAE;IACrB;IACAwD,KAAK,CAACxD,aAAa,CAAC2D,SAAS,GAAGlE,YAAY,CAACK,8BAA8B,CAACE,aAAa,EAAEyD,MAAM,CAACzD,aAAa,EAAE0D,UAAU,KAAK,OAAO,GAAGD,MAAM,CAACL,YAAY,GAAGQ,SAAS,EAAEJ,KAAK,CAACxD,aAAa,CAAC2D,SAAS,CAAC;EAC7M;EACA,OAAOH,KAAK;AAChB,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__styles","mergeClasses","shorthands","createCustomFocusIndicatorStyle","tokens","typographyStyles","teachingPopoverTitleClassNames","root","dismissButton","useStyles","mc9l5x","Beiy3e4","Brf1p80","Be2twd7","Bhrd7zp","sj55zd","Bg96gwp","Byoj8tv","B6of3ja","jrapky","rootBrand","qhf8xq","Bgfg5da","B9xav0g","oivjwe","Bn0qgzm","B4g9neb","zhjwy3","wvpqe5","ibv6hh","u1mtju","h3c5rm","vrafjx","Bekrc4i","i8vvqc","g2u3we","icvyot","B4j52fo","irswps","Bt984gj","Bceei9c","Bahqtrf","De3pzq","B7ck84d","B7oj6ja","Bbmb7ep","Bfpq7zp","g9k6zt","Bn4voq9","giviqs","Bw81rd7","kdpuga","dm238s","B6xbmo0","B3whbx2","B8q5s1w","Bci5o5g","n8qw10","Bdrgwmp","Jyy4pa","dismissBrand","d","p","useTeachingPopoverTitleStyles_unstable","state","styles","appearance","className","undefined"],"sources":["useTeachingPopoverTitleStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, mergeClasses, shorthands } from \"@griffel/react\";\nimport { createCustomFocusIndicatorStyle } from \"@fluentui/react-tabster\";\nimport { tokens, typographyStyles } from \"@fluentui/react-theme\";\nexport const teachingPopoverTitleClassNames = {\n root: 'fui-TeachingPopoverTitle',\n dismissButton: 'fui-TeachingPopoverTitle__dismissButton'\n};\nconst useStyles = makeStyles({\n root: {\n display: 'flex',\n flexDirection: 'row',\n justifyContent: 'space-between',\n fontSize: tokens.fontSizeBase400,\n fontWeight: tokens.fontWeightSemibold,\n color: tokens.colorNeutralForeground1,\n lineHeight: tokens.lineHeightBase400,\n paddingBottom: tokens.spacingVerticalS,\n marginTop: tokens.spacingHorizontalNone,\n marginBottom: tokens.spacingHorizontalNone\n },\n rootBrand: {\n color: tokens.colorNeutralForegroundOnBrand\n },\n dismissButton: {\n position: 'relative',\n border: `${tokens.strokeWidthThin} solid ${tokens.colorTransparentStroke}`,\n display: 'flex',\n alignItems: 'center',\n cursor: 'pointer',\n ...typographyStyles.body1,\n backgroundColor: tokens.colorTransparentBackground,\n boxSizing: 'border-box',\n borderTopRightRadius: tokens.borderRadiusNone,\n borderBottomRightRadius: tokens.borderRadiusNone,\n borderRightStyle: 'none',\n ...createCustomFocusIndicatorStyle({\n outline: `${tokens.strokeWidthThick} solid ${tokens.colorStrokeFocus2}`,\n borderRadius: tokens.borderRadiusMedium,\n ...shorthands.borderColor('transparent')\n }),\n marginInlineStart: 'auto'\n },\n dismissBrand: {\n color: tokens.colorNeutralForegroundOnBrand\n }\n});\n/** Applies style classnames to slots */ export const useTeachingPopoverTitleStyles_unstable = (state)=>{\n const styles = useStyles();\n const { appearance } = state;\n // eslint-disable-next-line react-hooks/immutability\n state.root.className = mergeClasses(teachingPopoverTitleClassNames.root, styles.root, appearance === 'brand' && styles.rootBrand, state.root.className);\n if (state.dismissButton) {\n // eslint-disable-next-line react-hooks/immutability\n state.dismissButton.className = mergeClasses(teachingPopoverTitleClassNames.dismissButton, styles.dismissButton, appearance === 'brand' ? styles.dismissBrand : undefined, state.dismissButton.className);\n }\n return state;\n};\n"],"mappings":"AAAA,YAAY;;AACZ,SAAAA,QAAA,EAAqBC,YAAY,EAAEC,UAAU,QAAQ,gBAAgB;AACrE,SAASC,+BAA+B,QAAQ,yBAAyB;AACzE,SAASC,MAAM,EAAEC,gBAAgB,QAAQ,uBAAuB;AAChE,OAAO,MAAMC,8BAA8B,GAAG;EAC1CC,IAAI,EAAE,0BAA0B;EAChCC,aAAa,EAAE;AACnB,CAAC;AACD,MAAMC,SAAS,gBAAGT,QAAA;EAAAO,IAAA;IAAAG,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAC,SAAA;IAAAL,MAAA;EAAA;EAAAP,aAAA;IAAAa,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAA5B,MAAA;IAAA6B,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAA5B,OAAA;IAAAC,OAAA;IAAAE,OAAA;IAAA0B,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,OAAA;IAAAC,MAAA;IAAAC,OAAA;IAAAC,MAAA;EAAA;EAAAC,YAAA;IAAA7C,MAAA;EAAA;AAAA;EAAA8C,CAAA;IAAAC,CAAA;EAAA;IAAAA,CAAA;EAAA;IAAAA,CAAA;EAAA;AAAA,CAsCjB,CAAC;AACF;AAAyC,OAAO,MAAMC,sCAAsC,GAAIC,KAAK,IAAG;EACpG,MAAMC,MAAM,GAAGxD,SAAS,CAAC,CAAC;EAC1B,MAAM;IAAEyD;EAAW,CAAC,GAAGF,KAAK;EAC5B;EACAA,KAAK,CAACzD,IAAI,CAAC4D,SAAS,GAAGlE,YAAY,CAACK,8BAA8B,CAACC,IAAI,EAAE0D,MAAM,CAAC1D,IAAI,EAAE2D,UAAU,KAAK,OAAO,IAAID,MAAM,CAAC7C,SAAS,EAAE4C,KAAK,CAACzD,IAAI,CAAC4D,SAAS,CAAC;EACvJ,IAAIH,KAAK,CAACxD,aAAa,EAAE;IACrB;IACAwD,KAAK,CAACxD,aAAa,CAAC2D,SAAS,GAAGlE,YAAY,CAACK,8BAA8B,CAACE,aAAa,EAAEyD,MAAM,CAACzD,aAAa,EAAE0D,UAAU,KAAK,OAAO,GAAGD,MAAM,CAACL,YAAY,GAAGQ,SAAS,EAAEJ,KAAK,CAACxD,aAAa,CAAC2D,SAAS,CAAC;EAC7M;EACA,OAAOH,KAAK;AAChB,CAAC","ignoreList":[]}
@@ -1,7 +1,7 @@
1
1
  'use client';
2
- import { makeStyles, mergeClasses, shorthands } from '@griffel/react';
3
- import { createCustomFocusIndicatorStyle } from '@fluentui/react-tabster';
4
- import { tokens, typographyStyles } from '@fluentui/react-theme';
2
+ import { makeStyles, mergeClasses, shorthands } from "@griffel/react";
3
+ import { createCustomFocusIndicatorStyle } from "@fluentui/react-tabster";
4
+ import { tokens, typographyStyles } from "@fluentui/react-theme";
5
5
  export const teachingPopoverTitleClassNames = {
6
6
  root: 'fui-TeachingPopoverTitle',
7
7
  dismissButton: 'fui-TeachingPopoverTitle__dismissButton'
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { renderTeachingPopoverTrigger_unstable } from './renderTeachingPopoverTrigger';
3
- import { useTeachingPopoverTrigger_unstable } from './useTeachingPopoverTrigger';
2
+ import { renderTeachingPopoverTrigger_unstable } from "./renderTeachingPopoverTrigger.js";
3
+ import { useTeachingPopoverTrigger_unstable } from "./useTeachingPopoverTrigger.js";
4
4
  /**
5
5
  * Direct extension of PopoverTrigger - Wraps a trigger element as an only child and adds the necessary event handling to open a teaching bubble.
6
6
  */ export const TeachingPopoverTrigger = (props)=>{
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/TeachingPopoverTrigger/TeachingPopoverTrigger.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport type { FluentTriggerComponent } from '@fluentui/react-utilities';\nimport type { TeachingPopoverTriggerProps } from './TeachingPopoverTrigger.types';\nimport { renderTeachingPopoverTrigger_unstable } from './renderTeachingPopoverTrigger';\nimport { useTeachingPopoverTrigger_unstable } from './useTeachingPopoverTrigger';\n\n/**\n * Direct extension of PopoverTrigger - Wraps a trigger element as an only child and adds the necessary event handling to open a teaching bubble.\n */\nexport const TeachingPopoverTrigger: React.FC<TeachingPopoverTriggerProps> = props => {\n const state = useTeachingPopoverTrigger_unstable(props);\n\n return renderTeachingPopoverTrigger_unstable(state);\n};\n\nTeachingPopoverTrigger.displayName = 'TeachingPopoverTrigger';\n// type casting here is required to ensure internal type FluentTriggerComponent is not leaked\n(TeachingPopoverTrigger as FluentTriggerComponent).isFluentTriggerComponent = true;\n"],"names":["renderTeachingPopoverTrigger_unstable","useTeachingPopoverTrigger_unstable","TeachingPopoverTrigger","props","state","displayName","isFluentTriggerComponent"],"mappings":"AAAA;AAKA,SAASA,qCAAqC,QAAQ,iCAAiC;AACvF,SAASC,kCAAkC,QAAQ,8BAA8B;AAEjF;;CAEC,GACD,OAAO,MAAMC,yBAAgEC,CAAAA;IAC3E,MAAMC,QAAQH,mCAAmCE;IAEjD,OAAOH,sCAAsCI;AAC/C,EAAE;AAEFF,uBAAuBG,WAAW,GAAG;AACrC,6FAA6F;AAC5FH,uBAAkDI,wBAAwB,GAAG"}
1
+ {"version":3,"sources":["../src/components/TeachingPopoverTrigger/TeachingPopoverTrigger.tsx"],"sourcesContent":["'use client';\n\nimport type * as React from 'react';\nimport type { FluentTriggerComponent } from '@fluentui/react-utilities';\nimport type { TeachingPopoverTriggerProps } from './TeachingPopoverTrigger.types';\nimport { renderTeachingPopoverTrigger_unstable } from './renderTeachingPopoverTrigger';\nimport { useTeachingPopoverTrigger_unstable } from './useTeachingPopoverTrigger';\n\n/**\n * Direct extension of PopoverTrigger - Wraps a trigger element as an only child and adds the necessary event handling to open a teaching bubble.\n */\nexport const TeachingPopoverTrigger: React.FC<TeachingPopoverTriggerProps> = props => {\n const state = useTeachingPopoverTrigger_unstable(props);\n\n return renderTeachingPopoverTrigger_unstable(state);\n};\n\nTeachingPopoverTrigger.displayName = 'TeachingPopoverTrigger';\n// type casting here is required to ensure internal type FluentTriggerComponent is not leaked\n(TeachingPopoverTrigger as FluentTriggerComponent).isFluentTriggerComponent = true;\n"],"names":["renderTeachingPopoverTrigger_unstable","useTeachingPopoverTrigger_unstable","TeachingPopoverTrigger","props","state","displayName","isFluentTriggerComponent"],"mappings":"AAAA;AAKA,SAASA,qCAAqC,QAAQ,oCAAiC;AACvF,SAASC,kCAAkC,QAAQ,iCAA8B;AAEjF;;CAEC,GACD,OAAO,MAAMC,yBAAgEC,CAAAA;IAC3E,MAAMC,QAAQH,mCAAmCE;IAEjD,OAAOH,sCAAsCI;AAC/C,EAAE;AAEFF,uBAAuBG,WAAW,GAAG;AACrC,6FAA6F;AAC5FH,uBAAkDI,wBAAwB,GAAG"}
@@ -1,3 +1,3 @@
1
- export { TeachingPopoverTrigger } from './TeachingPopoverTrigger';
2
- export { renderTeachingPopoverTrigger_unstable } from './renderTeachingPopoverTrigger';
3
- export { useTeachingPopoverTrigger_unstable } from './useTeachingPopoverTrigger';
1
+ export { TeachingPopoverTrigger } from "./TeachingPopoverTrigger.js";
2
+ export { renderTeachingPopoverTrigger_unstable } from "./renderTeachingPopoverTrigger.js";
3
+ export { useTeachingPopoverTrigger_unstable } from "./useTeachingPopoverTrigger.js";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/TeachingPopoverTrigger/index.ts"],"sourcesContent":["export { TeachingPopoverTrigger } from './TeachingPopoverTrigger';\nexport type {\n TeachingPopoverTriggerChildProps,\n TeachingPopoverTriggerProps,\n TeachingPopoverTriggerState,\n} from './TeachingPopoverTrigger.types';\nexport { renderTeachingPopoverTrigger_unstable } from './renderTeachingPopoverTrigger';\nexport { useTeachingPopoverTrigger_unstable } from './useTeachingPopoverTrigger';\n"],"names":["TeachingPopoverTrigger","renderTeachingPopoverTrigger_unstable","useTeachingPopoverTrigger_unstable"],"mappings":"AAAA,SAASA,sBAAsB,QAAQ,2BAA2B;AAMlE,SAASC,qCAAqC,QAAQ,iCAAiC;AACvF,SAASC,kCAAkC,QAAQ,8BAA8B"}
1
+ {"version":3,"sources":["../src/components/TeachingPopoverTrigger/index.ts"],"sourcesContent":["export { TeachingPopoverTrigger } from './TeachingPopoverTrigger';\nexport type {\n TeachingPopoverTriggerChildProps,\n TeachingPopoverTriggerProps,\n TeachingPopoverTriggerState,\n} from './TeachingPopoverTrigger.types';\nexport { renderTeachingPopoverTrigger_unstable } from './renderTeachingPopoverTrigger';\nexport { useTeachingPopoverTrigger_unstable } from './useTeachingPopoverTrigger';\n"],"names":["TeachingPopoverTrigger","renderTeachingPopoverTrigger_unstable","useTeachingPopoverTrigger_unstable"],"mappings":"AAAA,SAASA,sBAAsB,QAAQ,8BAA2B;AAMlE,SAASC,qCAAqC,QAAQ,oCAAiC;AACvF,SAASC,kCAAkC,QAAQ,iCAA8B"}
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { usePopoverTrigger_unstable } from '@fluentui/react-popover';
2
+ import { usePopoverTrigger_unstable } from "@fluentui/react-popover";
3
3
  /**
4
4
  * Create the state required to render TeachingPopoverTrigger.
5
5
  *
package/lib/index.js CHANGED
@@ -1,21 +1,21 @@
1
- export { TeachingPopoverHeader, teachingPopoverHeaderClassNames, renderTeachingPopoverHeader_unstable, useTeachingPopoverHeaderStyles_unstable, useTeachingPopoverHeader_unstable } from './TeachingPopoverHeader';
2
- export { TeachingPopoverBody, teachingPopoverBodyClassNames, renderTeachingPopoverBody_unstable, useTeachingPopoverBodyStyles_unstable, useTeachingPopoverBody_unstable } from './TeachingPopoverBody';
3
- export { TeachingPopoverCarouselCard, teachingPopoverCarouselCardClassNames, renderTeachingPopoverCarouselCard_unstable, useTeachingPopoverCarouselCardStyles_unstable, useTeachingPopoverCarouselCard_unstable } from './TeachingPopoverCarouselCard';
4
- export { TeachingPopoverCarousel, teachingPopoverCarouselClassNames, renderTeachingPopoverCarousel_unstable, useTeachingPopoverCarouselStyles_unstable, useTeachingPopoverCarousel_unstable, useTeachingPopoverCarouselContextValues_unstable } from './TeachingPopoverCarousel';
5
- export { TeachingPopoverCarouselFooter, teachingPopoverCarouselFooterClassNames, renderTeachingPopoverCarouselFooter_unstable, useTeachingPopoverCarouselFooterStyles_unstable, useTeachingPopoverCarouselFooter_unstable } from './TeachingPopoverCarouselFooter';
6
- export { TeachingPopoverCarouselNav, teachingPopoverCarouselNavClassNames, renderTeachingPopoverCarouselNav_unstable, useTeachingPopoverCarouselNavStyles_unstable, useTeachingPopoverCarouselNav_unstable } from './TeachingPopoverCarouselNav';
7
- export { TeachingPopoverCarouselNavButton, teachingPopoverCarouselNavButtonClassNames, renderTeachingPopoverCarouselNavButton_unstable, useTeachingPopoverCarouselNavButtonStyles_unstable, useTeachingPopoverCarouselNavButton_unstable } from './TeachingPopoverCarouselNavButton';
8
- export { TeachingPopoverSurface, renderTeachingPopoverSurface_unstable, teachingPopoverSurfaceClassNames, useTeachingPopoverSurfaceStyles_unstable, useTeachingPopoverSurface_unstable } from './TeachingPopoverSurface';
9
- export { TeachingPopoverTitle, teachingPopoverTitleClassNames, renderTeachingPopoverTitle_unstable, useTeachingPopoverTitleStyles_unstable, useTeachingPopoverTitle_unstable } from './TeachingPopoverTitle';
10
- export { TeachingPopoverTrigger, renderTeachingPopoverTrigger_unstable, useTeachingPopoverTrigger_unstable } from './TeachingPopoverTrigger';
11
- export { TeachingPopover, renderTeachingPopover_unstable, useTeachingPopover_unstable, useTeachingPopoverContextValues_unstable } from './TeachingPopover';
12
- export { TeachingPopoverFooter, teachingPopoverFooterClassNames, renderTeachingPopoverFooter_unstable, useTeachingPopoverFooter_unstable } from './TeachingPopoverFooter';
13
- export { TeachingPopoverCarouselPageCount, renderTeachingPopoverCarouselPageCount_unstable, teachingPopoverCarouselPageCountClassNames, useTeachingPopoverCarouselPageCountStyles_unstable, useTeachingPopoverCarouselPageCount_unstable } from './TeachingPopoverCarouselPageCount';
14
- export { TeachingPopoverCarouselFooterButton, renderTeachingPopoverCarouselFooterButton_unstable, teachingPopoverCarouselFooterButtonClassNames, useTeachingPopoverCarouselFooterButtonStyles_unstable, useTeachingPopoverCarouselFooterButton_unstable } from './TeachingPopoverCarouselFooterButton';
15
- export { useTeachingPopoverHeaderBase_unstable } from './TeachingPopoverHeader';
16
- export { useTeachingPopoverFooterBase_unstable } from './TeachingPopoverFooter';
17
- export { useTeachingPopoverTitleBase_unstable } from './TeachingPopoverTitle';
18
- export { useTeachingPopoverCarouselBase_unstable } from './TeachingPopoverCarousel';
19
- export { useTeachingPopoverCarouselFooterButtonBase_unstable } from './TeachingPopoverCarouselFooterButton';
20
- export { useTeachingPopoverCarouselNavBase_unstable } from './TeachingPopoverCarouselNav';
21
- export { useTeachingPopoverCarouselNavButtonBase_unstable } from './TeachingPopoverCarouselNavButton';
1
+ export { TeachingPopoverHeader, teachingPopoverHeaderClassNames, renderTeachingPopoverHeader_unstable, useTeachingPopoverHeaderStyles_unstable, useTeachingPopoverHeader_unstable } from "./TeachingPopoverHeader.js";
2
+ export { TeachingPopoverBody, teachingPopoverBodyClassNames, renderTeachingPopoverBody_unstable, useTeachingPopoverBodyStyles_unstable, useTeachingPopoverBody_unstable } from "./TeachingPopoverBody.js";
3
+ export { TeachingPopoverCarouselCard, teachingPopoverCarouselCardClassNames, renderTeachingPopoverCarouselCard_unstable, useTeachingPopoverCarouselCardStyles_unstable, useTeachingPopoverCarouselCard_unstable } from "./TeachingPopoverCarouselCard.js";
4
+ export { TeachingPopoverCarousel, teachingPopoverCarouselClassNames, renderTeachingPopoverCarousel_unstable, useTeachingPopoverCarouselStyles_unstable, useTeachingPopoverCarousel_unstable, useTeachingPopoverCarouselContextValues_unstable } from "./TeachingPopoverCarousel.js";
5
+ export { TeachingPopoverCarouselFooter, teachingPopoverCarouselFooterClassNames, renderTeachingPopoverCarouselFooter_unstable, useTeachingPopoverCarouselFooterStyles_unstable, useTeachingPopoverCarouselFooter_unstable } from "./TeachingPopoverCarouselFooter.js";
6
+ export { TeachingPopoverCarouselNav, teachingPopoverCarouselNavClassNames, renderTeachingPopoverCarouselNav_unstable, useTeachingPopoverCarouselNavStyles_unstable, useTeachingPopoverCarouselNav_unstable } from "./TeachingPopoverCarouselNav.js";
7
+ export { TeachingPopoverCarouselNavButton, teachingPopoverCarouselNavButtonClassNames, renderTeachingPopoverCarouselNavButton_unstable, useTeachingPopoverCarouselNavButtonStyles_unstable, useTeachingPopoverCarouselNavButton_unstable } from "./TeachingPopoverCarouselNavButton.js";
8
+ export { TeachingPopoverSurface, renderTeachingPopoverSurface_unstable, teachingPopoverSurfaceClassNames, useTeachingPopoverSurfaceStyles_unstable, useTeachingPopoverSurface_unstable } from "./TeachingPopoverSurface.js";
9
+ export { TeachingPopoverTitle, teachingPopoverTitleClassNames, renderTeachingPopoverTitle_unstable, useTeachingPopoverTitleStyles_unstable, useTeachingPopoverTitle_unstable } from "./TeachingPopoverTitle.js";
10
+ export { TeachingPopoverTrigger, renderTeachingPopoverTrigger_unstable, useTeachingPopoverTrigger_unstable } from "./TeachingPopoverTrigger.js";
11
+ export { TeachingPopover, renderTeachingPopover_unstable, useTeachingPopover_unstable, useTeachingPopoverContextValues_unstable } from "./TeachingPopover.js";
12
+ export { TeachingPopoverFooter, teachingPopoverFooterClassNames, renderTeachingPopoverFooter_unstable, useTeachingPopoverFooter_unstable } from "./TeachingPopoverFooter.js";
13
+ export { TeachingPopoverCarouselPageCount, renderTeachingPopoverCarouselPageCount_unstable, teachingPopoverCarouselPageCountClassNames, useTeachingPopoverCarouselPageCountStyles_unstable, useTeachingPopoverCarouselPageCount_unstable } from "./TeachingPopoverCarouselPageCount.js";
14
+ export { TeachingPopoverCarouselFooterButton, renderTeachingPopoverCarouselFooterButton_unstable, teachingPopoverCarouselFooterButtonClassNames, useTeachingPopoverCarouselFooterButtonStyles_unstable, useTeachingPopoverCarouselFooterButton_unstable } from "./TeachingPopoverCarouselFooterButton.js";
15
+ export { useTeachingPopoverHeaderBase_unstable } from "./TeachingPopoverHeader.js";
16
+ export { useTeachingPopoverFooterBase_unstable } from "./TeachingPopoverFooter.js";
17
+ export { useTeachingPopoverTitleBase_unstable } from "./TeachingPopoverTitle.js";
18
+ export { useTeachingPopoverCarouselBase_unstable } from "./TeachingPopoverCarousel.js";
19
+ export { useTeachingPopoverCarouselFooterButtonBase_unstable } from "./TeachingPopoverCarouselFooterButton.js";
20
+ export { useTeachingPopoverCarouselNavBase_unstable } from "./TeachingPopoverCarouselNav.js";
21
+ export { useTeachingPopoverCarouselNavButtonBase_unstable } from "./TeachingPopoverCarouselNavButton.js";