@fluentui/react-accordion 0.0.0-nightlyfc5cfdc52420220215.1 → 0.0.0

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 (170) hide show
  1. package/CHANGELOG.json +658 -18
  2. package/CHANGELOG.md +285 -105
  3. package/Spec.md +3 -2
  4. package/dist/{react-accordion.d.ts → index.d.ts} +71 -69
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/Accordion.js.map +1 -1
  7. package/lib/AccordionHeader.js.map +1 -1
  8. package/lib/AccordionItem.js.map +1 -1
  9. package/lib/AccordionPanel.js.map +1 -1
  10. package/lib/components/Accordion/Accordion.js.map +1 -1
  11. package/lib/components/Accordion/Accordion.types.js.map +1 -1
  12. package/lib/components/Accordion/AccordionContext.js +3 -2
  13. package/lib/components/Accordion/AccordionContext.js.map +1 -1
  14. package/lib/components/Accordion/index.js.map +1 -1
  15. package/lib/components/Accordion/renderAccordion.js.map +1 -1
  16. package/lib/components/Accordion/useAccordion.js +14 -24
  17. package/lib/components/Accordion/useAccordion.js.map +1 -1
  18. package/lib/components/Accordion/useAccordionContextValues.js +2 -2
  19. package/lib/components/Accordion/useAccordionContextValues.js.map +1 -1
  20. package/lib/components/Accordion/useAccordionStyles.js +4 -2
  21. package/lib/components/Accordion/useAccordionStyles.js.map +1 -1
  22. package/lib/components/AccordionHeader/AccordionHeader.js.map +1 -1
  23. package/lib/components/AccordionHeader/AccordionHeader.types.js.map +1 -1
  24. package/lib/components/AccordionHeader/AccordionHeaderContext.js.map +1 -1
  25. package/lib/components/AccordionHeader/index.js.map +1 -1
  26. package/lib/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
  27. package/lib/components/AccordionHeader/useAccordionHeader.js +1 -1
  28. package/lib/components/AccordionHeader/useAccordionHeader.js.map +1 -1
  29. package/lib/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
  30. package/lib/components/AccordionHeader/useAccordionHeaderStyles.js +77 -42
  31. package/lib/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
  32. package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
  33. package/lib/components/AccordionItem/AccordionItem.types.js.map +1 -1
  34. package/lib/components/AccordionItem/AccordionItemContext.js +1 -0
  35. package/lib/components/AccordionItem/AccordionItemContext.js.map +1 -1
  36. package/lib/components/AccordionItem/index.js.map +1 -1
  37. package/lib/components/AccordionItem/renderAccordionItem.js.map +1 -1
  38. package/lib/components/AccordionItem/useAccordionItem.js +0 -7
  39. package/lib/components/AccordionItem/useAccordionItem.js.map +1 -1
  40. package/lib/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
  41. package/lib/components/AccordionItem/useAccordionItemStyles.js +4 -2
  42. package/lib/components/AccordionItem/useAccordionItemStyles.js.map +1 -1
  43. package/lib/components/AccordionPanel/AccordionPanel.js.map +1 -1
  44. package/lib/components/AccordionPanel/AccordionPanel.types.js.map +1 -1
  45. package/lib/components/AccordionPanel/index.js.map +1 -1
  46. package/lib/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
  47. package/lib/components/AccordionPanel/useAccordionPanel.js +11 -1
  48. package/lib/components/AccordionPanel/useAccordionPanel.js.map +1 -1
  49. package/lib/components/AccordionPanel/useAccordionPanelStyles.js +11 -6
  50. package/lib/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
  51. package/lib/index.js +4 -4
  52. package/lib/index.js.map +1 -1
  53. package/lib-commonjs/Accordion.js.map +1 -1
  54. package/lib-commonjs/AccordionHeader.js.map +1 -1
  55. package/lib-commonjs/AccordionItem.js.map +1 -1
  56. package/lib-commonjs/AccordionPanel.js.map +1 -1
  57. package/lib-commonjs/components/Accordion/Accordion.js.map +1 -1
  58. package/lib-commonjs/components/Accordion/Accordion.types.js.map +1 -1
  59. package/lib-commonjs/components/Accordion/AccordionContext.js +6 -2
  60. package/lib-commonjs/components/Accordion/AccordionContext.js.map +1 -1
  61. package/lib-commonjs/components/Accordion/index.js.map +1 -1
  62. package/lib-commonjs/components/Accordion/renderAccordion.js.map +1 -1
  63. package/lib-commonjs/components/Accordion/useAccordion.js +15 -24
  64. package/lib-commonjs/components/Accordion/useAccordion.js.map +1 -1
  65. package/lib-commonjs/components/Accordion/useAccordionContextValues.js +2 -2
  66. package/lib-commonjs/components/Accordion/useAccordionContextValues.js.map +1 -1
  67. package/lib-commonjs/components/Accordion/useAccordionStyles.js +5 -3
  68. package/lib-commonjs/components/Accordion/useAccordionStyles.js.map +1 -1
  69. package/lib-commonjs/components/AccordionHeader/AccordionHeader.js.map +1 -1
  70. package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.js.map +1 -1
  71. package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.js.map +1 -1
  72. package/lib-commonjs/components/AccordionHeader/index.js.map +1 -1
  73. package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
  74. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js +1 -1
  75. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js.map +1 -1
  76. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
  77. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js +77 -42
  78. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
  79. package/lib-commonjs/components/AccordionItem/AccordionItem.js.map +1 -1
  80. package/lib-commonjs/components/AccordionItem/AccordionItem.types.js.map +1 -1
  81. package/lib-commonjs/components/AccordionItem/AccordionItemContext.js +2 -1
  82. package/lib-commonjs/components/AccordionItem/AccordionItemContext.js.map +1 -1
  83. package/lib-commonjs/components/AccordionItem/index.js.map +1 -1
  84. package/lib-commonjs/components/AccordionItem/renderAccordionItem.js.map +1 -1
  85. package/lib-commonjs/components/AccordionItem/useAccordionItem.js +0 -8
  86. package/lib-commonjs/components/AccordionItem/useAccordionItem.js.map +1 -1
  87. package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
  88. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js +5 -3
  89. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js.map +1 -1
  90. package/lib-commonjs/components/AccordionPanel/AccordionPanel.js.map +1 -1
  91. package/lib-commonjs/components/AccordionPanel/AccordionPanel.types.js.map +1 -1
  92. package/lib-commonjs/components/AccordionPanel/index.js.map +1 -1
  93. package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
  94. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js +14 -1
  95. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js.map +1 -1
  96. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js +12 -6
  97. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
  98. package/lib-commonjs/index.js +170 -5
  99. package/lib-commonjs/index.js.map +1 -1
  100. package/package.json +24 -27
  101. package/lib/Accordion.d.ts +0 -1
  102. package/lib/AccordionHeader.d.ts +0 -1
  103. package/lib/AccordionItem.d.ts +0 -1
  104. package/lib/AccordionPanel.d.ts +0 -1
  105. package/lib/components/Accordion/Accordion.d.ts +0 -6
  106. package/lib/components/Accordion/Accordion.types.d.ts +0 -53
  107. package/lib/components/Accordion/AccordionContext.d.ts +0 -3
  108. package/lib/components/Accordion/index.d.ts +0 -7
  109. package/lib/components/Accordion/renderAccordion.d.ts +0 -5
  110. package/lib/components/Accordion/useAccordion.d.ts +0 -8
  111. package/lib/components/Accordion/useAccordionContextValues.d.ts +0 -2
  112. package/lib/components/Accordion/useAccordionStyles.d.ts +0 -3
  113. package/lib/components/AccordionHeader/AccordionHeader.d.ts +0 -7
  114. package/lib/components/AccordionHeader/AccordionHeader.types.d.ts +0 -48
  115. package/lib/components/AccordionHeader/AccordionHeaderContext.d.ts +0 -4
  116. package/lib/components/AccordionHeader/index.d.ts +0 -6
  117. package/lib/components/AccordionHeader/renderAccordionHeader.d.ts +0 -5
  118. package/lib/components/AccordionHeader/useAccordionHeader.d.ts +0 -8
  119. package/lib/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +0 -2
  120. package/lib/components/AccordionHeader/useAccordionHeaderStyles.d.ts +0 -4
  121. package/lib/components/AccordionItem/AccordionItem.d.ts +0 -6
  122. package/lib/components/AccordionItem/AccordionItem.types.d.ts +0 -26
  123. package/lib/components/AccordionItem/AccordionItemContext.d.ts +0 -4
  124. package/lib/components/AccordionItem/index.d.ts +0 -7
  125. package/lib/components/AccordionItem/renderAccordionItem.d.ts +0 -5
  126. package/lib/components/AccordionItem/useAccordionItem.d.ts +0 -8
  127. package/lib/components/AccordionItem/useAccordionItemContextValues.d.ts +0 -2
  128. package/lib/components/AccordionItem/useAccordionItemStyles.d.ts +0 -3
  129. package/lib/components/AccordionPanel/AccordionPanel.d.ts +0 -6
  130. package/lib/components/AccordionPanel/AccordionPanel.types.d.ts +0 -11
  131. package/lib/components/AccordionPanel/index.d.ts +0 -5
  132. package/lib/components/AccordionPanel/renderAccordionPanel.d.ts +0 -5
  133. package/lib/components/AccordionPanel/useAccordionPanel.d.ts +0 -8
  134. package/lib/components/AccordionPanel/useAccordionPanelStyles.d.ts +0 -4
  135. package/lib/index.d.ts +0 -4
  136. package/lib-commonjs/Accordion.d.ts +0 -1
  137. package/lib-commonjs/AccordionHeader.d.ts +0 -1
  138. package/lib-commonjs/AccordionItem.d.ts +0 -1
  139. package/lib-commonjs/AccordionPanel.d.ts +0 -1
  140. package/lib-commonjs/components/Accordion/Accordion.d.ts +0 -6
  141. package/lib-commonjs/components/Accordion/Accordion.types.d.ts +0 -53
  142. package/lib-commonjs/components/Accordion/AccordionContext.d.ts +0 -3
  143. package/lib-commonjs/components/Accordion/index.d.ts +0 -7
  144. package/lib-commonjs/components/Accordion/renderAccordion.d.ts +0 -5
  145. package/lib-commonjs/components/Accordion/useAccordion.d.ts +0 -8
  146. package/lib-commonjs/components/Accordion/useAccordionContextValues.d.ts +0 -2
  147. package/lib-commonjs/components/Accordion/useAccordionStyles.d.ts +0 -3
  148. package/lib-commonjs/components/AccordionHeader/AccordionHeader.d.ts +0 -7
  149. package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.d.ts +0 -48
  150. package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.d.ts +0 -4
  151. package/lib-commonjs/components/AccordionHeader/index.d.ts +0 -6
  152. package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.d.ts +0 -5
  153. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.d.ts +0 -8
  154. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +0 -2
  155. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.d.ts +0 -4
  156. package/lib-commonjs/components/AccordionItem/AccordionItem.d.ts +0 -6
  157. package/lib-commonjs/components/AccordionItem/AccordionItem.types.d.ts +0 -26
  158. package/lib-commonjs/components/AccordionItem/AccordionItemContext.d.ts +0 -4
  159. package/lib-commonjs/components/AccordionItem/index.d.ts +0 -7
  160. package/lib-commonjs/components/AccordionItem/renderAccordionItem.d.ts +0 -5
  161. package/lib-commonjs/components/AccordionItem/useAccordionItem.d.ts +0 -8
  162. package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.d.ts +0 -2
  163. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.d.ts +0 -3
  164. package/lib-commonjs/components/AccordionPanel/AccordionPanel.d.ts +0 -6
  165. package/lib-commonjs/components/AccordionPanel/AccordionPanel.types.d.ts +0 -11
  166. package/lib-commonjs/components/AccordionPanel/index.d.ts +0 -5
  167. package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.d.ts +0 -5
  168. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.d.ts +0 -8
  169. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.d.ts +0 -4
  170. package/lib-commonjs/index.d.ts +0 -4
