@fluentui-copilot/react-attachments 0.12.4 → 0.12.5-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 (203) hide show
  1. package/CHANGELOG.json +46 -1
  2. package/CHANGELOG.md +20 -2
  3. package/lib/AgentTag.js +0 -1
  4. package/lib/Attachment.js +0 -1
  5. package/lib/AttachmentList.js +0 -1
  6. package/lib/AttachmentOverflowMenu.js +0 -1
  7. package/lib/AttachmentOverflowMenuButton.js +0 -1
  8. package/lib/AttachmentOverflowMenuItem.js +0 -1
  9. package/lib/AttachmentTag.js +0 -1
  10. package/lib/AttachmentTagItem.js +0 -1
  11. package/lib/AttachmentTagList.js +0 -1
  12. package/lib/components/AgentTag/AgentTag.js +4 -5
  13. package/lib/components/AgentTag/AgentTag.types.js +1 -2
  14. package/lib/components/AgentTag/index.js +0 -1
  15. package/lib/components/AgentTag/renderAgentTag.js +3 -5
  16. package/lib/components/AgentTag/useAgentTag.js +7 -9
  17. package/lib/components/AgentTag/useAgentTagStyles.styles.raw.js +66 -0
  18. package/lib/components/AgentTag/useAgentTagStyles.styles.raw.js.map +1 -0
  19. package/lib/components/Attachment/Attachment.js +5 -6
  20. package/lib/components/Attachment/Attachment.types.js +1 -2
  21. package/lib/components/Attachment/index.js +0 -1
  22. package/lib/components/Attachment/renderAttachment.js +36 -31
  23. package/lib/components/Attachment/useAttachment.js +85 -95
  24. package/lib/components/Attachment/useAttachmentStyles.styles.js +34 -12
  25. package/lib/components/Attachment/useAttachmentStyles.styles.js.map +1 -1
  26. package/lib/components/Attachment/useAttachmentStyles.styles.raw.js +317 -0
  27. package/lib/components/Attachment/useAttachmentStyles.styles.raw.js.map +1 -0
  28. package/lib/components/AttachmentList/AttachmentList.js +6 -7
  29. package/lib/components/AttachmentList/AttachmentList.types.js +1 -2
  30. package/lib/components/AttachmentList/index.js +0 -1
  31. package/lib/components/AttachmentList/renderAttachmentList.js +25 -25
  32. package/lib/components/AttachmentList/useAttachmentList.js +113 -124
  33. package/lib/components/AttachmentList/useAttachmentListContextValues.js +10 -15
  34. package/lib/components/AttachmentList/useAttachmentListStyles.styles.raw.js +44 -0
  35. package/lib/components/AttachmentList/useAttachmentListStyles.styles.raw.js.map +1 -0
  36. package/lib/components/AttachmentOverflowMenu/AttachmentOverflowMenu.js +8 -9
  37. package/lib/components/AttachmentOverflowMenu/AttachmentOverflowMenu.types.js +1 -2
  38. package/lib/components/AttachmentOverflowMenu/index.js +0 -1
  39. package/lib/components/AttachmentOverflowMenu/renderAttachmentOverflowMenu.js +8 -13
  40. package/lib/components/AttachmentOverflowMenu/useAttachmentOverflowMenu.js +9 -15
  41. package/lib/components/AttachmentOverflowMenu/useAttachmentOverflowMenuContextValues.js +10 -15
  42. package/lib/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.js +5 -6
  43. package/lib/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.types.js +1 -2
  44. package/lib/components/AttachmentOverflowMenuButton/index.js +0 -1
  45. package/lib/components/AttachmentOverflowMenuButton/renderAttachmentOverflowMenuButton.js +11 -10
  46. package/lib/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButton.js +51 -59
  47. package/lib/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButtonStyles.styles.raw.js +102 -0
  48. package/lib/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButtonStyles.styles.raw.js.map +1 -0
  49. package/lib/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.js +4 -5
  50. package/lib/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.types.js +1 -2
  51. package/lib/components/AttachmentOverflowMenuItem/index.js +0 -1
  52. package/lib/components/AttachmentOverflowMenuItem/renderAttachmentOverflowMenuItem.js +9 -8
  53. package/lib/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItem.js +41 -49
  54. package/lib/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItemStyles.styles.raw.js +57 -0
  55. package/lib/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItemStyles.styles.raw.js.map +1 -0
  56. package/lib/components/AttachmentTag/AttachmentTag.js +5 -7
  57. package/lib/components/AttachmentTag/AttachmentTag.types.js +1 -2
  58. package/lib/components/AttachmentTag/index.js +0 -1
  59. package/lib/components/AttachmentTag/renderAttachmentTag.js +10 -8
  60. package/lib/components/AttachmentTag/useAttachmentTag.js +9 -11
  61. package/lib/components/AttachmentTag/useAttachmentTagStyles.styles.raw.js +98 -0
  62. package/lib/components/AttachmentTag/useAttachmentTagStyles.styles.raw.js.map +1 -0
  63. package/lib/components/AttachmentTagItem/AttachmentTagItem.js +4 -6
  64. package/lib/components/AttachmentTagItem/AttachmentTagItem.types.js +1 -2
  65. package/lib/components/AttachmentTagItem/index.js +0 -1
  66. package/lib/components/AttachmentTagItem/renderAttachmentTagItem.js +10 -8
  67. package/lib/components/AttachmentTagItem/useAttachmentTagItem.js +9 -11
  68. package/lib/components/AttachmentTagItem/useAttachmentTagItemStyles.styles.raw.js +34 -0
  69. package/lib/components/AttachmentTagItem/useAttachmentTagItemStyles.styles.raw.js.map +1 -0
  70. package/lib/components/AttachmentTagList/AttachmentTagList.js +6 -8
  71. package/lib/components/AttachmentTagList/AttachmentTagList.types.js +1 -2
  72. package/lib/components/AttachmentTagList/index.js +0 -1
  73. package/lib/components/AttachmentTagList/renderAttachmentTagList.js +7 -9
  74. package/lib/components/AttachmentTagList/useAttachmentTagList.js +21 -25
  75. package/lib/components/AttachmentTagList/useAttachmentTagListContextValues.js +8 -11
  76. package/lib/components/AttachmentTagList/useAttachmentTagListStyles.styles.raw.js +21 -0
  77. package/lib/components/AttachmentTagList/useAttachmentTagListStyles.styles.raw.js.map +1 -0
  78. package/lib/components/index.js +0 -1
  79. package/lib/components/utils/useAttachmentTagSlots.js +45 -52
  80. package/lib/components/utils/useProgressBarStyles.styles.raw.js +42 -0
  81. package/lib/components/utils/useProgressBarStyles.styles.raw.js.map +1 -0
  82. package/lib/contexts/attachmentListContext.js +4 -5
  83. package/lib/contexts/attachmentOverflowMenuContext.js +4 -5
  84. package/lib/contexts/attachmentTagListContext.js +2 -3
  85. package/lib/index.js +0 -1
  86. package/lib-commonjs/AgentTag.js +0 -1
  87. package/lib-commonjs/Attachment.js +0 -1
  88. package/lib-commonjs/AttachmentList.js +0 -1
  89. package/lib-commonjs/AttachmentOverflowMenu.js +0 -1
  90. package/lib-commonjs/AttachmentOverflowMenuButton.js +0 -1
  91. package/lib-commonjs/AttachmentOverflowMenuItem.js +0 -1
  92. package/lib-commonjs/AttachmentTag.js +0 -1
  93. package/lib-commonjs/AttachmentTagItem.js +0 -1
  94. package/lib-commonjs/AttachmentTagList.js +0 -1
  95. package/lib-commonjs/components/AgentTag/AgentTag.js +1 -1
  96. package/lib-commonjs/components/AgentTag/AgentTag.js.map +1 -1
  97. package/lib-commonjs/components/AgentTag/AgentTag.types.js +0 -1
  98. package/lib-commonjs/components/AgentTag/index.js +0 -1
  99. package/lib-commonjs/components/AgentTag/renderAgentTag.js +1 -1
  100. package/lib-commonjs/components/AgentTag/renderAgentTag.js.map +1 -1
  101. package/lib-commonjs/components/AgentTag/useAgentTag.js +1 -1
  102. package/lib-commonjs/components/AgentTag/useAgentTag.js.map +1 -1
  103. package/lib-commonjs/components/AgentTag/useAgentTagStyles.styles.raw.js +82 -0
  104. package/lib-commonjs/components/AgentTag/useAgentTagStyles.styles.raw.js.map +1 -0
  105. package/lib-commonjs/components/Attachment/Attachment.js +1 -1
  106. package/lib-commonjs/components/Attachment/Attachment.js.map +1 -1
  107. package/lib-commonjs/components/Attachment/Attachment.types.js +0 -1
  108. package/lib-commonjs/components/Attachment/index.js +0 -1
  109. package/lib-commonjs/components/Attachment/renderAttachment.js +1 -1
  110. package/lib-commonjs/components/Attachment/renderAttachment.js.map +1 -1
  111. package/lib-commonjs/components/Attachment/useAttachment.js +1 -1
  112. package/lib-commonjs/components/Attachment/useAttachment.js.map +1 -1
  113. package/lib-commonjs/components/Attachment/useAttachmentStyles.styles.js +52 -26
  114. package/lib-commonjs/components/Attachment/useAttachmentStyles.styles.js.map +1 -1
  115. package/lib-commonjs/components/Attachment/useAttachmentStyles.styles.raw.js +336 -0
  116. package/lib-commonjs/components/Attachment/useAttachmentStyles.styles.raw.js.map +1 -0
  117. package/lib-commonjs/components/AttachmentList/AttachmentList.js +1 -1
  118. package/lib-commonjs/components/AttachmentList/AttachmentList.js.map +1 -1
  119. package/lib-commonjs/components/AttachmentList/AttachmentList.types.js +0 -1
  120. package/lib-commonjs/components/AttachmentList/index.js +0 -1
  121. package/lib-commonjs/components/AttachmentList/renderAttachmentList.js +1 -1
  122. package/lib-commonjs/components/AttachmentList/renderAttachmentList.js.map +1 -1
  123. package/lib-commonjs/components/AttachmentList/useAttachmentList.js +1 -1
  124. package/lib-commonjs/components/AttachmentList/useAttachmentList.js.map +1 -1
  125. package/lib-commonjs/components/AttachmentList/useAttachmentListContextValues.js +1 -1
  126. package/lib-commonjs/components/AttachmentList/useAttachmentListContextValues.js.map +1 -1
  127. package/lib-commonjs/components/AttachmentList/useAttachmentListStyles.styles.raw.js +60 -0
  128. package/lib-commonjs/components/AttachmentList/useAttachmentListStyles.styles.raw.js.map +1 -0
  129. package/lib-commonjs/components/AttachmentOverflowMenu/AttachmentOverflowMenu.js +1 -1
  130. package/lib-commonjs/components/AttachmentOverflowMenu/AttachmentOverflowMenu.js.map +1 -1
  131. package/lib-commonjs/components/AttachmentOverflowMenu/AttachmentOverflowMenu.types.js +0 -1
  132. package/lib-commonjs/components/AttachmentOverflowMenu/index.js +0 -1
  133. package/lib-commonjs/components/AttachmentOverflowMenu/renderAttachmentOverflowMenu.js +1 -1
  134. package/lib-commonjs/components/AttachmentOverflowMenu/renderAttachmentOverflowMenu.js.map +1 -1
  135. package/lib-commonjs/components/AttachmentOverflowMenu/useAttachmentOverflowMenu.js +1 -1
  136. package/lib-commonjs/components/AttachmentOverflowMenu/useAttachmentOverflowMenu.js.map +1 -1
  137. package/lib-commonjs/components/AttachmentOverflowMenu/useAttachmentOverflowMenuContextValues.js +1 -1
  138. package/lib-commonjs/components/AttachmentOverflowMenu/useAttachmentOverflowMenuContextValues.js.map +1 -1
  139. package/lib-commonjs/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.js +1 -1
  140. package/lib-commonjs/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.js.map +1 -1
  141. package/lib-commonjs/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.types.js +0 -1
  142. package/lib-commonjs/components/AttachmentOverflowMenuButton/index.js +0 -1
  143. package/lib-commonjs/components/AttachmentOverflowMenuButton/renderAttachmentOverflowMenuButton.js +1 -1
  144. package/lib-commonjs/components/AttachmentOverflowMenuButton/renderAttachmentOverflowMenuButton.js.map +1 -1
  145. package/lib-commonjs/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButton.js +1 -1
  146. package/lib-commonjs/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButton.js.map +1 -1
  147. package/lib-commonjs/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButtonStyles.styles.raw.js +118 -0
  148. package/lib-commonjs/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButtonStyles.styles.raw.js.map +1 -0
  149. package/lib-commonjs/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.js +1 -1
  150. package/lib-commonjs/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.js.map +1 -1
  151. package/lib-commonjs/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.types.js +0 -1
  152. package/lib-commonjs/components/AttachmentOverflowMenuItem/index.js +0 -1
  153. package/lib-commonjs/components/AttachmentOverflowMenuItem/renderAttachmentOverflowMenuItem.js +1 -1
  154. package/lib-commonjs/components/AttachmentOverflowMenuItem/renderAttachmentOverflowMenuItem.js.map +1 -1
  155. package/lib-commonjs/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItem.js +1 -1
  156. package/lib-commonjs/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItem.js.map +1 -1
  157. package/lib-commonjs/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItemStyles.styles.raw.js +73 -0
  158. package/lib-commonjs/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItemStyles.styles.raw.js.map +1 -0
  159. package/lib-commonjs/components/AttachmentTag/AttachmentTag.js +1 -1
  160. package/lib-commonjs/components/AttachmentTag/AttachmentTag.js.map +1 -1
  161. package/lib-commonjs/components/AttachmentTag/AttachmentTag.types.js +0 -1
  162. package/lib-commonjs/components/AttachmentTag/index.js +0 -1
  163. package/lib-commonjs/components/AttachmentTag/renderAttachmentTag.js +1 -1
  164. package/lib-commonjs/components/AttachmentTag/renderAttachmentTag.js.map +1 -1
  165. package/lib-commonjs/components/AttachmentTag/useAttachmentTag.js +1 -1
  166. package/lib-commonjs/components/AttachmentTag/useAttachmentTag.js.map +1 -1
  167. package/lib-commonjs/components/AttachmentTag/useAttachmentTagStyles.styles.raw.js +118 -0
  168. package/lib-commonjs/components/AttachmentTag/useAttachmentTagStyles.styles.raw.js.map +1 -0
  169. package/lib-commonjs/components/AttachmentTagItem/AttachmentTagItem.js +1 -1
  170. package/lib-commonjs/components/AttachmentTagItem/AttachmentTagItem.js.map +1 -1
  171. package/lib-commonjs/components/AttachmentTagItem/AttachmentTagItem.types.js +0 -1
  172. package/lib-commonjs/components/AttachmentTagItem/index.js +0 -1
  173. package/lib-commonjs/components/AttachmentTagItem/renderAttachmentTagItem.js +1 -1
  174. package/lib-commonjs/components/AttachmentTagItem/renderAttachmentTagItem.js.map +1 -1
  175. package/lib-commonjs/components/AttachmentTagItem/useAttachmentTagItem.js +1 -1
  176. package/lib-commonjs/components/AttachmentTagItem/useAttachmentTagItem.js.map +1 -1
  177. package/lib-commonjs/components/AttachmentTagItem/useAttachmentTagItemStyles.styles.raw.js +50 -0
  178. package/lib-commonjs/components/AttachmentTagItem/useAttachmentTagItemStyles.styles.raw.js.map +1 -0
  179. package/lib-commonjs/components/AttachmentTagList/AttachmentTagList.js +1 -1
  180. package/lib-commonjs/components/AttachmentTagList/AttachmentTagList.js.map +1 -1
  181. package/lib-commonjs/components/AttachmentTagList/AttachmentTagList.types.js +0 -1
  182. package/lib-commonjs/components/AttachmentTagList/index.js +0 -1
  183. package/lib-commonjs/components/AttachmentTagList/renderAttachmentTagList.js +1 -1
  184. package/lib-commonjs/components/AttachmentTagList/renderAttachmentTagList.js.map +1 -1
  185. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagList.js +1 -1
  186. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagList.js.map +1 -1
  187. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagListContextValues.js +1 -1
  188. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagListContextValues.js.map +1 -1
  189. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagListStyles.styles.raw.js +37 -0
  190. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagListStyles.styles.raw.js.map +1 -0
  191. package/lib-commonjs/components/index.js +0 -1
  192. package/lib-commonjs/components/utils/useAttachmentTagSlots.js +1 -1
  193. package/lib-commonjs/components/utils/useAttachmentTagSlots.js.map +1 -1
  194. package/lib-commonjs/components/utils/useProgressBarStyles.styles.raw.js +50 -0
  195. package/lib-commonjs/components/utils/useProgressBarStyles.styles.raw.js.map +1 -0
  196. package/lib-commonjs/contexts/attachmentListContext.js +1 -1
  197. package/lib-commonjs/contexts/attachmentListContext.js.map +1 -1
  198. package/lib-commonjs/contexts/attachmentOverflowMenuContext.js +1 -1
  199. package/lib-commonjs/contexts/attachmentOverflowMenuContext.js.map +1 -1
  200. package/lib-commonjs/contexts/attachmentTagListContext.js +1 -1
  201. package/lib-commonjs/contexts/attachmentTagListContext.js.map +1 -1
  202. package/lib-commonjs/index.js +0 -1
  203. package/package.json +5 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-attachments",
3
- "version": "0.12.4",
3
+ "version": "0.12.5-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,9 +12,9 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/react-provider": "^0.11.3",
16
- "@fluentui-copilot/react-utilities": "^0.0.8",
17
- "@fluentui-copilot/tokens": "^0.3.11",
15
+ "@fluentui-copilot/react-provider": "0.11.3-hotfix.1",
16
+ "@fluentui-copilot/react-utilities": "0.0.8-hotfix.1",
17
+ "@fluentui-copilot/tokens": "0.3.11-hotfix.1",
18
18
  "@swc/helpers": "^0.5.1"
19
19
  },
20
20
  "peerDependencies": {
@@ -30,11 +30,7 @@
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",