@fluentui/react-tags 9.3.22 → 9.3.24

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 (46) hide show
  1. package/CHANGELOG.md +27 -2
  2. package/lib/InteractionTag.js +1 -1
  3. package/lib/InteractionTag.js.map +1 -1
  4. package/lib/InteractionTagPrimary.js +1 -1
  5. package/lib/InteractionTagPrimary.js.map +1 -1
  6. package/lib/InteractionTagSecondary.js +1 -1
  7. package/lib/InteractionTagSecondary.js.map +1 -1
  8. package/lib/Tag.js +1 -1
  9. package/lib/Tag.js.map +1 -1
  10. package/lib/TagGroup.js +1 -1
  11. package/lib/TagGroup.js.map +1 -1
  12. package/lib/components/InteractionTag/index.js +5 -6
  13. package/lib/components/InteractionTag/index.js.map +1 -1
  14. package/lib/components/InteractionTagPrimary/index.js +4 -5
  15. package/lib/components/InteractionTagPrimary/index.js.map +1 -1
  16. package/lib/components/InteractionTagSecondary/index.js +4 -5
  17. package/lib/components/InteractionTagSecondary/index.js.map +1 -1
  18. package/lib/components/Tag/index.js +4 -5
  19. package/lib/components/Tag/index.js.map +1 -1
  20. package/lib/components/TagGroup/index.js +5 -6
  21. package/lib/components/TagGroup/index.js.map +1 -1
  22. package/lib/utils/index.js +1 -2
  23. package/lib/utils/index.js.map +1 -1
  24. package/lib-commonjs/InteractionTag.js +27 -2
  25. package/lib-commonjs/InteractionTag.js.map +1 -1
  26. package/lib-commonjs/InteractionTagPrimary.js +24 -2
  27. package/lib-commonjs/InteractionTagPrimary.js.map +1 -1
  28. package/lib-commonjs/InteractionTagSecondary.js +24 -2
  29. package/lib-commonjs/InteractionTagSecondary.js.map +1 -1
  30. package/lib-commonjs/Tag.js +36 -2
  31. package/lib-commonjs/Tag.js.map +1 -1
  32. package/lib-commonjs/TagGroup.js +27 -2
  33. package/lib-commonjs/TagGroup.js.map +1 -1
  34. package/lib-commonjs/components/InteractionTag/index.js +31 -7
  35. package/lib-commonjs/components/InteractionTag/index.js.map +1 -1
  36. package/lib-commonjs/components/InteractionTagPrimary/index.js +27 -6
  37. package/lib-commonjs/components/InteractionTagPrimary/index.js.map +1 -1
  38. package/lib-commonjs/components/InteractionTagSecondary/index.js +27 -6
  39. package/lib-commonjs/components/InteractionTagSecondary/index.js.map +1 -1
  40. package/lib-commonjs/components/Tag/index.js +39 -6
  41. package/lib-commonjs/components/Tag/index.js.map +1 -1
  42. package/lib-commonjs/components/TagGroup/index.js +31 -7
  43. package/lib-commonjs/components/TagGroup/index.js.map +1 -1
  44. package/lib-commonjs/utils/index.js +7 -3
  45. package/lib-commonjs/utils/index.js.map +1 -1
  46. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui/react-tags
2
2
 
