@fluentui/react-tags 9.0.29 → 9.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - @fluentui/react-tags
2
2
 
3
- This log was last generated on Wed, 28 Feb 2024 02:28:41 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 07 Mar 2024 19:27:01 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.1.1)
8
+
9
+ Thu, 07 Mar 2024 19:27:01 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.1.0..@fluentui/react-tags_v9.1.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.10.0 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
15
+ - Bump @fluentui/react-avatar to v9.6.17 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.0.32 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.15.0 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.19.3 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
19
+ - Bump @fluentui/react-theme to v9.1.17 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.18.3 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
21
+
22
+ ## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.1.0)
23
+
24
+ Thu, 29 Feb 2024 14:44:21 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.0.29..@fluentui/react-tags_v9.1.0)
26
+
27
+ ### Minor changes
28
+
29
+ - feat: export TagGroupContextValues type ([PR #30645](https://github.com/microsoft/fluentui/pull/30645) by bernardo.sunderhus@gmail.com)
30
+
7
31
  ## [9.0.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.0.29)
8
32
 
9
- Wed, 28 Feb 2024 02:28:41 GMT
33
+ Wed, 28 Feb 2024 02:34:19 GMT
10
34
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.0.28..@fluentui/react-tags_v9.0.29)
11
35
 
12
36
  ### Patches
package/dist/index.d.ts CHANGED
@@ -216,7 +216,7 @@ export declare const tagGroupClassNames: SlotClassNames<TagGroupSlots>;
216
216
  */
217
217
  declare type TagGroupContextValue = Required<Pick<TagGroupState, 'handleTagDismiss' | 'size'>>;
218
218
 
219
- declare type TagGroupContextValues = {
219
+ export declare type TagGroupContextValues = {
220
220
  tagGroup: TagGroupContextValue;
221
221
  };
222
222
 
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"sourcesContent":["export { Tag, renderTag_unstable, tagClassNames, useTagStyles_unstable, useTag_unstable } from './Tag';\nexport type { TagProps, TagSlots, TagState } from './Tag';\n\nexport {\n InteractionTag,\n renderInteractionTag_unstable,\n interactionTagClassNames,\n useInteractionTagStyles_unstable,\n useInteractionTag_unstable,\n useInteractionTagContextValues_unstable,\n} from './InteractionTag';\nexport type { InteractionTagProps, InteractionTagSlots, InteractionTagState } from './InteractionTag';\nexport {\n InteractionTagPrimary,\n interactionTagPrimaryClassNames,\n renderInteractionTagPrimary_unstable,\n useInteractionTagPrimaryStyles_unstable,\n useInteractionTagPrimary_unstable,\n} from './InteractionTagPrimary';\nexport type {\n InteractionTagPrimaryContextValues,\n InteractionTagPrimaryProps,\n InteractionTagPrimarySlots,\n InteractionTagPrimaryState,\n} from './InteractionTagPrimary';\nexport {\n InteractionTagSecondary,\n renderInteractionTagSecondary_unstable,\n interactionTagSecondaryClassNames,\n useInteractionTagSecondaryStyles_unstable,\n useInteractionTagSecondary_unstable,\n} from './InteractionTagSecondary';\nexport type {\n InteractionTagSecondaryProps,\n InteractionTagSecondarySlots,\n InteractionTagSecondaryState,\n} from './InteractionTagSecondary';\n\nexport {\n TagGroup,\n renderTagGroup_unstable,\n tagGroupClassNames,\n useTagGroupStyles_unstable,\n useTagGroup_unstable,\n useTagGroupContextValues_unstable,\n} from './TagGroup';\nexport type { TagGroupProps, TagGroupSlots, TagGroupState } from './TagGroup';\n\nexport { useTagAvatarContextValues_unstable } from './utils';\nexport type {\n TagAppearance,\n TagShape,\n TagSize,\n TagValue,\n TagDismissData,\n TagDismissEvent,\n TagDismissHandler,\n} from './utils/types';\n"],"names":["Tag","renderTag_unstable","tagClassNames","useTagStyles_unstable","useTag_unstable","InteractionTag","renderInteractionTag_unstable","interactionTagClassNames","useInteractionTagStyles_unstable","useInteractionTag_unstable","useInteractionTagContextValues_unstable","InteractionTagPrimary","interactionTagPrimaryClassNames","renderInteractionTagPrimary_unstable","useInteractionTagPrimaryStyles_unstable","useInteractionTagPrimary_unstable","InteractionTagSecondary","renderInteractionTagSecondary_unstable","interactionTagSecondaryClassNames","useInteractionTagSecondaryStyles_unstable","useInteractionTagSecondary_unstable","TagGroup","renderTagGroup_unstable","tagGroupClassNames","useTagGroupStyles_unstable","useTagGroup_unstable","useTagGroupContextValues_unstable","useTagAvatarContextValues_unstable"],"mappings":"AAAA,SAASA,GAAG,EAAEC,kBAAkB,EAAEC,aAAa,EAAEC,qBAAqB,EAAEC,eAAe,QAAQ,QAAQ;AAGvG,SACEC,cAAc,EACdC,6BAA6B,EAC7BC,wBAAwB,EACxBC,gCAAgC,EAChCC,0BAA0B,EAC1BC,uCAAuC,QAClC,mBAAmB;AAE1B,SACEC,qBAAqB,EACrBC,+BAA+B,EAC/BC,oCAAoC,EACpCC,uCAAuC,EACvCC,iCAAiC,QAC5B,0BAA0B;AAOjC,SACEC,uBAAuB,EACvBC,sCAAsC,EACtCC,iCAAiC,EACjCC,yCAAyC,EACzCC,mCAAmC,QAC9B,4BAA4B;AAOnC,SACEC,QAAQ,EACRC,uBAAuB,EACvBC,kBAAkB,EAClBC,0BAA0B,EAC1BC,oBAAoB,EACpBC,iCAAiC,QAC5B,aAAa;AAGpB,SAASC,kCAAkC,QAAQ,UAAU"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { Tag, renderTag_unstable, tagClassNames, useTagStyles_unstable, useTag_unstable } from './Tag';\nexport type { TagProps, TagSlots, TagState } from './Tag';\n\nexport {\n InteractionTag,\n renderInteractionTag_unstable,\n interactionTagClassNames,\n useInteractionTagStyles_unstable,\n useInteractionTag_unstable,\n useInteractionTagContextValues_unstable,\n} from './InteractionTag';\nexport type { InteractionTagProps, InteractionTagSlots, InteractionTagState } from './InteractionTag';\nexport {\n InteractionTagPrimary,\n interactionTagPrimaryClassNames,\n renderInteractionTagPrimary_unstable,\n useInteractionTagPrimaryStyles_unstable,\n useInteractionTagPrimary_unstable,\n} from './InteractionTagPrimary';\nexport type {\n InteractionTagPrimaryContextValues,\n InteractionTagPrimaryProps,\n InteractionTagPrimarySlots,\n InteractionTagPrimaryState,\n} from './InteractionTagPrimary';\nexport {\n InteractionTagSecondary,\n renderInteractionTagSecondary_unstable,\n interactionTagSecondaryClassNames,\n useInteractionTagSecondaryStyles_unstable,\n useInteractionTagSecondary_unstable,\n} from './InteractionTagSecondary';\nexport type {\n InteractionTagSecondaryProps,\n InteractionTagSecondarySlots,\n InteractionTagSecondaryState,\n} from './InteractionTagSecondary';\n\nexport {\n TagGroup,\n renderTagGroup_unstable,\n tagGroupClassNames,\n useTagGroupStyles_unstable,\n useTagGroup_unstable,\n useTagGroupContextValues_unstable,\n} from './TagGroup';\nexport type { TagGroupProps, TagGroupSlots, TagGroupState, TagGroupContextValues } from './TagGroup';\n\nexport { useTagAvatarContextValues_unstable } from './utils';\nexport type {\n TagAppearance,\n TagShape,\n TagSize,\n TagValue,\n TagDismissData,\n TagDismissEvent,\n TagDismissHandler,\n} from './utils/types';\n"],"names":["Tag","renderTag_unstable","tagClassNames","useTagStyles_unstable","useTag_unstable","InteractionTag","renderInteractionTag_unstable","interactionTagClassNames","useInteractionTagStyles_unstable","useInteractionTag_unstable","useInteractionTagContextValues_unstable","InteractionTagPrimary","interactionTagPrimaryClassNames","renderInteractionTagPrimary_unstable","useInteractionTagPrimaryStyles_unstable","useInteractionTagPrimary_unstable","InteractionTagSecondary","renderInteractionTagSecondary_unstable","interactionTagSecondaryClassNames","useInteractionTagSecondaryStyles_unstable","useInteractionTagSecondary_unstable","TagGroup","renderTagGroup_unstable","tagGroupClassNames","useTagGroupStyles_unstable","useTagGroup_unstable","useTagGroupContextValues_unstable","useTagAvatarContextValues_unstable"],"mappings":"AAAA,SAASA,GAAG,EAAEC,kBAAkB,EAAEC,aAAa,EAAEC,qBAAqB,EAAEC,eAAe,QAAQ,QAAQ;AAGvG,SACEC,cAAc,EACdC,6BAA6B,EAC7BC,wBAAwB,EACxBC,gCAAgC,EAChCC,0BAA0B,EAC1BC,uCAAuC,QAClC,mBAAmB;AAE1B,SACEC,qBAAqB,EACrBC,+BAA+B,EAC/BC,oCAAoC,EACpCC,uCAAuC,EACvCC,iCAAiC,QAC5B,0BAA0B;AAOjC,SACEC,uBAAuB,EACvBC,sCAAsC,EACtCC,iCAAiC,EACjCC,yCAAyC,EACzCC,mCAAmC,QAC9B,4BAA4B;AAOnC,SACEC,QAAQ,EACRC,uBAAuB,EACvBC,kBAAkB,EAClBC,0BAA0B,EAC1BC,oBAAoB,EACpBC,iCAAiC,QAC5B,aAAa;AAGpB,SAASC,kCAAkC,QAAQ,UAAU"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tags",
3
- "version": "9.0.29",
3
+ "version": "9.1.1",
4
4
  "description": "Fluent UI Tag component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -37,14 +37,14 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@fluentui/keyboard-keys": "^9.0.7",
40
- "@fluentui/react-aria": "^9.9.1",
41
- "@fluentui/react-avatar": "^9.6.16",
40
+ "@fluentui/react-aria": "^9.10.0",
41
+ "@fluentui/react-avatar": "^9.6.17",
42
42
  "@fluentui/react-icons": "^2.0.224",
43
- "@fluentui/react-jsx-runtime": "^9.0.31",
44
- "@fluentui/react-shared-contexts": "^9.14.1",
45
- "@fluentui/react-tabster": "^9.19.2",
46
- "@fluentui/react-theme": "^9.1.16",
47
- "@fluentui/react-utilities": "^9.18.2",
43
+ "@fluentui/react-jsx-runtime": "^9.0.32",
44
+ "@fluentui/react-shared-contexts": "^9.15.0",
45
+ "@fluentui/react-tabster": "^9.19.3",
46
+ "@fluentui/react-theme": "^9.1.17",
47
+ "@fluentui/react-utilities": "^9.18.3",
48
48
  "@griffel/react": "^1.5.14",
49
49
  "@swc/helpers": "^0.5.1"
50
50
  },