@fluentui-copilot/react-attachments 0.10.3 → 0.10.5

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 (76) hide show
  1. package/CHANGELOG.json +43 -1
  2. package/CHANGELOG.md +11 -2
  3. package/dist/index.d.ts +33 -0
  4. package/lib/Attachment.js +1 -1
  5. package/lib/Attachment.js.map +1 -1
  6. package/lib/AttachmentList.js +1 -1
  7. package/lib/AttachmentList.js.map +1 -1
  8. package/lib/AttachmentOverflowMenu.js +1 -1
  9. package/lib/AttachmentOverflowMenu.js.map +1 -1
  10. package/lib/AttachmentOverflowMenuButton.js +1 -1
  11. package/lib/AttachmentOverflowMenuButton.js.map +1 -1
  12. package/lib/AttachmentOverflowMenuItem.js +1 -1
  13. package/lib/AttachmentOverflowMenuItem.js.map +1 -1
  14. package/lib/AttachmentTag.js +1 -1
  15. package/lib/AttachmentTag.js.map +1 -1
  16. package/lib/AttachmentTagItem.js +1 -1
  17. package/lib/AttachmentTagItem.js.map +1 -1
  18. package/lib/AttachmentTagList.js +1 -1
  19. package/lib/AttachmentTagList.js.map +1 -1
  20. package/lib/components/Attachment/Attachment.types.js.map +1 -1
  21. package/lib/components/Attachment/index.js +4 -5
  22. package/lib/components/Attachment/index.js.map +1 -1
  23. package/lib/components/AttachmentList/AttachmentList.types.js.map +1 -1
  24. package/lib/components/AttachmentList/index.js +4 -5
  25. package/lib/components/AttachmentList/index.js.map +1 -1
  26. package/lib/components/AttachmentOverflowMenu/index.js +4 -5
  27. package/lib/components/AttachmentOverflowMenu/index.js.map +1 -1
  28. package/lib/components/AttachmentOverflowMenuButton/index.js +4 -5
  29. package/lib/components/AttachmentOverflowMenuButton/index.js.map +1 -1
  30. package/lib/components/AttachmentOverflowMenuItem/index.js +4 -5
  31. package/lib/components/AttachmentOverflowMenuItem/index.js.map +1 -1
  32. package/lib/components/AttachmentTag/index.js +4 -5
  33. package/lib/components/AttachmentTag/index.js.map +1 -1
  34. package/lib/components/AttachmentTagItem/index.js +4 -5
  35. package/lib/components/AttachmentTagItem/index.js.map +1 -1
  36. package/lib/components/AttachmentTagList/index.js +4 -5
  37. package/lib/components/AttachmentTagList/index.js.map +1 -1
  38. package/lib/components/index.js +8 -8
  39. package/lib/components/index.js.map +1 -1
  40. package/lib-commonjs/Attachment.js +27 -2
  41. package/lib-commonjs/Attachment.js.map +1 -1
  42. package/lib-commonjs/AttachmentList.js +24 -2
  43. package/lib-commonjs/AttachmentList.js.map +1 -1
  44. package/lib-commonjs/AttachmentOverflowMenu.js +21 -2
  45. package/lib-commonjs/AttachmentOverflowMenu.js.map +1 -1
  46. package/lib-commonjs/AttachmentOverflowMenuButton.js +24 -2
  47. package/lib-commonjs/AttachmentOverflowMenuButton.js.map +1 -1
  48. package/lib-commonjs/AttachmentOverflowMenuItem.js +24 -2
  49. package/lib-commonjs/AttachmentOverflowMenuItem.js.map +1 -1
  50. package/lib-commonjs/AttachmentTag.js +36 -2
  51. package/lib-commonjs/AttachmentTag.js.map +1 -1
  52. package/lib-commonjs/AttachmentTagItem.js +24 -2
  53. package/lib-commonjs/AttachmentTagItem.js.map +1 -1
  54. package/lib-commonjs/AttachmentTagList.js +24 -2
  55. package/lib-commonjs/AttachmentTagList.js.map +1 -1
  56. package/lib-commonjs/components/Attachment/Attachment.types.js.map +1 -1
  57. package/lib-commonjs/components/Attachment/index.js +30 -6
  58. package/lib-commonjs/components/Attachment/index.js.map +1 -1
  59. package/lib-commonjs/components/AttachmentList/AttachmentList.types.js.map +1 -1
  60. package/lib-commonjs/components/AttachmentList/index.js +27 -6
  61. package/lib-commonjs/components/AttachmentList/index.js.map +1 -1
  62. package/lib-commonjs/components/AttachmentOverflowMenu/index.js +24 -6
  63. package/lib-commonjs/components/AttachmentOverflowMenu/index.js.map +1 -1
  64. package/lib-commonjs/components/AttachmentOverflowMenuButton/index.js +27 -6
  65. package/lib-commonjs/components/AttachmentOverflowMenuButton/index.js.map +1 -1
  66. package/lib-commonjs/components/AttachmentOverflowMenuItem/index.js +27 -6
  67. package/lib-commonjs/components/AttachmentOverflowMenuItem/index.js.map +1 -1
  68. package/lib-commonjs/components/AttachmentTag/index.js +39 -6
  69. package/lib-commonjs/components/AttachmentTag/index.js.map +1 -1
  70. package/lib-commonjs/components/AttachmentTagItem/index.js +27 -6
  71. package/lib-commonjs/components/AttachmentTagItem/index.js.map +1 -1
  72. package/lib-commonjs/components/AttachmentTagList/index.js +27 -6
  73. package/lib-commonjs/components/AttachmentTagList/index.js.map +1 -1
  74. package/lib-commonjs/components/index.js +148 -9
  75. package/lib-commonjs/components/index.js.map +1 -1
  76. package/package.json +2 -2
