@fluentui-copilot/react-attachments 0.10.3 → 0.10.4

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 (71) hide show
  1. package/CHANGELOG.json +16 -1
  2. package/CHANGELOG.md +11 -2
  3. package/lib/Attachment.js +1 -1
  4. package/lib/Attachment.js.map +1 -1
  5. package/lib/AttachmentList.js +1 -1
  6. package/lib/AttachmentList.js.map +1 -1
  7. package/lib/AttachmentOverflowMenu.js +1 -1
  8. package/lib/AttachmentOverflowMenu.js.map +1 -1
  9. package/lib/AttachmentOverflowMenuButton.js +1 -1
  10. package/lib/AttachmentOverflowMenuButton.js.map +1 -1
  11. package/lib/AttachmentOverflowMenuItem.js +1 -1
  12. package/lib/AttachmentOverflowMenuItem.js.map +1 -1
  13. package/lib/AttachmentTag.js +1 -1
  14. package/lib/AttachmentTag.js.map +1 -1
  15. package/lib/AttachmentTagItem.js +1 -1
  16. package/lib/AttachmentTagItem.js.map +1 -1
  17. package/lib/AttachmentTagList.js +1 -1
  18. package/lib/AttachmentTagList.js.map +1 -1
  19. package/lib/components/Attachment/index.js +4 -5
  20. package/lib/components/Attachment/index.js.map +1 -1
  21. package/lib/components/AttachmentList/index.js +4 -5
  22. package/lib/components/AttachmentList/index.js.map +1 -1
  23. package/lib/components/AttachmentOverflowMenu/index.js +4 -5
  24. package/lib/components/AttachmentOverflowMenu/index.js.map +1 -1
  25. package/lib/components/AttachmentOverflowMenuButton/index.js +4 -5
  26. package/lib/components/AttachmentOverflowMenuButton/index.js.map +1 -1
  27. package/lib/components/AttachmentOverflowMenuItem/index.js +4 -5
  28. package/lib/components/AttachmentOverflowMenuItem/index.js.map +1 -1
  29. package/lib/components/AttachmentTag/index.js +4 -5
  30. package/lib/components/AttachmentTag/index.js.map +1 -1
  31. package/lib/components/AttachmentTagItem/index.js +4 -5
  32. package/lib/components/AttachmentTagItem/index.js.map +1 -1
  33. package/lib/components/AttachmentTagList/index.js +4 -5
  34. package/lib/components/AttachmentTagList/index.js.map +1 -1
  35. package/lib/components/index.js +8 -8
  36. package/lib/components/index.js.map +1 -1
  37. package/lib-commonjs/Attachment.js +27 -2
  38. package/lib-commonjs/Attachment.js.map +1 -1
  39. package/lib-commonjs/AttachmentList.js +24 -2
  40. package/lib-commonjs/AttachmentList.js.map +1 -1
  41. package/lib-commonjs/AttachmentOverflowMenu.js +21 -2
  42. package/lib-commonjs/AttachmentOverflowMenu.js.map +1 -1
  43. package/lib-commonjs/AttachmentOverflowMenuButton.js +24 -2
  44. package/lib-commonjs/AttachmentOverflowMenuButton.js.map +1 -1
  45. package/lib-commonjs/AttachmentOverflowMenuItem.js +24 -2
  46. package/lib-commonjs/AttachmentOverflowMenuItem.js.map +1 -1
  47. package/lib-commonjs/AttachmentTag.js +36 -2
  48. package/lib-commonjs/AttachmentTag.js.map +1 -1
  49. package/lib-commonjs/AttachmentTagItem.js +24 -2
  50. package/lib-commonjs/AttachmentTagItem.js.map +1 -1
  51. package/lib-commonjs/AttachmentTagList.js +24 -2
  52. package/lib-commonjs/AttachmentTagList.js.map +1 -1
  53. package/lib-commonjs/components/Attachment/index.js +30 -6
  54. package/lib-commonjs/components/Attachment/index.js.map +1 -1
  55. package/lib-commonjs/components/AttachmentList/index.js +27 -6
  56. package/lib-commonjs/components/AttachmentList/index.js.map +1 -1
  57. package/lib-commonjs/components/AttachmentOverflowMenu/index.js +24 -6
  58. package/lib-commonjs/components/AttachmentOverflowMenu/index.js.map +1 -1
  59. package/lib-commonjs/components/AttachmentOverflowMenuButton/index.js +27 -6
  60. package/lib-commonjs/components/AttachmentOverflowMenuButton/index.js.map +1 -1
  61. package/lib-commonjs/components/AttachmentOverflowMenuItem/index.js +27 -6
  62. package/lib-commonjs/components/AttachmentOverflowMenuItem/index.js.map +1 -1
  63. package/lib-commonjs/components/AttachmentTag/index.js +39 -6
  64. package/lib-commonjs/components/AttachmentTag/index.js.map +1 -1
  65. package/lib-commonjs/components/AttachmentTagItem/index.js +27 -6
  66. package/lib-commonjs/components/AttachmentTagItem/index.js.map +1 -1
  67. package/lib-commonjs/components/AttachmentTagList/index.js +27 -6
  68. package/lib-commonjs/components/AttachmentTagList/index.js.map +1 -1
  69. package/lib-commonjs/components/index.js +148 -9
  70. package/lib-commonjs/components/index.js.map +1 -1
  71. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './AttachmentTag';\nexport * from './AttachmentTagList';\nexport * from './AttachmentTagItem';\nexport * from './Attachment';\nexport * from './AttachmentList';\nexport * from './AttachmentOverflowMenu';\nexport * from './AttachmentOverflowMenuButton';\nexport * from './AttachmentOverflowMenuItem';\n"],"names":[],"rangeMappings":";;;;;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export type { AttachmentTagProps, AttachmentTagSlots, AttachmentTagState } from './AttachmentTag';\nexport { ATTACHMENTTAG_MAXWIDTH, AttachmentTag, attachmentTagClassNames, renderAttachmentTag_unstable, useAttachmentTagStyles_unstable, useAttachmentTag_unstable, useContentBaseClassName, useIconBaseClassName, useMediaBaseClassName } from './AttachmentTag';\nexport type { AttachmentTagDismissedData, AttachmentTagListContextValues, AttachmentTagListProps, AttachmentTagListSlots, AttachmentTagListState } from './AttachmentTagList';\nexport { AttachmentTagList, attachmentTagListClassNames, renderAttachmentTagList_unstable, useAttachmentTagListStyles_unstable, useAttachmentTagList_unstable } from './AttachmentTagList';\nexport type { AttachmentTagItemProps, AttachmentTagItemSlots, AttachmentTagItemState } from './AttachmentTagItem';\nexport { AttachmentTagItem, attachmentTagItemClassNames, renderAttachmentTagItem_unstable, useAttachmentTagItemStyles_unstable, useAttachmentTagItem_unstable } from './AttachmentTagItem';\nexport type { AttachmentProps, AttachmentSlots, AttachmentState } from './Attachment';\nexport { Attachment, attachmentClassNames, renderAttachment_unstable, useAttachmentStyles_unstable, useAttachment_unstable, useOverflowStyles } from './Attachment';\nexport type { AttachmentDismissedData, AttachmentListContextValues, AttachmentListProps, AttachmentListSlots, AttachmentListState } from './AttachmentList';\nexport { AttachmentList, attachmentListClassNames, renderAttachmentList_unstable, useAttachmentListStyles_unstable, useAttachmentList_unstable } from './AttachmentList';\nexport type { AttachmentOverflowMenuContextValues, AttachmentOverflowMenuProps, AttachmentOverflowMenuSlots, AttachmentOverflowMenuState } from './AttachmentOverflowMenu';\nexport { AttachmentOverflowMenu, renderAttachmentOverflowMenu_unstable, useAttachmentOverflowMenuContextValues_unstable, useAttachmentOverflowMenu_unstable } from './AttachmentOverflowMenu';\nexport type { AttachmentOverflowMenuButtonProps, AttachmentOverflowMenuButtonSlots, AttachmentOverflowMenuButtonState } from './AttachmentOverflowMenuButton';\nexport { AttachmentOverflowMenuButton, attachmentOverflowMenuButtonClassNames, renderAttachmentOverflowMenuButton_unstable, useAttachmentOverflowMenuButtonStyles_unstable, useAttachmentOverflowMenuButton_unstable } from './AttachmentOverflowMenuButton';\nexport type { AttachmentOverflowMenuItemProps, AttachmentOverflowMenuItemSlots, AttachmentOverflowMenuItemState } from './AttachmentOverflowMenuItem';\nexport { AttachmentOverflowMenuItem, attachmentOverflowMenuItemClassNames, renderAttachmentOverflowMenuItem_unstable, useAttachmentOverflowMenuItemStyles_unstable, useAttachmentOverflowMenuItem_unstable } from './AttachmentOverflowMenuItem';\n"],"names":["ATTACHMENTTAG_MAXWIDTH","Attachment","AttachmentList","AttachmentOverflowMenu","AttachmentOverflowMenuButton","AttachmentOverflowMenuItem","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","useAttachmentListStyles_unstable","useAttachmentList_unstable","useAttachmentOverflowMenuButtonStyles_unstable","useAttachmentOverflowMenuButton_unstable","useAttachmentOverflowMenuContextValues_unstable","useAttachmentOverflowMenuItemStyles_unstable","useAttachmentOverflowMenuItem_unstable","useAttachmentOverflowMenu_unstable","useAttachmentStyles_unstable","useAttachmentTagItemStyles_unstable","useAttachmentTagItem_unstable","useAttachmentTagListStyles_unstable","useAttachmentTagList_unstable","useAttachmentTagStyles_unstable","useAttachmentTag_unstable","useAttachment_unstable","useContentBaseClassName","useIconBaseClassName","useMediaBaseClassName","useOverflowStyles"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,sBAAsB;eAAtBA,qCAAsB;;IAMtBC,UAAU;eAAVA,sBAAU;;IAEVC,cAAc;eAAdA,8BAAc;;IAEdC,sBAAsB;eAAtBA,8CAAsB;;IAEtBC,4BAA4B;eAA5BA,0DAA4B;;IAE5BC,0BAA0B;eAA1BA,sDAA0B;;IAdFC,aAAa;eAAbA,4BAAa;;IAIrCC,iBAAiB;eAAjBA,oCAAiB;;IAFjBC,iBAAiB;eAAjBA,oCAAiB;;IAILC,oBAAoB;eAApBA,gCAAoB;;IAEhBC,wBAAwB;eAAxBA,wCAAwB;;IAIVC,sCAAsC;eAAtCA,oEAAsC;;IAExCC,oCAAoC;eAApCA,gEAAoC;;IAdzBC,uBAAuB;eAAvBA,sCAAuB;;IAI3CC,2BAA2B;eAA3BA,8CAA2B;;IAF3BC,2BAA2B;eAA3BA,8CAA2B;;IAMJC,6BAA6B;eAA7BA,6CAA6B;;IAIDC,2CAA2C;eAA3CA,yEAA2C;;IAE/CC,yCAAyC;eAAzCA,qEAAyC;;IAJnFC,qCAAqC;eAArCA,6DAAqC;;IANbC,gCAAgC;eAAhCA,mDAAgC;;IAFhCC,gCAAgC;eAAhCA,mDAAgC;;IAFhBC,4BAA4B;eAA5BA,2CAA4B;;IAM1DC,yBAAyB;eAAzBA,qCAAyB;;IAEcC,gCAAgC;eAAhCA,gDAAgC;;IAAEC,0BAA0B;eAA1BA,0CAA0B;;IAIlBC,8CAA8C;eAA9CA,4EAA8C;;IAAEC,wCAAwC;eAAxCA,sEAAwC;;IAF5IC,+CAA+C;eAA/CA,uEAA+C;;IAIDC,4CAA4C;eAA5CA,wEAA4C;;IAAEC,sCAAsC;eAAtCA,kEAAsC;;IAJjFC,kCAAkC;eAAlCA,0DAAkC;;IAJrFC,4BAA4B;eAA5BA,wCAA4B;;IAFPC,mCAAmC;eAAnCA,sDAAmC;;IAAEC,6BAA6B;eAA7BA,gDAA6B;;IAFlEC,mCAAmC;eAAnCA,sDAAmC;;IAAEC,6BAA6B;eAA7BA,gDAA6B;;IAFtDC,+BAA+B;eAA/BA,8CAA+B;;IAAEC,yBAAyB;eAAzBA,wCAAyB;;IAM7DC,sBAAsB;eAAtBA,kCAAsB;;IANyCC,uBAAuB;eAAvBA,sCAAuB;;IAAEC,oBAAoB;eAApBA,mCAAoB;;IAAEC,qBAAqB;eAArBA,oCAAqB;;IAM3GC,iBAAiB;eAAjBA,6BAAiB;;;+BANkG;mCAE1E;mCAEA;4BAEhB;gCAEC;wCAEa;8CAEyD;4CAEV"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-attachments",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
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",