package/CHANGELOG.json CHANGED
@@ -2,52 +2,692 @@
2
2
  "name": "@fluentui/react-accordion",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 15 Feb 2022 04:11:37 GMT",
6
- "tag": "@fluentui/react-accordion_v0.0.0-nightlyfc5cfdc52420220215.1",
7
- "version": "0.0.0-nightlyfc5cfdc52420220215.1",
5
+ "date": "Tue, 28 Jun 2022 04:31:25 GMT",
6
+ "tag": "@fluentui/react-accordion_v0.0.0",
7
+ "version": "0.0.0",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-accordion",
13
+ "commit": "675acea49c97f10837ddee9b8c4350ca27750125",
14
+ "comment": "Bump Griffel dependencies"
15
+ },
16
+ {
17
+ "author": "Humberto.Morimoto@microsoft.com",
18
+ "package": "@fluentui/react-accordion",
19
+ "commit": "ddf16d80c50d80bc07331b478f567629775f2898",
20
+ "comment": "chore: Adding scheduler as a peer dependency since this package has a dependency on @fluentui/react-context-selector."
21
+ },
22
+ {
23
+ "author": "olfedias@microsoft.com",
24
+ "package": "@fluentui/react-accordion",
25
+ "commit": "82bd30dd41ad58df1f325e9b721200ed15d674a2",
26
+ "comment": "chore: Update @fluentui/react-icons to latest version"
27
+ },
28
+ {
29
+ "author": "lingfangao@hotmail.com",
30
+ "package": "@fluentui/react-accordion",
31
+ "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
32
+ "comment": "Update 9.0.0-rc dependencies to use caret range"
33
+ },
34
+ {
35
+ "author": "Humberto.Morimoto@microsoft.com",
36
+ "package": "@fluentui/react-accordion",
37
+ "commit": "7e476b0525d1b7d569c45a69708db1e410b6b5b1",
38
+ "comment": "fix: Removing user-select: 'none' from AccordionHeader styles."
39
+ },
40
+ {
41
+ "author": "bernardo.sunderhus@gmail.com",
42
+ "package": "@fluentui/react-accordion",
43
+ "commit": "7e5efe2d4955ecd68d1dc7114ba00b3413409819",
44
+ "comment": "chore: updates AccordionHeader to follow design spec tokens"
45
+ }
46
+ ],
47
+ "none": [
48
+ {
49
+ "author": "mgodbolt@microsoft.com",
50
+ "package": "@fluentui/react-accordion",
51
+ "commit": "22ccfa2159414bd6eb07f54badec8ef8181dc408",
52
+ "comment": "update component template to use nested stories and index file"
53
+ }
54
+ ],
55
+ "patch": [
56
+ {
57
+ "author": "lingfangao@hotmail.com",
58
+ "package": "@fluentui/react-accordion",
59
+ "commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
60
+ "comment": "feat: Initial 9.0.0 release"
61
+ },
62
+ {
63
+ "author": "beachball",
64
+ "package": "@fluentui/react-accordion",
65
+ "comment": "Bump @fluentui/react-aria to v0.0.0",
66
+ "commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
67
+ },
68
+ {
69
+ "author": "beachball",
70
+ "package": "@fluentui/react-accordion",
71
+ "comment": "Bump @fluentui/react-context-selector to v0.0.0",
72
+ "commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
73
+ },
74
+ {
75
+ "author": "beachball",
76
+ "package": "@fluentui/react-accordion",
77
+ "comment": "Bump @fluentui/react-shared-contexts to v0.0.0",
78
+ "commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
79
+ },
80
+ {
81
+ "author": "beachball",
82
+ "package": "@fluentui/react-accordion",
83
+ "comment": "Bump @fluentui/react-tabster to v0.0.0",
84
+ "commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
85
+ },
86
+ {
87
+ "author": "beachball",
88
+ "package": "@fluentui/react-accordion",
89
+ "comment": "Bump @fluentui/react-theme to v0.0.0",
90
+ "commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
91
+ },
92
+ {
93
+ "author": "beachball",
94
+ "package": "@fluentui/react-accordion",
95
+ "comment": "Bump @fluentui/react-utilities to v0.0.0",
96
+ "commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
97
+ },
98
+ {
99
+ "author": "beachball",
100
+ "package": "@fluentui/react-accordion",
101
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220628-0417.1",
102
+ "commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
103
+ }
104
+ ]
105
+ }
106
+ },
107
+ {
108
+ "date": "Thu, 23 Jun 2022 14:25:31 GMT",
109
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.14",
110
+ "version": "9.0.0-rc.14",
111
+ "comments": {
112
+ "prerelease": [
113
+ {
114
+ "author": "beachball",
115
+ "package": "@fluentui/react-accordion",
116
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.11",
117
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
118
+ },
119
+ {
120
+ "author": "beachball",
121
+ "package": "@fluentui/react-accordion",
122
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.14",
123
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
124
+ },
125
+ {
126
+ "author": "beachball",
127
+ "package": "@fluentui/react-accordion",
128
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
129
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
130
+ }
131
+ ]
132
+ }
133
+ },
134
+ {
135
+ "date": "Tue, 31 May 2022 21:28:34 GMT",
136
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.13",
137
+ "version": "9.0.0-rc.13",
138
+ "comments": {
139
+ "prerelease": [
140
+ {
141
+ "author": "olfedias@microsoft.com",
142
+ "package": "@fluentui/react-accordion",
143
+ "commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
144
+ "comment": "chore: Update Griffel to latest version"
145
+ },
146
+ {
147
+ "author": "bernardo.sunderhus@gmail.com",
148
+ "package": "@fluentui/react-accordion",
149
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd",
150
+ "comment": "updates import to react-shared-components"
151
+ },
152
+ {
153
+ "author": "beachball",
154
+ "package": "@fluentui/react-accordion",
155
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.10",
156
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
157
+ },
158
+ {
159
+ "author": "beachball",
160
+ "package": "@fluentui/react-accordion",
161
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.10",
162
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
163
+ },
164
+ {
165
+ "author": "beachball",
166
+ "package": "@fluentui/react-accordion",
167
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.10",
168
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
169
+ },
170
+ {
171
+ "author": "beachball",
172
+ "package": "@fluentui/react-accordion",
173
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.13",
174
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
175
+ },
176
+ {
177
+ "author": "beachball",
178
+ "package": "@fluentui/react-accordion",
179
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
180
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
181
+ },
182
+ {
183
+ "author": "beachball",
184
+ "package": "@fluentui/react-accordion",
185
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8",
186
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
187
+ }
188
+ ]
189
+ }
190
+ },
191
+ {
192
+ "date": "Thu, 26 May 2022 21:01:22 GMT",
193
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.12",
194
+ "version": "9.0.0-rc.12",
195
+ "comments": {
196
+ "none": [
197
+ {
198
+ "author": "olfedias@microsoft.com",
199
+ "package": "@fluentui/react-accordion",
200
+ "commit": "70f12f46e904da75c3e1eb2c0270a6aecdc8f913",
201
+ "comment": "cleanup examples & docs"
202
+ }
203
+ ],
204
+ "prerelease": [
205
+ {
206
+ "author": "beachball",
207
+ "package": "@fluentui/react-accordion",
208
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.12",
209
+ "commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
210
+ }
211
+ ]
212
+ }
213
+ },
214
+ {
215
+ "date": "Mon, 23 May 2022 18:56:40 GMT",
216
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.11",
217
+ "version": "9.0.0-rc.11",
218
+ "comments": {
219
+ "prerelease": [
220
+ {
221
+ "author": "lingfangao@hotmail.com",
222
+ "package": "@fluentui/react-accordion",
223
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
224
+ "comment": "BREAKING: stop exporting AccordionContext and AccordionItemContext"
225
+ },
226
+ {
227
+ "author": "esteban.230@hotmail.com",
228
+ "package": "@fluentui/react-accordion",
229
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
230
+ "comment": "Removing <componentName>ClassName exports."
231
+ },
232
+ {
233
+ "author": "beachball",
234
+ "package": "@fluentui/react-accordion",
235
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.9",
236
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
237
+ },
238
+ {
239
+ "author": "beachball",
240
+ "package": "@fluentui/react-accordion",
241
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.11",
242
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
243
+ },
244
+ {
245
+ "author": "beachball",
246
+ "package": "@fluentui/react-accordion",
247
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
248
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
249
+ },
250
+ {
251
+ "author": "beachball",
252
+ "package": "@fluentui/react-accordion",
253
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
254
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
255
+ }
256
+ ]
257
+ }
258
+ },
259
+ {
260
+ "date": "Mon, 23 May 2022 12:13:58 GMT",
261
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.10",
262
+ "version": "9.0.0-rc.10",
263
+ "comments": {
264
+ "prerelease": [
265
+ {
266
+ "author": "olfedias@microsoft.com",
267
+ "package": "@fluentui/react-accordion",
268
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
269
+ "comment": "chore: Update Griffel to latest version"
270
+ },
271
+ {
272
+ "author": "olfedias@microsoft.com",
273
+ "package": "@fluentui/react-accordion",
274
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
275
+ "comment": "chore: Update Griffel to latest version"
276
+ },
277
+ {
278
+ "author": "tristan.watanabe@gmail.com",
279
+ "package": "@fluentui/react-accordion",
280
+ "commit": "a324d75aea71ad60c3f750743a315e3320f8a2fe",
281
+ "comment": "react-accordion: ship rolluped only dts."
282
+ },
283
+ {
284
+ "author": "beachball",
285
+ "package": "@fluentui/react-accordion",
286
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.9",
287
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
288
+ },
289
+ {
290
+ "author": "beachball",
291
+ "package": "@fluentui/react-accordion",
292
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.9",
293
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
294
+ },
295
+ {
296
+ "author": "beachball",
297
+ "package": "@fluentui/react-accordion",
298
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
299
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
300
+ },
301
+ {
302
+ "author": "beachball",
303
+ "package": "@fluentui/react-accordion",
304
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
305
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
306
+ },
307
+ {
308
+ "author": "beachball",
309
+ "package": "@fluentui/react-accordion",
310
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
311
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
312
+ },
313
+ {
314
+ "author": "beachball",
315
+ "package": "@fluentui/react-accordion",
316
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
317
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
318
+ },
319
+ {
320
+ "author": "beachball",
321
+ "package": "@fluentui/react-accordion",
322
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
323
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
324
+ }
325
+ ],
326
+ "none": [
327
+ {
328
+ "author": "tristan.watanabe@gmail.com",
329
+ "package": "@fluentui/react-accordion",
330
+ "commit": "db1814209909b23fbbbff03dbd9b59ac333754a5",
331
+ "comment": "react-accordion: Move to new common folder."
332
+ },
333
+ {
334
+ "author": "sarah.higley@microsoft.com",
335
+ "package": "@fluentui/react-accordion",
336
+ "commit": "49a9c0d36d09f92f64e2167aff2276d525150816",
337
+ "comment": "remove commons types from accordion, remove unused state props"
338
+ }
339
+ ]
340
+ }
341
+ },
342
+ {
343
+ "date": "Thu, 05 May 2022 18:26:30 GMT",
344
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.9",
345
+ "version": "9.0.0-rc.9",
346
+ "comments": {
347
+ "prerelease": [
348
+ {
349
+ "author": "beachball",
350
+ "package": "@fluentui/react-accordion",
351
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.8",
352
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
353
+ },
354
+ {
355
+ "author": "beachball",
356
+ "package": "@fluentui/react-accordion",
357
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.8",
358
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
359
+ },
360
+ {
361
+ "author": "beachball",
362
+ "package": "@fluentui/react-accordion",
363
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
364
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
365
+ },
366
+ {
367
+ "author": "beachball",
368
+ "package": "@fluentui/react-accordion",
369
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
370
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
371
+ },
372
+ {
373
+ "author": "beachball",
374
+ "package": "@fluentui/react-accordion",
375
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
376
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
377
+ },
378
+ {
379
+ "author": "beachball",
380
+ "package": "@fluentui/react-accordion",
381
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
382
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
383
+ },
384
+ {
385
+ "author": "beachball",
386
+ "package": "@fluentui/react-accordion",
387
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
388
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
389
+ }
390
+ ]
391
+ }
392
+ },
393
+ {
394
+ "date": "Wed, 04 May 2022 13:26:37 GMT",
395
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.8",
396
+ "version": "9.0.0-rc.8",
397
+ "comments": {
398
+ "prerelease": [
399
+ {
400
+ "author": "seanmonahan@microsoft.com",
401
+ "package": "@fluentui/react-accordion",
402
+ "commit": "84cf59cd3465e75b1507083b2c270e0146f85d41",
403
+ "comment": "remove star exports"
404
+ },
405
+ {
406
+ "author": "beachball",
407
+ "package": "@fluentui/react-accordion",
408
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.7",
409
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
410
+ },
411
+ {
412
+ "author": "beachball",
413
+ "package": "@fluentui/react-accordion",
414
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.7",
415
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
416
+ },
417
+ {
418
+ "author": "beachball",
419
+ "package": "@fluentui/react-accordion",
420
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
421
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
422
+ },
423
+ {
424
+ "author": "beachball",
425
+ "package": "@fluentui/react-accordion",
426
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
427
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
428
+ },
429
+ {
430
+ "author": "beachball",
431
+ "package": "@fluentui/react-accordion",
432
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
433
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
434
+ },
435
+ {
436
+ "author": "beachball",
437
+ "package": "@fluentui/react-accordion",
438
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
439
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
440
+ }
441
+ ]
442
+ }
443
+ },
444
+ {
445
+ "date": "Mon, 25 Apr 2022 09:32:16 GMT",
446
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.7",
447
+ "version": "9.0.0-rc.7",
448
+ "comments": {
449
+ "prerelease": [
450
+ {
451
+ "author": "marata@microsoft.com",
452
+ "package": "@fluentui/react-accordion",
453
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d",
454
+ "comment": "Adjusting accordion keyboard navigation."
455
+ },
456
+ {
457
+ "author": "beachball",
458
+ "package": "@fluentui/react-accordion",
459
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
460
+ "commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
461
+ }
462
+ ]
463
+ }
464
+ },
465
+ {
466
+ "date": "Tue, 19 Apr 2022 19:17:06 GMT",
467
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.6",
468
+ "version": "9.0.0-rc.6",
469
+ "comments": {
470
+ "none": [
471
+ {
472
+ "author": "elcraig@microsoft.com",
473
+ "package": "@fluentui/react-accordion",
474
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
475
+ "comment": "Update React dev deps and hoist them to the repo root"
476
+ },
477
+ {
478
+ "author": "mgodbolt@microsoft.com",
479
+ "package": "@fluentui/react-accordion",
480
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
481
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
482
+ }
483
+ ],
484
+ "prerelease": [
485
+ {
486
+ "author": "seanmonahan@microsoft.com",
487
+ "package": "@fluentui/react-accordion",
488
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
489
+ "comment": "Add static classnames to Accordion"
490
+ },
491
+ {
492
+ "author": "martinhochel@microsoft.com",
493
+ "package": "@fluentui/react-accordion",
494
+ "commit": "8722596e561b57decfe9aa79121db844737102ff",
495
+ "comment": "add missing dependencies"
496
+ },
497
+ {
498
+ "author": "seanmonahan@microsoft.com",
499
+ "package": "@fluentui/react-accordion",
500
+ "commit": "bea6aecfed8612f7b0664ab8bac77c5fccee1efb",
501
+ "comment": "update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10"
502
+ },
503
+ {
504
+ "author": "olfedias@microsoft.com",
505
+ "package": "@fluentui/react-accordion",
506
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
507
+ "comment": "chore: Update Griffel to latest version"
508
+ },
509
+ {
510
+ "author": "beachball",
511
+ "package": "@fluentui/react-accordion",
512
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.6",
513
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
514
+ },
515
+ {
516
+ "author": "beachball",
517
+ "package": "@fluentui/react-accordion",
518
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.6",
519
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
520
+ },
521
+ {
522
+ "author": "beachball",
523
+ "package": "@fluentui/react-accordion",
524
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
525
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
526
+ },
527
+ {
528
+ "author": "beachball",
529
+ "package": "@fluentui/react-accordion",
530
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
531
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
532
+ },
533
+ {
534
+ "author": "beachball",
535
+ "package": "@fluentui/react-accordion",
536
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
537
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
538
+ },
539
+ {
540
+ "author": "beachball",
541
+ "package": "@fluentui/react-accordion",
542
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
543
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
544
+ },
545
+ {
546
+ "author": "beachball",
547
+ "package": "@fluentui/react-accordion",
548
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
549
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
550
+ }
551
+ ]
552
+ }
553
+ },
554
+ {
555
+ "date": "Fri, 04 Mar 2022 05:17:33 GMT",
556
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.5",
557
+ "version": "9.0.0-rc.5",
558
+ "comments": {
559
+ "prerelease": [
560
+ {
561
+ "author": "dzearing@microsoft.com",
562
+ "package": "@fluentui/react-accordion",
563
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
564
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
565
+ },
566
+ {
567
+ "author": "beachball",
568
+ "package": "@fluentui/react-accordion",
569
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.5",
570
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
571
+ },
572
+ {
573
+ "author": "beachball",
574
+ "package": "@fluentui/react-accordion",
575
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.5",
576
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
577
+ },
578
+ {
579
+ "author": "beachball",
580
+ "package": "@fluentui/react-accordion",
581
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
582
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
583
+ },
584
+ {
585
+ "author": "beachball",
586
+ "package": "@fluentui/react-accordion",
587
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
588
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
589
+ },
590
+ {
591
+ "author": "beachball",
592
+ "package": "@fluentui/react-accordion",
593
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
594
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
595
+ }
596
+ ]
597
+ }
598
+ },
599
+ {
600
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
601
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.4",
602
+ "version": "9.0.0-rc.4",
603
+ "comments": {
604
+ "prerelease": [
605
+ {
606
+ "author": "beachball",
607
+ "package": "@fluentui/react-accordion",
608
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.4",
609
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
610
+ },
611
+ {
612
+ "author": "beachball",
613
+ "package": "@fluentui/react-accordion",
614
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.4",
615
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
616
+ },
617
+ {
618
+ "author": "beachball",
619
+ "package": "@fluentui/react-accordion",
620
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
621
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
622
+ },
623
+ {
624
+ "author": "beachball",
625
+ "package": "@fluentui/react-accordion",
626
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
627
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
628
+ }
629
+ ]
630
+ }
631
+ },
632
+ {
633
+ "date": "Fri, 18 Feb 2022 13:35:37 GMT",
634
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.3",
635
+ "version": "9.0.0-rc.3",
636
+ "comments": {
637
+ "prerelease": [
638
+ {
639
+ "author": "bsunderhus@microsoft.com",
640
+ "package": "@fluentui/react-accordion",
641
+ "commit": "5a45a787f2669a9f694a274b220823dbc10b04e2",
642
+ "comment": "Updates initial open items value to be empty on every case"
643
+ },
644
+ {
645
+ "author": "lingfangao@hotmail.com",
646
+ "package": "@fluentui/react-accordion",
647
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
648
+ "comment": "fix: Source maps contain original source code"
649
+ },
650
+ {
651
+ "author": "bsunderhus@microsoft.com",
12
652
  "package": "@fluentui/react-accordion",
13
- "commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9",
14
- "comment": "Release nightly v9"
653
+ "commit": "ea090f75ef4a477f6ea9ffa2b4d7bec826a99b5f",
654
+ "comment": "Breaking change: navigable becomes navigation"
15
655
  },
16
656
  {
17
657
  "author": "beachball",
18
658
  "package": "@fluentui/react-accordion",
19
- "comment": "Bump @fluentui/react-aria to v0.0.0-nightlyfc5cfdc52420220215.1",
20
- "commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
659
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.3",
660
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
21
661
  },
22
662
  {
23
663
  "author": "beachball",
24
664
  "package": "@fluentui/react-accordion",
25
- "comment": "Bump @fluentui/react-context-selector to v0.0.0-nightlyfc5cfdc52420220215.1",
26
- "commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
665
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.3",
666
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
27
667
  },
28
668
  {
29
669
  "author": "beachball",
30
670
  "package": "@fluentui/react-accordion",
31
- "comment": "Bump @fluentui/react-tabster to v0.0.0-nightlyfc5cfdc52420220215.1",
32
- "commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
671
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
672
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
33
673
  },
34
674
  {
35
675
  "author": "beachball",
36
676
  "package": "@fluentui/react-accordion",
37
- "comment": "Bump @fluentui/react-theme to v0.0.0-nightlyfc5cfdc52420220215.1",
38
- "commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
677
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
678
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
39
679
  },
40
680
  {
41
681
  "author": "beachball",
42
682
  "package": "@fluentui/react-accordion",
43
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyfc5cfdc52420220215.1",
44
- "commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
683
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
684
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
45
685
  },
46
686
  {
47
687
  "author": "beachball",
48
688
  "package": "@fluentui/react-accordion",
49
- "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyfc5cfdc52420220215.1",
50
- "commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
689
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
690
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
51
691
  }
52
692
  ],
53
693
  "none": [