@@ -2,6 +2,28 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/AttachmentOverflowMenuButton/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ AttachmentOverflowMenuButton: function() {
13
+ return _index.AttachmentOverflowMenuButton;
14
+ },
15
+ attachmentOverflowMenuButtonClassNames: function() {
16
+ return _index.attachmentOverflowMenuButtonClassNames;
17
+ },
18
+ renderAttachmentOverflowMenuButton_unstable: function() {
19
+ return _index.renderAttachmentOverflowMenuButton_unstable;
20
+ },
21
+ useAttachmentOverflowMenuButtonStyles_unstable: function() {
22
+ return _index.useAttachmentOverflowMenuButtonStyles_unstable;
23
+ },
24
+ useAttachmentOverflowMenuButton_unstable: function() {
25
+ return _index.useAttachmentOverflowMenuButton_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/AttachmentOverflowMenuButton/index");
7
29
  //# sourceMappingURL=AttachmentOverflowMenuButton.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["AttachmentOverflowMenuButton.ts"],"sourcesContent":["export * from './components/AttachmentOverflowMenuButton/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["AttachmentOverflowMenuButton.ts"],"sourcesContent":["export type { AttachmentOverflowMenuButtonProps, AttachmentOverflowMenuButtonSlots, AttachmentOverflowMenuButtonState } from './components/AttachmentOverflowMenuButton/index';\nexport { AttachmentOverflowMenuButton, attachmentOverflowMenuButtonClassNames, renderAttachmentOverflowMenuButton_unstable, useAttachmentOverflowMenuButtonStyles_unstable, useAttachmentOverflowMenuButton_unstable } from './components/AttachmentOverflowMenuButton/index';\n"],"names":["AttachmentOverflowMenuButton","attachmentOverflowMenuButtonClassNames","renderAttachmentOverflowMenuButton_unstable","useAttachmentOverflowMenuButtonStyles_unstable","useAttachmentOverflowMenuButton_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,4BAA4B;eAA5BA,mCAA4B;;IAAEC,sCAAsC;eAAtCA,6CAAsC;;IAAEC,2CAA2C;eAA3CA,kDAA2C;;IAAEC,8CAA8C;eAA9CA,qDAA8C;;IAAEC,wCAAwC;eAAxCA,+CAAwC;;;uBAAQ"}
@@ -2,6 +2,28 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/AttachmentOverflowMenuItem/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ AttachmentOverflowMenuItem: function() {
13
+ return _index.AttachmentOverflowMenuItem;
14
+ },
15
+ attachmentOverflowMenuItemClassNames: function() {
16
+ return _index.attachmentOverflowMenuItemClassNames;
17
+ },
18
+ renderAttachmentOverflowMenuItem_unstable: function() {
19
+ return _index.renderAttachmentOverflowMenuItem_unstable;
20
+ },
21
+ useAttachmentOverflowMenuItemStyles_unstable: function() {
22
+ return _index.useAttachmentOverflowMenuItemStyles_unstable;
23
+ },
24
+ useAttachmentOverflowMenuItem_unstable: function() {
25
+ return _index.useAttachmentOverflowMenuItem_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/AttachmentOverflowMenuItem/index");
7
29
  //# sourceMappingURL=AttachmentOverflowMenuItem.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["AttachmentOverflowMenuItem.ts"],"sourcesContent":["export * from './components/AttachmentOverflowMenuItem/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["AttachmentOverflowMenuItem.ts"],"sourcesContent":["export type { AttachmentOverflowMenuItemProps, AttachmentOverflowMenuItemSlots, AttachmentOverflowMenuItemState } from './components/AttachmentOverflowMenuItem/index';\nexport { AttachmentOverflowMenuItem, attachmentOverflowMenuItemClassNames, renderAttachmentOverflowMenuItem_unstable, useAttachmentOverflowMenuItemStyles_unstable, useAttachmentOverflowMenuItem_unstable } from './components/AttachmentOverflowMenuItem/index';\n"],"names":["AttachmentOverflowMenuItem","attachmentOverflowMenuItemClassNames","renderAttachmentOverflowMenuItem_unstable","useAttachmentOverflowMenuItemStyles_unstable","useAttachmentOverflowMenuItem_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,0BAA0B;eAA1BA,iCAA0B;;IAAEC,oCAAoC;eAApCA,2CAAoC;;IAAEC,yCAAyC;eAAzCA,gDAAyC;;IAAEC,4CAA4C;eAA5CA,mDAA4C;;IAAEC,sCAAsC;eAAtCA,6CAAsC;;;uBAAQ"}
@@ -2,6 +2,40 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/AttachmentTag/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ ATTACHMENTTAG_MAXWIDTH: function() {
13
+ return _index.ATTACHMENTTAG_MAXWIDTH;
14
+ },
15
+ AttachmentTag: function() {
16
+ return _index.AttachmentTag;
17
+ },
18
+ attachmentTagClassNames: function() {
19
+ return _index.attachmentTagClassNames;
20
+ },
21
+ renderAttachmentTag_unstable: function() {
22
+ return _index.renderAttachmentTag_unstable;
23
+ },
24
+ useAttachmentTagStyles_unstable: function() {
25
+ return _index.useAttachmentTagStyles_unstable;
26
+ },
27
+ useAttachmentTag_unstable: function() {
28
+ return _index.useAttachmentTag_unstable;
29
+ },
30
+ useContentBaseClassName: function() {
31
+ return _index.useContentBaseClassName;
32
+ },
33
+ useIconBaseClassName: function() {
34
+ return _index.useIconBaseClassName;
35
+ },
36
+ useMediaBaseClassName: function() {
37
+ return _index.useMediaBaseClassName;
38
+ }
39
+ });
40
+ const _index = require("./components/AttachmentTag/index");
7
41
  //# sourceMappingURL=AttachmentTag.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["AttachmentTag.ts"],"sourcesContent":["export * from './components/AttachmentTag/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["AttachmentTag.ts"],"sourcesContent":["export type { AttachmentTagProps, AttachmentTagSlots, AttachmentTagState } from './components/AttachmentTag/index';\nexport { ATTACHMENTTAG_MAXWIDTH, AttachmentTag, attachmentTagClassNames, renderAttachmentTag_unstable, useAttachmentTagStyles_unstable, useAttachmentTag_unstable, useContentBaseClassName, useIconBaseClassName, useMediaBaseClassName } from './components/AttachmentTag/index';\n"],"names":["ATTACHMENTTAG_MAXWIDTH","AttachmentTag","attachmentTagClassNames","renderAttachmentTag_unstable","useAttachmentTagStyles_unstable","useAttachmentTag_unstable","useContentBaseClassName","useIconBaseClassName","useMediaBaseClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,sBAAsB;eAAtBA,6BAAsB;;IAAEC,aAAa;eAAbA,oBAAa;;IAAEC,uBAAuB;eAAvBA,8BAAuB;;IAAEC,4BAA4B;eAA5BA,mCAA4B;;IAAEC,+BAA+B;eAA/BA,sCAA+B;;IAAEC,yBAAyB;eAAzBA,gCAAyB;;IAAEC,uBAAuB;eAAvBA,8BAAuB;;IAAEC,oBAAoB;eAApBA,2BAAoB;;IAAEC,qBAAqB;eAArBA,4BAAqB;;;uBAAQ"}
