@fluentui-copilot/react-attachments 0.12.1 → 0.12.3-hotfix.1

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 (224) hide show
  1. package/CHANGELOG.json +60 -1
  2. package/CHANGELOG.md +30 -2
  3. package/dist/index.d.ts +43 -1
  4. package/lib/AgentTag.js +1 -0
  5. package/lib/AgentTag.js.map +1 -0
  6. package/lib/Attachment.js +0 -1
  7. package/lib/AttachmentList.js +0 -1
  8. package/lib/AttachmentOverflowMenu.js +0 -1
  9. package/lib/AttachmentOverflowMenuButton.js +0 -1
  10. package/lib/AttachmentOverflowMenuItem.js +0 -1
  11. package/lib/AttachmentTag.js +0 -1
  12. package/lib/AttachmentTagItem.js +0 -1
  13. package/lib/AttachmentTagList.js +0 -1
  14. package/lib/components/AgentTag/AgentTag.js +11 -0
  15. package/lib/components/AgentTag/AgentTag.js.map +1 -0
  16. package/lib/components/AgentTag/AgentTag.types.js +3 -0
  17. package/lib/components/AgentTag/AgentTag.types.js.map +1 -0
  18. package/lib/components/AgentTag/index.js +4 -0
  19. package/lib/components/AgentTag/index.js.map +1 -0
  20. package/lib/components/AgentTag/renderAgentTag.js +6 -0
  21. package/lib/components/AgentTag/renderAgentTag.js.map +1 -0
  22. package/lib/components/AgentTag/useAgentTag.js +18 -0
  23. package/lib/components/AgentTag/useAgentTag.js.map +1 -0
  24. package/lib/components/AgentTag/useAgentTagStyles.styles.js +95 -0
  25. package/lib/components/AgentTag/useAgentTagStyles.styles.js.map +1 -0
  26. package/lib/components/AgentTag/useAgentTagStyles.styles.raw.js +66 -0
  27. package/lib/components/AgentTag/useAgentTagStyles.styles.raw.js.map +1 -0
  28. package/lib/components/Attachment/Attachment.js +5 -6
  29. package/lib/components/Attachment/Attachment.types.js +1 -2
  30. package/lib/components/Attachment/Attachment.types.js.map +1 -1
  31. package/lib/components/Attachment/index.js +0 -1
  32. package/lib/components/Attachment/renderAttachment.js +38 -20
  33. package/lib/components/Attachment/renderAttachment.js.map +1 -1
  34. package/lib/components/Attachment/useAttachment.js +85 -90
  35. package/lib/components/Attachment/useAttachment.js.map +1 -1
  36. package/lib/components/Attachment/useAttachmentStyles.styles.js +15 -3
  37. package/lib/components/Attachment/useAttachmentStyles.styles.js.map +1 -1
  38. package/lib/components/Attachment/useAttachmentStyles.styles.raw.js +293 -0
  39. package/lib/components/Attachment/useAttachmentStyles.styles.raw.js.map +1 -0
  40. package/lib/components/AttachmentList/AttachmentList.js +6 -7
  41. package/lib/components/AttachmentList/AttachmentList.types.js +1 -2
  42. package/lib/components/AttachmentList/index.js +0 -1
  43. package/lib/components/AttachmentList/renderAttachmentList.js +25 -25
  44. package/lib/components/AttachmentList/useAttachmentList.js +112 -119
  45. package/lib/components/AttachmentList/useAttachmentList.js.map +1 -1
  46. package/lib/components/AttachmentList/useAttachmentListContextValues.js +9 -13
  47. package/lib/components/AttachmentList/useAttachmentListStyles.styles.raw.js +44 -0
  48. package/lib/components/AttachmentList/useAttachmentListStyles.styles.raw.js.map +1 -0
  49. package/lib/components/AttachmentOverflowMenu/AttachmentOverflowMenu.js +8 -9
  50. package/lib/components/AttachmentOverflowMenu/AttachmentOverflowMenu.types.js +1 -2
  51. package/lib/components/AttachmentOverflowMenu/index.js +0 -1
  52. package/lib/components/AttachmentOverflowMenu/renderAttachmentOverflowMenu.js +8 -13
  53. package/lib/components/AttachmentOverflowMenu/useAttachmentOverflowMenu.js +9 -15
  54. package/lib/components/AttachmentOverflowMenu/useAttachmentOverflowMenuContextValues.js +10 -15
  55. package/lib/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.js +5 -6
  56. package/lib/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.types.js +1 -2
  57. package/lib/components/AttachmentOverflowMenuButton/index.js +0 -1
  58. package/lib/components/AttachmentOverflowMenuButton/renderAttachmentOverflowMenuButton.js +11 -10
  59. package/lib/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButton.js +36 -45
  60. package/lib/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButtonStyles.styles.raw.js +94 -0
  61. package/lib/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButtonStyles.styles.raw.js.map +1 -0
  62. package/lib/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.js +4 -5
  63. package/lib/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.types.js +1 -2
  64. package/lib/components/AttachmentOverflowMenuItem/index.js +0 -1
  65. package/lib/components/AttachmentOverflowMenuItem/renderAttachmentOverflowMenuItem.js +9 -8
  66. package/lib/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItem.js +41 -49
  67. package/lib/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItemStyles.styles.raw.js +57 -0
  68. package/lib/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItemStyles.styles.raw.js.map +1 -0
  69. package/lib/components/AttachmentTag/AttachmentTag.js +5 -7
  70. package/lib/components/AttachmentTag/AttachmentTag.types.js +1 -2
  71. package/lib/components/AttachmentTag/index.js +0 -1
  72. package/lib/components/AttachmentTag/renderAttachmentTag.js +10 -8
  73. package/lib/components/AttachmentTag/useAttachmentTag.js +9 -11
  74. package/lib/components/AttachmentTag/useAttachmentTagStyles.styles.raw.js +98 -0
  75. package/lib/components/AttachmentTag/useAttachmentTagStyles.styles.raw.js.map +1 -0
  76. package/lib/components/AttachmentTagItem/AttachmentTagItem.js +4 -6
  77. package/lib/components/AttachmentTagItem/AttachmentTagItem.types.js +1 -2
  78. package/lib/components/AttachmentTagItem/index.js +0 -1
  79. package/lib/components/AttachmentTagItem/renderAttachmentTagItem.js +10 -8
  80. package/lib/components/AttachmentTagItem/useAttachmentTagItem.js +9 -11
  81. package/lib/components/AttachmentTagItem/useAttachmentTagItemStyles.styles.raw.js +34 -0
  82. package/lib/components/AttachmentTagItem/useAttachmentTagItemStyles.styles.raw.js.map +1 -0
  83. package/lib/components/AttachmentTagList/AttachmentTagList.js +6 -8
  84. package/lib/components/AttachmentTagList/AttachmentTagList.types.js +1 -2
  85. package/lib/components/AttachmentTagList/index.js +0 -1
  86. package/lib/components/AttachmentTagList/renderAttachmentTagList.js +7 -9
  87. package/lib/components/AttachmentTagList/useAttachmentTagList.js +21 -25
  88. package/lib/components/AttachmentTagList/useAttachmentTagListContextValues.js +8 -11
  89. package/lib/components/AttachmentTagList/useAttachmentTagListStyles.styles.raw.js +21 -0
  90. package/lib/components/AttachmentTagList/useAttachmentTagListStyles.styles.raw.js.map +1 -0
  91. package/lib/components/index.js +0 -1
  92. package/lib/components/utils/useAttachmentTagSlots.js +45 -52
  93. package/lib/components/utils/useProgressBarStyles.styles.raw.js +42 -0
  94. package/lib/components/utils/useProgressBarStyles.styles.raw.js.map +1 -0
  95. package/lib/contexts/attachmentListContext.js +3 -4
  96. package/lib/contexts/attachmentOverflowMenuContext.js +4 -5
  97. package/lib/contexts/attachmentTagListContext.js +2 -3
  98. package/lib/index.js +1 -1
  99. package/lib/index.js.map +1 -1
  100. package/lib-commonjs/AgentTag.js +28 -0
  101. package/lib-commonjs/AgentTag.js.map +1 -0
  102. package/lib-commonjs/Attachment.js +0 -1
  103. package/lib-commonjs/AttachmentList.js +0 -1
  104. package/lib-commonjs/AttachmentOverflowMenu.js +0 -1
  105. package/lib-commonjs/AttachmentOverflowMenuButton.js +0 -1
  106. package/lib-commonjs/AttachmentOverflowMenuItem.js +0 -1
  107. package/lib-commonjs/AttachmentTag.js +0 -1
  108. package/lib-commonjs/AttachmentTagItem.js +0 -1
  109. package/lib-commonjs/AttachmentTagList.js +0 -1
  110. package/lib-commonjs/components/AgentTag/AgentTag.js +21 -0
  111. package/lib-commonjs/components/AgentTag/AgentTag.js.map +1 -0
  112. package/lib-commonjs/components/AgentTag/AgentTag.types.js +6 -0
  113. package/lib-commonjs/components/AgentTag/AgentTag.types.js.map +1 -0
  114. package/lib-commonjs/components/AgentTag/index.js +31 -0
  115. package/lib-commonjs/components/AgentTag/index.js.map +1 -0
  116. package/lib-commonjs/components/AgentTag/renderAgentTag.js +14 -0
  117. package/lib-commonjs/components/AgentTag/renderAgentTag.js.map +1 -0
  118. package/lib-commonjs/components/AgentTag/useAgentTag.js +19 -0
  119. package/lib-commonjs/components/AgentTag/useAgentTag.js.map +1 -0
  120. package/lib-commonjs/components/AgentTag/useAgentTagStyles.styles.js +145 -0
  121. package/lib-commonjs/components/AgentTag/useAgentTagStyles.styles.js.map +1 -0
  122. package/lib-commonjs/components/AgentTag/useAgentTagStyles.styles.raw.js +82 -0
  123. package/lib-commonjs/components/AgentTag/useAgentTagStyles.styles.raw.js.map +1 -0
  124. package/lib-commonjs/components/Attachment/Attachment.js +1 -1
  125. package/lib-commonjs/components/Attachment/Attachment.js.map +1 -1
  126. package/lib-commonjs/components/Attachment/Attachment.types.js +0 -1
  127. package/lib-commonjs/components/Attachment/Attachment.types.js.map +1 -1
  128. package/lib-commonjs/components/Attachment/index.js +0 -1
  129. package/lib-commonjs/components/Attachment/renderAttachment.js +23 -7
  130. package/lib-commonjs/components/Attachment/renderAttachment.js.map +1 -1
  131. package/lib-commonjs/components/Attachment/useAttachment.js +7 -3
  132. package/lib-commonjs/components/Attachment/useAttachment.js.map +1 -1
  133. package/lib-commonjs/components/Attachment/useAttachmentStyles.styles.js +24 -3
  134. package/lib-commonjs/components/Attachment/useAttachmentStyles.styles.js.map +1 -1
  135. package/lib-commonjs/components/Attachment/useAttachmentStyles.styles.raw.js +312 -0
  136. package/lib-commonjs/components/Attachment/useAttachmentStyles.styles.raw.js.map +1 -0
  137. package/lib-commonjs/components/AttachmentList/AttachmentList.js +1 -1
  138. package/lib-commonjs/components/AttachmentList/AttachmentList.js.map +1 -1
  139. package/lib-commonjs/components/AttachmentList/AttachmentList.types.js +0 -1
  140. package/lib-commonjs/components/AttachmentList/index.js +0 -1
  141. package/lib-commonjs/components/AttachmentList/renderAttachmentList.js +1 -1
  142. package/lib-commonjs/components/AttachmentList/renderAttachmentList.js.map +1 -1
  143. package/lib-commonjs/components/AttachmentList/useAttachmentList.js +6 -2
  144. package/lib-commonjs/components/AttachmentList/useAttachmentList.js.map +1 -1
  145. package/lib-commonjs/components/AttachmentList/useAttachmentListContextValues.js +1 -1
  146. package/lib-commonjs/components/AttachmentList/useAttachmentListContextValues.js.map +1 -1
  147. package/lib-commonjs/components/AttachmentList/useAttachmentListStyles.styles.raw.js +60 -0
  148. package/lib-commonjs/components/AttachmentList/useAttachmentListStyles.styles.raw.js.map +1 -0
  149. package/lib-commonjs/components/AttachmentOverflowMenu/AttachmentOverflowMenu.js +1 -1
  150. package/lib-commonjs/components/AttachmentOverflowMenu/AttachmentOverflowMenu.js.map +1 -1
  151. package/lib-commonjs/components/AttachmentOverflowMenu/AttachmentOverflowMenu.types.js +0 -1
  152. package/lib-commonjs/components/AttachmentOverflowMenu/index.js +0 -1
  153. package/lib-commonjs/components/AttachmentOverflowMenu/renderAttachmentOverflowMenu.js +1 -1
  154. package/lib-commonjs/components/AttachmentOverflowMenu/renderAttachmentOverflowMenu.js.map +1 -1
  155. package/lib-commonjs/components/AttachmentOverflowMenu/useAttachmentOverflowMenu.js +1 -1
  156. package/lib-commonjs/components/AttachmentOverflowMenu/useAttachmentOverflowMenu.js.map +1 -1
  157. package/lib-commonjs/components/AttachmentOverflowMenu/useAttachmentOverflowMenuContextValues.js +1 -1
  158. package/lib-commonjs/components/AttachmentOverflowMenu/useAttachmentOverflowMenuContextValues.js.map +1 -1
  159. package/lib-commonjs/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.js +1 -1
  160. package/lib-commonjs/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.js.map +1 -1
  161. package/lib-commonjs/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.types.js +0 -1
  162. package/lib-commonjs/components/AttachmentOverflowMenuButton/index.js +0 -1
  163. package/lib-commonjs/components/AttachmentOverflowMenuButton/renderAttachmentOverflowMenuButton.js +1 -1
  164. package/lib-commonjs/components/AttachmentOverflowMenuButton/renderAttachmentOverflowMenuButton.js.map +1 -1
  165. package/lib-commonjs/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButton.js +1 -1
  166. package/lib-commonjs/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButton.js.map +1 -1
  167. package/lib-commonjs/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButtonStyles.styles.raw.js +110 -0
  168. package/lib-commonjs/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButtonStyles.styles.raw.js.map +1 -0
  169. package/lib-commonjs/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.js +1 -1
  170. package/lib-commonjs/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.js.map +1 -1
  171. package/lib-commonjs/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.types.js +0 -1
  172. package/lib-commonjs/components/AttachmentOverflowMenuItem/index.js +0 -1
  173. package/lib-commonjs/components/AttachmentOverflowMenuItem/renderAttachmentOverflowMenuItem.js +1 -1
  174. package/lib-commonjs/components/AttachmentOverflowMenuItem/renderAttachmentOverflowMenuItem.js.map +1 -1
  175. package/lib-commonjs/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItem.js +1 -1
  176. package/lib-commonjs/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItem.js.map +1 -1
  177. package/lib-commonjs/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItemStyles.styles.raw.js +73 -0
  178. package/lib-commonjs/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItemStyles.styles.raw.js.map +1 -0
  179. package/lib-commonjs/components/AttachmentTag/AttachmentTag.js +1 -1
  180. package/lib-commonjs/components/AttachmentTag/AttachmentTag.js.map +1 -1
  181. package/lib-commonjs/components/AttachmentTag/AttachmentTag.types.js +0 -1
  182. package/lib-commonjs/components/AttachmentTag/index.js +0 -1
  183. package/lib-commonjs/components/AttachmentTag/renderAttachmentTag.js +1 -1
  184. package/lib-commonjs/components/AttachmentTag/renderAttachmentTag.js.map +1 -1
  185. package/lib-commonjs/components/AttachmentTag/useAttachmentTag.js +1 -1
  186. package/lib-commonjs/components/AttachmentTag/useAttachmentTag.js.map +1 -1
  187. package/lib-commonjs/components/AttachmentTag/useAttachmentTagStyles.styles.raw.js +118 -0
  188. package/lib-commonjs/components/AttachmentTag/useAttachmentTagStyles.styles.raw.js.map +1 -0
  189. package/lib-commonjs/components/AttachmentTagItem/AttachmentTagItem.js +1 -1
  190. package/lib-commonjs/components/AttachmentTagItem/AttachmentTagItem.js.map +1 -1
  191. package/lib-commonjs/components/AttachmentTagItem/AttachmentTagItem.types.js +0 -1
  192. package/lib-commonjs/components/AttachmentTagItem/index.js +0 -1
  193. package/lib-commonjs/components/AttachmentTagItem/renderAttachmentTagItem.js +1 -1
  194. package/lib-commonjs/components/AttachmentTagItem/renderAttachmentTagItem.js.map +1 -1
  195. package/lib-commonjs/components/AttachmentTagItem/useAttachmentTagItem.js +1 -1
  196. package/lib-commonjs/components/AttachmentTagItem/useAttachmentTagItem.js.map +1 -1
  197. package/lib-commonjs/components/AttachmentTagItem/useAttachmentTagItemStyles.styles.raw.js +50 -0
  198. package/lib-commonjs/components/AttachmentTagItem/useAttachmentTagItemStyles.styles.raw.js.map +1 -0
  199. package/lib-commonjs/components/AttachmentTagList/AttachmentTagList.js +1 -1
  200. package/lib-commonjs/components/AttachmentTagList/AttachmentTagList.js.map +1 -1
  201. package/lib-commonjs/components/AttachmentTagList/AttachmentTagList.types.js +0 -1
  202. package/lib-commonjs/components/AttachmentTagList/index.js +0 -1
  203. package/lib-commonjs/components/AttachmentTagList/renderAttachmentTagList.js +1 -1
  204. package/lib-commonjs/components/AttachmentTagList/renderAttachmentTagList.js.map +1 -1
  205. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagList.js +1 -1
  206. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagList.js.map +1 -1
  207. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagListContextValues.js +1 -1
  208. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagListContextValues.js.map +1 -1
  209. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagListStyles.styles.raw.js +37 -0
  210. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagListStyles.styles.raw.js.map +1 -0
  211. package/lib-commonjs/components/index.js +0 -1
  212. package/lib-commonjs/components/utils/useAttachmentTagSlots.js +1 -1
  213. package/lib-commonjs/components/utils/useAttachmentTagSlots.js.map +1 -1
  214. package/lib-commonjs/components/utils/useProgressBarStyles.styles.raw.js +50 -0
  215. package/lib-commonjs/components/utils/useProgressBarStyles.styles.raw.js.map +1 -0
  216. package/lib-commonjs/contexts/attachmentListContext.js +1 -1
  217. package/lib-commonjs/contexts/attachmentListContext.js.map +1 -1
  218. package/lib-commonjs/contexts/attachmentOverflowMenuContext.js +1 -1
  219. package/lib-commonjs/contexts/attachmentOverflowMenuContext.js.map +1 -1
  220. package/lib-commonjs/contexts/attachmentTagListContext.js +1 -1
  221. package/lib-commonjs/contexts/attachmentTagListContext.js.map +1 -1
  222. package/lib-commonjs/index.js +16 -1
  223. package/lib-commonjs/index.js.map +1 -1
  224. package/package.json +11 -15
