@fluentui/react-migration-v0-v9 9.6.34 → 9.6.35

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 (296) hide show
  1. package/CHANGELOG.md +19 -2
  2. package/dist/index.d.cts +494 -0
  3. package/lib/components/Attachment/Attachment.js +4 -4
  4. package/lib/components/Attachment/Attachment.js.map +1 -1
  5. package/lib/components/Attachment/Attachment.styles.js +3 -3
  6. package/lib/components/Attachment/Attachment.styles.js.map +1 -1
  7. package/lib/components/Attachment/Attachment.styles.raw.js +3 -3
  8. package/lib/components/Attachment/Attachment.styles.raw.js.map +1 -1
  9. package/lib/components/Attachment/AttachmentAction.js +3 -3
  10. package/lib/components/Attachment/AttachmentAction.js.map +1 -1
  11. package/lib/components/Attachment/AttachmentAction.styles.js +1 -1
  12. package/lib/components/Attachment/AttachmentAction.styles.js.map +1 -1
  13. package/lib/components/Attachment/AttachmentAction.styles.raw.js +1 -1
  14. package/lib/components/Attachment/AttachmentBody.js +3 -3
  15. package/lib/components/Attachment/AttachmentBody.js.map +1 -1
  16. package/lib/components/Attachment/AttachmentBody.styles.js +1 -1
  17. package/lib/components/Attachment/AttachmentBody.styles.js.map +1 -1
  18. package/lib/components/Attachment/AttachmentBody.styles.raw.js +1 -1
  19. package/lib/components/Attachment/AttachmentDescription.js +3 -3
  20. package/lib/components/Attachment/AttachmentDescription.js.map +1 -1
  21. package/lib/components/Attachment/AttachmentDescription.styles.js +1 -1
  22. package/lib/components/Attachment/AttachmentDescription.styles.js.map +1 -1
  23. package/lib/components/Attachment/AttachmentDescription.styles.raw.js +1 -1
  24. package/lib/components/Attachment/AttachmentHeader.js +3 -3
  25. package/lib/components/Attachment/AttachmentHeader.js.map +1 -1
  26. package/lib/components/Attachment/AttachmentHeader.styles.js +1 -1
  27. package/lib/components/Attachment/AttachmentHeader.styles.js.map +1 -1
  28. package/lib/components/Attachment/AttachmentHeader.styles.raw.js +1 -1
  29. package/lib/components/Attachment/AttachmentIcon.js +3 -3
  30. package/lib/components/Attachment/AttachmentIcon.js.map +1 -1
  31. package/lib/components/Attachment/AttachmentIcon.styles.js +1 -1
  32. package/lib/components/Attachment/AttachmentIcon.styles.js.map +1 -1
  33. package/lib/components/Attachment/AttachmentIcon.styles.raw.js +1 -1
  34. package/lib/components/Attachment/index.js +6 -6
  35. package/lib/components/Attachment/index.js.map +1 -1
  36. package/lib/components/Button/ButtonMigration.mixins.js +1 -1
  37. package/lib/components/Button/index.js +1 -1
  38. package/lib/components/Button/index.js.map +1 -1
  39. package/lib/components/Flex/Flex.js +3 -3
  40. package/lib/components/Flex/Flex.js.map +1 -1
  41. package/lib/components/Flex/Flex.styles.js +1 -1
  42. package/lib/components/Flex/Flex.styles.js.map +1 -1
  43. package/lib/components/Flex/Flex.styles.raw.js +1 -1
  44. package/lib/components/Flex/index.js +3 -3
  45. package/lib/components/Flex/index.js.map +1 -1
  46. package/lib/components/FormField/FormFieldShim.js +2 -2
  47. package/lib/components/FormField/index.js +1 -1
  48. package/lib/components/FormField/index.js.map +1 -1
  49. package/lib/components/Grid/Grid.styles.js +1 -1
  50. package/lib/components/Grid/Grid.styles.js.map +1 -1
  51. package/lib/components/Grid/Grid.styles.raw.js +1 -1
  52. package/lib/components/Grid/GridShim.js +3 -3
  53. package/lib/components/Grid/GridShim.js.map +1 -1
  54. package/lib/components/Grid/index.js +3 -3
  55. package/lib/components/Grid/index.js.map +1 -1
  56. package/lib/components/Input/Input.mixins.js +1 -1
  57. package/lib/components/Input/index.js +1 -1
  58. package/lib/components/Input/index.js.map +1 -1
  59. package/lib/components/ItemLayout/ItemLayout.js +4 -4
  60. package/lib/components/ItemLayout/ItemLayout.js.map +1 -1
  61. package/lib/components/ItemLayout/ItemLayout.styles.js +1 -1
  62. package/lib/components/ItemLayout/ItemLayout.styles.js.map +1 -1
  63. package/lib/components/ItemLayout/ItemLayout.styles.raw.js +1 -1
  64. package/lib/components/ItemLayout/index.js +2 -2
  65. package/lib/components/ItemLayout/index.js.map +1 -1
  66. package/lib/components/List/List/List.js +6 -6
  67. package/lib/components/List/List/List.js.map +1 -1
  68. package/lib/components/List/List/index.js +4 -4
  69. package/lib/components/List/List/index.js.map +1 -1
  70. package/lib/components/List/List/listContext.js +1 -1
  71. package/lib/components/List/List/renderList.js +2 -2
  72. package/lib/components/List/List/renderList.js.map +1 -1
  73. package/lib/components/List/List/useList.js +3 -3
  74. package/lib/components/List/List/useList.js.map +1 -1
  75. package/lib/components/List/List/useListStyles.styles.js +1 -1
  76. package/lib/components/List/List/useListStyles.styles.js.map +1 -1
  77. package/lib/components/List/List/useListStyles.styles.raw.js +1 -1
  78. package/lib/components/List/ListItem/ListItem.js +5 -5
  79. package/lib/components/List/ListItem/ListItem.js.map +1 -1
  80. package/lib/components/List/ListItem/index.js +4 -4
  81. package/lib/components/List/ListItem/index.js.map +1 -1
  82. package/lib/components/List/ListItem/renderListItem.js +2 -2
  83. package/lib/components/List/ListItem/renderListItem.js.map +1 -1
  84. package/lib/components/List/ListItem/useListItem.js +3 -3
  85. package/lib/components/List/ListItem/useListItem.js.map +1 -1
  86. package/lib/components/List/ListItem/useListItemStyles.styles.js +3 -3
  87. package/lib/components/List/ListItem/useListItemStyles.styles.js.map +1 -1
  88. package/lib/components/List/ListItem/useListItemStyles.styles.raw.js +3 -3
  89. package/lib/components/List/hooks/index.js +1 -1
  90. package/lib/components/List/hooks/index.js.map +1 -1
  91. package/lib/components/List/hooks/useListSelection.js +2 -2
  92. package/lib/components/List/index.js +3 -3
  93. package/lib/components/List/index.js.map +1 -1
  94. package/lib/components/Primitive/Primitive.js +2 -2
  95. package/lib/components/Primitive/index.js +1 -1
  96. package/lib/components/Primitive/index.js.map +1 -1
  97. package/lib/components/Segment/Segment.js +3 -3
  98. package/lib/components/Segment/Segment.js.map +1 -1
  99. package/lib/components/Segment/Segment.styles.js +1 -1
  100. package/lib/components/Segment/Segment.styles.js.map +1 -1
  101. package/lib/components/Segment/Segment.styles.raw.js +1 -1
  102. package/lib/components/Segment/index.js +1 -1
  103. package/lib/components/Segment/index.js.map +1 -1
  104. package/lib/components/Slider/index.js +1 -1
  105. package/lib/components/Slider/index.js.map +1 -1
  106. package/lib/components/Spinner/SpinnerMigration.mixins.js +1 -1
  107. package/lib/components/Spinner/index.js +1 -1
  108. package/lib/components/Spinner/index.js.map +1 -1
  109. package/lib/components/StyledText/StyledText.js +3 -3
  110. package/lib/components/StyledText/StyledText.js.map +1 -1
  111. package/lib/components/StyledText/StyledText.styles.js +1 -1
  112. package/lib/components/StyledText/StyledText.styles.js.map +1 -1
  113. package/lib/components/StyledText/StyledText.styles.raw.js +1 -1
  114. package/lib/components/StyledText/index.js +2 -2
  115. package/lib/components/StyledText/index.js.map +1 -1
  116. package/lib/components/Video/Video.js +3 -3
  117. package/lib/components/Video/Video.js.map +1 -1
  118. package/lib/components/Video/Video.styles.js +1 -1
  119. package/lib/components/Video/Video.styles.js.map +1 -1
  120. package/lib/components/Video/Video.styles.raw.js +1 -1
  121. package/lib/components/Video/index.js +1 -1
  122. package/lib/components/Video/index.js.map +1 -1
  123. package/lib/index.js +14 -14
  124. package/lib/index.js.map +1 -1
  125. package/lib-commonjs/components/Attachment/{Attachment.js → Attachment.cjs} +1 -1
  126. package/lib-commonjs/components/Attachment/{Attachment.js.map → Attachment.cjs.map} +1 -1
  127. package/lib-commonjs/components/Attachment/Attachment.styles.cjs.map +1 -0
  128. package/lib-commonjs/components/Attachment/{Attachment.styles.raw.js → Attachment.styles.raw.cjs} +2 -2
  129. package/lib-commonjs/components/Attachment/{Attachment.styles.raw.js.map → Attachment.styles.raw.cjs.map} +1 -1
  130. package/lib-commonjs/components/Attachment/{AttachmentAction.js → AttachmentAction.cjs} +1 -1
  131. package/lib-commonjs/components/Attachment/{AttachmentAction.js.map → AttachmentAction.cjs.map} +1 -1
  132. package/lib-commonjs/components/Attachment/AttachmentAction.styles.cjs.map +1 -0
  133. package/lib-commonjs/components/Attachment/{AttachmentBody.js → AttachmentBody.cjs} +1 -1
  134. package/lib-commonjs/components/Attachment/{AttachmentBody.js.map → AttachmentBody.cjs.map} +1 -1
  135. package/lib-commonjs/components/Attachment/AttachmentBody.styles.cjs.map +1 -0
  136. package/lib-commonjs/components/Attachment/{AttachmentDescription.js → AttachmentDescription.cjs} +1 -1
  137. package/lib-commonjs/components/Attachment/{AttachmentDescription.js.map → AttachmentDescription.cjs.map} +1 -1
  138. package/lib-commonjs/components/Attachment/AttachmentDescription.styles.cjs.map +1 -0
  139. package/lib-commonjs/components/Attachment/{AttachmentHeader.js → AttachmentHeader.cjs} +1 -1
  140. package/lib-commonjs/components/Attachment/{AttachmentHeader.js.map → AttachmentHeader.cjs.map} +1 -1
  141. package/lib-commonjs/components/Attachment/AttachmentHeader.styles.cjs.map +1 -0
  142. package/lib-commonjs/components/Attachment/{AttachmentIcon.js → AttachmentIcon.cjs} +1 -1
  143. package/lib-commonjs/components/Attachment/{AttachmentIcon.js.map → AttachmentIcon.cjs.map} +1 -1
  144. package/lib-commonjs/components/Attachment/AttachmentIcon.styles.cjs.map +1 -0
  145. package/lib-commonjs/components/Attachment/{index.js → index.cjs} +6 -6
  146. package/lib-commonjs/components/Attachment/{index.js.map → index.cjs.map} +1 -1
  147. package/lib-commonjs/components/Button/{index.js → index.cjs} +1 -1
  148. package/lib-commonjs/components/Button/{index.js.map → index.cjs.map} +1 -1
  149. package/lib-commonjs/components/Flex/{Flex.js → Flex.cjs} +1 -1
  150. package/lib-commonjs/components/Flex/{Flex.js.map → Flex.cjs.map} +1 -1
  151. package/lib-commonjs/components/Flex/Flex.styles.cjs.map +1 -0
  152. package/lib-commonjs/components/Flex/{index.js → index.cjs} +3 -3
  153. package/lib-commonjs/components/Flex/{index.js.map → index.cjs.map} +1 -1
  154. package/lib-commonjs/components/FormField/{index.js → index.cjs} +1 -1
  155. package/lib-commonjs/components/FormField/{index.js.map → index.cjs.map} +1 -1
  156. package/lib-commonjs/components/Grid/Grid.styles.cjs.map +1 -0
  157. package/lib-commonjs/components/Grid/{GridShim.js → GridShim.cjs} +1 -1
  158. package/lib-commonjs/components/Grid/{GridShim.js.map → GridShim.cjs.map} +1 -1
  159. package/lib-commonjs/components/Grid/{index.js → index.cjs} +3 -3
  160. package/lib-commonjs/components/Grid/{index.js.map → index.cjs.map} +1 -1
  161. package/lib-commonjs/components/Input/{index.js → index.cjs} +1 -1
  162. package/lib-commonjs/components/Input/{index.js.map → index.cjs.map} +1 -1
  163. package/lib-commonjs/components/ItemLayout/{ItemLayout.js → ItemLayout.cjs} +1 -1
  164. package/lib-commonjs/components/ItemLayout/{ItemLayout.js.map → ItemLayout.cjs.map} +1 -1
  165. package/lib-commonjs/components/ItemLayout/ItemLayout.styles.cjs.map +1 -0
  166. package/lib-commonjs/components/ItemLayout/{index.js → index.cjs} +2 -2
  167. package/lib-commonjs/components/ItemLayout/{index.js.map → index.cjs.map} +1 -1
  168. package/lib-commonjs/components/List/List/{List.js → List.cjs} +4 -4
  169. package/lib-commonjs/components/List/List/{List.js.map → List.cjs.map} +1 -1
  170. package/lib-commonjs/components/List/List/{index.js → index.cjs} +4 -4
  171. package/lib-commonjs/components/List/List/{index.js.map → index.cjs.map} +1 -1
  172. package/lib-commonjs/components/List/List/{renderList.js → renderList.cjs} +1 -1
  173. package/lib-commonjs/components/List/List/{renderList.js.map → renderList.cjs.map} +1 -1
  174. package/lib-commonjs/components/List/List/{useList.js → useList.cjs} +1 -1
  175. package/lib-commonjs/components/List/List/{useList.js.map → useList.cjs.map} +1 -1
  176. package/lib-commonjs/components/List/List/useListStyles.styles.cjs.map +1 -0
  177. package/lib-commonjs/components/List/ListItem/{ListItem.js → ListItem.cjs} +3 -3
  178. package/lib-commonjs/components/List/ListItem/{ListItem.js.map → ListItem.cjs.map} +1 -1
  179. package/lib-commonjs/components/List/ListItem/{index.js → index.cjs} +4 -4
  180. package/lib-commonjs/components/List/ListItem/{index.js.map → index.cjs.map} +1 -1
  181. package/lib-commonjs/components/List/ListItem/{renderListItem.js → renderListItem.cjs} +2 -2
  182. package/lib-commonjs/components/List/ListItem/{renderListItem.js.map → renderListItem.cjs.map} +1 -1
  183. package/lib-commonjs/components/List/ListItem/{useListItem.js → useListItem.cjs} +1 -1
  184. package/lib-commonjs/components/List/ListItem/{useListItem.js.map → useListItem.cjs.map} +1 -1
  185. package/lib-commonjs/components/List/ListItem/useListItemStyles.styles.cjs.map +1 -0
  186. package/lib-commonjs/components/List/hooks/{index.js → index.cjs} +1 -1
  187. package/lib-commonjs/components/List/hooks/{index.js.map → index.cjs.map} +1 -1
  188. package/lib-commonjs/components/List/{index.js → index.cjs} +14 -14
  189. package/lib-commonjs/components/List/{index.js.map → index.cjs.map} +1 -1
  190. package/lib-commonjs/components/Primitive/{index.js → index.cjs} +1 -1
  191. package/lib-commonjs/components/Primitive/{index.js.map → index.cjs.map} +1 -1
  192. package/lib-commonjs/components/Segment/{Segment.js → Segment.cjs} +1 -1
  193. package/lib-commonjs/components/Segment/{Segment.js.map → Segment.cjs.map} +1 -1
  194. package/lib-commonjs/components/Segment/Segment.styles.cjs.map +1 -0
  195. package/lib-commonjs/components/Segment/{index.js → index.cjs} +1 -1
  196. package/lib-commonjs/components/Segment/{index.js.map → index.cjs.map} +1 -1
  197. package/lib-commonjs/components/Slider/{index.js → index.cjs} +1 -1
  198. package/lib-commonjs/components/Slider/{index.js.map → index.cjs.map} +1 -1
  199. package/lib-commonjs/components/Spinner/{index.js → index.cjs} +1 -1
  200. package/lib-commonjs/components/Spinner/{index.js.map → index.cjs.map} +1 -1
  201. package/lib-commonjs/components/StyledText/{StyledText.js → StyledText.cjs} +1 -1
  202. package/lib-commonjs/components/StyledText/{StyledText.js.map → StyledText.cjs.map} +1 -1
  203. package/lib-commonjs/components/StyledText/StyledText.styles.cjs.map +1 -0
  204. package/lib-commonjs/components/StyledText/{index.js → index.cjs} +2 -2
  205. package/lib-commonjs/components/StyledText/{index.js.map → index.cjs.map} +1 -1
  206. package/lib-commonjs/components/Video/{Video.js → Video.cjs} +1 -1
  207. package/lib-commonjs/components/Video/{Video.js.map → Video.cjs.map} +1 -1
  208. package/lib-commonjs/components/Video/Video.styles.cjs.map +1 -0
  209. package/lib-commonjs/components/Video/{index.js → index.cjs} +1 -1
  210. package/lib-commonjs/components/Video/{index.js.map → index.cjs.map} +1 -1
  211. package/lib-commonjs/index.cjs +182 -0
  212. package/lib-commonjs/{index.js.map → index.cjs.map} +1 -1
  213. package/package.json +21 -15
  214. package/lib-commonjs/components/Attachment/Attachment.styles.js.map +0 -1
  215. package/lib-commonjs/components/Attachment/AttachmentAction.styles.js.map +0 -1
  216. package/lib-commonjs/components/Attachment/AttachmentBody.styles.js.map +0 -1
  217. package/lib-commonjs/components/Attachment/AttachmentDescription.styles.js.map +0 -1
  218. package/lib-commonjs/components/Attachment/AttachmentHeader.styles.js.map +0 -1
  219. package/lib-commonjs/components/Attachment/AttachmentIcon.styles.js.map +0 -1
  220. package/lib-commonjs/components/Flex/Flex.styles.js.map +0 -1
  221. package/lib-commonjs/components/Grid/Grid.styles.js.map +0 -1
  222. package/lib-commonjs/components/ItemLayout/ItemLayout.styles.js.map +0 -1
  223. package/lib-commonjs/components/List/List/useListStyles.styles.js.map +0 -1
  224. package/lib-commonjs/components/List/ListItem/useListItemStyles.styles.js.map +0 -1
  225. package/lib-commonjs/components/Segment/Segment.styles.js.map +0 -1
  226. package/lib-commonjs/components/StyledText/StyledText.styles.js.map +0 -1
  227. package/lib-commonjs/components/Video/Video.styles.js.map +0 -1
  228. package/lib-commonjs/index.js +0 -182
  229. /package/lib-commonjs/components/Attachment/{Attachment.styles.js → Attachment.styles.cjs} +0 -0
  230. /package/lib-commonjs/components/Attachment/{AttachmentAction.styles.js → AttachmentAction.styles.cjs} +0 -0
  231. /package/lib-commonjs/components/Attachment/{AttachmentAction.styles.raw.js → AttachmentAction.styles.raw.cjs} +0 -0
  232. /package/lib-commonjs/components/Attachment/{AttachmentAction.styles.raw.js.map → AttachmentAction.styles.raw.cjs.map} +0 -0
  233. /package/lib-commonjs/components/Attachment/{AttachmentBody.styles.js → AttachmentBody.styles.cjs} +0 -0
  234. /package/lib-commonjs/components/Attachment/{AttachmentBody.styles.raw.js → AttachmentBody.styles.raw.cjs} +0 -0
  235. /package/lib-commonjs/components/Attachment/{AttachmentBody.styles.raw.js.map → AttachmentBody.styles.raw.cjs.map} +0 -0
  236. /package/lib-commonjs/components/Attachment/{AttachmentDescription.styles.js → AttachmentDescription.styles.cjs} +0 -0
  237. /package/lib-commonjs/components/Attachment/{AttachmentDescription.styles.raw.js → AttachmentDescription.styles.raw.cjs} +0 -0
  238. /package/lib-commonjs/components/Attachment/{AttachmentDescription.styles.raw.js.map → AttachmentDescription.styles.raw.cjs.map} +0 -0
  239. /package/lib-commonjs/components/Attachment/{AttachmentHeader.styles.js → AttachmentHeader.styles.cjs} +0 -0
  240. /package/lib-commonjs/components/Attachment/{AttachmentHeader.styles.raw.js → AttachmentHeader.styles.raw.cjs} +0 -0
  241. /package/lib-commonjs/components/Attachment/{AttachmentHeader.styles.raw.js.map → AttachmentHeader.styles.raw.cjs.map} +0 -0
  242. /package/lib-commonjs/components/Attachment/{AttachmentIcon.styles.js → AttachmentIcon.styles.cjs} +0 -0
  243. /package/lib-commonjs/components/Attachment/{AttachmentIcon.styles.raw.js → AttachmentIcon.styles.raw.cjs} +0 -0
  244. /package/lib-commonjs/components/Attachment/{AttachmentIcon.styles.raw.js.map → AttachmentIcon.styles.raw.cjs.map} +0 -0
  245. /package/lib-commonjs/components/Button/{ButtonMigration.mixins.js → ButtonMigration.mixins.cjs} +0 -0
  246. /package/lib-commonjs/components/Button/{ButtonMigration.mixins.js.map → ButtonMigration.mixins.cjs.map} +0 -0
  247. /package/lib-commonjs/components/Flex/{Flex.styles.js → Flex.styles.cjs} +0 -0
  248. /package/lib-commonjs/components/Flex/{Flex.styles.raw.js → Flex.styles.raw.cjs} +0 -0
  249. /package/lib-commonjs/components/Flex/{Flex.styles.raw.js.map → Flex.styles.raw.cjs.map} +0 -0
  250. /package/lib-commonjs/components/Flex/{FlexItem.mixins.js → FlexItem.mixins.cjs} +0 -0
  251. /package/lib-commonjs/components/Flex/{FlexItem.mixins.js.map → FlexItem.mixins.cjs.map} +0 -0
  252. /package/lib-commonjs/components/FormField/{FormFieldShim.js → FormFieldShim.cjs} +0 -0
  253. /package/lib-commonjs/components/FormField/{FormFieldShim.js.map → FormFieldShim.cjs.map} +0 -0
  254. /package/lib-commonjs/components/Grid/{Grid.mixins.js → Grid.mixins.cjs} +0 -0
  255. /package/lib-commonjs/components/Grid/{Grid.mixins.js.map → Grid.mixins.cjs.map} +0 -0
  256. /package/lib-commonjs/components/Grid/{Grid.styles.js → Grid.styles.cjs} +0 -0
  257. /package/lib-commonjs/components/Grid/{Grid.styles.raw.js → Grid.styles.raw.cjs} +0 -0
  258. /package/lib-commonjs/components/Grid/{Grid.styles.raw.js.map → Grid.styles.raw.cjs.map} +0 -0
  259. /package/lib-commonjs/components/Input/{Input.mixins.js → Input.mixins.cjs} +0 -0
  260. /package/lib-commonjs/components/Input/{Input.mixins.js.map → Input.mixins.cjs.map} +0 -0
  261. /package/lib-commonjs/components/ItemLayout/{ItemLayout.styles.js → ItemLayout.styles.cjs} +0 -0
  262. /package/lib-commonjs/components/ItemLayout/{ItemLayout.styles.raw.js → ItemLayout.styles.raw.cjs} +0 -0
  263. /package/lib-commonjs/components/ItemLayout/{ItemLayout.styles.raw.js.map → ItemLayout.styles.raw.cjs.map} +0 -0
  264. /package/lib-commonjs/components/List/List/{List.types.js → List.types.cjs} +0 -0
  265. /package/lib-commonjs/components/List/List/{List.types.js.map → List.types.cjs.map} +0 -0
  266. /package/lib-commonjs/components/List/List/{listContext.js → listContext.cjs} +0 -0
  267. /package/lib-commonjs/components/List/List/{listContext.js.map → listContext.cjs.map} +0 -0
  268. /package/lib-commonjs/components/List/List/{useListContextValues.js → useListContextValues.cjs} +0 -0
  269. /package/lib-commonjs/components/List/List/{useListContextValues.js.map → useListContextValues.cjs.map} +0 -0
  270. /package/lib-commonjs/components/List/List/{useListStyles.styles.js → useListStyles.styles.cjs} +0 -0
  271. /package/lib-commonjs/components/List/List/{useListStyles.styles.raw.js → useListStyles.styles.raw.cjs} +0 -0
  272. /package/lib-commonjs/components/List/List/{useListStyles.styles.raw.js.map → useListStyles.styles.raw.cjs.map} +0 -0
  273. /package/lib-commonjs/components/List/ListItem/{ListItem.types.js → ListItem.types.cjs} +0 -0
  274. /package/lib-commonjs/components/List/ListItem/{ListItem.types.js.map → ListItem.types.cjs.map} +0 -0
  275. /package/lib-commonjs/components/List/ListItem/{useListItemStyles.styles.js → useListItemStyles.styles.cjs} +0 -0
  276. /package/lib-commonjs/components/List/ListItem/{useListItemStyles.styles.raw.js → useListItemStyles.styles.raw.cjs} +0 -0
  277. /package/lib-commonjs/components/List/ListItem/{useListItemStyles.styles.raw.js.map → useListItemStyles.styles.raw.cjs.map} +0 -0
  278. /package/lib-commonjs/components/List/hooks/{types.js → types.cjs} +0 -0
  279. /package/lib-commonjs/components/List/hooks/{types.js.map → types.cjs.map} +0 -0
  280. /package/lib-commonjs/components/List/hooks/{useListSelection.js → useListSelection.cjs} +0 -0
  281. /package/lib-commonjs/components/List/hooks/{useListSelection.js.map → useListSelection.cjs.map} +0 -0
  282. /package/lib-commonjs/components/Primitive/{Primitive.js → Primitive.cjs} +0 -0
  283. /package/lib-commonjs/components/Primitive/{Primitive.js.map → Primitive.cjs.map} +0 -0
  284. /package/lib-commonjs/components/Segment/{Segment.styles.js → Segment.styles.cjs} +0 -0
  285. /package/lib-commonjs/components/Segment/{Segment.styles.raw.js → Segment.styles.raw.cjs} +0 -0
  286. /package/lib-commonjs/components/Segment/{Segment.styles.raw.js.map → Segment.styles.raw.cjs.map} +0 -0
  287. /package/lib-commonjs/components/Slider/{Slider.mixins.js → Slider.mixins.cjs} +0 -0
  288. /package/lib-commonjs/components/Slider/{Slider.mixins.js.map → Slider.mixins.cjs.map} +0 -0
  289. /package/lib-commonjs/components/Spinner/{SpinnerMigration.mixins.js → SpinnerMigration.mixins.cjs} +0 -0
  290. /package/lib-commonjs/components/Spinner/{SpinnerMigration.mixins.js.map → SpinnerMigration.mixins.cjs.map} +0 -0
  291. /package/lib-commonjs/components/StyledText/{StyledText.styles.js → StyledText.styles.cjs} +0 -0
  292. /package/lib-commonjs/components/StyledText/{StyledText.styles.raw.js → StyledText.styles.raw.cjs} +0 -0
  293. /package/lib-commonjs/components/StyledText/{StyledText.styles.raw.js.map → StyledText.styles.raw.cjs.map} +0 -0
  294. /package/lib-commonjs/components/Video/{Video.styles.js → Video.styles.cjs} +0 -0
  295. /package/lib-commonjs/components/Video/{Video.styles.raw.js → Video.styles.raw.cjs} +0 -0
  296. /package/lib-commonjs/components/Video/{Video.styles.raw.js.map → Video.styles.raw.cjs.map} +0 -0
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/StyledText/StyledText.tsx"],"sourcesContent":["/** @jsxRuntime automatic */\n/** @jsxImportSource @fluentui/react-jsx-runtime */\n\n'use client';\n\nimport * as React from 'react';\nimport type { Slot, ComponentProps } from '@fluentui/react-components';\nimport { getIntrinsicElementProps, mergeClasses, slot } from '@fluentui/react-components';\nimport { useSizeStyles, useStyles, useWeightStyles } from './StyledText.styles';\n\nexport type StyledTextSlots = {\n root: Slot<'span', 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'pre' | 'time'>;\n};\n\nexport type StyledTextProps = ComponentProps<StyledTextSlots> & {\n /**\n * Aligns text based on the parent container.\n */\n align?: 'start' | 'center' | 'end' | 'justify';\n\n /**\n * At mentions can be formatted to draw users' attention.\n * Mentions for \"me\" can be formatted to appear differently.\n */\n atMention?: 'me' | boolean;\n\n /**\n * Set as disabled StyledText component\n */\n disabled?: boolean;\n\n /**\n * Set as error StyledText component\n */\n error?: boolean;\n\n /**\n * The StyledText can appear more important and draw user's attention\n */\n important?: boolean;\n\n /**\n * Applies font size and line height based on the theme tokens.\n */\n size?:\n | 'smaller'\n | 'small'\n | 'medium'\n | 'large'\n | 'large500'\n | 'larger'\n | 'largest'\n | 100\n | 200\n | 300\n | 400\n | 500\n | 600\n | 700;\n\n /**\n * Set as success StyledText component\n */\n success?: boolean;\n\n /**\n * The text can signify a temporary state\n */\n temporary?: boolean;\n\n /**\n * Set as timestamp StyledText component\n */\n timestamp?: boolean;\n\n /**\n * Truncate overflowing text for block displays.\n */\n truncate?: boolean;\n\n /**\n * Applies font weight to the content.\n */\n weight?: 'light' | 'semilight' | 'regular' | 'medium' | 'semibold' | 'bold';\n\n /**\n * Wraps the text content on white spaces.\n *\n * @default true\n */\n wrap?: boolean;\n};\n\nexport const styledTextClassName = 'fui-StyledText';\n\nconst sizeMap: Record<string, 'base100' | 'base200' | 'base300' | 'base400' | 'base500' | 'base600' | 'hero700'> = {\n '100': 'base100',\n '200': 'base200',\n '300': 'base300',\n '400': 'base400',\n '500': 'base500',\n '600': 'base600',\n '700': 'hero700',\n smaller: 'base100',\n small: 'base200',\n medium: 'base300',\n large: 'base400',\n large500: 'base500',\n larger: 'base600',\n largest: 'hero700',\n};\n\nexport const StyledText = React.forwardRef<HTMLSpanElement, StyledTextProps>((props, ref) => {\n const {\n align,\n atMention,\n disabled,\n error,\n important,\n success,\n temporary,\n timestamp,\n truncate,\n weight,\n wrap = true,\n } = props;\n\n const dir = typeof props.children === 'string' ? 'auto' : undefined;\n\n const sizeStyles = useSizeStyles();\n const weightStyles = useWeightStyles();\n const styles = useStyles();\n\n const size = props.size ? sizeMap[props.size] : props.size;\n\n const RootSlot = slot.always(\n getIntrinsicElementProps('span', {\n ref,\n ...props,\n dir,\n className: mergeClasses(\n styledTextClassName,\n size && sizeStyles[size],\n weight && weightStyles[weight],\n wrap === false && styles.nowrap,\n truncate && styles.truncate,\n align === 'center' && styles.alignCenter,\n align === 'end' && styles.alignEnd,\n align === 'justify' && styles.alignJustify,\n\n atMention && styles.mention,\n atMention === 'me' && styles.mentionMe,\n disabled && styles.disabled,\n error && styles.error,\n important && styles.important,\n success && styles.success,\n temporary && styles.temporary,\n timestamp && styles.timestamp,\n props.className,\n ),\n }),\n { elementType: 'span' },\n );\n\n return <RootSlot />;\n});\n\nStyledText.displayName = 'StyledText';\n"],"names":["React","getIntrinsicElementProps","mergeClasses","slot","useSizeStyles","useStyles","useWeightStyles","styledTextClassName","sizeMap","smaller","small","medium","large","large500","larger","largest","StyledText","forwardRef","props","ref","align","atMention","disabled","error","important","success","temporary","timestamp","truncate","weight","wrap","dir","children","undefined","sizeStyles","weightStyles","styles","size","RootSlot","always","className","nowrap","alignCenter","alignEnd","alignJustify","mention","mentionMe","elementType","displayName"],"mappings":"AAAA,wBAA0B,GAC1B,iDAAiD,GAEjD;;;;;;;;;;;;IA6GagB,UAAAA;;;uBAnBAT;;;;;;iEAxFU,QAAQ;iCAE8B,6BAA6B;kCAChC,sBAAsB;AAqFzE,MAAMA,sBAAsB,iBAAiB;AAEpD,MAAMC,UAA6G;IACjH,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACPC,SAAS;IACTC,OAAO;IACPC,QAAQ;IACRC,OAAO;IACPC,UAAU;IACVC,QAAQ;IACRC,SAAS;AACX;AAEO,mBAAMC,WAAAA,GAAahB,OAAMiB,UAAU,CAAmC,CAACC,OAAOC;IACnF,MAAM,EACJC,KAAK,EACLC,SAAS,EACTC,QAAQ,EACRC,KAAK,EACLC,SAAS,EACTC,OAAO,EACPC,SAAS,EACTC,SAAS,EACTC,QAAQ,EACRC,MAAM,EACNC,OAAO,IAAI,EACZ,GAAGZ;IAEJ,MAAMa,MAAM,OAAOb,MAAMc,QAAQ,KAAK,WAAW,SAASC;IAE1D,MAAMC,aAAa9B,mCAAAA;IACnB,MAAM+B,mBAAe7B,iCAAAA;IACrB,MAAM8B,aAAS/B,2BAAAA;IAEf,MAAMgC,OAAOnB,MAAMmB,IAAI,GAAG7B,OAAO,CAACU,MAAMmB,IAAI,CAAC,GAAGnB,MAAMmB,IAAI;IAE1D,MAAMC,WAAWnC,qBAAAA,CAAKoC,MAAM,KAC1BtC,yCAAAA,EAAyB,QAAQ;QAC/BkB;QACA,GAAGD,KAAK;QACRa;QACAS,eAAWtC,6BAAAA,EACTK,qBACA8B,QAAQH,UAAU,CAACG,KAAK,EACxBR,UAAUM,YAAY,CAACN,OAAO,EAC9BC,SAAS,SAASM,OAAOK,MAAM,EAC/Bb,YAAYQ,OAAOR,QAAQ,EAC3BR,UAAU,YAAYgB,OAAOM,WAAW,EACxCtB,UAAU,SAASgB,OAAOO,QAAQ,EAClCvB,UAAU,aAAagB,OAAOQ,YAAY,EAE1CvB,aAAae,OAAOS,OAAO,EAC3BxB,cAAc,QAAQe,OAAOU,SAAS,EACtCxB,YAAYc,OAAOd,QAAQ,EAC3BC,SAASa,OAAOb,KAAK,EACrBC,aAAaY,OAAOZ,SAAS,EAC7BC,WAAWW,OAAOX,OAAO,EACzBC,aAAaU,OAAOV,SAAS,EAC7BC,aAAaS,OAAOT,SAAS,EAC7BT,MAAMsB,SAAS;IAEnB,IACA;QAAEO,aAAa;IAAO;IAGxB,OAAA,WAAA,OAAO,eAAA,EAACT,UAAAA,CAAAA;AACV,GAAG;AAEHtB,WAAWgC,WAAW,GAAG"}
1
+ {"version":3,"sources":["../src/components/StyledText/StyledText.tsx"],"sourcesContent":["/** @jsxRuntime automatic */\n/** @jsxImportSource @fluentui/react-jsx-runtime */\n\n'use client';\n\nimport * as React from 'react';\nimport type { Slot, ComponentProps } from '@fluentui/react-components';\nimport { getIntrinsicElementProps, mergeClasses, slot } from '@fluentui/react-components';\nimport { useSizeStyles, useStyles, useWeightStyles } from './StyledText.styles';\n\nexport type StyledTextSlots = {\n root: Slot<'span', 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'pre' | 'time'>;\n};\n\nexport type StyledTextProps = ComponentProps<StyledTextSlots> & {\n /**\n * Aligns text based on the parent container.\n */\n align?: 'start' | 'center' | 'end' | 'justify';\n\n /**\n * At mentions can be formatted to draw users' attention.\n * Mentions for \"me\" can be formatted to appear differently.\n */\n atMention?: 'me' | boolean;\n\n /**\n * Set as disabled StyledText component\n */\n disabled?: boolean;\n\n /**\n * Set as error StyledText component\n */\n error?: boolean;\n\n /**\n * The StyledText can appear more important and draw user's attention\n */\n important?: boolean;\n\n /**\n * Applies font size and line height based on the theme tokens.\n */\n size?:\n | 'smaller'\n | 'small'\n | 'medium'\n | 'large'\n | 'large500'\n | 'larger'\n | 'largest'\n | 100\n | 200\n | 300\n | 400\n | 500\n | 600\n | 700;\n\n /**\n * Set as success StyledText component\n */\n success?: boolean;\n\n /**\n * The text can signify a temporary state\n */\n temporary?: boolean;\n\n /**\n * Set as timestamp StyledText component\n */\n timestamp?: boolean;\n\n /**\n * Truncate overflowing text for block displays.\n */\n truncate?: boolean;\n\n /**\n * Applies font weight to the content.\n */\n weight?: 'light' | 'semilight' | 'regular' | 'medium' | 'semibold' | 'bold';\n\n /**\n * Wraps the text content on white spaces.\n *\n * @default true\n */\n wrap?: boolean;\n};\n\nexport const styledTextClassName = 'fui-StyledText';\n\nconst sizeMap: Record<string, 'base100' | 'base200' | 'base300' | 'base400' | 'base500' | 'base600' | 'hero700'> = {\n '100': 'base100',\n '200': 'base200',\n '300': 'base300',\n '400': 'base400',\n '500': 'base500',\n '600': 'base600',\n '700': 'hero700',\n smaller: 'base100',\n small: 'base200',\n medium: 'base300',\n large: 'base400',\n large500: 'base500',\n larger: 'base600',\n largest: 'hero700',\n};\n\nexport const StyledText = React.forwardRef<HTMLSpanElement, StyledTextProps>((props, ref) => {\n const {\n align,\n atMention,\n disabled,\n error,\n important,\n success,\n temporary,\n timestamp,\n truncate,\n weight,\n wrap = true,\n } = props;\n\n const dir = typeof props.children === 'string' ? 'auto' : undefined;\n\n const sizeStyles = useSizeStyles();\n const weightStyles = useWeightStyles();\n const styles = useStyles();\n\n const size = props.size ? sizeMap[props.size] : props.size;\n\n const RootSlot = slot.always(\n getIntrinsicElementProps('span', {\n ref,\n ...props,\n dir,\n className: mergeClasses(\n styledTextClassName,\n size && sizeStyles[size],\n weight && weightStyles[weight],\n wrap === false && styles.nowrap,\n truncate && styles.truncate,\n align === 'center' && styles.alignCenter,\n align === 'end' && styles.alignEnd,\n align === 'justify' && styles.alignJustify,\n\n atMention && styles.mention,\n atMention === 'me' && styles.mentionMe,\n disabled && styles.disabled,\n error && styles.error,\n important && styles.important,\n success && styles.success,\n temporary && styles.temporary,\n timestamp && styles.timestamp,\n props.className,\n ),\n }),\n { elementType: 'span' },\n );\n\n return <RootSlot />;\n});\n\nStyledText.displayName = 'StyledText';\n"],"names":["React","getIntrinsicElementProps","mergeClasses","slot","useSizeStyles","useStyles","useWeightStyles","styledTextClassName","sizeMap","smaller","small","medium","large","large500","larger","largest","StyledText","forwardRef","props","ref","align","atMention","disabled","error","important","success","temporary","timestamp","truncate","weight","wrap","dir","children","undefined","sizeStyles","weightStyles","styles","size","RootSlot","always","className","nowrap","alignCenter","alignEnd","alignJustify","mention","mentionMe","elementType","displayName"],"mappings":"AAAA,wBAA0B,GAC1B,iDAAiD,GAEjD;;;;;;;;;;;;IA6GagB,UAAAA;;;uBAnBAT;;;;;;iEAxFU,QAAQ;iCAE8B,6BAA6B;kCAChC,yBAAsB;AAqFzE,MAAMA,sBAAsB,iBAAiB;AAEpD,MAAMC,UAA6G;IACjH,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACPC,SAAS;IACTC,OAAO;IACPC,QAAQ;IACRC,OAAO;IACPC,UAAU;IACVC,QAAQ;IACRC,SAAS;AACX;AAEO,mBAAMC,WAAAA,GAAahB,OAAMiB,UAAU,CAAmC,CAACC,OAAOC;IACnF,MAAM,EACJC,KAAK,EACLC,SAAS,EACTC,QAAQ,EACRC,KAAK,EACLC,SAAS,EACTC,OAAO,EACPC,SAAS,EACTC,SAAS,EACTC,QAAQ,EACRC,MAAM,EACNC,OAAO,IAAI,EACZ,GAAGZ;IAEJ,MAAMa,MAAM,OAAOb,MAAMc,QAAQ,KAAK,WAAW,SAASC;IAE1D,MAAMC,aAAa9B,mCAAAA;IACnB,MAAM+B,mBAAe7B,iCAAAA;IACrB,MAAM8B,aAAS/B,2BAAAA;IAEf,MAAMgC,OAAOnB,MAAMmB,IAAI,GAAG7B,OAAO,CAACU,MAAMmB,IAAI,CAAC,GAAGnB,MAAMmB,IAAI;IAE1D,MAAMC,WAAWnC,qBAAAA,CAAKoC,MAAM,KAC1BtC,yCAAAA,EAAyB,QAAQ;QAC/BkB;QACA,GAAGD,KAAK;QACRa;QACAS,eAAWtC,6BAAAA,EACTK,qBACA8B,QAAQH,UAAU,CAACG,KAAK,EACxBR,UAAUM,YAAY,CAACN,OAAO,EAC9BC,SAAS,SAASM,OAAOK,MAAM,EAC/Bb,YAAYQ,OAAOR,QAAQ,EAC3BR,UAAU,YAAYgB,OAAOM,WAAW,EACxCtB,UAAU,SAASgB,OAAOO,QAAQ,EAClCvB,UAAU,aAAagB,OAAOQ,YAAY,EAE1CvB,aAAae,OAAOS,OAAO,EAC3BxB,cAAc,QAAQe,OAAOU,SAAS,EACtCxB,YAAYc,OAAOd,QAAQ,EAC3BC,SAASa,OAAOb,KAAK,EACrBC,aAAaY,OAAOZ,SAAS,EAC7BC,WAAWW,OAAOX,OAAO,EACzBC,aAAaU,OAAOV,SAAS,EAC7BC,aAAaS,OAAOT,SAAS,EAC7BT,MAAMsB,SAAS;IAEnB,IACA;QAAEO,aAAa;IAAO;IAGxB,OAAA,WAAA,OAAO,eAAA,EAACT,UAAAA,CAAAA;AACV,GAAG;AAEHtB,WAAWgC,WAAW,GAAG"}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["StyledText.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, tokens } from \"@fluentui/react-components\";\nexport const useSizeStyles = makeStyles({\n base100: {\n fontSize: tokens.fontSizeBase100,\n lineHeight: tokens.lineHeightBase100\n },\n base200: {\n fontSize: tokens.fontSizeBase200,\n lineHeight: tokens.lineHeightBase200\n },\n base300: {\n fontSize: tokens.fontSizeBase300,\n lineHeight: tokens.lineHeightBase300\n },\n base400: {\n fontSize: tokens.fontSizeBase400,\n lineHeight: tokens.lineHeightBase400\n },\n base500: {\n fontSize: tokens.fontSizeBase500,\n lineHeight: tokens.lineHeightBase500\n },\n base600: {\n fontSize: tokens.fontSizeBase600,\n lineHeight: tokens.lineHeightBase600\n },\n hero700: {\n fontSize: tokens.fontSizeHero700,\n lineHeight: tokens.lineHeightHero700\n }\n});\nexport const useWeightStyles = makeStyles({\n light: {\n fontWeight: 200\n },\n semilight: {\n fontWeight: 300\n },\n regular: {\n fontWeight: 400\n },\n medium: {\n fontWeight: 500\n },\n semibold: {\n fontWeight: 600\n },\n bold: {\n fontWeight: 700\n }\n});\nexport const useStyles = makeStyles({\n mention: {\n color: tokens.colorBrandForegroundLink\n },\n mentionMe: {\n color: tokens.colorPalettePumpkinBorderActive,\n fontWeight: 700\n },\n disabled: {\n color: tokens.colorNeutralForegroundDisabled\n },\n error: {\n color: tokens.colorPaletteRedForeground3\n },\n important: {\n color: tokens.colorPaletteDarkOrangeForeground3,\n fontWeight: 700\n },\n success: {\n color: tokens.colorPaletteGreenForeground3\n },\n temporary: {\n fontStyle: 'italic'\n },\n timestamp: {\n color: tokens.colorNeutralForeground3\n },\n nowrap: {\n whiteSpace: 'nowrap',\n overflow: 'hidden'\n },\n truncate: {\n textOverflow: 'ellipsis'\n },\n alignCenter: {\n textAlign: 'center'\n },\n alignEnd: {\n textAlign: 'end'\n },\n alignJustify: {\n textAlign: 'justify'\n }\n});\n"],"names":["__styles","tokens","useSizeStyles","base100","Be2twd7","Bg96gwp","base200","base300","base400","base500","base600","hero700","d","useWeightStyles","light","Bhrd7zp","semilight","regular","medium","semibold","bold","useStyles","mention","sj55zd","mentionMe","disabled","error","important","success","temporary","B80ckks","timestamp","nowrap","Huce71","B68tc82","Bmxbyg5","Bpg54ce","truncate","ygn44y","alignCenter","fsow6f","alignEnd","alignJustify","p"],"mappings":"AAAA,YAAY;;;;;;;;;;;;IAECE,aAAa;;;aAkDJ;eAATmB;;mBApBe;eAAfR;;;iCA/BsB,4BAA4B;AACxD,sBAAmB,WAAA,OAAGb,yBAAA,EAAA;IAAAG,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,OAAA,EAAA;QAAAF,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAE,OAAA,EAAA;QAAAH,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAG,OAAA,EAAA;QAAAJ,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAI,OAAA,EAAA;QAAAL,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAK,OAAA,EAAA;QAAAN,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAM,OAAA,EAAA;QAAAP,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAO,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CA6B5B,CAAC;AACK,wBAAqB,WAAA,OAAGZ,yBAAA,EAAA;IAAAc,KAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,SAAA,EAAA;QAAAD,OAAA,EAAA;IAAA;IAAAE,OAAA,EAAA;QAAAF,OAAA,EAAA;IAAA;IAAAG,MAAA,EAAA;QAAAH,OAAA,EAAA;IAAA;IAAAI,QAAA,EAAA;QAAAJ,OAAA,EAAA;IAAA;IAAAK,IAAA,EAAA;QAAAL,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAH,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAmB9B,CAAC;AACK,kBAAe,WAAA,OAAGZ,yBAAA,EAAA;IAAAsB,OAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,SAAA,EAAA;QAAAD,MAAA,EAAA;QAAAR,OAAA,EAAA;IAAA;IAAAU,QAAA,EAAA;QAAAF,MAAA,EAAA;IAAA;IAAAG,KAAA,EAAA;QAAAH,MAAA,EAAA;IAAA;IAAAI,SAAA,EAAA;QAAAJ,MAAA,EAAA;QAAAR,OAAA,EAAA;IAAA;IAAAa,OAAA,EAAA;QAAAL,MAAA,EAAA;IAAA;IAAAM,SAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,SAAA,EAAA;QAAAR,MAAA,EAAA;IAAA;IAAAS,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,QAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,WAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,QAAA,EAAA;QAAAD,MAAA,EAAA;IAAA;IAAAE,YAAA,EAAA;QAAAF,MAAA,EAAA;IAAA;AAAA,GAAA;IAAA5B,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;YAAA;YAAA;gBAAA+B,CAAA,EAAA,CAAA;YAAA;SAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CA2CxB,CAAC"}
@@ -25,5 +25,5 @@ _export(exports, {
25
25
  return _StyledTextstyles.useWeightStyles;
26
26
  }
27
27
  });