3
- This log was last generated on Tue, 12 Nov 2024 09:30:43 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 06 Dec 2024 12:49:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.3.24)
8
+
9
+ Fri, 06 Dec 2024 12:49:16 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.3.23..@fluentui/react-tags_v9.3.24)
11
+
12
+ ### Patches
13
+
14
+ - chore: remove usage of "export *" ([PR #33380](https://github.com/microsoft/fluentui/pull/33380) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-aria to v9.13.10 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
16
+ - Bump @fluentui/react-avatar to v9.6.44 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
18
+ - Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
19
+ - Bump @fluentui/react-tabster to v9.23.1 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
20
+ - Bump @fluentui/react-theme to v9.1.23 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
21
+ - Bump @fluentui/react-utilities to v9.18.18 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
22
+
23
+ ## [9.3.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.3.23)
24
+
25
+ Mon, 18 Nov 2024 09:44:40 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.3.22..@fluentui/react-tags_v9.3.23)
27
+
28
+ ### Patches
29
+
30
+ - Bump @fluentui/react-avatar to v9.6.43 ([PR #33229](https://github.com/microsoft/fluentui/pull/33229) by beachball)
31
+
7
32
  ## [9.3.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.3.22)
8
33
 
9
- Tue, 12 Nov 2024 09:30:43 GMT
34
+ Tue, 12 Nov 2024 09:31:26 GMT
10
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.3.21..@fluentui/react-tags_v9.3.22)
11
36
 
12
37
  ### Patches
@@ -1 +1 @@
1
- export * from './components/InteractionTag/index';
1
+ export { InteractionTag, interactionTagClassNames, renderInteractionTag_unstable, useInteractionTagContextValues_unstable, useInteractionTagStyles_unstable, useInteractionTag_unstable } from './components/InteractionTag/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/InteractionTag.ts"],"sourcesContent":["export * from './components/InteractionTag/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,oCAAoC"}
1
+ {"version":3,"sources":["../src/InteractionTag.ts"],"sourcesContent":["export type {\n InteractionTagContextValues,\n InteractionTagProps,\n InteractionTagSlots,\n InteractionTagState,\n} from './components/InteractionTag/index';\nexport {\n InteractionTag,\n interactionTagClassNames,\n renderInteractionTag_unstable,\n useInteractionTagContextValues_unstable,\n useInteractionTagStyles_unstable,\n useInteractionTag_unstable,\n} from './components/InteractionTag/index';\n"],"names":["InteractionTag","interactionTagClassNames","renderInteractionTag_unstable","useInteractionTagContextValues_unstable","useInteractionTagStyles_unstable","useInteractionTag_unstable"],"rangeMappings":"","mappings":"AAMA,SACEA,cAAc,EACdC,wBAAwB,EACxBC,6BAA6B,EAC7BC,uCAAuC,EACvCC,gCAAgC,EAChCC,0BAA0B,QACrB,oCAAoC"}
@@ -1 +1 @@
1
- export * from './components/InteractionTagPrimary/index';
1
+ export { InteractionTagPrimary, interactionTagPrimaryClassNames, renderInteractionTagPrimary_unstable, useInteractionTagPrimaryStyles_unstable, useInteractionTagPrimary_unstable } from './components/InteractionTagPrimary/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/InteractionTagPrimary.ts"],"sourcesContent":["export * from './components/InteractionTagPrimary/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,2CAA2C"}
1
+ {"version":3,"sources":["../src/InteractionTagPrimary.ts"],"sourcesContent":["export type {\n InteractionTagPrimaryContextValues,\n InteractionTagPrimaryProps,\n InteractionTagPrimarySlots,\n InteractionTagPrimaryState,\n} from './components/InteractionTagPrimary/index';\nexport {\n InteractionTagPrimary,\n interactionTagPrimaryClassNames,\n renderInteractionTagPrimary_unstable,\n useInteractionTagPrimaryStyles_unstable,\n useInteractionTagPrimary_unstable,\n} from './components/InteractionTagPrimary/index';\n"],"names":["InteractionTagPrimary","interactionTagPrimaryClassNames","renderInteractionTagPrimary_unstable","useInteractionTagPrimaryStyles_unstable","useInteractionTagPrimary_unstable"],"rangeMappings":"","mappings":"AAMA,SACEA,qBAAqB,EACrBC,+BAA+B,EAC/BC,oCAAoC,EACpCC,uCAAuC,EACvCC,iCAAiC,QAC5B,2CAA2C"}
@@ -1 +1 @@
1
- export * from './components/InteractionTagSecondary/index';
1
+ export { InteractionTagSecondary, interactionTagSecondaryClassNames, renderInteractionTagSecondary_unstable, useInteractionTagSecondaryStyles_unstable, useInteractionTagSecondary_unstable } from './components/InteractionTagSecondary/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/InteractionTagSecondary.ts"],"sourcesContent":["export * from './components/InteractionTagSecondary/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,6CAA6C"}
1
+ {"version":3,"sources":["../src/InteractionTagSecondary.ts"],"sourcesContent":["export type {\n InteractionTagSecondaryProps,\n InteractionTagSecondarySlots,\n InteractionTagSecondaryState,\n} from './components/InteractionTagSecondary/index';\nexport {\n InteractionTagSecondary,\n interactionTagSecondaryClassNames,\n renderInteractionTagSecondary_unstable,\n useInteractionTagSecondaryStyles_unstable,\n useInteractionTagSecondary_unstable,\n} from './components/InteractionTagSecondary/index';\n"],"names":["InteractionTagSecondary","interactionTagSecondaryClassNames","renderInteractionTagSecondary_unstable","useInteractionTagSecondaryStyles_unstable","useInteractionTagSecondary_unstable"],"rangeMappings":"","mappings":"AAKA,SACEA,uBAAuB,EACvBC,iCAAiC,EACjCC,sCAAsC,EACtCC,yCAAyC,EACzCC,mCAAmC,QAC9B,6CAA6C"}
package/lib/Tag.js CHANGED
@@ -1 +1 @@
1
- export * from './components/Tag/index';
1
+ export { Tag, renderTag_unstable, tagClassNames, useIconStyles, useMediaStyles, usePrimaryTextStyles, useSecondaryTextBaseClassName, useTagStyles_unstable, useTag_unstable } from './components/Tag/index';
package/lib/Tag.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Tag.ts"],"sourcesContent":["export * from './components/Tag/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,yBAAyB"}
1
+ {"version":3,"sources":["../src/Tag.ts"],"sourcesContent":["export type { TagContextValues, TagProps, TagSlots, TagState } from './components/Tag/index';\nexport {\n Tag,\n renderTag_unstable,\n tagClassNames,\n useIconStyles,\n useMediaStyles,\n usePrimaryTextStyles,\n useSecondaryTextBaseClassName,\n useTagStyles_unstable,\n useTag_unstable,\n} from './components/Tag/index';\n"],"names":["Tag","renderTag_unstable","tagClassNames","useIconStyles","useMediaStyles","usePrimaryTextStyles","useSecondaryTextBaseClassName","useTagStyles_unstable","useTag_unstable"],"rangeMappings":"","mappings":"AACA,SACEA,GAAG,EACHC,kBAAkB,EAClBC,aAAa,EACbC,aAAa,EACbC,cAAc,EACdC,oBAAoB,EACpBC,6BAA6B,EAC7BC,qBAAqB,EACrBC,eAAe,QACV,yBAAyB"}
package/lib/TagGroup.js CHANGED
@@ -1 +1 @@
1
- export * from './components/TagGroup/index';
1
+ export { TagGroup, renderTagGroup_unstable, tagGroupClassNames, useTagGroupContextValues_unstable, useTagGroupStyles_unstable, useTagGroup_unstable } from './components/TagGroup/index';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/TagGroup.ts"],"sourcesContent":["export * from './components/TagGroup/index';\n"],"names":[],"rangeMappings":"","mappings":"AAAA,cAAc,8BAA8B"}
1
+ {"version":3,"sources":["../src/TagGroup.ts"],"sourcesContent":["export type { TagGroupContextValues, TagGroupProps, TagGroupSlots, TagGroupState } from './components/TagGroup/index';\nexport {\n TagGroup,\n renderTagGroup_unstable,\n tagGroupClassNames,\n useTagGroupContextValues_unstable,\n useTagGroupStyles_unstable,\n useTagGroup_unstable,\n} from './components/TagGroup/index';\n"],"names":["TagGroup","renderTagGroup_unstable","tagGroupClassNames","useTagGroupContextValues_unstable","useTagGroupStyles_unstable","useTagGroup_unstable"],"rangeMappings":"","mappings":"AACA,SACEA,QAAQ,EACRC,uBAAuB,EACvBC,kBAAkB,EAClBC,iCAAiC,EACjCC,0BAA0B,EAC1BC,oBAAoB,QACf,8BAA8B"}
@@ -1,6 +1,5 @@
1
- export * from './InteractionTag';
2
- export * from './InteractionTag.types';
3
- export * from './renderInteractionTag';
4
- export * from './useInteractionTag';
5
- export * from './useInteractionTagStyles.styles';
6
- export * from './useInteractionTagContextValues';
1
+ export { InteractionTag } from './InteractionTag';
2
+ export { renderInteractionTag_unstable } from './renderInteractionTag';
3
+ export { useInteractionTag_unstable } from './useInteractionTag';
4
+ export { interactionTagClassNames, useInteractionTagStyles_unstable } from './useInteractionTagStyles.styles';
5
+ export { useInteractionTagContextValues_unstable } from './useInteractionTagContextValues';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/InteractionTag/index.ts"],"sourcesContent":["export * from './InteractionTag';\nexport * from './InteractionTag.types';\nexport * from './renderInteractionTag';\nexport * from './useInteractionTag';\nexport * from './useInteractionTagStyles.styles';\nexport * from './useInteractionTagContextValues';\n"],"names":[],"rangeMappings":";;;;;","mappings":"AAAA,cAAc,mBAAmB;AACjC,cAAc,yBAAyB;AACvC,cAAc,yBAAyB;AACvC,cAAc,sBAAsB;AACpC,cAAc,mCAAmC;AACjD,cAAc,mCAAmC"}
1
+ {"version":3,"sources":["../src/components/InteractionTag/index.ts"],"sourcesContent":["export { InteractionTag } from './InteractionTag';\nexport type {\n InteractionTagContextValues,\n InteractionTagProps,\n InteractionTagSlots,\n InteractionTagState,\n} from './InteractionTag.types';\nexport { renderInteractionTag_unstable } from './renderInteractionTag';\nexport { useInteractionTag_unstable } from './useInteractionTag';\nexport { interactionTagClassNames, useInteractionTagStyles_unstable } from './useInteractionTagStyles.styles';\nexport { useInteractionTagContextValues_unstable } from './useInteractionTagContextValues';\n"],"names":["InteractionTag","renderInteractionTag_unstable","useInteractionTag_unstable","interactionTagClassNames","useInteractionTagStyles_unstable","useInteractionTagContextValues_unstable"],"rangeMappings":";;;;","mappings":"AAAA,SAASA,cAAc,QAAQ,mBAAmB;AAOlD,SAASC,6BAA6B,QAAQ,yBAAyB;AACvE,SAASC,0BAA0B,QAAQ,sBAAsB;AACjE,SAASC,wBAAwB,EAAEC,gCAAgC,QAAQ,mCAAmC;AAC9G,SAASC,uCAAuC,QAAQ,mCAAmC"}
@@ -1,5 +1,4 @@
1
- export * from './InteractionTagPrimary';
2
- export * from './InteractionTagPrimary.types';
3
- export * from './renderInteractionTagPrimary';
4
- export * from './useInteractionTagPrimary';
5
- export * from './useInteractionTagPrimaryStyles.styles';
1
+ export { InteractionTagPrimary } from './InteractionTagPrimary';
2
+ export { renderInteractionTagPrimary_unstable } from './renderInteractionTagPrimary';
3
+ export { useInteractionTagPrimary_unstable } from './useInteractionTagPrimary';
4
+ export { interactionTagPrimaryClassNames, useInteractionTagPrimaryStyles_unstable } from './useInteractionTagPrimaryStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/InteractionTagPrimary/index.ts"],"sourcesContent":["export * from './InteractionTagPrimary';\nexport * from './InteractionTagPrimary.types';\nexport * from './renderInteractionTagPrimary';\nexport * from './useInteractionTagPrimary';\nexport * from './useInteractionTagPrimaryStyles.styles';\n"],"names":[],"rangeMappings":";;;;","mappings":"AAAA,cAAc,0BAA0B;AACxC,cAAc,gCAAgC;AAC9C,cAAc,gCAAgC;AAC9C,cAAc,6BAA6B;AAC3C,cAAc,0CAA0C"}
1
+ {"version":3,"sources":["../src/components/InteractionTagPrimary/index.ts"],"sourcesContent":["export { InteractionTagPrimary } from './InteractionTagPrimary';\nexport type {\n InteractionTagPrimaryContextValues,\n InteractionTagPrimaryProps,\n InteractionTagPrimarySlots,\n InteractionTagPrimaryState,\n} from './InteractionTagPrimary.types';\nexport { renderInteractionTagPrimary_unstable } from './renderInteractionTagPrimary';\nexport { useInteractionTagPrimary_unstable } from './useInteractionTagPrimary';\nexport {\n interactionTagPrimaryClassNames,\n useInteractionTagPrimaryStyles_unstable,\n} from './useInteractionTagPrimaryStyles.styles';\n"],"names":["InteractionTagPrimary","renderInteractionTagPrimary_unstable","useInteractionTagPrimary_unstable","interactionTagPrimaryClassNames","useInteractionTagPrimaryStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,qBAAqB,QAAQ,0BAA0B;AAOhE,SAASC,oCAAoC,QAAQ,gCAAgC;AACrF,SAASC,iCAAiC,QAAQ,6BAA6B;AAC/E,SACEC,+BAA+B,EAC/BC,uCAAuC,QAClC,0CAA0C"}
@@ -1,5 +1,4 @@
1
- export * from './InteractionTagSecondary';
2
- export * from './InteractionTagSecondary.types';
3
- export * from './renderInteractionTagSecondary';
4
- export * from './useInteractionTagSecondary';
5
- export * from './useInteractionTagSecondaryStyles.styles';
1
+ export { InteractionTagSecondary } from './InteractionTagSecondary';
2
+ export { renderInteractionTagSecondary_unstable } from './renderInteractionTagSecondary';
3
+ export { useInteractionTagSecondary_unstable } from './useInteractionTagSecondary';
4
+ export { interactionTagSecondaryClassNames, useInteractionTagSecondaryStyles_unstable } from './useInteractionTagSecondaryStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/InteractionTagSecondary/index.ts"],"sourcesContent":["export * from './InteractionTagSecondary';\nexport * from './InteractionTagSecondary.types';\nexport * from './renderInteractionTagSecondary';\nexport * from './useInteractionTagSecondary';\nexport * from './useInteractionTagSecondaryStyles.styles';\n"],"names":[],"rangeMappings":";;;;","mappings":"AAAA,cAAc,4BAA4B;AAC1C,cAAc,kCAAkC;AAChD,cAAc,kCAAkC;AAChD,cAAc,+BAA+B;AAC7C,cAAc,4CAA4C"}
1
+ {"version":3,"sources":["../src/components/InteractionTagSecondary/index.ts"],"sourcesContent":["export { InteractionTagSecondary } from './InteractionTagSecondary';\nexport type {\n InteractionTagSecondaryProps,\n InteractionTagSecondarySlots,\n InteractionTagSecondaryState,\n} from './InteractionTagSecondary.types';\nexport { renderInteractionTagSecondary_unstable } from './renderInteractionTagSecondary';\nexport { useInteractionTagSecondary_unstable } from './useInteractionTagSecondary';\nexport {\n interactionTagSecondaryClassNames,\n useInteractionTagSecondaryStyles_unstable,\n} from './useInteractionTagSecondaryStyles.styles';\n"],"names":["InteractionTagSecondary","renderInteractionTagSecondary_unstable","useInteractionTagSecondary_unstable","interactionTagSecondaryClassNames","useInteractionTagSecondaryStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,uBAAuB,QAAQ,4BAA4B;AAMpE,SAASC,sCAAsC,QAAQ,kCAAkC;AACzF,SAASC,mCAAmC,QAAQ,+BAA+B;AACnF,SACEC,iCAAiC,EACjCC,yCAAyC,QACpC,4CAA4C"}
@@ -1,5 +1,4 @@
1
- export * from './Tag';
2
- export * from './Tag.types';
3
- export * from './renderTag';
4
- export * from './useTag';
5
- export * from './useTagStyles.styles';
1
+ export { Tag } from './Tag';
2
+ export { renderTag_unstable } from './renderTag';
3
+ export { useTag_unstable } from './useTag';
4
+ export { tagClassNames, useIconStyles, useMediaStyles, usePrimaryTextStyles, useSecondaryTextBaseClassName, useTagStyles_unstable } from './useTagStyles.styles';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Tag/index.ts"],"sourcesContent":["export * from './Tag';\nexport * from './Tag.types';\nexport * from './renderTag';\nexport * from './useTag';\nexport * from './useTagStyles.styles';\n"],"names":[],"rangeMappings":";;;;","mappings":"AAAA,cAAc,QAAQ;AACtB,cAAc,cAAc;AAC5B,cAAc,cAAc;AAC5B,cAAc,WAAW;AACzB,cAAc,wBAAwB"}
1
+ {"version":3,"sources":["../src/components/Tag/index.ts"],"sourcesContent":["export { Tag } from './Tag';\nexport type { TagContextValues, TagProps, TagSlots, TagState } from './Tag.types';\nexport { renderTag_unstable } from './renderTag';\nexport { useTag_unstable } from './useTag';\nexport {\n tagClassNames,\n useIconStyles,\n useMediaStyles,\n usePrimaryTextStyles,\n useSecondaryTextBaseClassName,\n useTagStyles_unstable,\n} from './useTagStyles.styles';\n"],"names":["Tag","renderTag_unstable","useTag_unstable","tagClassNames","useIconStyles","useMediaStyles","usePrimaryTextStyles","useSecondaryTextBaseClassName","useTagStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,GAAG,QAAQ,QAAQ;AAE5B,SAASC,kBAAkB,QAAQ,cAAc;AACjD,SAASC,eAAe,QAAQ,WAAW;AAC3C,SACEC,aAAa,EACbC,aAAa,EACbC,cAAc,EACdC,oBAAoB,EACpBC,6BAA6B,EAC7BC,qBAAqB,QAChB,wBAAwB"}
@@ -1,6 +1,5 @@
1
- export * from './TagGroup';
2
- export * from './TagGroup.types';
3
- export * from './renderTagGroup';
4
- export * from './useTagGroup';
5
- export * from './useTagGroupStyles.styles';
6
- export * from './useTagGroupContextValues';
1
+ export { TagGroup } from './TagGroup';
2
+ export { renderTagGroup_unstable } from './renderTagGroup';
3
+ export { useTagGroup_unstable } from './useTagGroup';
4
+ export { tagGroupClassNames, useTagGroupStyles_unstable } from './useTagGroupStyles.styles';
5
+ export { useTagGroupContextValues_unstable } from './useTagGroupContextValues';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/TagGroup/index.ts"],"sourcesContent":["export * from './TagGroup';\nexport * from './TagGroup.types';\nexport * from './renderTagGroup';\nexport * from './useTagGroup';\nexport * from './useTagGroupStyles.styles';\nexport * from './useTagGroupContextValues';\n"],"names":[],"rangeMappings":";;;;;","mappings":"AAAA,cAAc,aAAa;AAC3B,cAAc,mBAAmB;AACjC,cAAc,mBAAmB;AACjC,cAAc,gBAAgB;AAC9B,cAAc,6BAA6B;AAC3C,cAAc,6BAA6B"}
1
+ {"version":3,"sources":["../src/components/TagGroup/index.ts"],"sourcesContent":["export { TagGroup } from './TagGroup';\nexport type { TagGroupContextValues, TagGroupProps, TagGroupSlots, TagGroupState } from './TagGroup.types';\nexport { renderTagGroup_unstable } from './renderTagGroup';\nexport { useTagGroup_unstable } from './useTagGroup';\nexport { tagGroupClassNames, useTagGroupStyles_unstable } from './useTagGroupStyles.styles';\nexport { useTagGroupContextValues_unstable } from './useTagGroupContextValues';\n"],"names":["TagGroup","renderTagGroup_unstable","useTagGroup_unstable","tagGroupClassNames","useTagGroupStyles_unstable","useTagGroupContextValues_unstable"],"rangeMappings":";;;;","mappings":"AAAA,SAASA,QAAQ,QAAQ,aAAa;AAEtC,SAASC,uBAAuB,QAAQ,mBAAmB;AAC3D,SAASC,oBAAoB,QAAQ,gBAAgB;AACrD,SAASC,kBAAkB,EAAEC,0BAA0B,QAAQ,6BAA6B;AAC5F,SAASC,iCAAiC,QAAQ,6BAA6B"}
@@ -1,2 +1 @@
1
- export * from './types';
2
- export * from './useTagAvatarContextValues';
1
+ export { useTagAvatarContextValues_unstable } from './useTagAvatarContextValues';
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/utils/index.ts"],"sourcesContent":["export * from './types';\nexport * from './useTagAvatarContextValues';\n"],"names":[],"rangeMappings":";","mappings":"AAAA,cAAc,UAAU;AACxB,cAAc,8BAA8B"}
1
+ {"version":3,"sources":["../src/utils/index.ts"],"sourcesContent":["export type {\n TagAppearance,\n TagDismissData,\n TagDismissEvent,\n TagDismissHandler,\n TagShape,\n TagSize,\n TagValue,\n} from './types';\nexport type { TagAvatarContextValues, UseTagAvatarContextValuesOptions } from './useTagAvatarContextValues';\nexport { useTagAvatarContextValues_unstable } from './useTagAvatarContextValues';\n"],"names":["useTagAvatarContextValues_unstable"],"rangeMappings":"","mappings":"AAUA,SAASA,kCAAkC,QAAQ,8BAA8B"}
@@ -2,5 +2,30 @@
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/InteractionTag/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
+ InteractionTag: function() {
13
+ return _index.InteractionTag;
14
+ },
15
+ interactionTagClassNames: function() {
16
+ return _index.interactionTagClassNames;
17
+ },
18
+ renderInteractionTag_unstable: function() {
19
+ return _index.renderInteractionTag_unstable;
20
+ },
21
+ useInteractionTagContextValues_unstable: function() {
22
+ return _index.useInteractionTagContextValues_unstable;
23
+ },
24
+ useInteractionTagStyles_unstable: function() {
25
+ return _index.useInteractionTagStyles_unstable;
26
+ },
27
+ useInteractionTag_unstable: function() {
28
+ return _index.useInteractionTag_unstable;
29
+ }
30
+ });
31
+ const _index = require("./components/InteractionTag/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/InteractionTag.ts"],"sourcesContent":["export * from './components/InteractionTag/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/InteractionTag.ts"],"sourcesContent":["export type {\n InteractionTagContextValues,\n InteractionTagProps,\n InteractionTagSlots,\n InteractionTagState,\n} from './components/InteractionTag/index';\nexport {\n InteractionTag,\n interactionTagClassNames,\n renderInteractionTag_unstable,\n useInteractionTagContextValues_unstable,\n useInteractionTagStyles_unstable,\n useInteractionTag_unstable,\n} from './components/InteractionTag/index';\n"],"names":["InteractionTag","interactionTagClassNames","renderInteractionTag_unstable","useInteractionTagContextValues_unstable","useInteractionTagStyles_unstable","useInteractionTag_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAOEA,cAAc;eAAdA,qBAAc;;IACdC,wBAAwB;eAAxBA,+BAAwB;;IACxBC,6BAA6B;eAA7BA,oCAA6B;;IAC7BC,uCAAuC;eAAvCA,8CAAuC;;IACvCC,gCAAgC;eAAhCA,uCAAgC;;IAChCC,0BAA0B;eAA1BA,iCAA0B;;;uBACrB"}
@@ -2,5 +2,27 @@
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/InteractionTagPrimary/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
+ InteractionTagPrimary: function() {
13
+ return _index.InteractionTagPrimary;
14
+ },
15
+ interactionTagPrimaryClassNames: function() {
16
+ return _index.interactionTagPrimaryClassNames;
17
+ },
18
+ renderInteractionTagPrimary_unstable: function() {
19
+ return _index.renderInteractionTagPrimary_unstable;
20
+ },
21
+ useInteractionTagPrimaryStyles_unstable: function() {
22
+ return _index.useInteractionTagPrimaryStyles_unstable;
23
+ },
24
+ useInteractionTagPrimary_unstable: function() {
25
+ return _index.useInteractionTagPrimary_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/InteractionTagPrimary/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/InteractionTagPrimary.ts"],"sourcesContent":["export * from './components/InteractionTagPrimary/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/InteractionTagPrimary.ts"],"sourcesContent":["export type {\n InteractionTagPrimaryContextValues,\n InteractionTagPrimaryProps,\n InteractionTagPrimarySlots,\n InteractionTagPrimaryState,\n} from './components/InteractionTagPrimary/index';\nexport {\n InteractionTagPrimary,\n interactionTagPrimaryClassNames,\n renderInteractionTagPrimary_unstable,\n useInteractionTagPrimaryStyles_unstable,\n useInteractionTagPrimary_unstable,\n} from './components/InteractionTagPrimary/index';\n"],"names":["InteractionTagPrimary","interactionTagPrimaryClassNames","renderInteractionTagPrimary_unstable","useInteractionTagPrimaryStyles_unstable","useInteractionTagPrimary_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAOEA,qBAAqB;eAArBA,4BAAqB;;IACrBC,+BAA+B;eAA/BA,sCAA+B;;IAC/BC,oCAAoC;eAApCA,2CAAoC;;IACpCC,uCAAuC;eAAvCA,8CAAuC;;IACvCC,iCAAiC;eAAjCA,wCAAiC;;;uBAC5B"}
@@ -2,5 +2,27 @@
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/InteractionTagSecondary/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
+ InteractionTagSecondary: function() {
13
+ return _index.InteractionTagSecondary;
14
+ },
15
+ interactionTagSecondaryClassNames: function() {
16
+ return _index.interactionTagSecondaryClassNames;
17
+ },
18
+ renderInteractionTagSecondary_unstable: function() {
19
+ return _index.renderInteractionTagSecondary_unstable;
20
+ },
21
+ useInteractionTagSecondaryStyles_unstable: function() {
22
+ return _index.useInteractionTagSecondaryStyles_unstable;
23
+ },
24
+ useInteractionTagSecondary_unstable: function() {
25
+ return _index.useInteractionTagSecondary_unstable;
26
+ }
27
+ });
28
+ const _index = require("./components/InteractionTagSecondary/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/InteractionTagSecondary.ts"],"sourcesContent":["export * from './components/InteractionTagSecondary/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/InteractionTagSecondary.ts"],"sourcesContent":["export type {\n InteractionTagSecondaryProps,\n InteractionTagSecondarySlots,\n InteractionTagSecondaryState,\n} from './components/InteractionTagSecondary/index';\nexport {\n InteractionTagSecondary,\n interactionTagSecondaryClassNames,\n renderInteractionTagSecondary_unstable,\n useInteractionTagSecondaryStyles_unstable,\n useInteractionTagSecondary_unstable,\n} from './components/InteractionTagSecondary/index';\n"],"names":["InteractionTagSecondary","interactionTagSecondaryClassNames","renderInteractionTagSecondary_unstable","useInteractionTagSecondaryStyles_unstable","useInteractionTagSecondary_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAMEA,uBAAuB;eAAvBA,8BAAuB;;IACvBC,iCAAiC;eAAjCA,wCAAiC;;IACjCC,sCAAsC;eAAtCA,6CAAsC;;IACtCC,yCAAyC;eAAzCA,gDAAyC;;IACzCC,mCAAmC;eAAnCA,0CAAmC;;;uBAC9B"}
@@ -2,5 +2,39 @@
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/Tag/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
+ Tag: function() {
13
+ return _index.Tag;
14
+ },
15
+ renderTag_unstable: function() {
16
+ return _index.renderTag_unstable;
17
+ },
18
+ tagClassNames: function() {
19
+ return _index.tagClassNames;
20
+ },
21
+ useIconStyles: function() {
22
+ return _index.useIconStyles;
23
+ },
24
+ useMediaStyles: function() {
25
+ return _index.useMediaStyles;
26
+ },
27
+ usePrimaryTextStyles: function() {
28
+ return _index.usePrimaryTextStyles;
29
+ },
30
+ useSecondaryTextBaseClassName: function() {
31
+ return _index.useSecondaryTextBaseClassName;
32
+ },
33
+ useTagStyles_unstable: function() {
34
+ return _index.useTagStyles_unstable;
35
+ },
36
+ useTag_unstable: function() {
37
+ return _index.useTag_unstable;
38
+ }
39
+ });
40
+ const _index = require("./components/Tag/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Tag.ts"],"sourcesContent":["export * from './components/Tag/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/Tag.ts"],"sourcesContent":["export type { TagContextValues, TagProps, TagSlots, TagState } from './components/Tag/index';\nexport {\n Tag,\n renderTag_unstable,\n tagClassNames,\n useIconStyles,\n useMediaStyles,\n usePrimaryTextStyles,\n useSecondaryTextBaseClassName,\n useTagStyles_unstable,\n useTag_unstable,\n} from './components/Tag/index';\n"],"names":["Tag","renderTag_unstable","tagClassNames","useIconStyles","useMediaStyles","usePrimaryTextStyles","useSecondaryTextBaseClassName","useTagStyles_unstable","useTag_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAEEA,GAAG;eAAHA,UAAG;;IACHC,kBAAkB;eAAlBA,yBAAkB;;IAClBC,aAAa;eAAbA,oBAAa;;IACbC,aAAa;eAAbA,oBAAa;;IACbC,cAAc;eAAdA,qBAAc;;IACdC,oBAAoB;eAApBA,2BAAoB;;IACpBC,6BAA6B;eAA7BA,oCAA6B;;IAC7BC,qBAAqB;eAArBA,4BAAqB;;IACrBC,eAAe;eAAfA,sBAAe;;;uBACV"}
@@ -2,5 +2,30 @@
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/TagGroup/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
+ TagGroup: function() {
13
+ return _index.TagGroup;
14
+ },
15
+ renderTagGroup_unstable: function() {
16
+ return _index.renderTagGroup_unstable;
17
+ },
18
+ tagGroupClassNames: function() {
19
+ return _index.tagGroupClassNames;
20
+ },
21
+ useTagGroupContextValues_unstable: function() {
22
+ return _index.useTagGroupContextValues_unstable;
23
+ },
24
+ useTagGroupStyles_unstable: function() {
25
+ return _index.useTagGroupStyles_unstable;
26
+ },
27
+ useTagGroup_unstable: function() {
28
+ return _index.useTagGroup_unstable;
29
+ }
30
+ });
31
+ const _index = require("./components/TagGroup/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/TagGroup.ts"],"sourcesContent":["export * from './components/TagGroup/index';\n"],"names":[],"rangeMappings":";;;;;","mappings":";;;;;uBAAc"}
1
+ {"version":3,"sources":["../src/TagGroup.ts"],"sourcesContent":["export type { TagGroupContextValues, TagGroupProps, TagGroupSlots, TagGroupState } from './components/TagGroup/index';\nexport {\n TagGroup,\n renderTagGroup_unstable,\n tagGroupClassNames,\n useTagGroupContextValues_unstable,\n useTagGroupStyles_unstable,\n useTagGroup_unstable,\n} from './components/TagGroup/index';\n"],"names":["TagGroup","renderTagGroup_unstable","tagGroupClassNames","useTagGroupContextValues_unstable","useTagGroupStyles_unstable","useTagGroup_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAEEA,QAAQ;eAARA,eAAQ;;IACRC,uBAAuB;eAAvBA,8BAAuB;;IACvBC,kBAAkB;eAAlBA,yBAAkB;;IAClBC,iCAAiC;eAAjCA,wCAAiC;;IACjCC,0BAA0B;eAA1BA,iCAA0B;;IAC1BC,oBAAoB;eAApBA,2BAAoB;;;uBACf"}
@@ -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("./InteractionTag"), exports);
7
- _export_star._(require("./InteractionTag.types"), exports);
8
- _export_star._(require("./renderInteractionTag"), exports);
9
- _export_star._(require("./useInteractionTag"), exports);
10
- _export_star._(require("./useInteractionTagStyles.styles"), exports);
11
- _export_star._(require("./useInteractionTagContextValues"), 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
+ InteractionTag: function() {
13
+ return _InteractionTag.InteractionTag;
14
+ },
15
+ interactionTagClassNames: function() {
16
+ return _useInteractionTagStylesstyles.interactionTagClassNames;
17
+ },
18
+ renderInteractionTag_unstable: function() {
19
+ return _renderInteractionTag.renderInteractionTag_unstable;
20
+ },
21
+ useInteractionTagContextValues_unstable: function() {
22
+ return _useInteractionTagContextValues.useInteractionTagContextValues_unstable;
23
+ },
24
+ useInteractionTagStyles_unstable: function() {
25
+ return _useInteractionTagStylesstyles.useInteractionTagStyles_unstable;
26
+ },
27
+ useInteractionTag_unstable: function() {
28
+ return _useInteractionTag.useInteractionTag_unstable;
29
+ }
30
+ });
31
+ const _InteractionTag = require("./InteractionTag");
32
+ const _renderInteractionTag = require("./renderInteractionTag");
33
+ const _useInteractionTag = require("./useInteractionTag");
34
+ const _useInteractionTagStylesstyles = require("./useInteractionTagStyles.styles");
35
+ const _useInteractionTagContextValues = require("./useInteractionTagContextValues");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/InteractionTag/index.ts"],"sourcesContent":["export * from './InteractionTag';\nexport * from './InteractionTag.types';\nexport * from './renderInteractionTag';\nexport * from './useInteractionTag';\nexport * from './useInteractionTagStyles.styles';\nexport * from './useInteractionTagContextValues';\n"],"names":[],"rangeMappings":";;;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/InteractionTag/index.ts"],"sourcesContent":["export { InteractionTag } from './InteractionTag';\nexport type {\n InteractionTagContextValues,\n InteractionTagProps,\n InteractionTagSlots,\n InteractionTagState,\n} from './InteractionTag.types';\nexport { renderInteractionTag_unstable } from './renderInteractionTag';\nexport { useInteractionTag_unstable } from './useInteractionTag';\nexport { interactionTagClassNames, useInteractionTagStyles_unstable } from './useInteractionTagStyles.styles';\nexport { useInteractionTagContextValues_unstable } from './useInteractionTagContextValues';\n"],"names":["InteractionTag","interactionTagClassNames","renderInteractionTag_unstable","useInteractionTagContextValues_unstable","useInteractionTagStyles_unstable","useInteractionTag_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,cAAc;eAAdA,8BAAc;;IASdC,wBAAwB;eAAxBA,uDAAwB;;IAFxBC,6BAA6B;eAA7BA,mDAA6B;;IAG7BC,uCAAuC;eAAvCA,uEAAuC;;IADbC,gCAAgC;eAAhCA,+DAAgC;;IAD1DC,0BAA0B;eAA1BA,6CAA0B;;;gCARJ;sCAOe;mCACH;+CACgC;gDACnB"}
@@ -2,9 +2,30 @@
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("./InteractionTagPrimary"), exports);
7
- _export_star._(require("./InteractionTagPrimary.types"), exports);
8
- _export_star._(require("./renderInteractionTagPrimary"), exports);
9
- _export_star._(require("./useInteractionTagPrimary"), exports);
10
- _export_star._(require("./useInteractionTagPrimaryStyles.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
+ InteractionTagPrimary: function() {
13
+ return _InteractionTagPrimary.InteractionTagPrimary;
14
+ },
15
+ interactionTagPrimaryClassNames: function() {
16
+ return _useInteractionTagPrimaryStylesstyles.interactionTagPrimaryClassNames;
17
+ },
18
+ renderInteractionTagPrimary_unstable: function() {
19
+ return _renderInteractionTagPrimary.renderInteractionTagPrimary_unstable;
20
+ },
21
+ useInteractionTagPrimaryStyles_unstable: function() {
22
+ return _useInteractionTagPrimaryStylesstyles.useInteractionTagPrimaryStyles_unstable;
23
+ },
24
+ useInteractionTagPrimary_unstable: function() {
25
+ return _useInteractionTagPrimary.useInteractionTagPrimary_unstable;
26
+ }
27
+ });
28
+ const _InteractionTagPrimary = require("./InteractionTagPrimary");
29
+ const _renderInteractionTagPrimary = require("./renderInteractionTagPrimary");
30
+ const _useInteractionTagPrimary = require("./useInteractionTagPrimary");
31
+ const _useInteractionTagPrimaryStylesstyles = require("./useInteractionTagPrimaryStyles.styles");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/InteractionTagPrimary/index.ts"],"sourcesContent":["export * from './InteractionTagPrimary';\nexport * from './InteractionTagPrimary.types';\nexport * from './renderInteractionTagPrimary';\nexport * from './useInteractionTagPrimary';\nexport * from './useInteractionTagPrimaryStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/InteractionTagPrimary/index.ts"],"sourcesContent":["export { InteractionTagPrimary } from './InteractionTagPrimary';\nexport type {\n InteractionTagPrimaryContextValues,\n InteractionTagPrimaryProps,\n InteractionTagPrimarySlots,\n InteractionTagPrimaryState,\n} from './InteractionTagPrimary.types';\nexport { renderInteractionTagPrimary_unstable } from './renderInteractionTagPrimary';\nexport { useInteractionTagPrimary_unstable } from './useInteractionTagPrimary';\nexport {\n interactionTagPrimaryClassNames,\n useInteractionTagPrimaryStyles_unstable,\n} from './useInteractionTagPrimaryStyles.styles';\n"],"names":["InteractionTagPrimary","interactionTagPrimaryClassNames","renderInteractionTagPrimary_unstable","useInteractionTagPrimaryStyles_unstable","useInteractionTagPrimary_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,qBAAqB;eAArBA,4CAAqB;;IAU5BC,+BAA+B;eAA/BA,qEAA+B;;IAHxBC,oCAAoC;eAApCA,iEAAoC;;IAI3CC,uCAAuC;eAAvCA,6EAAuC;;IAHhCC,iCAAiC;eAAjCA,2DAAiC;;;uCARJ;6CAOe;0CACH;sDAI3C"}
@@ -2,9 +2,30 @@
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("./InteractionTagSecondary"), exports);
7
- _export_star._(require("./InteractionTagSecondary.types"), exports);
8
- _export_star._(require("./renderInteractionTagSecondary"), exports);
9
- _export_star._(require("./useInteractionTagSecondary"), exports);
10
- _export_star._(require("./useInteractionTagSecondaryStyles.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
+ InteractionTagSecondary: function() {
13
+ return _InteractionTagSecondary.InteractionTagSecondary;
14
+ },
15
+ interactionTagSecondaryClassNames: function() {
16
+ return _useInteractionTagSecondaryStylesstyles.interactionTagSecondaryClassNames;
17
+ },
18
+ renderInteractionTagSecondary_unstable: function() {
19
+ return _renderInteractionTagSecondary.renderInteractionTagSecondary_unstable;
20
+ },
21
+ useInteractionTagSecondaryStyles_unstable: function() {
22
+ return _useInteractionTagSecondaryStylesstyles.useInteractionTagSecondaryStyles_unstable;
23
+ },
24
+ useInteractionTagSecondary_unstable: function() {
25
+ return _useInteractionTagSecondary.useInteractionTagSecondary_unstable;
26
+ }
27
+ });
28
+ const _InteractionTagSecondary = require("./InteractionTagSecondary");
29
+ const _renderInteractionTagSecondary = require("./renderInteractionTagSecondary");
30
+ const _useInteractionTagSecondary = require("./useInteractionTagSecondary");
31
+ const _useInteractionTagSecondaryStylesstyles = require("./useInteractionTagSecondaryStyles.styles");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/InteractionTagSecondary/index.ts"],"sourcesContent":["export * from './InteractionTagSecondary';\nexport * from './InteractionTagSecondary.types';\nexport * from './renderInteractionTagSecondary';\nexport * from './useInteractionTagSecondary';\nexport * from './useInteractionTagSecondaryStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/InteractionTagSecondary/index.ts"],"sourcesContent":["export { InteractionTagSecondary } from './InteractionTagSecondary';\nexport type {\n InteractionTagSecondaryProps,\n InteractionTagSecondarySlots,\n InteractionTagSecondaryState,\n} from './InteractionTagSecondary.types';\nexport { renderInteractionTagSecondary_unstable } from './renderInteractionTagSecondary';\nexport { useInteractionTagSecondary_unstable } from './useInteractionTagSecondary';\nexport {\n interactionTagSecondaryClassNames,\n useInteractionTagSecondaryStyles_unstable,\n} from './useInteractionTagSecondaryStyles.styles';\n"],"names":["InteractionTagSecondary","interactionTagSecondaryClassNames","renderInteractionTagSecondary_unstable","useInteractionTagSecondaryStyles_unstable","useInteractionTagSecondary_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,uBAAuB;eAAvBA,gDAAuB;;IAS9BC,iCAAiC;eAAjCA,yEAAiC;;IAH1BC,sCAAsC;eAAtCA,qEAAsC;;IAI7CC,yCAAyC;eAAzCA,iFAAyC;;IAHlCC,mCAAmC;eAAnCA,+DAAmC;;;yCAPJ;+CAMe;4CACH;wDAI7C"}
@@ -2,9 +2,42 @@
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("./Tag"), exports);
7
- _export_star._(require("./Tag.types"), exports);
8
- _export_star._(require("./renderTag"), exports);
9
- _export_star._(require("./useTag"), exports);
10
- _export_star._(require("./useTagStyles.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
+ Tag: function() {
13
+ return _Tag.Tag;
14
+ },
15
+ renderTag_unstable: function() {
16
+ return _renderTag.renderTag_unstable;
17
+ },
18
+ tagClassNames: function() {
19
+ return _useTagStylesstyles.tagClassNames;
20
+ },
21
+ useIconStyles: function() {
22
+ return _useTagStylesstyles.useIconStyles;
23
+ },
24
+ useMediaStyles: function() {
25
+ return _useTagStylesstyles.useMediaStyles;
26
+ },
27
+ usePrimaryTextStyles: function() {
28
+ return _useTagStylesstyles.usePrimaryTextStyles;
29
+ },
30
+ useSecondaryTextBaseClassName: function() {
31
+ return _useTagStylesstyles.useSecondaryTextBaseClassName;
32
+ },
33
+ useTagStyles_unstable: function() {
34
+ return _useTagStylesstyles.useTagStyles_unstable;
35
+ },
36
+ useTag_unstable: function() {
37
+ return _useTag.useTag_unstable;
38
+ }
39
+ });
40
+ const _Tag = require("./Tag");
41
+ const _renderTag = require("./renderTag");
42
+ const _useTag = require("./useTag");
43
+ const _useTagStylesstyles = require("./useTagStyles.styles");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/Tag/index.ts"],"sourcesContent":["export * from './Tag';\nexport * from './Tag.types';\nexport * from './renderTag';\nexport * from './useTag';\nexport * from './useTagStyles.styles';\n"],"names":[],"rangeMappings":";;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/Tag/index.ts"],"sourcesContent":["export { Tag } from './Tag';\nexport type { TagContextValues, TagProps, TagSlots, TagState } from './Tag.types';\nexport { renderTag_unstable } from './renderTag';\nexport { useTag_unstable } from './useTag';\nexport {\n tagClassNames,\n useIconStyles,\n useMediaStyles,\n usePrimaryTextStyles,\n useSecondaryTextBaseClassName,\n useTagStyles_unstable,\n} from './useTagStyles.styles';\n"],"names":["Tag","renderTag_unstable","tagClassNames","useIconStyles","useMediaStyles","usePrimaryTextStyles","useSecondaryTextBaseClassName","useTagStyles_unstable","useTag_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,GAAG;eAAHA,QAAG;;IAEHC,kBAAkB;eAAlBA,6BAAkB;;IAGzBC,aAAa;eAAbA,iCAAa;;IACbC,aAAa;eAAbA,iCAAa;;IACbC,cAAc;eAAdA,kCAAc;;IACdC,oBAAoB;eAApBA,wCAAoB;;IACpBC,6BAA6B;eAA7BA,iDAA6B;;IAC7BC,qBAAqB;eAArBA,yCAAqB;;IAPdC,eAAe;eAAfA,uBAAe;;;qBAHJ;2BAEe;wBACH;oCAQzB"}
@@ -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("./TagGroup"), exports);
7
- _export_star._(require("./TagGroup.types"), exports);
8
- _export_star._(require("./renderTagGroup"), exports);
9
- _export_star._(require("./useTagGroup"), exports);
10
- _export_star._(require("./useTagGroupStyles.styles"), exports);
11
- _export_star._(require("./useTagGroupContextValues"), 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
+ TagGroup: function() {
13
+ return _TagGroup.TagGroup;
14
+ },
15
+ renderTagGroup_unstable: function() {
16
+ return _renderTagGroup.renderTagGroup_unstable;
17
+ },
18
+ tagGroupClassNames: function() {
19
+ return _useTagGroupStylesstyles.tagGroupClassNames;
20
+ },
21
+ useTagGroupContextValues_unstable: function() {
22
+ return _useTagGroupContextValues.useTagGroupContextValues_unstable;
23
+ },
24
+ useTagGroupStyles_unstable: function() {
25
+ return _useTagGroupStylesstyles.useTagGroupStyles_unstable;
26
+ },
27
+ useTagGroup_unstable: function() {
28
+ return _useTagGroup.useTagGroup_unstable;
29
+ }
30
+ });
31
+ const _TagGroup = require("./TagGroup");
32
+ const _renderTagGroup = require("./renderTagGroup");
33
+ const _useTagGroup = require("./useTagGroup");
34
+ const _useTagGroupStylesstyles = require("./useTagGroupStyles.styles");
35
+ const _useTagGroupContextValues = require("./useTagGroupContextValues");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/TagGroup/index.ts"],"sourcesContent":["export * from './TagGroup';\nexport * from './TagGroup.types';\nexport * from './renderTagGroup';\nexport * from './useTagGroup';\nexport * from './useTagGroupStyles.styles';\nexport * from './useTagGroupContextValues';\n"],"names":[],"rangeMappings":";;;;;;;;;;","mappings":";;;;;uBAAc;uBACA;uBACA;uBACA;uBACA;uBACA"}
1
+ {"version":3,"sources":["../src/components/TagGroup/index.ts"],"sourcesContent":["export { TagGroup } from './TagGroup';\nexport type { TagGroupContextValues, TagGroupProps, TagGroupSlots, TagGroupState } from './TagGroup.types';\nexport { renderTagGroup_unstable } from './renderTagGroup';\nexport { useTagGroup_unstable } from './useTagGroup';\nexport { tagGroupClassNames, useTagGroupStyles_unstable } from './useTagGroupStyles.styles';\nexport { useTagGroupContextValues_unstable } from './useTagGroupContextValues';\n"],"names":["TagGroup","renderTagGroup_unstable","tagGroupClassNames","useTagGroupContextValues_unstable","useTagGroupStyles_unstable","useTagGroup_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,QAAQ;eAARA,kBAAQ;;IAERC,uBAAuB;eAAvBA,uCAAuB;;IAEvBC,kBAAkB;eAAlBA,2CAAkB;;IAClBC,iCAAiC;eAAjCA,2DAAiC;;IADbC,0BAA0B;eAA1BA,mDAA0B;;IAD9CC,oBAAoB;eAApBA,iCAAoB;;;0BAHJ;gCAEe;6BACH;yCAC0B;0CACb"}
@@ -2,6 +2,10 @@
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("./types"), exports);
7
- _export_star._(require("./useTagAvatarContextValues"), exports);
5
+ Object.defineProperty(exports, "useTagAvatarContextValues_unstable", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _useTagAvatarContextValues.useTagAvatarContextValues_unstable;
9
+ }
10
+ });
11
+ const _useTagAvatarContextValues = require("./useTagAvatarContextValues");
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/utils/index.ts"],"sourcesContent":["export * from './types';\nexport * from './useTagAvatarContextValues';\n"],"names":[],"rangeMappings":";;;;;;","mappings":";;;;;uBAAc;uBACA"}
1
+ {"version":3,"sources":["../src/utils/index.ts"],"sourcesContent":["export type {\n TagAppearance,\n TagDismissData,\n TagDismissEvent,\n TagDismissHandler,\n TagShape,\n TagSize,\n TagValue,\n} from './types';\nexport type { TagAvatarContextValues, UseTagAvatarContextValuesOptions } from './useTagAvatarContextValues';\nexport { useTagAvatarContextValues_unstable } from './useTagAvatarContextValues';\n"],"names":["useTagAvatarContextValues_unstable"],"rangeMappings":";;;;;;;;;;","mappings":";;;;+BAUSA;;;eAAAA,6DAAkC;;;2CAAQ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tags",
3
- "version": "9.3.22",
3
+ "version": "9.3.24",
4
4
  "description": "Fluent UI Tag component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,14 +21,14 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@fluentui/keyboard-keys": "^9.0.8",
24
- "@fluentui/react-aria": "^9.13.9",
25
- "@fluentui/react-avatar": "^9.6.42",
24
+ "@fluentui/react-aria": "^9.13.10",
25
+ "@fluentui/react-avatar": "^9.6.44",
26
26
  "@fluentui/react-icons": "^2.0.245",
27
- "@fluentui/react-jsx-runtime": "^9.0.46",
28
- "@fluentui/react-shared-contexts": "^9.21.0",
29
- "@fluentui/react-tabster": "^9.23.0",
30
- "@fluentui/react-theme": "^9.1.22",
31
- "@fluentui/react-utilities": "^9.18.17",
27
+ "@fluentui/react-jsx-runtime": "^9.0.47",
28
+ "@fluentui/react-shared-contexts": "^9.21.1",
29
+ "@fluentui/react-tabster": "^9.23.1",
30
+ "@fluentui/react-theme": "^9.1.23",
31
+ "@fluentui/react-utilities": "^9.18.18",
32
32
  "@griffel/react": "^1.5.22",
33
33
  "@swc/helpers": "^0.5.1"
34
34
  },