@fluentui-copilot/react-attachments 0.8.3 → 0.9.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 (200) hide show
  1. package/CHANGELOG.json +71 -1
  2. package/CHANGELOG.md +28 -2
  3. package/dist/index.d.ts +154 -5
  4. package/lib/Attachment.js.map +1 -1
  5. package/lib/AttachmentList.js.map +1 -1
  6. package/lib/AttachmentOverflowMenu.js +2 -0
  7. package/lib/AttachmentOverflowMenu.js.map +1 -0
  8. package/lib/AttachmentOverflowMenuButton.js +2 -0
  9. package/lib/AttachmentOverflowMenuButton.js.map +1 -0
  10. package/lib/AttachmentOverflowMenuItem.js +2 -0
  11. package/lib/AttachmentOverflowMenuItem.js.map +1 -0
  12. package/lib/AttachmentTag.js.map +1 -1
  13. package/lib/AttachmentTagItem.js.map +1 -1
  14. package/lib/AttachmentTagList.js.map +1 -1
  15. package/lib/components/Attachment/Attachment.js.map +1 -1
  16. package/lib/components/Attachment/Attachment.types.js +3 -1
  17. package/lib/components/Attachment/Attachment.types.js.map +1 -1
  18. package/lib/components/Attachment/index.js.map +1 -1
  19. package/lib/components/Attachment/renderAttachment.js +1 -1
  20. package/lib/components/Attachment/renderAttachment.js.map +1 -1
  21. package/lib/components/Attachment/useAttachment.js +5 -1
  22. package/lib/components/Attachment/useAttachment.js.map +1 -1
  23. package/lib/components/Attachment/useAttachmentStyles.js +18 -3
  24. package/lib/components/Attachment/useAttachmentStyles.js.map +1 -1
  25. package/lib/components/AttachmentList/AttachmentList.js.map +1 -1
  26. package/lib/components/AttachmentList/AttachmentList.types.js.map +1 -1
  27. package/lib/components/AttachmentList/index.js.map +1 -1
  28. package/lib/components/AttachmentList/renderAttachmentList.js.map +1 -1
  29. package/lib/components/AttachmentList/useAttachmentList.js.map +1 -1
  30. package/lib/components/AttachmentList/useAttachmentListContextValues.js.map +1 -1
  31. package/lib/components/AttachmentList/useAttachmentListStyles.js.map +1 -1
  32. package/lib/components/AttachmentOverflowMenu/AttachmentOverflowMenu.js +15 -0
  33. package/lib/components/AttachmentOverflowMenu/AttachmentOverflowMenu.js.map +1 -0
  34. package/lib/components/AttachmentOverflowMenu/AttachmentOverflowMenu.types.js +2 -0
  35. package/lib/components/AttachmentOverflowMenu/AttachmentOverflowMenu.types.js.map +1 -0
  36. package/lib/components/AttachmentOverflowMenu/index.js +6 -0
  37. package/lib/components/AttachmentOverflowMenu/index.js.map +1 -0
  38. package/lib/components/AttachmentOverflowMenu/renderAttachmentOverflowMenu.js +18 -0
  39. package/lib/components/AttachmentOverflowMenu/renderAttachmentOverflowMenu.js.map +1 -0
  40. package/lib/components/AttachmentOverflowMenu/useAttachmentOverflowMenu.js +24 -0
  41. package/lib/components/AttachmentOverflowMenu/useAttachmentOverflowMenu.js.map +1 -0
  42. package/lib/components/AttachmentOverflowMenu/useAttachmentOverflowMenuContextValues.js +17 -0
  43. package/lib/components/AttachmentOverflowMenu/useAttachmentOverflowMenuContextValues.js.map +1 -0
  44. package/lib/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.js +11 -0
  45. package/lib/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.js.map +1 -0
  46. package/lib/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.types.js +4 -0
  47. package/lib/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.types.js.map +1 -0
  48. package/lib/components/AttachmentOverflowMenuButton/index.js +6 -0
  49. package/lib/components/AttachmentOverflowMenuButton/index.js.map +1 -0
  50. package/lib/components/AttachmentOverflowMenuButton/renderAttachmentOverflowMenuButton.js +14 -0
  51. package/lib/components/AttachmentOverflowMenuButton/renderAttachmentOverflowMenuButton.js.map +1 -0
  52. package/lib/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButton.js +32 -0
  53. package/lib/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButton.js.map +1 -0
  54. package/lib/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButtonStyles.js +17 -0
  55. package/lib/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButtonStyles.js.map +1 -0
  56. package/lib/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.js +11 -0
  57. package/lib/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.js.map +1 -0
  58. package/lib/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.types.js +4 -0
  59. package/lib/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.types.js.map +1 -0
  60. package/lib/components/AttachmentOverflowMenuItem/index.js +6 -0
  61. package/lib/components/AttachmentOverflowMenuItem/index.js.map +1 -0
  62. package/lib/components/AttachmentOverflowMenuItem/renderAttachmentOverflowMenuItem.js +10 -0
  63. package/lib/components/AttachmentOverflowMenuItem/renderAttachmentOverflowMenuItem.js.map +1 -0
  64. package/lib/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItem.js +43 -0
  65. package/lib/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItem.js.map +1 -0
  66. package/lib/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItemStyles.js +25 -0
  67. package/lib/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItemStyles.js.map +1 -0
  68. package/lib/components/AttachmentTag/AttachmentTag.js +4 -1
  69. package/lib/components/AttachmentTag/AttachmentTag.js.map +1 -1
  70. package/lib/components/AttachmentTag/AttachmentTag.types.js +3 -1
  71. package/lib/components/AttachmentTag/AttachmentTag.types.js.map +1 -1
  72. package/lib/components/AttachmentTag/index.js.map +1 -1
  73. package/lib/components/AttachmentTag/renderAttachmentTag.js.map +1 -1
  74. package/lib/components/AttachmentTag/useAttachmentTag.js.map +1 -1
  75. package/lib/components/AttachmentTag/useAttachmentTagStyles.js.map +1 -1
  76. package/lib/components/AttachmentTagItem/AttachmentTagItem.js +4 -0
  77. package/lib/components/AttachmentTagItem/AttachmentTagItem.js.map +1 -1
  78. package/lib/components/AttachmentTagItem/AttachmentTagItem.types.js +3 -1
  79. package/lib/components/AttachmentTagItem/AttachmentTagItem.types.js.map +1 -1
  80. package/lib/components/AttachmentTagItem/index.js.map +1 -1
  81. package/lib/components/AttachmentTagItem/renderAttachmentTagItem.js.map +1 -1
  82. package/lib/components/AttachmentTagItem/useAttachmentTagItem.js.map +1 -1
  83. package/lib/components/AttachmentTagItem/useAttachmentTagItemStyles.js.map +1 -1
  84. package/lib/components/AttachmentTagList/AttachmentTagList.js +4 -1
  85. package/lib/components/AttachmentTagList/AttachmentTagList.js.map +1 -1
  86. package/lib/components/AttachmentTagList/AttachmentTagList.types.js.map +1 -1
  87. package/lib/components/AttachmentTagList/index.js.map +1 -1
  88. package/lib/components/AttachmentTagList/renderAttachmentTagList.js.map +1 -1
  89. package/lib/components/AttachmentTagList/useAttachmentTagList.js +2 -2
  90. package/lib/components/AttachmentTagList/useAttachmentTagList.js.map +1 -1
  91. package/lib/components/AttachmentTagList/useAttachmentTagListContextValues.js.map +1 -1
  92. package/lib/components/AttachmentTagList/useAttachmentTagListStyles.js.map +1 -1
  93. package/lib/components/index.js +3 -0
  94. package/lib/components/index.js.map +1 -1
  95. package/lib/components/utils/useAttachmentTagSlots.js +2 -2
  96. package/lib/components/utils/useAttachmentTagSlots.js.map +1 -1
  97. package/lib/contexts/attachmentListContext.js.map +1 -1
  98. package/lib/contexts/attachmentOverflowMenuContext.js +10 -0
  99. package/lib/contexts/attachmentOverflowMenuContext.js.map +1 -0
  100. package/lib/contexts/attachmentTagListContext.js.map +1 -1
  101. package/lib/index.js +4 -0
  102. package/lib/index.js.map +1 -1
  103. package/lib-commonjs/Attachment.js.map +1 -1
  104. package/lib-commonjs/AttachmentList.js.map +1 -1
  105. package/lib-commonjs/AttachmentOverflowMenu.js +7 -0
  106. package/lib-commonjs/AttachmentOverflowMenu.js.map +1 -0
  107. package/lib-commonjs/AttachmentOverflowMenuButton.js +7 -0
  108. package/lib-commonjs/AttachmentOverflowMenuButton.js.map +1 -0
  109. package/lib-commonjs/AttachmentOverflowMenuItem.js +7 -0
  110. package/lib-commonjs/AttachmentOverflowMenuItem.js.map +1 -0
  111. package/lib-commonjs/AttachmentTag.js.map +1 -1
  112. package/lib-commonjs/AttachmentTagItem.js.map +1 -1
  113. package/lib-commonjs/AttachmentTagList.js.map +1 -1
  114. package/lib-commonjs/components/Attachment/Attachment.js.map +1 -1
  115. package/lib-commonjs/components/Attachment/Attachment.types.js +3 -1
  116. package/lib-commonjs/components/Attachment/Attachment.types.js.map +1 -1
  117. package/lib-commonjs/components/Attachment/index.js.map +1 -1
  118. package/lib-commonjs/components/Attachment/renderAttachment.js +1 -1
  119. package/lib-commonjs/components/Attachment/renderAttachment.js.map +1 -1
  120. package/lib-commonjs/components/Attachment/useAttachment.js +3 -1
  121. package/lib-commonjs/components/Attachment/useAttachment.js.map +1 -1
  122. package/lib-commonjs/components/Attachment/useAttachmentStyles.js +31 -5
  123. package/lib-commonjs/components/Attachment/useAttachmentStyles.js.map +1 -1
  124. package/lib-commonjs/components/AttachmentList/AttachmentList.js.map +1 -1
  125. package/lib-commonjs/components/AttachmentList/AttachmentList.types.js.map +1 -1
  126. package/lib-commonjs/components/AttachmentList/index.js.map +1 -1
  127. package/lib-commonjs/components/AttachmentList/renderAttachmentList.js.map +1 -1
  128. package/lib-commonjs/components/AttachmentList/useAttachmentList.js.map +1 -1
  129. package/lib-commonjs/components/AttachmentList/useAttachmentListContextValues.js.map +1 -1
  130. package/lib-commonjs/components/AttachmentList/useAttachmentListStyles.js.map +1 -1
  131. package/lib-commonjs/components/AttachmentOverflowMenu/AttachmentOverflowMenu.js +24 -0
  132. package/lib-commonjs/components/AttachmentOverflowMenu/AttachmentOverflowMenu.js.map +1 -0
  133. package/lib-commonjs/components/AttachmentOverflowMenu/AttachmentOverflowMenu.types.js +5 -0
  134. package/lib-commonjs/components/AttachmentOverflowMenu/AttachmentOverflowMenu.types.js.map +1 -0
  135. package/lib-commonjs/components/AttachmentOverflowMenu/index.js +11 -0
  136. package/lib-commonjs/components/AttachmentOverflowMenu/index.js.map +1 -0
  137. package/lib-commonjs/components/AttachmentOverflowMenu/renderAttachmentOverflowMenu.js +21 -0
  138. package/lib-commonjs/components/AttachmentOverflowMenu/renderAttachmentOverflowMenu.js.map +1 -0
  139. package/lib-commonjs/components/AttachmentOverflowMenu/useAttachmentOverflowMenu.js +21 -0
  140. package/lib-commonjs/components/AttachmentOverflowMenu/useAttachmentOverflowMenu.js.map +1 -0
  141. package/lib-commonjs/components/AttachmentOverflowMenu/useAttachmentOverflowMenuContextValues.js +22 -0
  142. package/lib-commonjs/components/AttachmentOverflowMenu/useAttachmentOverflowMenuContextValues.js.map +1 -0
  143. package/lib-commonjs/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.js +21 -0
  144. package/lib-commonjs/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.js.map +1 -0
  145. package/lib-commonjs/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.types.js +7 -0
  146. package/lib-commonjs/components/AttachmentOverflowMenuButton/AttachmentOverflowMenuButton.types.js.map +1 -0
  147. package/lib-commonjs/components/AttachmentOverflowMenuButton/index.js +11 -0
  148. package/lib-commonjs/components/AttachmentOverflowMenuButton/index.js.map +1 -0
  149. package/lib-commonjs/components/AttachmentOverflowMenuButton/renderAttachmentOverflowMenuButton.js +24 -0
  150. package/lib-commonjs/components/AttachmentOverflowMenuButton/renderAttachmentOverflowMenuButton.js.map +1 -0
  151. package/lib-commonjs/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButton.js +28 -0
  152. package/lib-commonjs/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButton.js.map +1 -0
  153. package/lib-commonjs/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButtonStyles.js +37 -0
  154. package/lib-commonjs/components/AttachmentOverflowMenuButton/useAttachmentOverflowMenuButtonStyles.js.map +1 -0
  155. package/lib-commonjs/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.js +21 -0
  156. package/lib-commonjs/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.js.map +1 -0
  157. package/lib-commonjs/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.types.js +7 -0
  158. package/lib-commonjs/components/AttachmentOverflowMenuItem/AttachmentOverflowMenuItem.types.js.map +1 -0
  159. package/lib-commonjs/components/AttachmentOverflowMenuItem/index.js +11 -0
  160. package/lib-commonjs/components/AttachmentOverflowMenuItem/index.js.map +1 -0
  161. package/lib-commonjs/components/AttachmentOverflowMenuItem/renderAttachmentOverflowMenuItem.js +16 -0
  162. package/lib-commonjs/components/AttachmentOverflowMenuItem/renderAttachmentOverflowMenuItem.js.map +1 -0
  163. package/lib-commonjs/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItem.js +40 -0
  164. package/lib-commonjs/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItem.js.map +1 -0
  165. package/lib-commonjs/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItemStyles.js +39 -0
  166. package/lib-commonjs/components/AttachmentOverflowMenuItem/useAttachmentOverflowMenuItemStyles.js.map +1 -0
  167. package/lib-commonjs/components/AttachmentTag/AttachmentTag.js.map +1 -1
  168. package/lib-commonjs/components/AttachmentTag/AttachmentTag.types.js +3 -1
  169. package/lib-commonjs/components/AttachmentTag/AttachmentTag.types.js.map +1 -1
  170. package/lib-commonjs/components/AttachmentTag/index.js.map +1 -1
  171. package/lib-commonjs/components/AttachmentTag/renderAttachmentTag.js.map +1 -1
  172. package/lib-commonjs/components/AttachmentTag/useAttachmentTag.js.map +1 -1
  173. package/lib-commonjs/components/AttachmentTag/useAttachmentTagStyles.js +7 -7
  174. package/lib-commonjs/components/AttachmentTag/useAttachmentTagStyles.js.map +1 -1
  175. package/lib-commonjs/components/AttachmentTagItem/AttachmentTagItem.js.map +1 -1
  176. package/lib-commonjs/components/AttachmentTagItem/AttachmentTagItem.types.js +3 -1
  177. package/lib-commonjs/components/AttachmentTagItem/AttachmentTagItem.types.js.map +1 -1
  178. package/lib-commonjs/components/AttachmentTagItem/index.js.map +1 -1
  179. package/lib-commonjs/components/AttachmentTagItem/renderAttachmentTagItem.js.map +1 -1
  180. package/lib-commonjs/components/AttachmentTagItem/useAttachmentTagItem.js.map +1 -1
  181. package/lib-commonjs/components/AttachmentTagItem/useAttachmentTagItemStyles.js.map +1 -1
  182. package/lib-commonjs/components/AttachmentTagList/AttachmentTagList.js.map +1 -1
  183. package/lib-commonjs/components/AttachmentTagList/AttachmentTagList.types.js.map +1 -1
  184. package/lib-commonjs/components/AttachmentTagList/index.js.map +1 -1
  185. package/lib-commonjs/components/AttachmentTagList/renderAttachmentTagList.js.map +1 -1
  186. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagList.js +1 -1
  187. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagList.js.map +1 -1
  188. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagListContextValues.js.map +1 -1
  189. package/lib-commonjs/components/AttachmentTagList/useAttachmentTagListStyles.js.map +1 -1
  190. package/lib-commonjs/components/index.js +3 -0
  191. package/lib-commonjs/components/index.js.map +1 -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/contexts/attachmentListContext.js.map +1 -1
  195. package/lib-commonjs/contexts/attachmentOverflowMenuContext.js +30 -0
  196. package/lib-commonjs/contexts/attachmentOverflowMenuContext.js.map +1 -0
  197. package/lib-commonjs/contexts/attachmentTagListContext.js.map +1 -1
  198. package/lib-commonjs/index.js +95 -43
  199. package/lib-commonjs/index.js.map +1 -1
  200. package/package.json +9 -9