28
- const _StyledText = require("./StyledText");
29
- const _StyledTextstyles = require("./StyledText.styles");
28
+ const _StyledText = require("./StyledText.cjs");
29
+ const _StyledTextstyles = require("./StyledText.styles.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/StyledText/index.tsx"],"sourcesContent":["export type { StyledTextProps, StyledTextSlots } from './StyledText';\nexport { StyledText, styledTextClassName } from './StyledText';\nexport { useSizeStyles, useStyles, useWeightStyles } from './StyledText.styles';\n"],"names":["StyledText","styledTextClassName","useSizeStyles","useStyles","useWeightStyles"],"mappings":";;;;;;;;;;;;eACSA,sBAAU;;;eAAEC,+BAAmB;;;eAC/BC,+BAAa;;;eAAEC,2BAAS;;;eAAEC,iCAAe;;;4BADF,eAAe;kCACL,sBAAsB"}
1
+ {"version":3,"sources":["../src/components/StyledText/index.tsx"],"sourcesContent":["export type { StyledTextProps, StyledTextSlots } from './StyledText';\nexport { StyledText, styledTextClassName } from './StyledText';\nexport { useSizeStyles, useStyles, useWeightStyles } from './StyledText.styles';\n"],"names":["StyledText","styledTextClassName","useSizeStyles","useStyles","useWeightStyles"],"mappings":";;;;;;;;;;;;eACSA,sBAAU;;;eAAEC,+BAAmB;;;eAC/BC,+BAAa;;;eAAEC,2BAAS;;;eAAEC,iCAAe;;;4BADF,kBAAe;kCACL,yBAAsB"}
@@ -20,7 +20,7 @@ _export(exports, {
20
20
  const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
21
21
  const _reactcomponents = require("@fluentui/react-components");
22
22
  const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
23
- const _Videostyles = require("./Video.styles");
23
+ const _Videostyles = require("./Video.styles.cjs");
24
24
  const videoClassName = 'fui-Video';
25
25
  const Video = /*#__PURE__*/ _react.forwardRef((props, ref)=>{
26
26
  const { className, muted, ...rest } = props;
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Video/Video.tsx"],"sourcesContent":["'use client';\n\nimport { mergeClasses, useMergedRefs } from '@fluentui/react-components';\nimport * as React from 'react';\nimport { useVideoStyles } from './Video.styles';\n\nexport const videoClassName = 'fui-Video';\n\n/**\n * Video component props\n */\nexport interface VideoProps extends React.VideoHTMLAttributes<HTMLVideoElement> {\n /**\n * The source URL of the video\n */\n src: string;\n\n /**\n * Whether the video should start playing automatically\n * @default false\n */\n autoPlay?: boolean;\n\n /**\n * Whether the video should display controls\n * @default true\n */\n controls?: boolean;\n\n /**\n * Whether the video should loop\n */\n loop?: boolean;\n\n /**\n * Whether the video should be muted\n */\n muted?: boolean;\n\n /**\n * The URL of an image to display while the video is loading\n */\n poster?: string;\n}\n\nexport const Video = React.forwardRef<HTMLVideoElement, VideoProps>((props, ref) => {\n const { className, muted, ...rest } = props;\n\n const videoRef = React.useRef<HTMLVideoElement>(null);\n\n const classes = useVideoStyles();\n React.useEffect(() => {\n // this is a workaround for a potential memory leak in Chromium which retains a Detached HTMLVideoElement when <video autoplay> is unmounted\n // https://bugs.chromium.org/p/chromium/issues/detail?id=969049\n return () => {\n if (videoRef?.current) {\n // we want to perform the cleanup on the latest element rendered\n // eslint-disable-next-line react-hooks/exhaustive-deps\n videoRef.current.src = '';\n }\n };\n }, [videoRef]);\n\n React.useEffect(() => {\n // React doesn't guarantee that props will be set:\n // https://github.com/facebook/react/issues/10389\n if (videoRef.current) {\n videoRef.current.muted = !!muted;\n }\n }, [muted]);\n\n return (\n <video\n ref={useMergedRefs(ref, videoRef) as React.Ref<HTMLVideoElement>}\n role=\"application\"\n className={mergeClasses(videoClassName, classes.root, className)}\n controls={true}\n autoPlay={false}\n muted={muted}\n {...rest}\n />\n );\n});\n\nVideo.displayName = 'Video';\n"],"names":["mergeClasses","useMergedRefs","React","useVideoStyles","videoClassName","Video","forwardRef","props","ref","className","muted","rest","videoRef","useRef","classes","useEffect","current","src","video","role","root","controls","autoPlay","displayName"],"mappings":"AAAA;;;;;;;;;;;;IA6CaK,KAAAA;;;kBAvCAD;;;;;iCAJ+B,6BAA6B;iEAClD,QAAQ;6BACA,iBAAiB;AAEzC,MAAMA,iBAAiB,YAAY;AAuCnC,cAAMC,WAAAA,GAAQH,OAAMI,UAAU,CAA+B,CAACC,OAAOC;IAC1E,MAAM,EAAEC,SAAS,EAAEC,KAAK,EAAE,GAAGC,MAAM,GAAGJ;IAEtC,MAAMK,WAAWV,OAAMW,MAAM,CAAmB;IAEhD,MAAMC,cAAUX,2BAAAA;IAChBD,OAAMa,SAAS,CAAC;QACd,4IAA4I;QAC5I,+DAA+D;QAC/D,OAAO;YACL,IAAIH,aAAAA,QAAAA,aAAAA,KAAAA,IAAAA,KAAAA,IAAAA,SAAUI,OAAO,EAAE;gBACrB,gEAAgE;gBAChE,uDAAuD;gBACvDJ,SAASI,OAAO,CAACC,GAAG,GAAG;YACzB;QACF;IACF,GAAG;QAACL;KAAS;IAEbV,OAAMa,SAAS,CAAC;QACd,kDAAkD;QAClD,iDAAiD;QACjD,IAAIH,SAASI,OAAO,EAAE;YACpBJ,SAASI,OAAO,CAACN,KAAK,GAAG,CAAC,CAACA;QAC7B;IACF,GAAG;QAACA;KAAM;IAEV,OAAA,WAAA,GACE,OAAA,aAAA,CAACQ,SAAAA;QACCV,SAAKP,8BAAAA,EAAcO,KAAKI;QACxBO,MAAK;QACLV,eAAWT,6BAAAA,EAAaI,gBAAgBU,QAAQM,IAAI,EAAEX;QACtDY,UAAU;QACVC,UAAU;QACVZ,OAAOA;QACN,GAAGC,IAAI;;AAGd,GAAG;AAEHN,MAAMkB,WAAW,GAAG"}
1
+ {"version":3,"sources":["../src/components/Video/Video.tsx"],"sourcesContent":["'use client';\n\nimport { mergeClasses, useMergedRefs } from '@fluentui/react-components';\nimport * as React from 'react';\nimport { useVideoStyles } from './Video.styles';\n\nexport const videoClassName = 'fui-Video';\n\n/**\n * Video component props\n */\nexport interface VideoProps extends React.VideoHTMLAttributes<HTMLVideoElement> {\n /**\n * The source URL of the video\n */\n src: string;\n\n /**\n * Whether the video should start playing automatically\n * @default false\n */\n autoPlay?: boolean;\n\n /**\n * Whether the video should display controls\n * @default true\n */\n controls?: boolean;\n\n /**\n * Whether the video should loop\n */\n loop?: boolean;\n\n /**\n * Whether the video should be muted\n */\n muted?: boolean;\n\n /**\n * The URL of an image to display while the video is loading\n */\n poster?: string;\n}\n\nexport const Video = React.forwardRef<HTMLVideoElement, VideoProps>((props, ref) => {\n const { className, muted, ...rest } = props;\n\n const videoRef = React.useRef<HTMLVideoElement>(null);\n\n const classes = useVideoStyles();\n React.useEffect(() => {\n // this is a workaround for a potential memory leak in Chromium which retains a Detached HTMLVideoElement when <video autoplay> is unmounted\n // https://bugs.chromium.org/p/chromium/issues/detail?id=969049\n return () => {\n if (videoRef?.current) {\n // we want to perform the cleanup on the latest element rendered\n // eslint-disable-next-line react-hooks/exhaustive-deps\n videoRef.current.src = '';\n }\n };\n }, [videoRef]);\n\n React.useEffect(() => {\n // React doesn't guarantee that props will be set:\n // https://github.com/facebook/react/issues/10389\n if (videoRef.current) {\n videoRef.current.muted = !!muted;\n }\n }, [muted]);\n\n return (\n <video\n ref={useMergedRefs(ref, videoRef) as React.Ref<HTMLVideoElement>}\n role=\"application\"\n className={mergeClasses(videoClassName, classes.root, className)}\n controls={true}\n autoPlay={false}\n muted={muted}\n {...rest}\n />\n );\n});\n\nVideo.displayName = 'Video';\n"],"names":["mergeClasses","useMergedRefs","React","useVideoStyles","videoClassName","Video","forwardRef","props","ref","className","muted","rest","videoRef","useRef","classes","useEffect","current","src","video","role","root","controls","autoPlay","displayName"],"mappings":"AAAA;;;;;;;;;;;;IA6CaK,KAAAA;;;kBAvCAD;;;;;iCAJ+B,6BAA6B;iEAClD,QAAQ;6BACA,oBAAiB;AAEzC,MAAMA,iBAAiB,YAAY;AAuCnC,cAAMC,WAAAA,GAAQH,OAAMI,UAAU,CAA+B,CAACC,OAAOC;IAC1E,MAAM,EAAEC,SAAS,EAAEC,KAAK,EAAE,GAAGC,MAAM,GAAGJ;IAEtC,MAAMK,WAAWV,OAAMW,MAAM,CAAmB;IAEhD,MAAMC,cAAUX,2BAAAA;IAChBD,OAAMa,SAAS,CAAC;QACd,4IAA4I;QAC5I,+DAA+D;QAC/D,OAAO;YACL,IAAIH,aAAAA,QAAAA,aAAAA,KAAAA,IAAAA,KAAAA,IAAAA,SAAUI,OAAO,EAAE;gBACrB,gEAAgE;gBAChE,uDAAuD;gBACvDJ,SAASI,OAAO,CAACC,GAAG,GAAG;YACzB;QACF;IACF,GAAG;QAACL;KAAS;IAEbV,OAAMa,SAAS,CAAC;QACd,kDAAkD;QAClD,iDAAiD;QACjD,IAAIH,SAASI,OAAO,EAAE;YACpBJ,SAASI,OAAO,CAACN,KAAK,GAAG,CAAC,CAACA;QAC7B;IACF,GAAG;QAACA;KAAM;IAEV,OAAA,WAAA,GACE,OAAA,aAAA,CAACQ,SAAAA;QACCV,SAAKP,8BAAAA,EAAcO,KAAKI;QACxBO,MAAK;QACLV,eAAWT,6BAAAA,EAAaI,gBAAgBU,QAAQM,IAAI,EAAEX;QACtDY,UAAU;QACVC,UAAU;QACVZ,OAAOA;QACN,GAAGC,IAAI;;AAGd,GAAG;AAEHN,MAAMkB,WAAW,GAAG"}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["Video.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from \"@fluentui/react-components\";\nexport const useVideoStyles = makeStyles({\n root: {\n display: 'inline-block',\n verticalAlign: 'middle',\n width: '100%',\n height: 'auto'\n }\n});\n"],"names":["__styles","useVideoStyles","root","mc9l5x","ha4doy","a9b677","Bqenvij","d"],"mappings":"AAAA,YAAY;;;;;;;;;;;iCACe,4BAA4B;AAChD,MAAMC,cAAc,GAAA,WAAA,OAAGD,yBAAA,EAAA;IAAAE,IAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAO7B,CAAC"}
@@ -16,4 +16,4 @@ _export(exports, {
16
16
  return _Video.videoClassName;
17
17
  }
18
18
  });
19
- const _Video = require("./Video");
19
+ const _Video = require("./Video.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Video/index.ts"],"sourcesContent":["export type { VideoProps } from './Video';\nexport { Video, videoClassName } from './Video';\n"],"names":["Video","videoClassName"],"mappings":";;;;;;;;;;;;eACSA,YAAK;;;eAAEC,qBAAc;;;uBAAQ,UAAU"}
1
+ {"version":3,"sources":["../src/components/Video/index.ts"],"sourcesContent":["export type { VideoProps } from './Video';\nexport { Video, videoClassName } from './Video';\n"],"names":["Video","videoClassName"],"mappings":";;;;;;;;;;;;eACSA,YAAK;;;eAAEC,qBAAc;;;uBAAQ,aAAU"}
@@ -0,0 +1,182 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Attachment: function() {
13
+ return _index13.Attachment;
14
+ },
15
+ AttachmentAction: function() {
16
+ return _index13.AttachmentAction;
17
+ },
18
+ AttachmentBody: function() {
19
+ return _index13.AttachmentBody;
20
+ },
21
+ AttachmentDescription: function() {
22
+ return _index13.AttachmentDescription;
23
+ },
24
+ AttachmentHeader: function() {
25
+ return _index13.AttachmentHeader;
26
+ },
27
+ AttachmentIcon: function() {
28
+ return _index13.AttachmentIcon;
29
+ },
30
+ Flex: function() {
31
+ return _index11.Flex;
32
+ },
33
+ FormFieldShim: function() {
34
+ return _index1.FormFieldShim;
35
+ },
36
+ GridShim: function() {
37
+ return _index.GridShim;
38
+ },
39
+ ItemLayout: function() {
40
+ return _index10.ItemLayout;
41
+ },
42
+ List: function() {
43
+ return _index12.List;
44
+ },
45
+ ListItem: function() {
46
+ return _index12.ListItem;
47
+ },
48
+ Primitive: function() {
49
+ return _index9.Primitive;
50
+ },
51
+ Segment: function() {
52
+ return _index2.Segment;
53
+ },
54
+ StyledText: function() {
55
+ return _index8.StyledText;
56
+ },
57
+ Video: function() {
58
+ return _index4.Video;
59
+ },
60
+ attachmentActionClassName: function() {
61
+ return _index13.attachmentActionClassName;
62
+ },
63
+ attachmentBodyClassName: function() {
64
+ return _index13.attachmentBodyClassName;
65
+ },
66
+ attachmentClassName: function() {
67
+ return _index13.attachmentClassName;
68
+ },
69
+ attachmentDescriptionClassName: function() {
70
+ return _index13.attachmentDescriptionClassName;
71
+ },
72
+ attachmentHeaderClassName: function() {
73
+ return _index13.attachmentHeaderClassName;
74
+ },
75
+ attachmentIconClassName: function() {
76
+ return _index13.attachmentIconClassName;
77
+ },
78
+ attachmentProgressBarClassName: function() {
79
+ return _index13.attachmentProgressBarClassName;
80
+ },
81
+ attachmentProgressContainerClassName: function() {
82
+ return _index13.attachmentProgressContainerClassName;
83
+ },
84
+ flexClassName: function() {
85
+ return _index11.flexClassName;
86
+ },
87
+ flexItem: function() {
88
+ return _index11.flexItem;
89
+ },
90
+ grid: function() {
91
+ return _index.grid;
92
+ },
93
+ gridClassName: function() {
94
+ return _index.gridClassName;
95
+ },
96
+ input: function() {
97
+ return _index5.input;
98
+ },
99
+ itemLayoutClassName: function() {
100
+ return _index10.itemLayoutClassName;
101
+ },
102
+ listClassNames: function() {
103
+ return _index12.listClassNames;
104
+ },
105
+ listItemClassNames: function() {
106
+ return _index12.listItemClassNames;
107
+ },
108
+ primitiveClassName: function() {
109
+ return _index9.primitiveClassName;
110
+ },
111
+ renderListItem_unstable: function() {
112
+ return _index12.renderListItem_unstable;
113
+ },
114
+ renderList_unstable: function() {
115
+ return _index12.renderList_unstable;
116
+ },
117
+ slider: function() {
118
+ return _index3.slider;
119
+ },
120
+ spinner: function() {
121
+ return _index7.spinner;
122
+ },
123
+ styledTextClassName: function() {
124
+ return _index8.styledTextClassName;
125
+ },
126
+ useFlexStyles: function() {
127
+ return _index11.useFlexStyles;
128
+ },
129
+ useGridStyles: function() {
130
+ return _index.useGridStyles;
131
+ },
132
+ useItemLayoutStyles: function() {
133
+ return _index10.useItemLayoutStyles;
134
+ },
135
+ useListItemStyles_unstable: function() {
136
+ return _index12.useListItemStyles_unstable;
137
+ },
138
+ useListItem_unstable: function() {
139
+ return _index12.useListItem_unstable;
140
+ },
141
+ useListSelection: function() {
142
+ return _index12.useListSelection;
143
+ },
144
+ useListStyles_unstable: function() {
145
+ return _index12.useListStyles_unstable;
146
+ },
147
+ useList_unstable: function() {
148
+ return _index12.useList_unstable;
149
+ },
150
+ v0Icon: function() {
151
+ return _index6.v0Icon;
152
+ },
153
+ v9CustomSizeIcon: function() {
154
+ return _index6.v9CustomSizeIcon;
155
+ },
156
+ v9DisabledCursor: function() {
157
+ return _index6.v9DisabledCursor;
158
+ },
159
+ v9HoverClasses: function() {
160
+ return _index6.v9HoverClasses;
161
+ },
162
+ v9Icon: function() {
163
+ return _index6.v9Icon;
164
+ },
165
+ videoClassName: function() {
166
+ return _index4.videoClassName;
167
+ }
168
+ });
169
+ const _index = require("./components/Grid/index.cjs");
170
+ const _index1 = require("./components/FormField/index.cjs");
171
+ const _index2 = require("./components/Segment/index.cjs");
172
+ const _index3 = require("./components/Slider/index.cjs");
173
+ const _index4 = require("./components/Video/index.cjs");
174
+ const _index5 = require("./components/Input/index.cjs");
175
+ const _index6 = require("./components/Button/index.cjs");
176
+ const _index7 = require("./components/Spinner/index.cjs");
177
+ const _index8 = require("./components/StyledText/index.cjs");
178
+ const _index9 = require("./components/Primitive/index.cjs");
179
+ const _index10 = require("./components/ItemLayout/index.cjs");
180
+ const _index11 = require("./components/Flex/index.cjs");
181
+ const _index12 = require("./components/List/index.cjs");
182
+ const _index13 = require("./components/Attachment/index.cjs");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { GridShim, grid, gridClassName, useGridStyles } from './components/Grid/index';\nexport type { GridShimProps } from './components/Grid/index';\nexport { FormFieldShim } from './components/FormField';\nexport { Segment } from './components/Segment';\nexport { slider } from './components/Slider';\nexport { Video, videoClassName } from './components/Video';\nexport { type VideoProps } from './components/Video';\nexport { input } from './components/Input';\nexport { v0Icon, v9CustomSizeIcon, v9DisabledCursor, v9HoverClasses, v9Icon } from './components/Button';\nexport { spinner } from './components/Spinner';\nexport { StyledText, styledTextClassName } from './components/StyledText';\nexport type { StyledTextProps, StyledTextSlots } from './components/StyledText';\nexport { Primitive, primitiveClassName } from './components/Primitive';\nexport { ItemLayout, itemLayoutClassName, useItemLayoutStyles } from './components/ItemLayout';\nexport { Flex, flexClassName, flexItem, useFlexStyles } from './components/Flex';\nexport {\n List,\n ListItem,\n listClassNames,\n listItemClassNames,\n renderListItem_unstable,\n renderList_unstable,\n useListItemStyles_unstable,\n useListItem_unstable,\n useListSelection,\n useListStyles_unstable,\n useList_unstable,\n} from './components/List';\nexport type { ListItemProps, ListItemSlots, ListItemState, ListProps, ListSlots, ListState } from './components/List';\nexport {\n Attachment,\n AttachmentAction,\n AttachmentBody,\n AttachmentDescription,\n AttachmentHeader,\n AttachmentIcon,\n attachmentClassName,\n attachmentActionClassName,\n attachmentBodyClassName,\n attachmentDescriptionClassName,\n attachmentHeaderClassName,\n attachmentIconClassName,\n attachmentProgressBarClassName,\n attachmentProgressContainerClassName,\n} from './components/Attachment';\n\nexport type {\n AttachmentProps,\n AttachmentActionProps,\n AttachmentBodyProps,\n AttachmentDescriptionProps,\n AttachmentHeaderProps,\n AttachmentIconProps,\n} from './components/Attachment';\n"],"names":["GridShim","grid","gridClassName","useGridStyles","FormFieldShim","Segment","slider","Video","videoClassName","input","v0Icon","v9CustomSizeIcon","v9DisabledCursor","v9HoverClasses","v9Icon","spinner","StyledText","styledTextClassName","Primitive","primitiveClassName","ItemLayout","itemLayoutClassName","useItemLayoutStyles","Flex","flexClassName","flexItem","useFlexStyles","List","ListItem","listClassNames","listItemClassNames","renderListItem_unstable","renderList_unstable","useListItemStyles_unstable","useListItem_unstable","useListSelection","useListStyles_unstable","useList_unstable","Attachment","AttachmentAction","AttachmentBody","AttachmentDescription","AttachmentHeader","AttachmentIcon","attachmentClassName","attachmentActionClassName","attachmentBodyClassName","attachmentDescriptionClassName","attachmentHeaderClassName","attachmentIconClassName","attachmentProgressBarClassName","attachmentProgressContainerClassName"],"mappings":";;;;;;;;;;;IA8BEsC;qCAAU;;oBACM;eAAhBC;;kBACc;eAAdC;;IACAC,qBAAqB;;;;eACrBC,4BAAgB;;kBACF;eAAdC;;IArBOpB,IAAI;;;IAZJnB;uCAAa;;;eAFbJ,eAAQ;;;eAaRoB,sBAAU;;;eAGjBO,UAAI;;;eACJC,cAAQ;;;eALDV,oBAAS;;;eATTb,gBAAO;;;eAOPW,sBAAU;;;eALVT,YAAK;;;eAgCZsC,qCAAyB;;;eACzBC,mCAAuB;;;eAFvBF,+BAAmB;;;eAGnBG,0CAA8B;;;eAC9BC,qCAAyB;;;eACzBC,mCAAuB;;kCACO;eAA9BC;;IACAC,oCAAoC;;;;eA7BvB3B,mBAAa;;;eAAEC,cAAQ;;;eAdnBxB,WAAI;;;eAAEC,oBAAa;;;eAO7BO,YAAK;;;eAMOY,+BAAmB;;;eAKtCQ,oBAAc;;;eACdC,wBAAkB;;;eAPAX,6BAAkB;;;eAQpCY,6BAAuB;;uBACJ;eAAnBC;;;eAjBO1B,cAAM;;;eAKNS,gBAAO;;;eACKE,+BAAmB;;;eAIAS,mBAAa;;;eAdbvB,oBAAa;;;eAaXmB,+BAAmB;;;eAS3DW,gCAA0B;;;eAC1BC,0BAAoB;;;eACpBC,sBAAgB;;;eAChBC,4BAAsB;;;eACtBC,sBAAgB;;;eAlBT3B,cAAM;;;eAAEC,wBAAgB;;;eAAEC,wBAAgB;;kBAAgB;eAAdC;;;eAAgBC,cAAM;;;eAH3DN,qBAAc;;;uBAL+B,0BAA0B;2BAEzD,yBAAyB;yBAC/B,uBAAuB;wBACxB,sBAAsB;uBACP,qBAAqB;uBAErC,qBAAqB;wBACwC,sBAAsB;yBACjF,uBAAuB;4BACC,0BAA0B;2BAE5B,yBAAyB;4BACF,0BAA0B;sBAClC,oBAAoB;sBAa1E,oBAAoB;4BAiBpB,0BAA0B"}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { GridShim, grid, gridClassName, useGridStyles } from './components/Grid/index';\nexport type { GridShimProps } from './components/Grid/index';\nexport { FormFieldShim } from './components/FormField';\nexport { Segment } from './components/Segment';\nexport { slider } from './components/Slider';\nexport { Video, videoClassName } from './components/Video';\nexport { type VideoProps } from './components/Video';\nexport { input } from './components/Input';\nexport { v0Icon, v9CustomSizeIcon, v9DisabledCursor, v9HoverClasses, v9Icon } from './components/Button';\nexport { spinner } from './components/Spinner';\nexport { StyledText, styledTextClassName } from './components/StyledText';\nexport type { StyledTextProps, StyledTextSlots } from './components/StyledText';\nexport { Primitive, primitiveClassName } from './components/Primitive';\nexport { ItemLayout, itemLayoutClassName, useItemLayoutStyles } from './components/ItemLayout';\nexport { Flex, flexClassName, flexItem, useFlexStyles } from './components/Flex';\nexport {\n List,\n ListItem,\n listClassNames,\n listItemClassNames,\n renderListItem_unstable,\n renderList_unstable,\n useListItemStyles_unstable,\n useListItem_unstable,\n useListSelection,\n useListStyles_unstable,\n useList_unstable,\n} from './components/List';\nexport type { ListItemProps, ListItemSlots, ListItemState, ListProps, ListSlots, ListState } from './components/List';\nexport {\n Attachment,\n AttachmentAction,\n AttachmentBody,\n AttachmentDescription,\n AttachmentHeader,\n AttachmentIcon,\n attachmentClassName,\n attachmentActionClassName,\n attachmentBodyClassName,\n attachmentDescriptionClassName,\n attachmentHeaderClassName,\n attachmentIconClassName,\n attachmentProgressBarClassName,\n attachmentProgressContainerClassName,\n} from './components/Attachment';\n\nexport type {\n AttachmentProps,\n AttachmentActionProps,\n AttachmentBodyProps,\n AttachmentDescriptionProps,\n AttachmentHeaderProps,\n AttachmentIconProps,\n} from './components/Attachment';\n"],"names":["GridShim","grid","gridClassName","useGridStyles","FormFieldShim","Segment","slider","Video","videoClassName","input","v0Icon","v9CustomSizeIcon","v9DisabledCursor","v9HoverClasses","v9Icon","spinner","StyledText","styledTextClassName","Primitive","primitiveClassName","ItemLayout","itemLayoutClassName","useItemLayoutStyles","Flex","flexClassName","flexItem","useFlexStyles","List","ListItem","listClassNames","listItemClassNames","renderListItem_unstable","renderList_unstable","useListItemStyles_unstable","useListItem_unstable","useListSelection","useListStyles_unstable","useList_unstable","Attachment","AttachmentAction","AttachmentBody","AttachmentDescription","AttachmentHeader","AttachmentIcon","attachmentClassName","attachmentActionClassName","attachmentBodyClassName","attachmentDescriptionClassName","attachmentHeaderClassName","attachmentIconClassName","attachmentProgressBarClassName","attachmentProgressContainerClassName"],"mappings":";;;;;;;;;;;IA8BEsC;kCAAU;;oBACM;eAAhBC;;kBACc;eAAdC;;IACAC,qBAAqB;;;;eACrBC,yBAAgB;;kBACF;eAAdC;;IArBOpB,IAAI;;;IAZJnB;oCAAa;;;eAFbJ,eAAQ;;;eAaRoB,mBAAU;;;eAGjBO,aAAI;;;eACJC,iBAAQ;;;eALDV,iBAAS;;;eATTb,eAAO;;;eAOPW,kBAAU;;;eALVT,aAAK;;;eAgCZsC,kCAAyB;;;eACzBC,gCAAuB;;;eAFvBF,4BAAmB;;;eAGnBG,uCAA8B;;;eAC9BC,kCAAyB;;;eACzBC,gCAAuB;;kCACO;eAA9BC;;IACAC,oCAAoC;;;;eA7BvB3B,sBAAa;;;eAAEC,iBAAQ;;;eAdnBxB,WAAI;;;eAAEC,oBAAa;;;eAO7BO,aAAK;;;eAMOY,4BAAmB;;;eAKtCQ,uBAAc;;;eACdC,2BAAkB;;;eAPAX,0BAAkB;;;eAQpCY,gCAAuB;;uBACJ;eAAnBC;;;eAjBO1B,cAAM;;;eAKNS,eAAO;;;eACKE,2BAAmB;;;eAIAS,sBAAa;;;eAdbvB,oBAAa;;;eAaXmB,4BAAmB;;;eAS3DW,mCAA0B;;;eAC1BC,6BAAoB;;;eACpBC,yBAAgB;;;eAChBC,+BAAsB;;;eACtBC,yBAAgB;;;eAlBT3B,cAAM;;;eAAEC,wBAAgB;;;eAAEC,wBAAgB;;kBAAgB;eAAdC;;;eAAgBC,cAAM;;;eAH3DN,sBAAc;;;uBAL+B,6BAA0B;wBAEzD,kCAAyB;wBAC/B,gCAAuB;wBACxB,+BAAsB;wBACP,8BAAqB;wBAErC,8BAAqB;wBACwC,+BAAsB;wBACjF,gCAAuB;wBACC,mCAA0B;wBAE5B,kCAAyB;yBACF,mCAA0B;yBAClC,6BAAoB;yBAa1E,6BAAoB;yBAiBpB,mCAA0B"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v0-v9",
3
- "version": "9.6.34",
3
+ "version": "9.6.35",
4
4
  "description": "Migration shim components and methods for hybrid v0/v9 applications building on Fluent UI React.",
5
- "main": "lib-commonjs/index.js",
5
+ "main": "lib-commonjs/index.cjs",
6
6
  "module": "lib/index.js",
7
7
  "typings": "./dist/index.d.ts",
8
8
  "sideEffects": false,
@@ -12,15 +12,15 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui/react-aria": "^9.17.13",
16
- "@fluentui/react-components": "^9.74.5",
17
- "@fluentui/react-context-selector": "^9.2.18",
15
+ "@fluentui/react-aria": "^9.17.14",
16
+ "@fluentui/react-components": "^9.74.6",
17
+ "@fluentui/react-context-selector": "^9.2.19",
18
18
  "@fluentui/react-icons": "^2.0.245",
19
- "@fluentui/react-jsx-runtime": "^9.4.4",
20
- "@fluentui/react-shared-contexts": "^9.26.2",
21
- "@fluentui/react-tabster": "^9.26.16",
22
- "@fluentui/react-theme": "^9.2.1",
23
- "@fluentui/react-utilities": "^9.26.5",
19
+ "@fluentui/react-jsx-runtime": "^9.4.5",
20
+ "@fluentui/react-shared-contexts": "^9.26.3",
21
+ "@fluentui/react-tabster": "^9.26.17",
22
+ "@fluentui/react-theme": "^9.2.2",
23
+ "@fluentui/react-utilities": "^9.26.6",
24
24
  "@griffel/react": "^1.5.32",
25
25
  "@swc/helpers": "^0.5.1"
26
26
  },
@@ -39,17 +39,23 @@
39
39
  },