@@ -2,6 +2,28 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/AttachmentTagItem/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ AttachmentTagItem: function() {
13
+ return _index.AttachmentTagItem;
14
+ },
15
+ attachmentTagItemClassNames: function() {
16
+ return _index.attachmentTagItemClassNames;
17
+ },
18
+ renderAttachmentTagItem_unstable: function() {
19
+ return _index.renderAttachmentTagItem_unstable;
20
+ },
21
+ useAttachmentTagItemStyles_unstable: function() {
22
+ return _index.useAttachmentTagItemStyles_unstable;
23
+ },
24
+ useAttachmentTagItem_unstable: function() {
25
+ return _index.useAttachmentTagItem_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/AttachmentTagItem/index");
7
29
  //# sourceMappingURL=AttachmentTagItem.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["AttachmentTagItem.ts"],"sourcesContent":["export * from './components/AttachmentTagItem/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["AttachmentTagItem.ts"],"sourcesContent":["export type { AttachmentTagItemProps, AttachmentTagItemSlots, AttachmentTagItemState } from './components/AttachmentTagItem/index';\nexport { AttachmentTagItem, attachmentTagItemClassNames, renderAttachmentTagItem_unstable, useAttachmentTagItemStyles_unstable, useAttachmentTagItem_unstable } from './components/AttachmentTagItem/index';\n"],"names":["AttachmentTagItem","attachmentTagItemClassNames","renderAttachmentTagItem_unstable","useAttachmentTagItemStyles_unstable","useAttachmentTagItem_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,iBAAiB;eAAjBA,wBAAiB;;IAAEC,2BAA2B;eAA3BA,kCAA2B;;IAAEC,gCAAgC;eAAhCA,uCAAgC;;IAAEC,mCAAmC;eAAnCA,0CAAmC;;IAAEC,6BAA6B;eAA7BA,oCAA6B;;;uBAAQ"}
@@ -2,6 +2,28 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./components/AttachmentTagList/index"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ AttachmentTagList: function() {
13
+ return _index.AttachmentTagList;
14
+ },
15
+ attachmentTagListClassNames: function() {
16
+ return _index.attachmentTagListClassNames;
17
+ },
18
+ renderAttachmentTagList_unstable: function() {
19
+ return _index.renderAttachmentTagList_unstable;
20
+ },
21
+ useAttachmentTagListStyles_unstable: function() {
22
+ return _index.useAttachmentTagListStyles_unstable;
23
+ },
24
+ useAttachmentTagList_unstable: function() {
25
+ return _index.useAttachmentTagList_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/AttachmentTagList/index");
7
29
  //# sourceMappingURL=AttachmentTagList.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["AttachmentTagList.ts"],"sourcesContent":["export * from './components/AttachmentTagList/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["AttachmentTagList.ts"],"sourcesContent":["export type { AttachmentTagDismissedData, AttachmentTagListContextValues, AttachmentTagListProps, AttachmentTagListSlots, AttachmentTagListState } from './components/AttachmentTagList/index';\nexport { AttachmentTagList, attachmentTagListClassNames, renderAttachmentTagList_unstable, useAttachmentTagListStyles_unstable, useAttachmentTagList_unstable } from './components/AttachmentTagList/index';\n"],"names":["AttachmentTagList","attachmentTagListClassNames","renderAttachmentTagList_unstable","useAttachmentTagListStyles_unstable","useAttachmentTagList_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,iBAAiB;eAAjBA,wBAAiB;;IAAEC,2BAA2B;eAA3BA,kCAA2B;;IAAEC,gCAAgC;eAAhCA,uCAAgC;;IAAEC,mCAAmC;eAAnCA,0CAAmC;;IAAEC,6BAA6B;eAA7BA,oCAA6B;;;uBAAQ"}
@@ -1 +1 @@
1
- {"version":3,"sources":["Attachment.types.ts"],"sourcesContent":["import type { ComponentProps, ComponentState, ProgressBar, Slot } from '@fluentui/react-components';\n\nexport type AttachmentSlots = {\n root: NonNullable<Slot<'div'>>;\n primaryAction: NonNullable<Slot<'button', 'span'>>;\n dismissButton: NonNullable<Slot<'button'>>;\n media?: Slot<'span'>;\n content: NonNullable<Slot<'span'>>;\n dismissIcon: NonNullable<Slot<'span'>>;\n progress?: Slot<typeof ProgressBar>;\n};\n\n/**\n * Attachment Props\n */\nexport type AttachmentProps = ComponentProps<Partial<AttachmentSlots>> & {\n imageOnly?: boolean;\n\n /**\n * An attachment supports different sizes.\n *\n * @default 'medium'\n */\n size?: 'small' | 'medium';\n};\n\n/**\n * State used in rendering Attachment\n */\nexport type AttachmentState = ComponentState<AttachmentSlots> &\n Required<Pick<AttachmentProps, 'id' | 'size'>> &\n Pick<AttachmentProps, 'imageOnly'> & {\n isLoading: boolean;\n shouldUseOverflow: boolean;\n };\n"],"names":[],"rangeMappings":";;","mappings":"AA0BA;;CAEC"}
1
+ {"version":3,"sources":["Attachment.types.ts"],"sourcesContent":["import type { ComponentProps, ComponentState, ProgressBar, Slot } from '@fluentui/react-components';\n\nexport type AttachmentSlots = {\n root: NonNullable<Slot<'div'>>;\n\n /**\n * Attachments support a primary action.\n */\n primaryAction: NonNullable<Slot<'button', 'span'>>;\n\n /**\n * Attachments have a dismiss button.\n */\n dismissButton: NonNullable<Slot<'button'>>;\n\n /**\n * Attachments can include an image or other media.\n */\n media?: Slot<'span'>;\n\n /**\n * The content of the attachment.\n */\n content: NonNullable<Slot<'span'>>;\n\n /**\n * The icon that renders for the `dismissButton`.\n */\n dismissIcon: NonNullable<Slot<'span'>>;\n\n /**\n * An attachment supports a progress bar, which can display the attachment's upload progress.\n */\n progress?: Slot<typeof ProgressBar>;\n};\n\n/**\n * Attachment Props\n */\nexport type AttachmentProps = ComponentProps<Partial<AttachmentSlots>> & {\n /**\n * Use this prop if an attachment has no text content.\n *\n * @default false\n */\n imageOnly?: boolean;\n\n /**\n * An attachment supports different sizes.\n *\n * @default 'medium'\n */\n size?: 'small' | 'medium';\n};\n\n/**\n * State used in rendering Attachment\n */\nexport type AttachmentState = ComponentState<AttachmentSlots> &\n Required<Pick<AttachmentProps, 'id' | 'size'>> &\n Pick<AttachmentProps, 'imageOnly'> & {\n isLoading: boolean;\n shouldUseOverflow: boolean;\n };\n"],"names":[],"rangeMappings":";;","mappings":"AAuDA;;CAEC"}
@@ -2,10 +2,34 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./Attachment"), exports);
7
- _export_star._(require("./Attachment.types"), exports);
8
- _export_star._(require("./renderAttachment"), exports);
9
- _export_star._(require("./useAttachment"), exports);
10
- _export_star._(require("./useAttachmentStyles.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ Attachment: function() {
13
+ return _Attachment.Attachment;
14
+ },
15
+ attachmentClassNames: function() {
16
+ return _useAttachmentStylesstyles.attachmentClassNames;
17
+ },
18
+ renderAttachment_unstable: function() {
19
+ return _renderAttachment.renderAttachment_unstable;
20
+ },
21
+ useAttachmentStyles_unstable: function() {
22
+ return _useAttachmentStylesstyles.useAttachmentStyles_unstable;
23
+ },
24
+ useAttachment_unstable: function() {
25
+ return _useAttachment.useAttachment_unstable;
26
+ },
27
+ useOverflowStyles: function() {
28
+ return _useAttachmentStylesstyles.useOverflowStyles;
29
+ }
30
+ });
31
+ const _Attachment = require("./Attachment");
32
+ const _renderAttachment = require("./renderAttachment");
33
+ const _useAttachment = require("./useAttachment");
34
+ const _useAttachmentStylesstyles = require("./useAttachmentStyles.styles");
11
35
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './Attachment';\nexport * from './Attachment.types';\nexport * from './renderAttachment';\nexport * from './useAttachment';\nexport * from './useAttachmentStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { Attachment } from './Attachment';\nexport type { AttachmentProps, AttachmentSlots, AttachmentState } from './Attachment.types';\nexport { renderAttachment_unstable } from './renderAttachment';\nexport { useAttachment_unstable } from './useAttachment';\nexport { attachmentClassNames, useAttachmentStyles_unstable, useOverflowStyles } from './useAttachmentStyles.styles';\n"],"names":["Attachment","attachmentClassNames","renderAttachment_unstable","useAttachmentStyles_unstable","useAttachment_unstable","useOverflowStyles"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,UAAU;eAAVA,sBAAU;;IAIVC,oBAAoB;eAApBA,+CAAoB;;IAFpBC,yBAAyB;eAAzBA,2CAAyB;;IAEHC,4BAA4B;eAA5BA,uDAA4B;;IADlDC,sBAAsB;eAAtBA,qCAAsB;;IAC8BC,iBAAiB;eAAjBA,4CAAiB;;;4BAJnD;kCAEe;+BACH;2CAC+C"}
@@ -1 +1 @@
1
- {"version":3,"sources":["AttachmentList.types.ts"],"sourcesContent":["import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-components';\nimport type { AttachmentListContextValue } from '../../contexts/attachmentListContext';\nimport type { AttachmentProps } from '../Attachment';\nimport type { AttachmentOverflowMenuProps } from '../AttachmentOverflowMenu';\n\nexport type AttachmentListSlots = {\n root: Slot<'div'>;\n overflowMenuButton: Slot<'span'>;\n};\n\nexport type AttachmentDismissedData = {\n content?: AttachmentProps['children'];\n media?: AttachmentProps['media'];\n id?: string;\n};\n\n/**\n * AttachmentList Props\n */\nexport type AttachmentListProps = ComponentProps<Partial<AttachmentListSlots>> & {\n onAttachmentDismiss?: (\n e: React.MouseEvent<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement>,\n data: AttachmentDismissedData,\n ) => void;\n overflowMenuProps?: Omit<AttachmentOverflowMenuProps, 'children'>;\n /**\n * The maximum number of attachments to display before the overflow button is shown even if there is\n * enough space available to show more.\n * If not set, the overflow functionality will be disabled.\n * @default undefined\n */\n maxVisibleAttachments?: number;\n};\n\n/**\n * State used in rendering AttachmentList\n */\nexport type AttachmentListState = ComponentState<AttachmentListSlots> &\n Pick<AttachmentListProps, 'onAttachmentDismiss' | 'overflowMenuProps'> & {\n attachments: AttachmentProps[];\n shouldUseOverflow: boolean;\n };\n\nexport type AttachmentListContextValues = {\n attachmentList: AttachmentListContextValue;\n};\n"],"names":[],"rangeMappings":"","mappings":""}
1
+ {"version":3,"sources":["AttachmentList.types.ts"],"sourcesContent":["import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-components';\nimport type { AttachmentListContextValue } from '../../contexts/attachmentListContext';\nimport type { AttachmentProps } from '../Attachment';\nimport type { AttachmentOverflowMenuProps } from '../AttachmentOverflowMenu';\n\nexport type AttachmentListSlots = {\n root: Slot<'div'>;\n\n /**\n * An AttachmentList has an overflow menu when `maxVisibleAttachments` is exceeded.\n * Adding a custom button for the overflow menu is supported.\n */\n overflowMenuButton: Slot<'span'>;\n};\n\nexport type AttachmentDismissedData = {\n content?: AttachmentProps['children'];\n media?: AttachmentProps['media'];\n id?: string;\n};\n\n/**\n * AttachmentList Props\n */\nexport type AttachmentListProps = ComponentProps<Partial<AttachmentListSlots>> & {\n /**\n * Callback fired when an attachment is dismissed.\n */\n onAttachmentDismiss?: (\n e: React.MouseEvent<HTMLAnchorElement | HTMLButtonElement | HTMLDivElement>,\n data: AttachmentDismissedData,\n ) => void;\n\n /**\n * Props that will be passed to the overflow menu.\n */\n overflowMenuProps?: Omit<AttachmentOverflowMenuProps, 'children'>;\n\n /**\n * The maximum number of attachments to display before the overflow button is shown even if there is\n * enough space available to show more.\n * If not set, the overflow functionality will be disabled.\n * @default undefined\n */\n maxVisibleAttachments?: number;\n};\n\n/**\n * State used in rendering AttachmentList\n */\nexport type AttachmentListState = ComponentState<AttachmentListSlots> &\n Pick<AttachmentListProps, 'onAttachmentDismiss' | 'overflowMenuProps'> & {\n attachments: AttachmentProps[];\n shouldUseOverflow: boolean;\n };\n\nexport type AttachmentListContextValues = {\n attachmentList: AttachmentListContextValue;\n};\n"],"names":[],"rangeMappings":"","mappings":""}
@@ -2,10 +2,31 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./AttachmentList"), exports);
7
- _export_star._(require("./AttachmentList.types"), exports);
8
- _export_star._(require("./renderAttachmentList"), exports);
9
- _export_star._(require("./useAttachmentList"), exports);
10
- _export_star._(require("./useAttachmentListStyles.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ AttachmentList: function() {
13
+ return _AttachmentList.AttachmentList;
14
+ },
15
+ attachmentListClassNames: function() {
16
+ return _useAttachmentListStylesstyles.attachmentListClassNames;
17
+ },
18
+ renderAttachmentList_unstable: function() {
19
+ return _renderAttachmentList.renderAttachmentList_unstable;
20
+ },
21
+ useAttachmentListStyles_unstable: function() {
22
+ return _useAttachmentListStylesstyles.useAttachmentListStyles_unstable;
23
+ },
24
+ useAttachmentList_unstable: function() {
25
+ return _useAttachmentList.useAttachmentList_unstable;
26
+ }
27
+ });
28
+ const _AttachmentList = require("./AttachmentList");
29
+ const _renderAttachmentList = require("./renderAttachmentList");
30
+ const _useAttachmentList = require("./useAttachmentList");
31
+ const _useAttachmentListStylesstyles = require("./useAttachmentListStyles.styles");
11
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './AttachmentList';\nexport * from './AttachmentList.types';\nexport * from './renderAttachmentList';\nexport * from './useAttachmentList';\nexport * from './useAttachmentListStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { AttachmentList } from './AttachmentList';\nexport type { AttachmentDismissedData, AttachmentListContextValues, AttachmentListProps, AttachmentListSlots, AttachmentListState } from './AttachmentList.types';\nexport { renderAttachmentList_unstable } from './renderAttachmentList';\nexport { useAttachmentList_unstable } from './useAttachmentList';\nexport { attachmentListClassNames, useAttachmentListStyles_unstable } from './useAttachmentListStyles.styles';\n"],"names":["AttachmentList","attachmentListClassNames","renderAttachmentList_unstable","useAttachmentListStyles_unstable","useAttachmentList_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,cAAc;eAAdA,8BAAc;;IAIdC,wBAAwB;eAAxBA,uDAAwB;;IAFxBC,6BAA6B;eAA7BA,mDAA6B;;IAEHC,gCAAgC;eAAhCA,+DAAgC;;IAD1DC,0BAA0B;eAA1BA,6CAA0B;;;gCAHJ;sCAEe;mCACH;+CACgC"}
@@ -2,10 +2,28 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./AttachmentOverflowMenu"), exports);
7
- _export_star._(require("./AttachmentOverflowMenu.types"), exports);
8
- _export_star._(require("./renderAttachmentOverflowMenu"), exports);
9
- _export_star._(require("./useAttachmentOverflowMenu"), exports);
10
- _export_star._(require("./useAttachmentOverflowMenuContextValues"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ AttachmentOverflowMenu: function() {
13
+ return _AttachmentOverflowMenu.AttachmentOverflowMenu;
14
+ },
15
+ renderAttachmentOverflowMenu_unstable: function() {
16
+ return _renderAttachmentOverflowMenu.renderAttachmentOverflowMenu_unstable;
17
+ },
18
+ useAttachmentOverflowMenuContextValues_unstable: function() {
19
+ return _useAttachmentOverflowMenuContextValues.useAttachmentOverflowMenuContextValues_unstable;
20
+ },
21
+ useAttachmentOverflowMenu_unstable: function() {
22
+ return _useAttachmentOverflowMenu.useAttachmentOverflowMenu_unstable;
23
+ }
24
+ });
25
+ const _AttachmentOverflowMenu = require("./AttachmentOverflowMenu");
26
+ const _renderAttachmentOverflowMenu = require("./renderAttachmentOverflowMenu");
27
+ const _useAttachmentOverflowMenu = require("./useAttachmentOverflowMenu");
28
+ const _useAttachmentOverflowMenuContextValues = require("./useAttachmentOverflowMenuContextValues");
11
29
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './AttachmentOverflowMenu';\nexport * from './AttachmentOverflowMenu.types';\nexport * from './renderAttachmentOverflowMenu';\nexport * from './useAttachmentOverflowMenu';\nexport * from './useAttachmentOverflowMenuContextValues';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { AttachmentOverflowMenu } from './AttachmentOverflowMenu';\nexport type { AttachmentOverflowMenuContextValues, AttachmentOverflowMenuProps, AttachmentOverflowMenuSlots, AttachmentOverflowMenuState } from './AttachmentOverflowMenu.types';\nexport { renderAttachmentOverflowMenu_unstable } from './renderAttachmentOverflowMenu';\nexport { useAttachmentOverflowMenu_unstable } from './useAttachmentOverflowMenu';\nexport { useAttachmentOverflowMenuContextValues_unstable } from './useAttachmentOverflowMenuContextValues';\n"],"names":["AttachmentOverflowMenu","renderAttachmentOverflowMenu_unstable","useAttachmentOverflowMenuContextValues_unstable","useAttachmentOverflowMenu_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,sBAAsB;eAAtBA,8CAAsB;;IAEtBC,qCAAqC;eAArCA,mEAAqC;;IAErCC,+CAA+C;eAA/CA,uFAA+C;;IAD/CC,kCAAkC;eAAlCA,6DAAkC;;;wCAHJ;8CAEe;2CACH;wDACa"}
@@ -2,10 +2,31 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./AttachmentOverflowMenuButton"), exports);
7
- _export_star._(require("./AttachmentOverflowMenuButton.types"), exports);
8
- _export_star._(require("./renderAttachmentOverflowMenuButton"), exports);
9
- _export_star._(require("./useAttachmentOverflowMenuButton"), exports);
10
- _export_star._(require("./useAttachmentOverflowMenuButtonStyles.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ AttachmentOverflowMenuButton: function() {
13
+ return _AttachmentOverflowMenuButton.AttachmentOverflowMenuButton;
14
+ },
15
+ attachmentOverflowMenuButtonClassNames: function() {
16
+ return _useAttachmentOverflowMenuButtonStylesstyles.attachmentOverflowMenuButtonClassNames;
17
+ },
18
+ renderAttachmentOverflowMenuButton_unstable: function() {
19
+ return _renderAttachmentOverflowMenuButton.renderAttachmentOverflowMenuButton_unstable;
20
+ },
21
+ useAttachmentOverflowMenuButtonStyles_unstable: function() {
22
+ return _useAttachmentOverflowMenuButtonStylesstyles.useAttachmentOverflowMenuButtonStyles_unstable;
23
+ },
24
+ useAttachmentOverflowMenuButton_unstable: function() {
25
+ return _useAttachmentOverflowMenuButton.useAttachmentOverflowMenuButton_unstable;
26
+ }
27
+ });
28
+ const _AttachmentOverflowMenuButton = require("./AttachmentOverflowMenuButton");
29
+ const _renderAttachmentOverflowMenuButton = require("./renderAttachmentOverflowMenuButton");
30
+ const _useAttachmentOverflowMenuButton = require("./useAttachmentOverflowMenuButton");
31
+ const _useAttachmentOverflowMenuButtonStylesstyles = require("./useAttachmentOverflowMenuButtonStyles.styles");
11
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './AttachmentOverflowMenuButton';\nexport * from './AttachmentOverflowMenuButton.types';\nexport * from './renderAttachmentOverflowMenuButton';\nexport * from './useAttachmentOverflowMenuButton';\nexport * from './useAttachmentOverflowMenuButtonStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { AttachmentOverflowMenuButton } from './AttachmentOverflowMenuButton';\nexport type { AttachmentOverflowMenuButtonProps, AttachmentOverflowMenuButtonSlots, AttachmentOverflowMenuButtonState } from './AttachmentOverflowMenuButton.types';\nexport { renderAttachmentOverflowMenuButton_unstable } from './renderAttachmentOverflowMenuButton';\nexport { useAttachmentOverflowMenuButton_unstable } from './useAttachmentOverflowMenuButton';\nexport { attachmentOverflowMenuButtonClassNames, useAttachmentOverflowMenuButtonStyles_unstable } from './useAttachmentOverflowMenuButtonStyles.styles';\n"],"names":["AttachmentOverflowMenuButton","attachmentOverflowMenuButtonClassNames","renderAttachmentOverflowMenuButton_unstable","useAttachmentOverflowMenuButtonStyles_unstable","useAttachmentOverflowMenuButton_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,4BAA4B;eAA5BA,0DAA4B;;IAI5BC,sCAAsC;eAAtCA,mFAAsC;;IAFtCC,2CAA2C;eAA3CA,+EAA2C;;IAEHC,8CAA8C;eAA9CA,2FAA8C;;IADtFC,wCAAwC;eAAxCA,yEAAwC;;;8CAHJ;oDAEe;iDACH;6DAC8C"}
@@ -2,10 +2,31 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./AttachmentOverflowMenuItem"), exports);
7
- _export_star._(require("./AttachmentOverflowMenuItem.types"), exports);
8
- _export_star._(require("./renderAttachmentOverflowMenuItem"), exports);
9
- _export_star._(require("./useAttachmentOverflowMenuItem"), exports);
10
- _export_star._(require("./useAttachmentOverflowMenuItemStyles.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ AttachmentOverflowMenuItem: function() {
13
+ return _AttachmentOverflowMenuItem.AttachmentOverflowMenuItem;
14
+ },
15
+ attachmentOverflowMenuItemClassNames: function() {
16
+ return _useAttachmentOverflowMenuItemStylesstyles.attachmentOverflowMenuItemClassNames;
17
+ },
18
+ renderAttachmentOverflowMenuItem_unstable: function() {
19
+ return _renderAttachmentOverflowMenuItem.renderAttachmentOverflowMenuItem_unstable;
20
+ },
21
+ useAttachmentOverflowMenuItemStyles_unstable: function() {
22
+ return _useAttachmentOverflowMenuItemStylesstyles.useAttachmentOverflowMenuItemStyles_unstable;
23
+ },
24
+ useAttachmentOverflowMenuItem_unstable: function() {
25
+ return _useAttachmentOverflowMenuItem.useAttachmentOverflowMenuItem_unstable;
26
+ }
27
+ });
28
+ const _AttachmentOverflowMenuItem = require("./AttachmentOverflowMenuItem");
29
+ const _renderAttachmentOverflowMenuItem = require("./renderAttachmentOverflowMenuItem");
30
+ const _useAttachmentOverflowMenuItem = require("./useAttachmentOverflowMenuItem");
31
+ const _useAttachmentOverflowMenuItemStylesstyles = require("./useAttachmentOverflowMenuItemStyles.styles");
11
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './AttachmentOverflowMenuItem';\nexport * from './AttachmentOverflowMenuItem.types';\nexport * from './renderAttachmentOverflowMenuItem';\nexport * from './useAttachmentOverflowMenuItem';\nexport * from './useAttachmentOverflowMenuItemStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { AttachmentOverflowMenuItem } from './AttachmentOverflowMenuItem';\nexport type { AttachmentOverflowMenuItemProps, AttachmentOverflowMenuItemSlots, AttachmentOverflowMenuItemState } from './AttachmentOverflowMenuItem.types';\nexport { renderAttachmentOverflowMenuItem_unstable } from './renderAttachmentOverflowMenuItem';\nexport { useAttachmentOverflowMenuItem_unstable } from './useAttachmentOverflowMenuItem';\nexport { attachmentOverflowMenuItemClassNames, useAttachmentOverflowMenuItemStyles_unstable } from './useAttachmentOverflowMenuItemStyles.styles';\n"],"names":["AttachmentOverflowMenuItem","attachmentOverflowMenuItemClassNames","renderAttachmentOverflowMenuItem_unstable","useAttachmentOverflowMenuItemStyles_unstable","useAttachmentOverflowMenuItem_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,0BAA0B;eAA1BA,sDAA0B;;IAI1BC,oCAAoC;eAApCA,+EAAoC;;IAFpCC,yCAAyC;eAAzCA,2EAAyC;;IAEHC,4CAA4C;eAA5CA,uFAA4C;;IADlFC,sCAAsC;eAAtCA,qEAAsC;;;4CAHJ;kDAEe;+CACH;2DAC4C"}
@@ -2,10 +2,43 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./AttachmentTag"), exports);
7
- _export_star._(require("./AttachmentTag.types"), exports);
8
- _export_star._(require("./renderAttachmentTag"), exports);
9
- _export_star._(require("./useAttachmentTag"), exports);
10
- _export_star._(require("./useAttachmentTagStyles.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ ATTACHMENTTAG_MAXWIDTH: function() {
13
+ return _useAttachmentTagStylesstyles.ATTACHMENTTAG_MAXWIDTH;
14
+ },
15
+ AttachmentTag: function() {
16
+ return _AttachmentTag.AttachmentTag;
17
+ },
18
+ attachmentTagClassNames: function() {
19
+ return _useAttachmentTagStylesstyles.attachmentTagClassNames;
20
+ },
21
+ renderAttachmentTag_unstable: function() {
22
+ return _renderAttachmentTag.renderAttachmentTag_unstable;
23
+ },
24
+ useAttachmentTagStyles_unstable: function() {
25
+ return _useAttachmentTagStylesstyles.useAttachmentTagStyles_unstable;
26
+ },
27
+ useAttachmentTag_unstable: function() {
28
+ return _useAttachmentTag.useAttachmentTag_unstable;
29
+ },
30
+ useContentBaseClassName: function() {
31
+ return _useAttachmentTagStylesstyles.useContentBaseClassName;
32
+ },
33
+ useIconBaseClassName: function() {
34
+ return _useAttachmentTagStylesstyles.useIconBaseClassName;
35
+ },
36
+ useMediaBaseClassName: function() {
37
+ return _useAttachmentTagStylesstyles.useMediaBaseClassName;
38
+ }
39
+ });
40
+ const _AttachmentTag = require("./AttachmentTag");
41
+ const _renderAttachmentTag = require("./renderAttachmentTag");
42
+ const _useAttachmentTag = require("./useAttachmentTag");
43
+ const _useAttachmentTagStylesstyles = require("./useAttachmentTagStyles.styles");
11
44
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './AttachmentTag';\nexport * from './AttachmentTag.types';\nexport * from './renderAttachmentTag';\nexport * from './useAttachmentTag';\nexport * from './useAttachmentTagStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { AttachmentTag } from './AttachmentTag';\nexport type { AttachmentTagProps, AttachmentTagSlots, AttachmentTagState } from './AttachmentTag.types';\nexport { renderAttachmentTag_unstable } from './renderAttachmentTag';\nexport { useAttachmentTag_unstable } from './useAttachmentTag';\nexport { ATTACHMENTTAG_MAXWIDTH, attachmentTagClassNames, useAttachmentTagStyles_unstable, useContentBaseClassName, useIconBaseClassName, useMediaBaseClassName } from './useAttachmentTagStyles.styles';\n"],"names":["ATTACHMENTTAG_MAXWIDTH","AttachmentTag","attachmentTagClassNames","renderAttachmentTag_unstable","useAttachmentTagStyles_unstable","useAttachmentTag_unstable","useContentBaseClassName","useIconBaseClassName","useMediaBaseClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAISA,sBAAsB;eAAtBA,oDAAsB;;IAJtBC,aAAa;eAAbA,4BAAa;;IAIWC,uBAAuB;eAAvBA,qDAAuB;;IAF/CC,4BAA4B;eAA5BA,iDAA4B;;IAEqBC,+BAA+B;eAA/BA,6DAA+B;;IADhFC,yBAAyB;eAAzBA,2CAAyB;;IACyDC,uBAAuB;eAAvBA,qDAAuB;;IAAEC,oBAAoB;eAApBA,kDAAoB;;IAAEC,qBAAqB;eAArBA,mDAAqB;;;+BAJjI;qCAEe;kCACH;8CAC6H"}
@@ -2,10 +2,31 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./AttachmentTagItem"), exports);
7
- _export_star._(require("./AttachmentTagItem.types"), exports);
8
- _export_star._(require("./renderAttachmentTagItem"), exports);
9
- _export_star._(require("./useAttachmentTagItem"), exports);
10
- _export_star._(require("./useAttachmentTagItemStyles.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ AttachmentTagItem: function() {
13
+ return _AttachmentTagItem.AttachmentTagItem;
14
+ },
15
+ attachmentTagItemClassNames: function() {
16
+ return _useAttachmentTagItemStylesstyles.attachmentTagItemClassNames;
17
+ },
18
+ renderAttachmentTagItem_unstable: function() {
19
+ return _renderAttachmentTagItem.renderAttachmentTagItem_unstable;
20
+ },
21
+ useAttachmentTagItemStyles_unstable: function() {
22
+ return _useAttachmentTagItemStylesstyles.useAttachmentTagItemStyles_unstable;
23
+ },
24
+ useAttachmentTagItem_unstable: function() {
25
+ return _useAttachmentTagItem.useAttachmentTagItem_unstable;
26
+ }
27
+ });
28
+ const _AttachmentTagItem = require("./AttachmentTagItem");
29
+ const _renderAttachmentTagItem = require("./renderAttachmentTagItem");
30
+ const _useAttachmentTagItem = require("./useAttachmentTagItem");
31
+ const _useAttachmentTagItemStylesstyles = require("./useAttachmentTagItemStyles.styles");
11
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './AttachmentTagItem';\nexport * from './AttachmentTagItem.types';\nexport * from './renderAttachmentTagItem';\nexport * from './useAttachmentTagItem';\nexport * from './useAttachmentTagItemStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { AttachmentTagItem } from './AttachmentTagItem';\nexport type { AttachmentTagItemProps, AttachmentTagItemSlots, AttachmentTagItemState } from './AttachmentTagItem.types';\nexport { renderAttachmentTagItem_unstable } from './renderAttachmentTagItem';\nexport { useAttachmentTagItem_unstable } from './useAttachmentTagItem';\nexport { attachmentTagItemClassNames, useAttachmentTagItemStyles_unstable } from './useAttachmentTagItemStyles.styles';\n"],"names":["AttachmentTagItem","attachmentTagItemClassNames","renderAttachmentTagItem_unstable","useAttachmentTagItemStyles_unstable","useAttachmentTagItem_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,iBAAiB;eAAjBA,oCAAiB;;IAIjBC,2BAA2B;eAA3BA,6DAA2B;;IAF3BC,gCAAgC;eAAhCA,yDAAgC;;IAEHC,mCAAmC;eAAnCA,qEAAmC;;IADhEC,6BAA6B;eAA7BA,mDAA6B;;;mCAHJ;yCAEe;sCACH;kDACmC"}
@@ -2,10 +2,31 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- const _export_star = require("@swc/helpers/_/_export_star");
6
- _export_star._(require("./AttachmentTagList"), exports);
7
- _export_star._(require("./AttachmentTagList.types"), exports);
8
- _export_star._(require("./renderAttachmentTagList"), exports);
9
- _export_star._(require("./useAttachmentTagList"), exports);
10
- _export_star._(require("./useAttachmentTagListStyles.styles"), exports);
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ AttachmentTagList: function() {
13
+ return _AttachmentTagList.AttachmentTagList;
14
+ },
15
+ attachmentTagListClassNames: function() {
16
+ return _useAttachmentTagListStylesstyles.attachmentTagListClassNames;
17
+ },
18
+ renderAttachmentTagList_unstable: function() {
19
+ return _renderAttachmentTagList.renderAttachmentTagList_unstable;
20
+ },
21
+ useAttachmentTagListStyles_unstable: function() {
22
+ return _useAttachmentTagListStylesstyles.useAttachmentTagListStyles_unstable;
23
+ },
24
+ useAttachmentTagList_unstable: function() {
25
+ return _useAttachmentTagList.useAttachmentTagList_unstable;
26
+ }
27
+ });
28
+ const _AttachmentTagList = require("./AttachmentTagList");
29
+ const _renderAttachmentTagList = require("./renderAttachmentTagList");
30
+ const _useAttachmentTagList = require("./useAttachmentTagList");
31
+ const _useAttachmentTagListStylesstyles = require("./useAttachmentTagListStyles.styles");
11
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export * from './AttachmentTagList';\nexport * from './AttachmentTagList.types';\nexport * from './renderAttachmentTagList';\nexport * from './useAttachmentTagList';\nexport * from './useAttachmentTagListStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { AttachmentTagList } from './AttachmentTagList';\nexport type { AttachmentTagDismissedData, AttachmentTagListContextValues, AttachmentTagListProps, AttachmentTagListSlots, AttachmentTagListState } from './AttachmentTagList.types';\nexport { renderAttachmentTagList_unstable } from './renderAttachmentTagList';\nexport { useAttachmentTagList_unstable } from './useAttachmentTagList';\nexport { attachmentTagListClassNames, useAttachmentTagListStyles_unstable } from './useAttachmentTagListStyles.styles';\n"],"names":["AttachmentTagList","attachmentTagListClassNames","renderAttachmentTagList_unstable","useAttachmentTagListStyles_unstable","useAttachmentTagList_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,iBAAiB;eAAjBA,oCAAiB;;IAIjBC,2BAA2B;eAA3BA,6DAA2B;;IAF3BC,gCAAgC;eAAhCA,yDAAgC;;IAEHC,mCAAmC;eAAnCA,qEAAmC;;IADhEC,6BAA6B;eAA7BA,mDAA6B;;;mCAHJ;yCAEe;sCACH;kDACmC"}