@@ -1 +1 @@
1
- {"version":3,"sources":["attachmentTagListContext.ts"],"sourcesContent":["import { createContext, useContextSelector } from '@fluentui/react-context-selector';\nimport type { Context, ContextSelector } from '@fluentui/react-context-selector';\nimport type { AttachmentTagListProps } from '../components/index';\n\nexport const AttachmentTagListContext: Context<AttachmentTagListContextValue> = createContext<\n AttachmentTagListContextValue | undefined\n>(undefined) as Context<AttachmentTagListContextValue>;\n\nconst tagListContextDefaultValue: AttachmentTagListContextValue = {\n onAttachmentTagDismiss: () => null,\n};\n\n/**\n * Context shared between AttachmentTagList and its children components\n */\nexport type AttachmentTagListContextValue = Pick<AttachmentTagListProps, 'onAttachmentTagDismiss'>;\n\nexport const AttachmentTagListProvider = AttachmentTagListContext.Provider;\n\nexport const useAttachmentTagListContext_unstable = <T>(selector: ContextSelector<AttachmentTagListContextValue, T>) =>\n useContextSelector(AttachmentTagListContext, (ctx = tagListContextDefaultValue) => selector(ctx));\n"],"names":["AttachmentTagListContext","AttachmentTagListProvider","useAttachmentTagListContext_unstable","createContext","undefined","tagListContextDefaultValue","onAttachmentTagDismiss","Provider","selector","useContextSelector","ctx"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAIaA,wBAAAA;eAAAA;;IAaAC,yBAAAA;eAAAA;;IAEAC,oCAAAA;eAAAA;;;sCAnBqC;AAI3C,MAAMF,2BAAmEG,IAAAA,mCAAAA,EAE9EC;AAEF,MAAMC,6BAA4D;4BAChEC,IAA8B;AAChC;AAOO,MAAML,4BAA4BD,yBAAyBO,QAAQ;AAEnE,MAAML,uCAAuCM,CAAAA,WAClDC,IAAAA,wCAAAA,EAAmBT,0BAA0B,CAACU,MAAML,0BAA0B,GAAKG,SAASE"}
1
+ {"version":3,"sources":["attachmentTagListContext.ts"],"sourcesContent":["import { createContext, useContextSelector } from '@fluentui/react-context-selector';\nimport type { Context, ContextSelector } from '@fluentui/react-context-selector';\nimport type { AttachmentTagListProps } from '../components/index';\n\nexport const AttachmentTagListContext: Context<AttachmentTagListContextValue> = createContext<\n AttachmentTagListContextValue | undefined\n>(undefined) as Context<AttachmentTagListContextValue>;\n\nconst tagListContextDefaultValue: AttachmentTagListContextValue = {\n onAttachmentTagDismiss: () => null,\n};\n\n/**\n * Context shared between AttachmentTagList and its children components\n */\nexport type AttachmentTagListContextValue = Pick<AttachmentTagListProps, 'onAttachmentTagDismiss'>;\n\nexport const AttachmentTagListProvider = AttachmentTagListContext.Provider;\n\nexport const useAttachmentTagListContext_unstable = <T>(selector: ContextSelector<AttachmentTagListContextValue, T>) =>\n useContextSelector(AttachmentTagListContext, (ctx = tagListContextDefaultValue) => selector(ctx));\n"],"names":["AttachmentTagListContext","AttachmentTagListProvider","useAttachmentTagListContext_unstable","createContext","undefined","tagListContextDefaultValue","onAttachmentTagDismiss","Provider","selector","useContextSelector","ctx"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAIaA,wBAAAA;eAAAA;;IAaAC,yBAAAA;eAAAA;;IAEAC,oCAAAA;eAAAA;;;sCAnBqC;AAI3C,MAAMF,2BAAmEG,IAAAA,mCAAAA,EAE9EC;AAEF,MAAMC,6BAA4D;IAChEC,wBAAwB,IAAM;AAChC;AAOO,MAAML,4BAA4BD,yBAAyBO,QAAQ;AAEnE,MAAML,uCAAuC,CAAIM,WACtDC,IAAAA,wCAAAA,EAAmBT,0BAA0B,CAACU,MAAML,0BAA0B,GAAKG,SAASE"}
@@ -9,6 +9,9 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
+ AgentTag: function() {
13
+ return _AgentTag.AgentTag;
14
+ },
12
15
  Attachment: function() {
13
16
  return _Attachment.Attachment;
14
17
  },
@@ -45,6 +48,9 @@ _export(exports, {
45
48
  AttachmentTagList: function() {
46
49
  return _AttachmentTagList.AttachmentTagList;
47
50
  },
51
+ agentTagClassNames: function() {
52
+ return _AgentTag.agentTagClassNames;
53
+ },
48
54
  attachmentClassNames: function() {
49
55
  return _Attachment.attachmentClassNames;
50
56
  },
@@ -66,6 +72,9 @@ _export(exports, {
66
72
  attachmentTagListClassNames: function() {
67
73
  return _AttachmentTagList.attachmentTagListClassNames;
68
74
  },
75
+ renderAgentTag_unstable: function() {
76
+ return _AgentTag.renderAgentTag_unstable;
77
+ },
69
78
  renderAttachmentList_unstable: function() {
70
79
  return _AttachmentList.renderAttachmentList_unstable;
71
80
  },
@@ -90,6 +99,12 @@ _export(exports, {
90
99
  renderAttachment_unstable: function() {
91
100
  return _Attachment.renderAttachment_unstable;
92
101
  },
102
+ useAgentTagStyles_unstable: function() {
103
+ return _AgentTag.useAgentTagStyles_unstable;
104
+ },
105
+ useAgentTag_unstable: function() {
106
+ return _AgentTag.useAgentTag_unstable;
107
+ },
93
108
  useAttachmentListContext_unstable: function() {
94
109
  return _attachmentListContext.useAttachmentListContext_unstable;
95
110
  },
@@ -152,4 +167,4 @@ const _AttachmentOverflowMenu = require("./AttachmentOverflowMenu");
152
167
  const _attachmentOverflowMenuContext = require("./contexts/attachmentOverflowMenuContext");
153
168
  const _AttachmentOverflowMenuButton = require("./AttachmentOverflowMenuButton");
154
169
  const _AttachmentOverflowMenuItem = require("./AttachmentOverflowMenuItem");
155
- //# sourceMappingURL=index.js.map
170
+ const _AgentTag = require("./AgentTag");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export type { AttachmentTagProps, AttachmentTagSlots, AttachmentTagState } from './AttachmentTag';\nexport {\n AttachmentTag,\n attachmentTagClassNames,\n renderAttachmentTag_unstable,\n useAttachmentTagStyles_unstable,\n useAttachmentTag_unstable,\n} from './AttachmentTag';\nexport type {\n AttachmentTagDismissedData,\n AttachmentTagListProps,\n AttachmentTagListSlots,\n AttachmentTagListState,\n} from './AttachmentTagList';\nexport {\n AttachmentTagList,\n attachmentTagListClassNames,\n renderAttachmentTagList_unstable,\n useAttachmentTagListStyles_unstable,\n useAttachmentTagList_unstable,\n} from './AttachmentTagList';\n\nexport type { AttachmentTagItemProps, AttachmentTagItemSlots, AttachmentTagItemState } from './AttachmentTagItem';\nexport {\n AttachmentTagItem,\n attachmentTagItemClassNames,\n renderAttachmentTagItem_unstable,\n useAttachmentTagItemStyles_unstable,\n useAttachmentTagItem_unstable,\n} from './AttachmentTagItem';\n\nexport type {\n AttachmentListProps,\n AttachmentListSlots,\n AttachmentListState,\n AttachmentDismissedData,\n} from './AttachmentList';\nexport {\n AttachmentList,\n attachmentListClassNames,\n renderAttachmentList_unstable,\n useAttachmentListStyles_unstable,\n useAttachmentList_unstable,\n} from './AttachmentList';\nexport type { AttachmentListContextValue } from './contexts/attachmentListContext';\nexport {\n AttachmentListContext,\n AttachmentListProvider,\n useAttachmentListContext_unstable,\n} from './contexts/attachmentListContext';\nexport type { AttachmentProps, AttachmentSlots, AttachmentState } from './Attachment';\nexport {\n Attachment,\n attachmentClassNames,\n renderAttachment_unstable,\n useAttachmentStyles_unstable,\n useAttachment_unstable,\n} from './Attachment';\n\nexport type {\n AttachmentOverflowMenuProps,\n AttachmentOverflowMenuSlots,\n AttachmentOverflowMenuState,\n} from './AttachmentOverflowMenu';\nexport {\n AttachmentOverflowMenu,\n renderAttachmentOverflowMenu_unstable,\n useAttachmentOverflowMenu_unstable,\n} from './AttachmentOverflowMenu';\n\nexport type { AttachmentOverflowMenuContextValue } from './contexts/attachmentOverflowMenuContext';\nexport {\n AttachmentOverflowMenuContext,\n AttachmentOverflowMenuProvider,\n useAttachmentOverflowMenuContext_unstable,\n} from './contexts/attachmentOverflowMenuContext';\n\nexport type {\n AttachmentOverflowMenuButtonProps,\n AttachmentOverflowMenuButtonSlots,\n AttachmentOverflowMenuButtonState,\n} from './AttachmentOverflowMenuButton';\nexport {\n AttachmentOverflowMenuButton,\n attachmentOverflowMenuButtonClassNames,\n renderAttachmentOverflowMenuButton_unstable,\n useAttachmentOverflowMenuButtonStyles_unstable,\n useAttachmentOverflowMenuButton_unstable,\n} from './AttachmentOverflowMenuButton';\n\nexport type {\n AttachmentOverflowMenuItemProps,\n AttachmentOverflowMenuItemSlots,\n AttachmentOverflowMenuItemState,\n} from './AttachmentOverflowMenuItem';\nexport {\n AttachmentOverflowMenuItem,\n attachmentOverflowMenuItemClassNames,\n renderAttachmentOverflowMenuItem_unstable,\n useAttachmentOverflowMenuItemStyles_unstable,\n useAttachmentOverflowMenuItem_unstable,\n} from './AttachmentOverflowMenuItem';\n"],"names":["Attachment","AttachmentList","AttachmentListContext","AttachmentListProvider","AttachmentOverflowMenu","AttachmentOverflowMenuButton","AttachmentOverflowMenuContext","AttachmentOverflowMenuItem","AttachmentOverflowMenuProvider","AttachmentTag","AttachmentTagItem","AttachmentTagList","attachmentClassNames","attachmentListClassNames","attachmentOverflowMenuButtonClassNames","attachmentOverflowMenuItemClassNames","attachmentTagClassNames","attachmentTagItemClassNames","attachmentTagListClassNames","renderAttachmentList_unstable","renderAttachmentOverflowMenuButton_unstable","renderAttachmentOverflowMenuItem_unstable","renderAttachmentOverflowMenu_unstable","renderAttachmentTagItem_unstable","renderAttachmentTagList_unstable","renderAttachmentTag_unstable","renderAttachment_unstable","useAttachmentListContext_unstable","useAttachmentListStyles_unstable","useAttachmentList_unstable","useAttachmentOverflowMenuButtonStyles_unstable","useAttachmentOverflowMenuButton_unstable","useAttachmentOverflowMenuContext_unstable","useAttachmentOverflowMenuItemStyles_unstable","useAttachmentOverflowMenuItem_unstable","useAttachmentOverflowMenu_unstable","useAttachmentStyles_unstable","useAttachmentTagItemStyles_unstable","useAttachmentTagItem_unstable","useAttachmentTagListStyles_unstable","useAttachmentTagList_unstable","useAttachmentTagStyles_unstable","useAttachmentTag_unstable","useAttachment_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAoDEA,UAAU;eAAVA,sBAAU;;IAdVC,cAAc;eAAdA,8BAAc;;IAQdC,qBAAqB;eAArBA,4CAAqB;;IACrBC,sBAAsB;eAAtBA,6CAAsB;;IAkBtBC,sBAAsB;eAAtBA,8CAAsB;;IAkBtBC,4BAA4B;eAA5BA,0DAA4B;;IAX5BC,6BAA6B;eAA7BA,4DAA6B;;IAwB7BC,0BAA0B;eAA1BA,sDAA0B;;IAvB1BC,8BAA8B;eAA9BA,6DAA8B;;IAvE9BC,aAAa;eAAbA,4BAAa;;IAsBbC,iBAAiB;eAAjBA,oCAAiB;;IATjBC,iBAAiB;eAAjBA,oCAAiB;;IAsCjBC,oBAAoB;eAApBA,gCAAoB;;IAdpBC,wBAAwB;eAAxBA,wCAAwB;;IA6CxBC,sCAAsC;eAAtCA,oEAAsC;;IAatCC,oCAAoC;eAApCA,gEAAoC;;IA9FpCC,uBAAuB;eAAvBA,sCAAuB;;IAsBvBC,2BAA2B;eAA3BA,8CAA2B;;IAT3BC,2BAA2B;eAA3BA,8CAA2B;;IAwB3BC,6BAA6B;eAA7BA,6CAA6B;;IA6C7BC,2CAA2C;eAA3CA,yEAA2C;;IAa3CC,yCAAyC;eAAzCA,qEAAyC;;IAhCzCC,qCAAqC;eAArCA,6DAAqC;;IAxCrCC,gCAAgC;eAAhCA,mDAAgC;;IAThCC,gCAAgC;eAAhCA,mDAAgC;;IAbhCC,4BAA4B;eAA5BA,2CAA4B;;IAkD5BC,yBAAyB;eAAzBA,qCAAyB;;IANzBC,iCAAiC;eAAjCA,wDAAiC;;IAPjCC,gCAAgC;eAAhCA,gDAAgC;;IAChCC,0BAA0B;eAA1BA,0CAA0B;;IA4C1BC,8CAA8C;eAA9CA,4EAA8C;;IAC9CC,wCAAwC;eAAxCA,sEAAwC;;IAbxCC,yCAAyC;eAAzCA,wEAAyC;;IAyBzCC,4CAA4C;eAA5CA,wEAA4C;;IAC5CC,sCAAsC;eAAtCA,kEAAsC;;IAjCtCC,kCAAkC;eAAlCA,0DAAkC;;IAZlCC,4BAA4B;eAA5BA,wCAA4B;;IA5B5BC,mCAAmC;eAAnCA,sDAAmC;;IACnCC,6BAA6B;eAA7BA,gDAA6B;;IAV7BC,mCAAmC;eAAnCA,sDAAmC;;IACnCC,6BAA6B;eAA7BA,gDAA6B;;IAd7BC,+BAA+B;eAA/BA,8CAA+B;;IAC/BC,yBAAyB;eAAzBA,wCAAyB;;IAkDzBC,sBAAsB;eAAtBA,kCAAsB;;;+BAjDjB;mCAaA;mCASA;gCAcA;uCAMA;4BAQA;wCAWA;+CAOA;8CAaA;4CAaA"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export type { AttachmentTagProps, AttachmentTagSlots, AttachmentTagState } from './AttachmentTag';\nexport {\n AttachmentTag,\n attachmentTagClassNames,\n renderAttachmentTag_unstable,\n useAttachmentTagStyles_unstable,\n useAttachmentTag_unstable,\n} from './AttachmentTag';\nexport type {\n AttachmentTagDismissedData,\n AttachmentTagListProps,\n AttachmentTagListSlots,\n AttachmentTagListState,\n} from './AttachmentTagList';\nexport {\n AttachmentTagList,\n attachmentTagListClassNames,\n renderAttachmentTagList_unstable,\n useAttachmentTagListStyles_unstable,\n useAttachmentTagList_unstable,\n} from './AttachmentTagList';\n\nexport type { AttachmentTagItemProps, AttachmentTagItemSlots, AttachmentTagItemState } from './AttachmentTagItem';\nexport {\n AttachmentTagItem,\n attachmentTagItemClassNames,\n renderAttachmentTagItem_unstable,\n useAttachmentTagItemStyles_unstable,\n useAttachmentTagItem_unstable,\n} from './AttachmentTagItem';\n\nexport type {\n AttachmentListProps,\n AttachmentListSlots,\n AttachmentListState,\n AttachmentDismissedData,\n} from './AttachmentList';\nexport {\n AttachmentList,\n attachmentListClassNames,\n renderAttachmentList_unstable,\n useAttachmentListStyles_unstable,\n useAttachmentList_unstable,\n} from './AttachmentList';\nexport type { AttachmentListContextValue } from './contexts/attachmentListContext';\nexport {\n AttachmentListContext,\n AttachmentListProvider,\n useAttachmentListContext_unstable,\n} from './contexts/attachmentListContext';\nexport type { AttachmentProps, AttachmentSlots, AttachmentState } from './Attachment';\nexport {\n Attachment,\n attachmentClassNames,\n renderAttachment_unstable,\n useAttachmentStyles_unstable,\n useAttachment_unstable,\n} from './Attachment';\n\nexport type {\n AttachmentOverflowMenuProps,\n AttachmentOverflowMenuSlots,\n AttachmentOverflowMenuState,\n} from './AttachmentOverflowMenu';\nexport {\n AttachmentOverflowMenu,\n renderAttachmentOverflowMenu_unstable,\n useAttachmentOverflowMenu_unstable,\n} from './AttachmentOverflowMenu';\n\nexport type { AttachmentOverflowMenuContextValue } from './contexts/attachmentOverflowMenuContext';\nexport {\n AttachmentOverflowMenuContext,\n AttachmentOverflowMenuProvider,\n useAttachmentOverflowMenuContext_unstable,\n} from './contexts/attachmentOverflowMenuContext';\n\nexport type {\n AttachmentOverflowMenuButtonProps,\n AttachmentOverflowMenuButtonSlots,\n AttachmentOverflowMenuButtonState,\n} from './AttachmentOverflowMenuButton';\nexport {\n AttachmentOverflowMenuButton,\n attachmentOverflowMenuButtonClassNames,\n renderAttachmentOverflowMenuButton_unstable,\n useAttachmentOverflowMenuButtonStyles_unstable,\n useAttachmentOverflowMenuButton_unstable,\n} from './AttachmentOverflowMenuButton';\n\nexport type {\n AttachmentOverflowMenuItemProps,\n AttachmentOverflowMenuItemSlots,\n AttachmentOverflowMenuItemState,\n} from './AttachmentOverflowMenuItem';\nexport {\n AttachmentOverflowMenuItem,\n attachmentOverflowMenuItemClassNames,\n renderAttachmentOverflowMenuItem_unstable,\n useAttachmentOverflowMenuItemStyles_unstable,\n useAttachmentOverflowMenuItem_unstable,\n} from './AttachmentOverflowMenuItem';\n\nexport {\n AgentTag,\n renderAgentTag_unstable,\n useAgentTag_unstable,\n agentTagClassNames,\n useAgentTagStyles_unstable,\n} from './AgentTag';\nexport type { AgentTagProps, AgentTagSlots, AgentTagState } from './AgentTag';\n"],"names":["AgentTag","Attachment","AttachmentList","AttachmentListContext","AttachmentListProvider","AttachmentOverflowMenu","AttachmentOverflowMenuButton","AttachmentOverflowMenuContext","AttachmentOverflowMenuItem","AttachmentOverflowMenuProvider","AttachmentTag","AttachmentTagItem","AttachmentTagList","agentTagClassNames","attachmentClassNames","attachmentListClassNames","attachmentOverflowMenuButtonClassNames","attachmentOverflowMenuItemClassNames","attachmentTagClassNames","attachmentTagItemClassNames","attachmentTagListClassNames","renderAgentTag_unstable","renderAttachmentList_unstable","renderAttachmentOverflowMenuButton_unstable","renderAttachmentOverflowMenuItem_unstable","renderAttachmentOverflowMenu_unstable","renderAttachmentTagItem_unstable","renderAttachmentTagList_unstable","renderAttachmentTag_unstable","renderAttachment_unstable","useAgentTagStyles_unstable","useAgentTag_unstable","useAttachmentListContext_unstable","useAttachmentListStyles_unstable","useAttachmentList_unstable","useAttachmentOverflowMenuButtonStyles_unstable","useAttachmentOverflowMenuButton_unstable","useAttachmentOverflowMenuContext_unstable","useAttachmentOverflowMenuItemStyles_unstable","useAttachmentOverflowMenuItem_unstable","useAttachmentOverflowMenu_unstable","useAttachmentStyles_unstable","useAttachmentTagItemStyles_unstable","useAttachmentTagItem_unstable","useAttachmentTagListStyles_unstable","useAttachmentTagList_unstable","useAttachmentTagStyles_unstable","useAttachmentTag_unstable","useAttachment_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAwGEA,QAAQ;eAARA,kBAAQ;;IApDRC,UAAU;eAAVA,sBAAU;;IAdVC,cAAc;eAAdA,8BAAc;;IAQdC,qBAAqB;eAArBA,4CAAqB;;IACrBC,sBAAsB;eAAtBA,6CAAsB;;IAkBtBC,sBAAsB;eAAtBA,8CAAsB;;IAkBtBC,4BAA4B;eAA5BA,0DAA4B;;IAX5BC,6BAA6B;eAA7BA,4DAA6B;;IAwB7BC,0BAA0B;eAA1BA,sDAA0B;;IAvB1BC,8BAA8B;eAA9BA,6DAA8B;;IAvE9BC,aAAa;eAAbA,4BAAa;;IAsBbC,iBAAiB;eAAjBA,oCAAiB;;IATjBC,iBAAiB;eAAjBA,oCAAiB;;IA4FjBC,kBAAkB;eAAlBA,4BAAkB;;IAtDlBC,oBAAoB;eAApBA,gCAAoB;;IAdpBC,wBAAwB;eAAxBA,wCAAwB;;IA6CxBC,sCAAsC;eAAtCA,oEAAsC;;IAatCC,oCAAoC;eAApCA,gEAAoC;;IA9FpCC,uBAAuB;eAAvBA,sCAAuB;;IAsBvBC,2BAA2B;eAA3BA,8CAA2B;;IAT3BC,2BAA2B;eAA3BA,8CAA2B;;IAyF3BC,uBAAuB;eAAvBA,iCAAuB;;IAjEvBC,6BAA6B;eAA7BA,6CAA6B;;IA6C7BC,2CAA2C;eAA3CA,yEAA2C;;IAa3CC,yCAAyC;eAAzCA,qEAAyC;;IAhCzCC,qCAAqC;eAArCA,6DAAqC;;IAxCrCC,gCAAgC;eAAhCA,mDAAgC;;IAThCC,gCAAgC;eAAhCA,mDAAgC;;IAbhCC,4BAA4B;eAA5BA,2CAA4B;;IAkD5BC,yBAAyB;eAAzBA,qCAAyB;;IAsDzBC,0BAA0B;eAA1BA,oCAA0B;;IAF1BC,oBAAoB;eAApBA,8BAAoB;;IA1DpBC,iCAAiC;eAAjCA,wDAAiC;;IAPjCC,gCAAgC;eAAhCA,gDAAgC;;IAChCC,0BAA0B;eAA1BA,0CAA0B;;IA4C1BC,8CAA8C;eAA9CA,4EAA8C;;IAC9CC,wCAAwC;eAAxCA,sEAAwC;;IAbxCC,yCAAyC;eAAzCA,wEAAyC;;IAyBzCC,4CAA4C;eAA5CA,wEAA4C;;IAC5CC,sCAAsC;eAAtCA,kEAAsC;;IAjCtCC,kCAAkC;eAAlCA,0DAAkC;;IAZlCC,4BAA4B;eAA5BA,wCAA4B;;IA5B5BC,mCAAmC;eAAnCA,sDAAmC;;IACnCC,6BAA6B;eAA7BA,gDAA6B;;IAV7BC,mCAAmC;eAAnCA,sDAAmC;;IACnCC,6BAA6B;eAA7BA,gDAA6B;;IAd7BC,+BAA+B;eAA/BA,8CAA+B;;IAC/BC,yBAAyB;eAAzBA,wCAAyB;;IAkDzBC,sBAAsB;eAAtBA,kCAAsB;;;+BAjDjB;mCAaA;mCASA;gCAcA;uCAMA;4BAQA;wCAWA;+CAOA;8CAaA;4CAaA;0BAQA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-attachments",
3
- "version": "0.12.1",
3
+ "version": "0.12.3-hotfix.1",
4
4
  "description": "A set of components related to attaching files in Copilot experiences.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,29 +12,25 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/react-provider": "^0.11.1",
16
- "@fluentui-copilot/react-utilities": "^0.0.6",
17
- "@fluentui-copilot/tokens": "^0.3.9",
15
+ "@fluentui-copilot/react-provider": "0.11.2-hotfix.1",
16
+ "@fluentui-copilot/react-utilities": "0.0.7-hotfix.1",
17
+ "@fluentui-copilot/tokens": "0.3.10-hotfix.1",
18
18
  "@swc/helpers": "^0.5.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "@fluentui/keyboard-keys": ">=9.0.7 <10.0.0",
22
- "@fluentui/react-components": ">=9.55.1 <10.0.0",
23
- "@fluentui/react-context-selector": ">=9.1.68 <10.0.0",
21
+ "@fluentui/keyboard-keys": ">=9.0.8 <10.0.0",
22
+ "@fluentui/react-components": ">=9.58.3 <10.0.0",
23
+ "@fluentui/react-context-selector": ">=9.1.76 <10.0.0",
24
24
  "@fluentui/react-icons": ">=2.0.260 <3.0.0",
25
- "@fluentui/react-jsx-runtime": ">=9.0.45 <10.0.0",
26
- "@fluentui/react-shared-contexts": ">=9.20.2 <10.0.0",
27
- "@fluentui/react-utilities": ">=9.18.16 <10.0.0",
25
+ "@fluentui/react-jsx-runtime": ">=9.0.50 <10.0.0",
26
+ "@fluentui/react-shared-contexts": ">=9.23.1 <10.0.0",
27
+ "@fluentui/react-utilities": ">=9.19.0 <10.0.0",
28
28
  "@types/react": ">=16.14.0 <19.0.0",
29
29
  "@types/react-dom": ">=16.9.8 <19.0.0",
30
30
  "react": ">=16.14.0 <19.0.0",
31
31
  "react-dom": ">=16.14.0 <19.0.0"
32
32
  },
33
- "beachball": {
34
- "disallowedChangeTypes": [
35
- "major"
36
- ]
37
- },
33
+ "beachball": {},
38
34
  "exports": {
39
35
  ".": {
40
36
  "types": "./dist/index.d.ts",