40
40
  "exports": {
41
41
  ".": {
42
- "types": "./dist/index.d.ts",
43
- "node": "./lib-commonjs/index.js",
44
- "import": "./lib/index.js",
45
- "require": "./lib-commonjs/index.js"
42
+ "import": {
43
+ "types": "./dist/index.d.ts",
44
+ "default": "./lib/index.js"
45
+ },
46
+ "require": {
47
+ "types": "./dist/index.d.cts",
48
+ "default": "./lib-commonjs/index.cjs"
49
+ }
46
50
  },
47
51
  "./package.json": "./package.json"
48
52
  },
49
53
  "files": [
50
54
  "*.md",
51
55
  "dist/*.d.ts",
56
+ "dist/*.d.cts",
52
57
  "lib",
53
58
  "lib-commonjs"
54
- ]
59
+ ],
60
+ "type": "module"
55
61
  }
@@ -1 +0,0 @@
1
- {"version":3,"sources":["Attachment.styles.js"],"sourcesContent":["'use client';\nimport { createCustomFocusIndicatorStyle, makeResetStyles, makeStyles, tokens } from '@fluentui/react-components';\nimport { attachmentActionClassName } from './AttachmentAction';\nimport { attachmentIconClassName } from './AttachmentIcon';\nexport const useAttachmentBaseStyles = makeResetStyles({\n ...createCustomFocusIndicatorStyle({\n outline: `${tokens.strokeWidthThick} solid ${tokens.colorStrokeFocus2}`,\n borderRadius: tokens.borderRadiusMedium,\n backgroundColor: undefined,\n color: undefined,\n [`& .${attachmentActionClassName}`]: {\n color: undefined\n },\n [`& .${attachmentIconClassName}`]: {\n color: undefined\n }\n }, {\n selector: 'focus'\n }),\n position: 'relative',\n display: 'inline-flex',\n alignItems: 'center',\n width: '100%',\n maxWidth: '424px',\n minHeight: '32px',\n padding: '7px 3px 7px 11px',\n marginBottom: '2px',\n marginRight: '2px',\n backgroundColor: tokens.colorNeutralBackground6,\n color: tokens.colorNeutralForeground1,\n boxShadow: `0 .2rem .4rem -.075rem ${tokens.colorNeutralShadowAmbient}`,\n border: `1px solid ${tokens.colorNeutralStroke3}`,\n borderRadius: '4px'\n});\nexport const useAttachmentStyles = makeStyles({\n actionable: {\n cursor: 'pointer',\n ':hover': {\n backgroundColor: tokens.colorNeutralBackground4Hover\n }\n },\n progressContainer: {\n borderBottomLeftRadius: '4px',\n borderBottomRightRadius: '4px',\n bottom: 0,\n height: '4px',\n left: 0,\n overflow: 'hidden',\n position: 'absolute',\n right: 0\n },\n progressBar: {\n backgroundColor: tokens.colorPaletteLightGreenBackground3,\n height: '100%',\n maxWidth: '100%',\n transition: 'width 0.2s'\n }\n});\n"],"names":["createCustomFocusIndicatorStyle","__resetStyles","__styles","tokens","attachmentActionClassName","attachmentIconClassName","useAttachmentBaseStyles","useAttachmentStyles","actionable","Bceei9c","Jwef8y","progressContainer","Beyfa6y","Bbmb7ep","B5kzvoi","Bqenvij","oyh7mz","B68tc82","Bmxbyg5","Bpg54ce","qhf8xq","j35jbq","progressBar","De3pzq","B2u0y6b","Bn62ygk","Cwk7ip","B3o57yi","Bmy1vo4","Bkqvd7p","Bi2q7bf","d","p","h"],"mappings":"AAAA,YAAY;;;;;;;;;;;;IAICM,uBAAuB;;;uBA8BJ;eAAnBC;;;iCAjCwE,4BAA4B;AAG1G,gCAA6B,WAAA,OAAGN,8BAAA,EAAA,WAAA,YAAA;IAAA;IAAA;IAAA;IAAA;CA6BtC,CAAC;AACK,4BAAyB,WAAA,OAAGC,yBAAA,EAAA;IAAAM,UAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,iBAAA,EAAA;QAAAC,OAAA,EAAA;YAAA;YAAA;SAAA;QAAAC,OAAA,EAAA;YAAA;YAAA;SAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;YAAA;YAAA;SAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;YAAA;YAAA;SAAA;IAAA;IAAAC,WAAA,EAAA;QAAAC,MAAA,EAAA;QAAAR,OAAA,EAAA;QAAAS,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;YAAA;YAAA;gBAAAC,CAAA,EAAA,CAAA;YAAA;SAAA;QAAA;QAAA;QAAA;QAAA;QAAA;YAAA;YAAA;gBAAAA,CAAA,EAAA,CAAA;YAAA;SAAA;KAAA;IAAAC,CAAA,EAAA;QAAA;KAAA;AAAA,CAuBlC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["AttachmentAction.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@fluentui/react-components';\nexport const useAttachmentActionStyles = makeStyles({\n root: {\n height: '32px',\n maxWidth: '280px',\n minWidth: '32px',\n display: 'inline-flex',\n justifyContent: 'center',\n alignItems: 'center',\n position: 'relative',\n verticalAlign: 'middle',\n cursor: 'pointer'\n },\n disabled: {\n cursor: 'default'\n }\n});\n"],"names":["__styles","useAttachmentActionStyles","root","Bqenvij","B2u0y6b","Bf4jedk","mc9l5x","Brf1p80","Bt984gj","qhf8xq","ha4doy","Bceei9c","disabled","d"],"mappings":"AAAA,YAAY;;;;;;;;;;;iCACe,4BAA4B;AAChD,MAAMC,yBAAyB,GAAA,WAAA,OAAGD,yBAAA,EAAA;IAAAE,IAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,QAAA,EAAA;QAAAD,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAE,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAexC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["AttachmentBody.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@fluentui/react-components';\nexport const useAttachmentBodyStyles = makeStyles({\n root: {\n flex: '1 1 0'\n }\n});\n"],"names":["__styles","useAttachmentBodyStyles","root","xawz","Bh6795r","Bnnss6s","fkmc3a","d","p"],"mappings":"AAAA,YAAY;;;;;;;;;;;iCACe,4BAA4B;AAChD,MAAMC,uBAAuB,GAAA,WAAA,OAAGD,yBAAA,EAAA;IAAAE,IAAA,EAAA;QAAAC,IAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;YAAA;YAAA;gBAAAC,CAAA,EAAA,CAAA;YAAA;SAAA;KAAA;AAAA,CAItC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["AttachmentDescription.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, tokens } from '@fluentui/react-components';\nexport const useAttachmentDescriptionStyles = makeStyles({\n root: {\n display: 'block',\n fontSize: tokens.fontSizeBase200,\n fontWeight: tokens.fontWeightRegular,\n lineHeight: 1\n }\n});\n"],"names":["__styles","tokens","useAttachmentDescriptionStyles","root","mc9l5x","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":"AAAA,YAAY;;;;;;;;;;;iCACuB,4BAA4B;AACxD,MAAME,8BAA8B,GAAA,WAAA,OAAGF,yBAAA,EAAA;IAAAG,IAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAO7C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["AttachmentHeader.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, tokens } from '@fluentui/react-components';\nexport const useAttachmentHeaderStyles = makeStyles({\n root: {\n display: 'block',\n fontSize: tokens.fontSizeBase300,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: 1.4286\n }\n});\n"],"names":["__styles","tokens","useAttachmentHeaderStyles","root","mc9l5x","Be2twd7","Bhrd7zp","Bg96gwp","d"],"mappings":"AAAA,YAAY;;;;;;;;;;;iCACuB,4BAA4B;AACxD,MAAME,yBAAyB,GAAA,WAAA,OAAGF,yBAAA,EAAA;IAAAG,IAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAOxC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["AttachmentIcon.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@fluentui/react-components';\nexport const useAttachmentIconStyles = makeStyles({\n root: {\n height: '32px',\n width: '32px',\n marginRight: '12px',\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n '& svg': {\n height: '100%',\n width: '100%'\n }\n }\n});\n"],"names":["__styles","useAttachmentIconStyles","root","Bqenvij","a9b677","t21cq0","mc9l5x","Bt984gj","Brf1p80","p4uzdd","B5pe6w7","d"],"mappings":"AAAA,YAAY;;;;;;;;;;;iCACe,4BAA4B;AAChD,MAAMC,uBAAuB,GAAA,WAAA,OAAGD,yBAAA,EAAA;IAAAE,IAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;YAAA;YAAA;SAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAatC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["Flex.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@fluentui/react-components';\nconst gapValues = {\n smaller: '8px',\n small: '10px',\n medium: '15px',\n large: '30px'\n};\nconst paddingValues = {\n medium: '10px'\n};\nexport const useFlexStyles = makeStyles({\n flex: {\n display: 'flex'\n },\n inline: {\n display: 'inline-flex'\n },\n column: {\n flexDirection: 'column'\n },\n alignItemsFlexStart: {\n alignItems: 'flex-start'\n },\n alignItemsCenter: {\n alignItems: 'center'\n },\n alignItemsFlexEnd: {\n alignItems: 'flex-end'\n },\n alignItemsStretch: {\n alignItems: 'stretch'\n },\n justifyContentFlexStart: {\n justifyContent: 'flex-start'\n },\n justifyContentCenter: {\n justifyContent: 'center'\n },\n justifyContentFlexEnd: {\n justifyContent: 'flex-end'\n },\n justifyContentStretch: {\n justifyContent: 'stretch'\n },\n justifyContentSpaceAround: {\n justifyContent: 'space-around'\n },\n justifyContentSpaceBetween: {\n justifyContent: 'space-between'\n },\n justifyContentSpaceEvenly: {\n justifyContent: 'space-evenly'\n },\n wrap: {\n flexWrap: 'wrap'\n },\n fill: {\n width: '100%',\n height: '100%'\n },\n gapForColumnFlexSmall: {\n rowGap: gapValues.small\n },\n gapForColumnFlexSmaller: {\n rowGap: gapValues.smaller\n },\n gapForColumnFlexMedium: {\n rowGap: gapValues.medium\n },\n gapForColumnFlexLarge: {\n rowGap: gapValues.large\n },\n gapForRowFlexSmall: {\n columnGap: gapValues.small\n },\n gapForRowFlexSmaller: {\n columnGap: gapValues.smaller\n },\n gapForRowFlexMedium: {\n columnGap: gapValues.medium\n },\n gapForRowFlexLarge: {\n columnGap: gapValues.large\n },\n paddingMedium: {\n padding: paddingValues.medium\n }\n});\n"],"names":["__styles","gapValues","smaller","small","medium","large","paddingValues","useFlexStyles","flex","mc9l5x","inline","column","Beiy3e4","alignItemsFlexStart","Bt984gj","alignItemsCenter","alignItemsFlexEnd","alignItemsStretch","justifyContentFlexStart","Brf1p80","justifyContentCenter","justifyContentFlexEnd","justifyContentStretch","justifyContentSpaceAround","justifyContentSpaceBetween","justifyContentSpaceEvenly","wrap","Eh141a","fill","a9b677","Bqenvij","gapForColumnFlexSmall","Belr9w4","gapForColumnFlexSmaller","gapForColumnFlexMedium","gapForColumnFlexLarge","gapForRowFlexSmall","i8kkvl","gapForRowFlexSmaller","gapForRowFlexMedium","gapForRowFlexLarge","paddingMedium","Byoj8tv","uwmqm3","z189sj","z8tnut","B0ocmuz","d","p"],"mappings":"AAAA,YAAY;;;;;+BAWCO,aAAa;;;;;;iCAVC,4BAA4B;AACvD,MAAMN,SAAS,GAAG;IACdC,OAAO,EAAE,KAAK;IACdC,KAAK,EAAE,MAAM;IACbC,MAAM,EAAE,MAAM;IACdC,KAAK,EAAE;AACX,CAAC;AACD,MAAMC,aAAa,GAAG;IAClBF,MAAM,EAAE;AACZ,CAAC;AACM,sBAAmB,WAAA,OAAGJ,yBAAA,EAAA;IAAAQ,IAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,MAAA,EAAA;QAAAD,MAAA,EAAA;IAAA;IAAAE,MAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,mBAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,gBAAA,EAAA;QAAAD,OAAA,EAAA;IAAA;IAAAE,iBAAA,EAAA;QAAAF,OAAA,EAAA;IAAA;IAAAG,iBAAA,EAAA;QAAAH,OAAA,EAAA;IAAA;IAAAI,uBAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,oBAAA,EAAA;QAAAD,OAAA,EAAA;IAAA;IAAAE,qBAAA,EAAA;QAAAF,OAAA,EAAA;IAAA;IAAAG,qBAAA,EAAA;QAAAH,OAAA,EAAA;IAAA;IAAAI,yBAAA,EAAA;QAAAJ,OAAA,EAAA;IAAA;IAAAK,0BAAA,EAAA;QAAAL,OAAA,EAAA;IAAA;IAAAM,yBAAA,EAAA;QAAAN,OAAA,EAAA;IAAA;IAAAO,IAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,IAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,qBAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,uBAAA,EAAA;QAAAD,OAAA,EAAA;IAAA;IAAAE,sBAAA,EAAA;QAAAF,OAAA,EAAA;IAAA;IAAAG,qBAAA,EAAA;QAAAH,OAAA,EAAA;IAAA;IAAAI,kBAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,oBAAA,EAAA;QAAAD,MAAA,EAAA;IAAA;IAAAE,mBAAA,EAAA;QAAAF,MAAA,EAAA;IAAA;IAAAG,kBAAA,EAAA;QAAAH,MAAA,EAAA;IAAA;IAAAI,aAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;YAAA;YAAA;gBAAAC,CAAA,EAAA,CAAA;YAAA;SAAA;KAAA;AAAA,CA6E5B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["Grid.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@fluentui/react-components';\nexport const useGridStyles = makeStyles({\n grid: {\n display: 'grid',\n justifyContent: 'space-evenly'\n },\n onlyRows: {\n gridAutoFlow: 'column'\n },\n rows1: {\n gridTemplateRows: 'repeat(1, 1fr)'\n },\n rows2: {\n gridTemplateRows: 'repeat(2, 1fr)'\n },\n rows3: {\n gridTemplateRows: 'repeat(3, 1fr)'\n },\n columns1: {\n gridTemplateColumns: 'repeat(1, 1fr)'\n },\n columns2: {\n gridTemplateColumns: 'repeat(2, 1fr)'\n },\n columns3: {\n gridTemplateColumns: 'repeat(3, 1fr)'\n },\n columnsDefault: {\n gridTemplateColumns: 'repeat(5, 1fr)'\n }\n});\n"],"names":["__styles","useGridStyles","grid","mc9l5x","Brf1p80","onlyRows","Bxotwcr","rows1","wkccdc","rows2","rows3","columns1","Budl1dq","columns2","columns3","columnsDefault","d"],"mappings":"AAAA,YAAY;;;;;+BAECC,aAAa;;;;;;iCADC,4BAA4B;AAChD,sBAAmB,WAAA,OAAGD,yBAAA,EAAA;IAAAE,IAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,QAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,KAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,KAAA,EAAA;QAAAD,MAAA,EAAA;IAAA;IAAAE,KAAA,EAAA;QAAAF,MAAA,EAAA;IAAA;IAAAG,QAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,QAAA,EAAA;QAAAD,OAAA,EAAA;IAAA;IAAAE,QAAA,EAAA;QAAAF,OAAA,EAAA;IAAA;IAAAG,cAAA,EAAA;QAAAH,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAI,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CA6B5B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["ItemLayout.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@fluentui/react-components';\nexport const useItemLayoutStyles = makeStyles({\n root: {\n display: 'grid',\n gridTemplateColumns: 'auto 1fr auto auto',\n minHeight: '48px'\n },\n contentMedia: {\n alignSelf: 'start',\n gridColumnStart: 3,\n gridColumnEnd: 4,\n gridRowStart: 2,\n gridRowEnd: 3,\n fontSize: '12px',\n lineHeight: 1.3333\n },\n contentWrapper: {\n alignSelf: 'start',\n gridColumnStart: 2,\n gridColumnEnd: 3,\n gridRowStart: 2,\n gridRowEnd: 3,\n marginRight: '8px',\n fontSize: '12px',\n lineHeight: 1.3333\n },\n header: {\n alignSelf: 'end',\n gridColumnStart: 2,\n gridColumnEnd: 3,\n gridRowStart: 1,\n gridRowEnd: 2,\n fontSize: '14px',\n marginRight: '8px'\n },\n headerMedia: {\n alignSelf: 'end',\n gridColumnStart: 3,\n gridColumnEnd: 4,\n gridRowStart: 1,\n gridRowEnd: 2,\n fontSize: '12px',\n lineHeight: 1.3333\n },\n startMedia: {\n alignSelf: 'center',\n gridColumnStart: 1,\n gridColumnEnd: 2,\n gridRowStart: 1,\n gridRowEnd: 3,\n marginRight: '8px'\n },\n endMedia: {\n alignSelf: 'center',\n gridColumnStart: 4,\n gridColumnEnd: 5,\n gridRowStart: 1,\n gridRowEnd: 3\n }\n});\n"],"names":["__styles","useItemLayoutStyles","root","mc9l5x","Budl1dq","sshi5w","contentMedia","qb2dma","Br312pm","Bw0ie65","Ijaq50","nk6f5a","Be2twd7","Bg96gwp","contentWrapper","t21cq0","header","headerMedia","startMedia","endMedia","d"],"mappings":"AAAA,YAAY;;;;;+BAECC,mBAAmB;;;;;;iCADL,4BAA4B;AAChD,4BAAyB,WAAA,OAAGD,yBAAA,EAAA;IAAAE,IAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,YAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,cAAA,EAAA;QAAAP,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAI,MAAA,EAAA;YAAA;YAAA;SAAA;QAAAH,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAG,MAAA,EAAA;QAAAT,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAG,MAAA,EAAA;YAAA;YAAA;SAAA;IAAA;IAAAE,WAAA,EAAA;QAAAV,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAK,UAAA,EAAA;QAAAX,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAI,MAAA,EAAA;YAAA;YAAA;SAAA;IAAA;IAAAI,QAAA,EAAA;QAAAZ,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;AAAA,GAAA;IAAAS,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CA0DlC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["useListStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, makeResetStyles, mergeClasses } from '@griffel/react';\nexport const listClassNames = {\n root: 'fui-List'\n};\nconst useRootBaseStyles = makeResetStyles({\n padding: 0,\n margin: 0,\n textIndent: 0,\n listStyleType: 'none'\n});\n/**\n * Styles for the root slot\n */ const useStyles = makeStyles({\n rootHorizontal: {\n display: 'flex'\n },\n rootGrid: {\n display: 'grid'\n }\n});\n/**\n * Apply styling to the List slots based on the state\n */ export const useListStyles_unstable = (state)=>{\n const rootStyles = useRootBaseStyles();\n const styles = useStyles();\n const layoutToStyles = {\n ['horizontal']: styles.rootHorizontal,\n ['grid']: styles.rootGrid,\n ['vertical']: undefined\n };\n // eslint-disable-next-line react-hooks/immutability\n state.root.className = mergeClasses(listClassNames.root, rootStyles, layoutToStyles[state.layout], state.root.className);\n return state;\n};\n"],"names":["__styles","__resetStyles","mergeClasses","listClassNames","root","useRootBaseStyles","useStyles","rootHorizontal","mc9l5x","rootGrid","d","useListStyles_unstable","state","rootStyles","styles","layoutToStyles","undefined","className","layout"],"mappings":"AAAA,YAAY;;;;;;;;;;;;IAECG,cAAc;;;0BAqBY;eAAtBQ;;;uBAtByC,gBAAgB;AACnE,uBAAuB;IAC1BP,IAAI,EAAE;AACV,CAAC;AACD,MAAMC,iBAAiB,GAAA,WAAA,OAAGJ,oBAAA,EAAA,YAAA,MAAA;IAAA;CAKzB,CAAC;AACF;;CAEA,GAAI,MAAMK,SAAS,GAAA,WAAA,OAAGN,eAAA,EAAA;IAAAO,cAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,QAAA,EAAA;QAAAD,MAAA,EAAA;IAAA;AAAA,GAAA;IAAAE,CAAA,EAAA;QAAA;QAAA;KAAA;AAAA,CAOrB,CAAC;AAGS,gCAAgCE,KAAK,IAAG;IAC/C,MAAMC,UAAU,GAAGR,iBAAiB,CAAC,CAAC;IACtC,MAAMS,MAAM,GAAGR,SAAS,CAAC,CAAC;IAC1B,MAAMS,cAAc,GAAG;QACnB,CAAC,YAAY,CAAA,EAAGD,MAAM,CAACP,cAAc;QACrC,CAAC,MAAM,CAAA,EAAGO,MAAM,CAACL,QAAQ;QACzB,CAAC,UAAU,CAAA,EAAGO;IAClB,CAAC;IACD,oDAAA;IACAJ,KAAK,CAACR,IAAI,CAACa,SAAS,OAAGf,mBAAY,EAACC,cAAc,CAACC,IAAI,EAAES,UAAU,EAAEE,cAAc,CAACH,KAAK,CAACM,MAAM,CAAC,EAAEN,KAAK,CAACR,IAAI,CAACa,SAAS,CAAC;IACxH,OAAOL,KAAK;AAChB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["useListItemStyles.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, makeResetStyles, mergeClasses } from '@griffel/react';\nimport { createCustomFocusIndicatorStyle } from '@fluentui/react-tabster';\nimport { tokens } from '@fluentui/react-theme';\nexport const listItemClassNames = {\n root: 'fui-ListItem',\n media: 'fui-ListItem__media',\n header: 'fui-ListItem__header',\n contentWrapper: 'fui-ListItem__contentWrapper',\n headerMedia: 'fui-ListItem__headerMedia',\n contentMedia: 'fui-ListItem__contentMedia',\n endMedia: 'fui-ListItem__endMedia'\n};\nconst useRootBaseStyles = makeResetStyles({\n padding: '0 10px',\n margin: 0,\n textIndent: 0,\n listStyleType: 'none',\n ...createCustomFocusIndicatorStyle({\n outline: `${tokens.strokeWidthThick} solid ${tokens.colorStrokeFocus2}`,\n borderRadius: tokens.borderRadiusMedium\n }, {\n selector: 'focus'\n })\n});\n/**\n * Styles for the root slot\n */ const useStyles = makeStyles({\n contentWrapper: {\n fontSize: tokens.fontSizeBase200\n },\n // The content should go all the way to the end if the content media is not present\n contentWrapperWithoutMedia: {\n gridColumnEnd: 4\n },\n truncate: {\n overflow: 'hidden',\n textWrap: 'nowrap',\n textOverflow: 'ellipsis'\n },\n rootSelected: {\n backgroundColor: tokens.colorNeutralBackground1Selected\n },\n rootClickable: {\n cursor: 'pointer',\n '&:hover': {\n backgroundColor: tokens.colorNeutralBackground1Hover\n }\n }\n});\n/**\n * Apply styling to the ListItem slots based on the state\n */ export const useListItemStyles_unstable = (state)=>{\n const rootBaseStyles = useRootBaseStyles();\n const styles = useStyles();\n // eslint-disable-next-line react-hooks/immutability\n state.root.className = mergeClasses(listItemClassNames.root, rootBaseStyles, (state.selectable || state.navigable) && styles.rootClickable, state.selected && styles.rootSelected, state.root.className);\n if (state.header) {\n var _state_header;\n // eslint-disable-next-line react-hooks/immutability\n state.header.className = mergeClasses(state.truncateHeader && styles.truncate, (_state_header = state.header) === null || _state_header === void 0 ? void 0 : _state_header.className);\n }\n if (state.contentWrapper) {\n var _state_contentWrapper;\n // eslint-disable-next-line react-hooks/immutability\n state.contentWrapper.className = mergeClasses(styles.contentWrapper, state.truncateContent && styles.truncate, !state.contentMedia && styles.contentWrapperWithoutMedia, (_state_contentWrapper = state.contentWrapper) === null || _state_contentWrapper === void 0 ? void 0 : _state_contentWrapper.className);\n }\n return state;\n};\n"],"names":["__styles","__resetStyles","mergeClasses","createCustomFocusIndicatorStyle","tokens","listItemClassNames","root","media","header","contentWrapper","headerMedia","contentMedia","endMedia","useRootBaseStyles","useStyles","Be2twd7","contentWrapperWithoutMedia","Bw0ie65","truncate","B68tc82","Bmxbyg5","Bpg54ce","j4b8c3","ygn44y","rootSelected","De3pzq","rootClickable","Bceei9c","Jwef8y","d","p","h","useListItemStyles_unstable","state","rootBaseStyles","styles","className","selectable","navigable","selected","_state_header","truncateHeader","_state_contentWrapper","truncateContent"],"mappings":"AAAA,YAAY;;;;;;;;;;;;IAICK,kBAAkB;;;8BAgDY;eAA1B2B;;;uBAnDyC,gBAAgB;AAGnE,2BAA2B;IAC9B1B,IAAI,EAAE,cAAc;IACpBC,KAAK,EAAE,qBAAqB;IAC5BC,MAAM,EAAE,sBAAsB;IAC9BC,cAAc,EAAE,8BAA8B;IAC9CC,WAAW,EAAE,2BAA2B;IACxCC,YAAY,EAAE,4BAA4B;IAC1CC,QAAQ,EAAE;AACd,CAAC;AACD,MAAMC,iBAAiB,GAAA,WAAA,OAAGZ,oBAAA,EAAA,WAAA,MAAA;IAAA;IAAA;CAWzB,CAAC;AACF;;CAEA,GAAI,MAAMa,SAAS,GAAA,WAAA,OAAGd,eAAA,EAAA;IAAAS,cAAA,EAAA;QAAAM,OAAA,EAAA;IAAA;IAAAC,0BAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,QAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,YAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,aAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;YAAA;YAAA;gBAAAC,CAAA,EAAA,CAAA;YAAA;SAAA;QAAA;QAAA;QAAA;QAAA;KAAA;IAAAC,CAAA,EAAA;QAAA;KAAA;AAAA,CAsBrB,CAAC;AAGS,oCAAoCE,KAAK,IAAG;IACnD,MAAMC,cAAc,GAAGrB,iBAAiB,CAAC,CAAC;IAC1C,MAAMsB,MAAM,GAAGrB,SAAS,CAAC,CAAC;IAC1B,oDAAA;IACAmB,KAAK,CAAC3B,IAAI,CAAC8B,SAAS,OAAGlC,mBAAY,EAACG,kBAAkB,CAACC,IAAI,EAAE4B,cAAc,EAAE,CAACD,KAAK,CAACI,UAAU,IAAIJ,KAAK,CAACK,SAAAA,AAAS,KAAKH,MAAM,CAACT,aAAa,EAAEO,KAAK,CAACM,QAAQ,IAAIJ,MAAM,CAACX,YAAY,EAAES,KAAK,CAAC3B,IAAI,CAAC8B,SAAS,CAAC;IACxM,IAAIH,KAAK,CAACzB,MAAM,EAAE;QACd,IAAIgC,aAAa;QACjB,oDAAA;QACAP,KAAK,CAACzB,MAAM,CAAC4B,SAAS,OAAGlC,mBAAY,EAAC+B,KAAK,CAACQ,cAAc,IAAIN,MAAM,CAACjB,QAAQ,EAAE,CAACsB,aAAa,GAAGP,KAAK,CAACzB,MAAAA,AAAM,MAAM,IAAI,IAAIgC,aAAa,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,aAAa,CAACJ,SAAS,CAAC;IAC1L;IACA,IAAIH,KAAK,CAACxB,cAAc,EAAE;QACtB,IAAIiC,qBAAqB;QACzB,oDAAA;QACAT,KAAK,CAACxB,cAAc,CAAC2B,SAAS,OAAGlC,mBAAY,EAACiC,MAAM,CAAC1B,cAAc,EAAEwB,KAAK,CAACU,eAAe,IAAIR,MAAM,CAACjB,QAAQ,EAAE,CAACe,KAAK,CAACtB,YAAY,IAAIwB,MAAM,CAACnB,0BAA0B,EAAE,CAAC0B,qBAAqB,GAAGT,KAAK,CAACxB,cAAAA,AAAc,MAAM,IAAI,IAAIiC,qBAAqB,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,qBAAqB,CAACN,SAAS,CAAC;IACpT;IACA,OAAOH,KAAK;AAChB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["Segment.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, shorthands, tokens } from '@fluentui/react-components';\nexport const useSegmentStyles = makeStyles({\n segment: {\n padding: '1em',\n ...shorthands.borderWidth('2px', 0, 0),\n ...shorthands.borderColor('transparent'),\n ...shorthands.borderStyle('solid'),\n backgroundColor: tokens.colorNeutralBackground1,\n boxShadow: `0 1px 1px 1px ${tokens.colorNeutralShadowKey}`\n }\n});\n"],"names":["__styles","shorthands","tokens","useSegmentStyles","segment","Byoj8tv","uwmqm3","z189sj","z8tnut","B0ocmuz","B4j52fo","Bekrc4i","Bn0qgzm","ibv6hh","g2u3we","h3c5rm","B9xav0g","zhjwy3","icvyot","vrafjx","oivjwe","wvpqe5","De3pzq","E5pizo","d","p"],"mappings":"AAAA,YAAY;;;;;+BAECG,gBAAgB;;;;;;iCADkB,4BAA4B;AACpE,yBAAsB,WAAA,OAAGH,yBAAA,EAAA;IAAAI,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;YAAA;YAAA;SAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;YAAA;YAAA;SAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;YAAA;YAAA;SAAA;QAAAC,OAAA,EAAA;QAAAC,MAAA,EAAA;YAAA;YAAA;SAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;YAAA;YAAA;SAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;YAAA;YAAA;SAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;YAAA;YAAA;gBAAAC,CAAA,EAAA,CAAA;YAAA;SAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAS/B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["StyledText.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles, tokens } from '@fluentui/react-components';\nexport const useSizeStyles = makeStyles({\n base100: {\n fontSize: tokens.fontSizeBase100,\n lineHeight: tokens.lineHeightBase100\n },\n base200: {\n fontSize: tokens.fontSizeBase200,\n lineHeight: tokens.lineHeightBase200\n },\n base300: {\n fontSize: tokens.fontSizeBase300,\n lineHeight: tokens.lineHeightBase300\n },\n base400: {\n fontSize: tokens.fontSizeBase400,\n lineHeight: tokens.lineHeightBase400\n },\n base500: {\n fontSize: tokens.fontSizeBase500,\n lineHeight: tokens.lineHeightBase500\n },\n base600: {\n fontSize: tokens.fontSizeBase600,\n lineHeight: tokens.lineHeightBase600\n },\n hero700: {\n fontSize: tokens.fontSizeHero700,\n lineHeight: tokens.lineHeightHero700\n }\n});\nexport const useWeightStyles = makeStyles({\n light: {\n fontWeight: 200\n },\n semilight: {\n fontWeight: 300\n },\n regular: {\n fontWeight: 400\n },\n medium: {\n fontWeight: 500\n },\n semibold: {\n fontWeight: 600\n },\n bold: {\n fontWeight: 700\n }\n});\nexport const useStyles = makeStyles({\n mention: {\n color: tokens.colorBrandForegroundLink\n },\n mentionMe: {\n color: tokens.colorPalettePumpkinBorderActive,\n fontWeight: 700\n },\n disabled: {\n color: tokens.colorNeutralForegroundDisabled\n },\n error: {\n color: tokens.colorPaletteRedForeground3\n },\n important: {\n color: tokens.colorPaletteDarkOrangeForeground3,\n fontWeight: 700\n },\n success: {\n color: tokens.colorPaletteGreenForeground3\n },\n temporary: {\n fontStyle: 'italic'\n },\n timestamp: {\n color: tokens.colorNeutralForeground3\n },\n nowrap: {\n whiteSpace: 'nowrap',\n overflow: 'hidden'\n },\n truncate: {\n textOverflow: 'ellipsis'\n },\n alignCenter: {\n textAlign: 'center'\n },\n alignEnd: {\n textAlign: 'end'\n },\n alignJustify: {\n textAlign: 'justify'\n }\n});\n"],"names":["__styles","tokens","useSizeStyles","base100","Be2twd7","Bg96gwp","base200","base300","base400","base500","base600","hero700","d","useWeightStyles","light","Bhrd7zp","semilight","regular","medium","semibold","bold","useStyles","mention","sj55zd","mentionMe","disabled","error","important","success","temporary","B80ckks","timestamp","nowrap","Huce71","B68tc82","Bmxbyg5","Bpg54ce","truncate","ygn44y","alignCenter","fsow6f","alignEnd","alignJustify","p"],"mappings":"AAAA,YAAY;;;;;;;;;;;;IAECE,aAAa;;;aAkDJ;eAATmB;;mBApBe;eAAfR;;;iCA/BsB,4BAA4B;AACxD,sBAAmB,WAAA,OAAGb,yBAAA,EAAA;IAAAG,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,OAAA,EAAA;QAAAF,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAE,OAAA,EAAA;QAAAH,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAG,OAAA,EAAA;QAAAJ,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAI,OAAA,EAAA;QAAAL,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAK,OAAA,EAAA;QAAAN,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAM,OAAA,EAAA;QAAAP,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAO,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CA6B5B,CAAC;AACK,wBAAqB,WAAA,OAAGZ,yBAAA,EAAA;IAAAc,KAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,SAAA,EAAA;QAAAD,OAAA,EAAA;IAAA;IAAAE,OAAA,EAAA;QAAAF,OAAA,EAAA;IAAA;IAAAG,MAAA,EAAA;QAAAH,OAAA,EAAA;IAAA;IAAAI,QAAA,EAAA;QAAAJ,OAAA,EAAA;IAAA;IAAAK,IAAA,EAAA;QAAAL,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAH,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAmB9B,CAAC;AACK,kBAAe,WAAA,OAAGZ,yBAAA,EAAA;IAAAsB,OAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,SAAA,EAAA;QAAAD,MAAA,EAAA;QAAAR,OAAA,EAAA;IAAA;IAAAU,QAAA,EAAA;QAAAF,MAAA,EAAA;IAAA;IAAAG,KAAA,EAAA;QAAAH,MAAA,EAAA;IAAA;IAAAI,SAAA,EAAA;QAAAJ,MAAA,EAAA;QAAAR,OAAA,EAAA;IAAA;IAAAa,OAAA,EAAA;QAAAL,MAAA,EAAA;IAAA;IAAAM,SAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,SAAA,EAAA;QAAAR,MAAA,EAAA;IAAA;IAAAS,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;IAAAC,QAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,WAAA,EAAA;QAAAC,MAAA,EAAA;IAAA;IAAAC,QAAA,EAAA;QAAAD,MAAA,EAAA;IAAA;IAAAE,YAAA,EAAA;QAAAF,MAAA,EAAA;IAAA;AAAA,GAAA;IAAA5B,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;QAAA;YAAA;YAAA;gBAAA+B,CAAA,EAAA,CAAA;YAAA;SAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CA2CxB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["Video.styles.js"],"sourcesContent":["'use client';\nimport { makeStyles } from '@fluentui/react-components';\nexport const useVideoStyles = makeStyles({\n root: {\n display: 'inline-block',\n verticalAlign: 'middle',\n width: '100%',\n height: 'auto'\n }\n});\n"],"names":["__styles","useVideoStyles","root","mc9l5x","ha4doy","a9b677","Bqenvij","d"],"mappings":"AAAA,YAAY;;;;;;;;;;;iCACe,4BAA4B;AAChD,MAAMC,cAAc,GAAA,WAAA,OAAGD,yBAAA,EAAA;IAAAE,IAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,MAAA,EAAA;QAAAC,OAAA,EAAA;IAAA;AAAA,GAAA;IAAAC,CAAA,EAAA;QAAA;QAAA;QAAA;QAAA;KAAA;AAAA,CAO7B,CAAC"}