@@ -9,59 +9,89 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- AttachmentTag: function() {
13
- return _AttachmentTag.AttachmentTag;
12
+ Attachment: function() {
13
+ return _Attachment.Attachment;
14
14
  },
15
- attachmentTagClassNames: function() {
16
- return _AttachmentTag.attachmentTagClassNames;
15
+ AttachmentList: function() {
16
+ return _AttachmentList.AttachmentList;
17
17
  },
18
- renderAttachmentTag_unstable: function() {
19
- return _AttachmentTag.renderAttachmentTag_unstable;
18
+ AttachmentListContext: function() {
19
+ return _attachmentListContext.AttachmentListContext;
20
20
  },
21
- useAttachmentTagStyles_unstable: function() {
22
- return _AttachmentTag.useAttachmentTagStyles_unstable;
21
+ AttachmentListProvider: function() {
22
+ return _attachmentListContext.AttachmentListProvider;
23
23
  },
24
- useAttachmentTag_unstable: function() {
25
- return _AttachmentTag.useAttachmentTag_unstable;
24
+ AttachmentOverflowMenu: function() {
25
+ return _AttachmentOverflowMenu.AttachmentOverflowMenu;
26
26
  },
27
- AttachmentTagList: function() {
28
- return _AttachmentTagList.AttachmentTagList;
27
+ AttachmentOverflowMenuButton: function() {
28
+ return _AttachmentOverflowMenuButton.AttachmentOverflowMenuButton;
29
29
  },
30
- attachmentTagListClassNames: function() {
31
- return _AttachmentTagList.attachmentTagListClassNames;
30
+ AttachmentOverflowMenuContext: function() {
31
+ return _attachmentOverflowMenuContext.AttachmentOverflowMenuContext;
32
32
  },
33
- renderAttachmentTagList_unstable: function() {
34
- return _AttachmentTagList.renderAttachmentTagList_unstable;
33
+ AttachmentOverflowMenuItem: function() {
34
+ return _AttachmentOverflowMenuItem.AttachmentOverflowMenuItem;
35
35
  },
36
- useAttachmentTagListStyles_unstable: function() {
37
- return _AttachmentTagList.useAttachmentTagListStyles_unstable;
36
+ AttachmentOverflowMenuProvider: function() {
37
+ return _attachmentOverflowMenuContext.AttachmentOverflowMenuProvider;
38
38
  },
39
- useAttachmentTagList_unstable: function() {
40
- return _AttachmentTagList.useAttachmentTagList_unstable;
39
+ AttachmentTag: function() {
40
+ return _AttachmentTag.AttachmentTag;
41
41
  },
42
42
  AttachmentTagItem: function() {
43
43
  return _AttachmentTagItem.AttachmentTagItem;
44
44
  },
45
+ AttachmentTagList: function() {
46
+ return _AttachmentTagList.AttachmentTagList;
47
+ },
48
+ attachmentClassNames: function() {
49
+ return _Attachment.attachmentClassNames;
50
+ },
51
+ attachmentListClassNames: function() {
52
+ return _AttachmentList.attachmentListClassNames;
53
+ },
54
+ attachmentOverflowMenuButtonClassNames: function() {
55
+ return _AttachmentOverflowMenuButton.attachmentOverflowMenuButtonClassNames;
56
+ },
57
+ attachmentOverflowMenuItemClassNames: function() {
58
+ return _AttachmentOverflowMenuItem.attachmentOverflowMenuItemClassNames;
59
+ },
60
+ attachmentTagClassNames: function() {
61
+ return _AttachmentTag.attachmentTagClassNames;
62
+ },
45
63
  attachmentTagItemClassNames: function() {
46
64
  return _AttachmentTagItem.attachmentTagItemClassNames;
47
65
  },
66
+ attachmentTagListClassNames: function() {
67
+ return _AttachmentTagList.attachmentTagListClassNames;
68
+ },
69
+ renderAttachmentList_unstable: function() {
70
+ return _AttachmentList.renderAttachmentList_unstable;
71
+ },
72
+ renderAttachmentOverflowMenuButton_unstable: function() {
73
+ return _AttachmentOverflowMenuButton.renderAttachmentOverflowMenuButton_unstable;
74
+ },
75
+ renderAttachmentOverflowMenuItem_unstable: function() {
76
+ return _AttachmentOverflowMenuItem.renderAttachmentOverflowMenuItem_unstable;
77
+ },
78
+ renderAttachmentOverflowMenu_unstable: function() {
79
+ return _AttachmentOverflowMenu.renderAttachmentOverflowMenu_unstable;
80
+ },
48
81
  renderAttachmentTagItem_unstable: function() {
49
82
  return _AttachmentTagItem.renderAttachmentTagItem_unstable;
50
83
  },
51
- useAttachmentTagItemStyles_unstable: function() {
52
- return _AttachmentTagItem.useAttachmentTagItemStyles_unstable;
53
- },
54
- useAttachmentTagItem_unstable: function() {
55
- return _AttachmentTagItem.useAttachmentTagItem_unstable;
84
+ renderAttachmentTagList_unstable: function() {
85
+ return _AttachmentTagList.renderAttachmentTagList_unstable;
56
86
  },
57
- AttachmentList: function() {
58
- return _AttachmentList.AttachmentList;
87
+ renderAttachmentTag_unstable: function() {
88
+ return _AttachmentTag.renderAttachmentTag_unstable;
59
89
  },
60
- attachmentListClassNames: function() {
61
- return _AttachmentList.attachmentListClassNames;
90
+ renderAttachment_unstable: function() {
91
+ return _Attachment.renderAttachment_unstable;
62
92
  },
63
- renderAttachmentList_unstable: function() {
64
- return _AttachmentList.renderAttachmentList_unstable;
93
+ useAttachmentListContext_unstable: function() {
94
+ return _attachmentListContext.useAttachmentListContext_unstable;
65
95
  },
66
96
  useAttachmentListStyles_unstable: function() {
67
97
  return _AttachmentList.useAttachmentListStyles_unstable;
@@ -69,27 +99,45 @@ _export(exports, {
69
99
  useAttachmentList_unstable: function() {
70
100
  return _AttachmentList.useAttachmentList_unstable;
71
101
  },
72
- AttachmentListContext: function() {
73
- return _attachmentListContext.AttachmentListContext;
102
+ useAttachmentOverflowMenuButtonStyles_unstable: function() {
103
+ return _AttachmentOverflowMenuButton.useAttachmentOverflowMenuButtonStyles_unstable;
74
104
  },
75
- AttachmentListProvider: function() {
76
- return _attachmentListContext.AttachmentListProvider;
105
+ useAttachmentOverflowMenuButton_unstable: function() {
106
+ return _AttachmentOverflowMenuButton.useAttachmentOverflowMenuButton_unstable;
77
107
  },
78
- useAttachmentListContext_unstable: function() {
79
- return _attachmentListContext.useAttachmentListContext_unstable;
108
+ useAttachmentOverflowMenuContext_unstable: function() {
109
+ return _attachmentOverflowMenuContext.useAttachmentOverflowMenuContext_unstable;
80
110
  },
81
- Attachment: function() {
82
- return _Attachment.Attachment;
111
+ useAttachmentOverflowMenuItemStyles_unstable: function() {
112
+ return _AttachmentOverflowMenuItem.useAttachmentOverflowMenuItemStyles_unstable;
83
113
  },
84
- attachmentClassNames: function() {
85
- return _Attachment.attachmentClassNames;
114
+ useAttachmentOverflowMenuItem_unstable: function() {
115
+ return _AttachmentOverflowMenuItem.useAttachmentOverflowMenuItem_unstable;
86
116
  },
87
- renderAttachment_unstable: function() {
88
- return _Attachment.renderAttachment_unstable;
117
+ useAttachmentOverflowMenu_unstable: function() {
118
+ return _AttachmentOverflowMenu.useAttachmentOverflowMenu_unstable;
89
119
  },
90
120
  useAttachmentStyles_unstable: function() {
91
121
  return _Attachment.useAttachmentStyles_unstable;
92
122
  },
123
+ useAttachmentTagItemStyles_unstable: function() {
124
+ return _AttachmentTagItem.useAttachmentTagItemStyles_unstable;
125
+ },
126
+ useAttachmentTagItem_unstable: function() {
127
+ return _AttachmentTagItem.useAttachmentTagItem_unstable;
128
+ },
129
+ useAttachmentTagListStyles_unstable: function() {
130
+ return _AttachmentTagList.useAttachmentTagListStyles_unstable;
131
+ },
132
+ useAttachmentTagList_unstable: function() {
133
+ return _AttachmentTagList.useAttachmentTagList_unstable;
134
+ },
135
+ useAttachmentTagStyles_unstable: function() {
136
+ return _AttachmentTag.useAttachmentTagStyles_unstable;
137
+ },
138
+ useAttachmentTag_unstable: function() {
139
+ return _AttachmentTag.useAttachmentTag_unstable;
140
+ },
93
141
  useAttachment_unstable: function() {
94
142
  return _Attachment.useAttachment_unstable;
95
143
  }
@@ -100,4 +148,8 @@ const _AttachmentTagItem = require("./AttachmentTagItem");
100
148
  const _AttachmentList = require("./AttachmentList");
101
149
  const _attachmentListContext = require("./contexts/attachmentListContext");
102
150
  const _Attachment = require("./Attachment");
151
+ const _AttachmentOverflowMenu = require("./AttachmentOverflowMenu");
152
+ const _attachmentOverflowMenuContext = require("./contexts/attachmentOverflowMenuContext");
153
+ const _AttachmentOverflowMenuButton = require("./AttachmentOverflowMenuButton");
154
+ const _AttachmentOverflowMenuItem = require("./AttachmentOverflowMenuItem");
103
155
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { AttachmentTag, attachmentTagClassNames, renderAttachmentTag_unstable, useAttachmentTagStyles_unstable, useAttachmentTag_unstable } from './AttachmentTag';\nexport { AttachmentTagList, attachmentTagListClassNames, renderAttachmentTagList_unstable, useAttachmentTagListStyles_unstable, useAttachmentTagList_unstable } from './AttachmentTagList';\nexport { AttachmentTagItem, attachmentTagItemClassNames, renderAttachmentTagItem_unstable, useAttachmentTagItemStyles_unstable, useAttachmentTagItem_unstable } from './AttachmentTagItem';\nexport { AttachmentList, attachmentListClassNames, renderAttachmentList_unstable, useAttachmentListStyles_unstable, useAttachmentList_unstable } from './AttachmentList';\nexport { AttachmentListContext, AttachmentListProvider, useAttachmentListContext_unstable } from './contexts/attachmentListContext';\nexport { Attachment, attachmentClassNames, renderAttachment_unstable, useAttachmentStyles_unstable, useAttachment_unstable } from './Attachment';\n//# sourceMappingURL=index.js.map"],"names":["AttachmentTag","attachmentTagClassNames","renderAttachmentTag_unstable","useAttachmentTagStyles_unstable","useAttachmentTag_unstable","AttachmentTagList","attachmentTagListClassNames","renderAttachmentTagList_unstable","useAttachmentTagListStyles_unstable","useAttachmentTagList_unstable","AttachmentTagItem","attachmentTagItemClassNames","renderAttachmentTagItem_unstable","useAttachmentTagItemStyles_unstable","useAttachmentTagItem_unstable","AttachmentList","attachmentListClassNames","renderAttachmentList_unstable","useAttachmentListStyles_unstable","useAttachmentList_unstable","AttachmentListContext","AttachmentListProvider","useAttachmentListContext_unstable","Attachment","attachmentClassNames","renderAttachment_unstable","useAttachmentStyles_unstable","useAttachment_unstable"],"mappings":";;;;;;;;;;;IAASA,aAAa;eAAbA,4BAAa;;IAAEC,uBAAuB;eAAvBA,sCAAuB;;IAAEC,4BAA4B;eAA5BA,2CAA4B;;IAAEC,+BAA+B;eAA/BA,8CAA+B;;IAAEC,yBAAyB;eAAzBA,wCAAyB;;IAChIC,iBAAiB;eAAjBA,oCAAiB;;IAAEC,2BAA2B;eAA3BA,8CAA2B;;IAAEC,gCAAgC;eAAhCA,mDAAgC;;IAAEC,mCAAmC;eAAnCA,sDAAmC;;IAAEC,6BAA6B;eAA7BA,gDAA6B;;IACpJC,iBAAiB;eAAjBA,oCAAiB;;IAAEC,2BAA2B;eAA3BA,8CAA2B;;IAAEC,gCAAgC;eAAhCA,mDAAgC;;IAAEC,mCAAmC;eAAnCA,sDAAmC;;IAAEC,6BAA6B;eAA7BA,gDAA6B;;IACpJC,cAAc;eAAdA,8BAAc;;IAAEC,wBAAwB;eAAxBA,wCAAwB;;IAAEC,6BAA6B;eAA7BA,6CAA6B;;IAAEC,gCAAgC;eAAhCA,gDAAgC;;IAAEC,0BAA0B;eAA1BA,0CAA0B;;IACrIC,qBAAqB;eAArBA,4CAAqB;;IAAEC,sBAAsB;eAAtBA,6CAAsB;;IAAEC,iCAAiC;eAAjCA,wDAAiC;;IAChFC,UAAU;eAAVA,sBAAU;;IAAEC,oBAAoB;eAApBA,gCAAoB;;IAAEC,yBAAyB;eAAzBA,qCAAyB;;IAAEC,4BAA4B;eAA5BA,wCAA4B;;IAAEC,sBAAsB;eAAtBA,kCAAsB;;;+BALuB;mCACoB;mCACA;gCACf;uCACrD;4BACiC;CAClI,iCAAiC"}
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 { AttachmentListProps, AttachmentListSlots, AttachmentListState } 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":";;;;;;;;;;;IA+CEA,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;;IAlE9BC,aAAa;eAAbA,4BAAa;;IAsBbC,iBAAiB;eAAjBA,oCAAiB;;IATjBC,iBAAiB;eAAjBA,oCAAiB;;IAiCjBC,oBAAoB;eAApBA,gCAAoB;;IAdpBC,wBAAwB;eAAxBA,wCAAwB;;IA6CxBC,sCAAsC;eAAtCA,oEAAsC;;IAatCC,oCAAoC;eAApCA,gEAAoC;;IAzFpCC,uBAAuB;eAAvBA,sCAAuB;;IAsBvBC,2BAA2B;eAA3BA,8CAA2B;;IAT3BC,2BAA2B;eAA3BA,8CAA2B;;IAmB3BC,6BAA6B;eAA7BA,6CAA6B;;IA6C7BC,2CAA2C;eAA3CA,yEAA2C;;IAa3CC,yCAAyC;eAAzCA,qEAAyC;;IAhCzCC,qCAAqC;eAArCA,6DAAqC;;IAnCrCC,gCAAgC;eAAhCA,mDAAgC;;IAThCC,gCAAgC;eAAhCA,mDAAgC;;IAbhCC,4BAA4B;eAA5BA,2CAA4B;;IA6C5BC,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;;IAvB5BC,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;;IA6CzBC,sBAAsB;eAAtBA,kCAAsB;;;+BA5CjB;mCAaA;mCASA;gCASA;uCAMA;4BAQA;wCAWA;+CAOA;8CAaA;4CAaA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-attachments",
3
- "version": "0.8.3",
3
+ "version": "0.9.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,17 +12,17 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/react-provider": "^0.8.0",
15
+ "@fluentui-copilot/react-provider": "^0.8.1",
16
16
  "@swc/helpers": "^0.5.1"
17
17
  },
18
18
  "peerDependencies": {
19
- "@fluentui/keyboard-keys": ">=9.0.4 <10.0.0",
20
- "@fluentui/react-components": ">=9.37.3 <10.0.0",
21
- "@fluentui/react-context-selector": ">=9.1.34 <10.0.0",
22
- "@fluentui/react-icons": ">=2.0.217 <3.0.0",
23
- "@fluentui/react-jsx-runtime": ">=9.0.18 <10.0.0",
24
- "@fluentui/react-overflow": ">=9.0.18 <10.0.0",
25
- "@fluentui/react-shared-contexts": ">=9.11.1 <10.0.0",
19
+ "@fluentui/keyboard-keys": ">=9.0.7 <10.0.0",
20
+ "@fluentui/react-components": ">=9.49.0 <10.0.0",
21
+ "@fluentui/react-context-selector": ">=9.1.58 <10.0.0",
22
+ "@fluentui/react-icons": ">=2.0.237 <3.0.0",
23
+ "@fluentui/react-jsx-runtime": ">=9.0.36 <10.0.0",
24
+ "@fluentui/react-overflow": ">=9.1.17 <10.0.0",
25
+ "@fluentui/react-shared-contexts": ">=9.17.0 <10.0.0",
26
26
  "@types/react": ">=16.14.0 <19.0.0",
27
27
  "@types/react-dom": ">=16.9.8 <19.0.0",
28
28
  "react": ">=16.14.0 <19.0.0",