@fluentui/react-badge 9.0.0-nightly.b5b7401007.0 → 9.0.0-rc.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. package/CHANGELOG.json +382 -28
  2. package/CHANGELOG.md +88 -13
  3. package/dist/react-badge.d.ts +33 -28
  4. package/lib/Badge.js.map +1 -1
  5. package/lib/CounterBadge.js.map +1 -1
  6. package/lib/PresenceBadge.js.map +1 -1
  7. package/lib/components/Badge/Badge.d.ts +1 -1
  8. package/lib/components/Badge/Badge.js +8 -8
  9. package/lib/components/Badge/Badge.js.map +1 -1
  10. package/lib/components/Badge/Badge.types.d.ts +4 -5
  11. package/lib/components/Badge/Badge.types.js.map +1 -1
  12. package/lib/components/Badge/index.d.ts +1 -1
  13. package/lib/components/Badge/index.js +0 -1
  14. package/lib/components/Badge/index.js.map +1 -1
  15. package/lib/components/Badge/renderBadge.d.ts +1 -1
  16. package/lib/components/Badge/renderBadge.js +9 -7
  17. package/lib/components/Badge/renderBadge.js.map +1 -1
  18. package/lib/components/Badge/useBadge.d.ts +1 -1
  19. package/lib/components/Badge/useBadge.js +19 -22
  20. package/lib/components/Badge/useBadge.js.map +1 -1
  21. package/lib/components/Badge/useBadgeStyles.d.ts +2 -1
  22. package/lib/components/Badge/useBadgeStyles.js +210 -203
  23. package/lib/components/Badge/useBadgeStyles.js.map +1 -1
  24. package/lib/components/CounterBadge/CounterBadge.d.ts +1 -1
  25. package/lib/components/CounterBadge/CounterBadge.js +8 -8
  26. package/lib/components/CounterBadge/CounterBadge.js.map +1 -1
  27. package/lib/components/CounterBadge/CounterBadge.types.d.ts +9 -9
  28. package/lib/components/CounterBadge/CounterBadge.types.js.map +1 -1
  29. package/lib/components/CounterBadge/index.js.map +1 -1
  30. package/lib/components/CounterBadge/useCounterBadge.d.ts +1 -1
  31. package/lib/components/CounterBadge/useCounterBadge.js +19 -25
  32. package/lib/components/CounterBadge/useCounterBadge.js.map +1 -1
  33. package/lib/components/CounterBadge/useCounterBadgeStyles.d.ts +2 -1
  34. package/lib/components/CounterBadge/useCounterBadgeStyles.js +10 -40
  35. package/lib/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
  36. package/lib/components/PresenceBadge/PresenceBadge.d.ts +1 -1
  37. package/lib/components/PresenceBadge/PresenceBadge.js +8 -8
  38. package/lib/components/PresenceBadge/PresenceBadge.js.map +1 -1
  39. package/lib/components/PresenceBadge/PresenceBadge.types.d.ts +7 -5
  40. package/lib/components/PresenceBadge/PresenceBadge.types.js.map +1 -1
  41. package/lib/components/PresenceBadge/index.js.map +1 -1
  42. package/lib/components/PresenceBadge/presenceIcons.d.ts +11 -0
  43. package/lib/components/PresenceBadge/presenceIcons.js +128 -0
  44. package/lib/components/PresenceBadge/presenceIcons.js.map +1 -0
  45. package/lib/components/PresenceBadge/usePresenceBadge.d.ts +1 -1
  46. package/lib/components/PresenceBadge/usePresenceBadge.js +36 -25
  47. package/lib/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  48. package/lib/components/PresenceBadge/usePresenceBadgeStyles.d.ts +2 -1
  49. package/lib/components/PresenceBadge/usePresenceBadgeStyles.js +43 -46
  50. package/lib/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
  51. package/lib/index.js.map +1 -1
  52. package/lib-commonjs/Badge.js +1 -1
  53. package/lib-commonjs/Badge.js.map +1 -1
  54. package/lib-commonjs/CounterBadge.js +1 -1
  55. package/lib-commonjs/CounterBadge.js.map +1 -1
  56. package/lib-commonjs/PresenceBadge.js +1 -1
  57. package/lib-commonjs/PresenceBadge.js.map +1 -1
  58. package/lib-commonjs/components/Badge/Badge.d.ts +1 -1
  59. package/lib-commonjs/components/Badge/Badge.js +9 -9
  60. package/lib-commonjs/components/Badge/Badge.js.map +1 -1
  61. package/lib-commonjs/components/Badge/Badge.types.d.ts +4 -5
  62. package/lib-commonjs/components/Badge/Badge.types.js.map +1 -1
  63. package/lib-commonjs/components/Badge/index.d.ts +1 -1
  64. package/lib-commonjs/components/Badge/index.js +1 -3
  65. package/lib-commonjs/components/Badge/index.js.map +1 -1
  66. package/lib-commonjs/components/Badge/renderBadge.d.ts +1 -1
  67. package/lib-commonjs/components/Badge/renderBadge.js +13 -12
  68. package/lib-commonjs/components/Badge/renderBadge.js.map +1 -1
  69. package/lib-commonjs/components/Badge/useBadge.d.ts +1 -1
  70. package/lib-commonjs/components/Badge/useBadge.js +22 -26
  71. package/lib-commonjs/components/Badge/useBadge.js.map +1 -1
  72. package/lib-commonjs/components/Badge/useBadgeStyles.d.ts +2 -1
  73. package/lib-commonjs/components/Badge/useBadgeStyles.js +214 -205
  74. package/lib-commonjs/components/Badge/useBadgeStyles.js.map +1 -1
  75. package/lib-commonjs/components/CounterBadge/CounterBadge.d.ts +1 -1
  76. package/lib-commonjs/components/CounterBadge/CounterBadge.js +9 -9
  77. package/lib-commonjs/components/CounterBadge/CounterBadge.js.map +1 -1
  78. package/lib-commonjs/components/CounterBadge/CounterBadge.types.d.ts +9 -9
  79. package/lib-commonjs/components/CounterBadge/CounterBadge.types.js.map +1 -1
  80. package/lib-commonjs/components/CounterBadge/index.js +1 -1
  81. package/lib-commonjs/components/CounterBadge/index.js.map +1 -1
  82. package/lib-commonjs/components/CounterBadge/useCounterBadge.d.ts +1 -1
  83. package/lib-commonjs/components/CounterBadge/useCounterBadge.js +21 -28
  84. package/lib-commonjs/components/CounterBadge/useCounterBadge.js.map +1 -1
  85. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.d.ts +2 -1
  86. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js +13 -42
  87. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
  88. package/lib-commonjs/components/PresenceBadge/PresenceBadge.d.ts +1 -1
  89. package/lib-commonjs/components/PresenceBadge/PresenceBadge.js +9 -9
  90. package/lib-commonjs/components/PresenceBadge/PresenceBadge.js.map +1 -1
  91. package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.d.ts +7 -5
  92. package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.js.map +1 -1
  93. package/lib-commonjs/components/PresenceBadge/index.js +1 -1
  94. package/lib-commonjs/components/PresenceBadge/index.js.map +1 -1
  95. package/lib-commonjs/components/PresenceBadge/presenceIcons.d.ts +11 -0
  96. package/lib-commonjs/components/PresenceBadge/presenceIcons.js +136 -0
  97. package/lib-commonjs/components/PresenceBadge/presenceIcons.js.map +1 -0
  98. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.d.ts +1 -1
  99. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js +38 -28
  100. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  101. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.d.ts +2 -1
  102. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js +46 -48
  103. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
  104. package/lib-commonjs/index.js +1 -1
  105. package/lib-commonjs/index.js.map +1 -1
  106. package/package.json +14 -15
  107. package/lib/common/isConformant.d.ts +0 -4
  108. package/lib/common/isConformant.js +0 -13
  109. package/lib/common/isConformant.js.map +0 -1
  110. package/lib/components/PresenceBadge/DefaultPresenceBadgeIcons.d.ts +0 -10
  111. package/lib/components/PresenceBadge/DefaultPresenceBadgeIcons.js +0 -111
  112. package/lib/components/PresenceBadge/DefaultPresenceBadgeIcons.js.map +0 -1
  113. package/lib-commonjs/common/isConformant.d.ts +0 -4
  114. package/lib-commonjs/common/isConformant.js +0 -24
  115. package/lib-commonjs/common/isConformant.js.map +0 -1
  116. package/lib-commonjs/components/PresenceBadge/DefaultPresenceBadgeIcons.d.ts +0 -10
  117. package/lib-commonjs/components/PresenceBadge/DefaultPresenceBadgeIcons.js +0 -127
  118. package/lib-commonjs/components/PresenceBadge/DefaultPresenceBadgeIcons.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,78 +2,432 @@
2
2
  "name": "@fluentui/react-badge",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 26 Oct 2021 09:22:36 GMT",
6
- "tag": "@fluentui/react-badge_v9.0.0-nightly.b5b7401007.0",
7
- "version": "9.0.0-nightly.b5b7401007.0",
5
+ "date": "Fri, 18 Feb 2022 13:33:43 GMT",
6
+ "tag": "@fluentui/react-badge_v9.0.0-rc.3",
7
+ "version": "9.0.0-rc.3",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "lingfangao@hotmail.com",
12
12
  "package": "@fluentui/react-badge",
13
- "comment": "Release nightly v9",
14
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
13
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
14
+ "comment": "fix: Source maps contain original source code"
15
15
  },
16
16
  {
17
- "author": "gcox@microsoft.com",
17
+ "author": "beachball",
18
18
  "package": "@fluentui/react-badge",
19
- "comment": "Removed duplicate 'Badge' from story names",
20
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
19
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
20
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
21
21
  },
22
22
  {
23
- "author": "peter@draxler.ml",
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-badge",
25
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
26
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-badge",
31
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
32
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Thu, 10 Feb 2022 08:51:40 GMT",
39
+ "tag": "@fluentui/react-badge_v9.0.0-rc.1",
40
+ "version": "9.0.0-rc.1",
41
+ "comments": {
42
+ "none": [
43
+ {
44
+ "author": "olfedias@microsoft.com",
45
+ "package": "@fluentui/react-badge",
46
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
47
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
48
+ },
49
+ {
50
+ "author": "bsunderhus@microsoft.com",
51
+ "package": "@fluentui/react-badge",
52
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
53
+ "comment": "Updates components with nullRender changes"
54
+ },
55
+ {
56
+ "author": "tkrasniqi@microsoft.com",
57
+ "package": "@fluentui/react-badge",
58
+ "commit": "87e12a2e3a9d90b4ff95d3ed333739756d190f6c",
59
+ "comment": "Updated best practices for long text"
60
+ },
61
+ {
62
+ "author": "elcraig@microsoft.com",
63
+ "package": "@fluentui/react-badge",
64
+ "commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
65
+ "comment": "Remove outdated boilerplate comments"
66
+ },
67
+ {
68
+ "author": "martinhochel@microsoft.com",
69
+ "package": "@fluentui/react-badge",
70
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
71
+ "comment": "chore: use storybook runner for all vNext packages"
72
+ }
73
+ ],
74
+ "prerelease": [
75
+ {
76
+ "author": "ololubek@microsoft.com",
77
+ "package": "@fluentui/react-badge",
78
+ "commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
79
+ "comment": "(fix): Update react-icons dependency to latest version"
80
+ },
81
+ {
82
+ "author": "lingfangao@hotmail.com",
83
+ "package": "@fluentui/react-badge",
84
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
85
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
86
+ },
87
+ {
88
+ "author": "behowell@microsoft.com",
89
+ "package": "@fluentui/react-badge",
90
+ "commit": "f5e7fa7a2129d3a4637a2ce777cecec435c256ec",
91
+ "comment": "Refactor and re-organize Badge styles; no visual changes."
92
+ },
93
+ {
94
+ "author": "behowell@microsoft.com",
95
+ "package": "@fluentui/react-badge",
96
+ "commit": "3bc0517363984081469903ee137a06543f825f1c",
97
+ "comment": "Add fontSize styling to icon slot, to automatically size user-provided icons"
98
+ },
99
+ {
100
+ "author": "Humberto.Morimoto@microsoft.com",
101
+ "package": "@fluentui/react-badge",
102
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
103
+ "comment": "Updating based on changes to composition types."
104
+ },
105
+ {
106
+ "author": "olfedias@microsoft.com",
107
+ "package": "@fluentui/react-badge",
108
+ "commit": "5a49512b8e33d5a588212069a1f2827b806d584c",
109
+ "comment": "update styles to not use CSS shorthands"
110
+ },
111
+ {
112
+ "author": "lingfangao@hotmail.com",
113
+ "package": "@fluentui/react-badge",
114
+ "commit": "4e5e955acede0fc79334ef90a563de4bd35ee231",
115
+ "comment": "fix: use updated tokens for ghost and outline variants"
116
+ },
117
+ {
118
+ "author": "Humberto.Morimoto@microsoft.com",
119
+ "package": "@fluentui/react-badge",
120
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
121
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
122
+ },
123
+ {
124
+ "author": "tristan.watanabe@gmail.com",
125
+ "package": "@fluentui/react-badge",
126
+ "commit": "13f940ea4687d769dd2faf61edc27ff75f6bb565",
127
+ "comment": "Allow React 17 in peerDependencies."
128
+ },
129
+ {
130
+ "author": "ololubek@microsoft.com",
131
+ "package": "@fluentui/react-badge",
132
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
133
+ "comment": "Update react-icons usage to resizable icons"
134
+ },
135
+ {
136
+ "author": "mgodbolt@microsoft.com",
137
+ "package": "@fluentui/react-badge",
138
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
139
+ "comment": "remove export of commons types"
140
+ },
141
+ {
142
+ "author": "behowell@microsoft.com",
143
+ "package": "@fluentui/react-badge",
144
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
145
+ "comment": "Refactor component Slot typings"
146
+ },
147
+ {
148
+ "author": "behowell@microsoft.com",
149
+ "package": "@fluentui/react-badge",
150
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
151
+ "comment": "Remove component's shorthandProps array"
152
+ },
153
+ {
154
+ "author": "Humberto.Morimoto@microsoft.com",
155
+ "package": "@fluentui/react-badge",
156
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
157
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
158
+ },
159
+ {
160
+ "author": "olfedias@microsoft.com",
161
+ "package": "@fluentui/react-badge",
162
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
163
+ "comment": "update @fluentui/react-icons package"
164
+ },
165
+ {
166
+ "author": "olfedias@microsoft.com",
167
+ "package": "@fluentui/react-badge",
168
+ "commit": "8c75114e82b205810c9ac3692af71f6f7748225c",
169
+ "comment": "use Griffel packages"
170
+ },
171
+ {
172
+ "author": "Humberto.Morimoto@microsoft.com",
173
+ "package": "@fluentui/react-badge",
174
+ "commit": "2c54271f07c30f65718e085084c2e5b213268dfd",
175
+ "comment": "react-badge: Replacing use of functions in makeStyles with direct use of tokens."
176
+ },
177
+ {
178
+ "author": "behowell@microsoft.com",
179
+ "package": "@fluentui/react-badge",
180
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
181
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
182
+ },
183
+ {
184
+ "author": "lingfangao@hotmail.com",
185
+ "package": "@fluentui/react-badge",
186
+ "commit": "4e7acd7ff3c437663de70206416d3c19b6a87cfa",
187
+ "comment": "fix: Add uniform padding and modify gaps"
188
+ },
189
+ {
190
+ "author": "beachball",
191
+ "package": "@fluentui/react-badge",
192
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
193
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
194
+ },
195
+ {
196
+ "author": "beachball",
24
197
  "package": "@fluentui/react-badge",
25
- "comment": "added styling of documentation",
26
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
198
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
199
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
27
200
  },
28
201
  {
29
202
  "author": "beachball",
30
203
  "package": "@fluentui/react-badge",
31
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.b5b7401007.0",
32
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
204
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
205
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
206
+ }
207
+ ]
208
+ }
209
+ },
210
+ {
211
+ "date": "Thu, 25 Nov 2021 08:34:11 GMT",
212
+ "tag": "@fluentui/react-badge_v9.0.0-beta.4",
213
+ "version": "9.0.0-beta.4",
214
+ "comments": {
215
+ "none": [
216
+ {
217
+ "author": "lingfangao@hotmail.com",
218
+ "package": "@fluentui/react-badge",
219
+ "commit": "cc3fe8e29cbb4b9d03f26e9a06b58d7aa24ffb65",
220
+ "comment": "Migrate package to use solution style ts-config"
221
+ }
222
+ ],
223
+ "prerelease": [
224
+ {
225
+ "author": "lingfangao@hotmail.com",
226
+ "package": "@fluentui/react-badge",
227
+ "commit": "6183f8ae46233d7ecec2a3d12e7348b7b41eea0c",
228
+ "comment": "various styling fixes for base Badge component"
229
+ },
230
+ {
231
+ "author": "lingfangao@hotmail.com",
232
+ "package": "@fluentui/react-badge",
233
+ "commit": "c5c66cb39e6906f506bf30c9e56c0839f10e2d51",
234
+ "comment": "Reduce colour set and align with base badge colours"
235
+ },
236
+ {
237
+ "author": "ololubek@microsoft.com",
238
+ "package": "@fluentui/react-badge",
239
+ "commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
240
+ "comment": "update react-icons dependency"
241
+ },
242
+ {
243
+ "author": "lingfangao@hotmail.com",
244
+ "package": "@fluentui/react-badge",
245
+ "commit": "48e52fc91e41ab721c9842f8f68ac84ad569a851",
246
+ "comment": "Remove props and return correct presence icons"
247
+ },
248
+ {
249
+ "author": "beachball",
250
+ "package": "@fluentui/react-badge",
251
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
252
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
33
253
  },
34
254
  {
35
255
  "author": "beachball",
36
256
  "package": "@fluentui/react-badge",
37
- "comment": "Bump @fluentui/react-theme to v9.0.0-nightly.b5b7401007.0",
38
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
257
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
258
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
39
259
  },
40
260
  {
41
261
  "author": "beachball",
42
262
  "package": "@fluentui/react-badge",
43
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.b5b7401007.0",
44
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
263
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
264
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
45
265
  },
46
266
  {
47
267
  "author": "beachball",
48
268
  "package": "@fluentui/react-badge",
49
- "comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.b5b7401007.0",
50
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
269
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
270
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
51
271
  },
52
272
  {
53
273
  "author": "beachball",
54
274
  "package": "@fluentui/react-badge",
55
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.b5b7401007.0",
56
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
275
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
276
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
57
277
  },
58
278
  {
59
279
  "author": "beachball",
60
280
  "package": "@fluentui/react-badge",
61
- "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.b5b7401007.0",
62
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
281
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
282
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
283
+ }
284
+ ]
285
+ }
286
+ },
287
+ {
288
+ "date": "Fri, 12 Nov 2021 13:25:15 GMT",
289
+ "tag": "@fluentui/react-badge_v9.0.0-beta.3",
290
+ "version": "9.0.0-beta.3",
291
+ "comments": {
292
+ "prerelease": [
293
+ {
294
+ "author": "olfedias@microsoft.com",
295
+ "package": "@fluentui/react-badge",
296
+ "commit": "e42f50656c1b703d88c398b114f225ba5f1f5f22",
297
+ "comment": "export static classes for components"
298
+ },
299
+ {
300
+ "author": "gcox@microsoft.com",
301
+ "package": "@fluentui/react-badge",
302
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
303
+ "comment": "Updated beta and RC components to ES2019"
304
+ },
305
+ {
306
+ "author": "beachball",
307
+ "package": "@fluentui/react-badge",
308
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
309
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
310
+ },
311
+ {
312
+ "author": "beachball",
313
+ "package": "@fluentui/react-badge",
314
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
315
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
316
+ },
317
+ {
318
+ "author": "beachball",
319
+ "package": "@fluentui/react-badge",
320
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
321
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
322
+ },
323
+ {
324
+ "author": "beachball",
325
+ "package": "@fluentui/react-badge",
326
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
327
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
328
+ },
329
+ {
330
+ "author": "beachball",
331
+ "package": "@fluentui/react-badge",
332
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
333
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
334
+ },
335
+ {
336
+ "author": "beachball",
337
+ "package": "@fluentui/react-badge",
338
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
339
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
63
340
  }
64
341
  ],
342
+ "none": [
343
+ {
344
+ "author": "mgodbolt@microsoft.com",
345
+ "package": "@fluentui/react-badge",
346
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
347
+ "comment": "update docs descriptions"
348
+ },
349
+ {
350
+ "author": "lingfangao@hotmail.com",
351
+ "package": "@fluentui/react-badge",
352
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
353
+ "comment": "Remove beta release tag"
354
+ },
355
+ {
356
+ "author": "me@levithomason.com",
357
+ "package": "@fluentui/react-badge",
358
+ "commit": "cdbe0769d2a6ee91a98a3e62c6ac9329a714355c",
359
+ "comment": "Docs update"
360
+ }
361
+ ]
362
+ }
363
+ },
364
+ {
365
+ "date": "Wed, 27 Oct 2021 12:14:14 GMT",
366
+ "tag": "@fluentui/react-badge_v9.0.0-beta.2",
367
+ "version": "9.0.0-beta.2",
368
+ "comments": {
65
369
  "none": [
66
370
  {
67
371
  "author": "olfedias@microsoft.com",
68
372
  "package": "@fluentui/react-badge",
69
- "comment": "fix bundle size fixture",
70
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
373
+ "commit": "7518a483df09e687ef56153d3f25da27802431a3",
374
+ "comment": "fix bundle size fixture"
71
375
  },
72
376
  {
73
377
  "author": "olfedias@microsoft.com",
74
378
  "package": "@fluentui/react-badge",
75
- "comment": "remove unused story file",
76
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
379
+ "commit": "193af6527f202f11efdd71da7581cc6e76ca2925",
380
+ "comment": "remove unused story file"
381
+ }
382
+ ],
383
+ "prerelease": [
384
+ {
385
+ "author": "gcox@microsoft.com",
386
+ "package": "@fluentui/react-badge",
387
+ "commit": "fd1d90fbddc49971db9f04e691d6dd16a0595f4a",
388
+ "comment": "Removed duplicate 'Badge' from story names"
389
+ },
390
+ {
391
+ "author": "peter@draxler.ml",
392
+ "package": "@fluentui/react-badge",
393
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
394
+ "comment": "added styling of documentation"
395
+ },
396
+ {
397
+ "author": "beachball",
398
+ "package": "@fluentui/react-badge",
399
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
400
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
401
+ },
402
+ {
403
+ "author": "beachball",
404
+ "package": "@fluentui/react-badge",
405
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
406
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
407
+ },
408
+ {
409
+ "author": "beachball",
410
+ "package": "@fluentui/react-badge",
411
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
412
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
413
+ },
414
+ {
415
+ "author": "beachball",
416
+ "package": "@fluentui/react-badge",
417
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
418
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
419
+ },
420
+ {
421
+ "author": "beachball",
422
+ "package": "@fluentui/react-badge",
423
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
424
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
425
+ },
426
+ {
427
+ "author": "beachball",
428
+ "package": "@fluentui/react-badge",
429
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
430
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
77
431
  }
78
432
  ]
79
433
  }
package/CHANGELOG.md CHANGED
@@ -1,25 +1,100 @@
1
1
  # Change Log - @fluentui/react-badge
2
2
 
3
- This log was last generated on Tue, 26 Oct 2021 09:22:36 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 18 Feb 2022 13:33:43 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.b5b7401007.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-nightly.b5b7401007.0)
7
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.3)
8
8
 
9
- Tue, 26 Oct 2021 09:22:36 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.1..@fluentui/react-badge_v9.0.0-nightly.b5b7401007.0)
9
+ Fri, 18 Feb 2022 13:33:43 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.1..@fluentui/react-badge_v9.0.0-rc.3)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by email not defined)
15
- - Removed duplicate 'Badge' from story names ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by gcox@microsoft.com)
16
- - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by peter@draxler.ml)
17
- - Bump @fluentui/react-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
18
- - Bump @fluentui/react-theme to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
19
- - Bump @fluentui/react-utilities to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
20
- - Bump @fluentui/babel-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
21
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
22
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
14
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
17
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
18
+
19
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.1)
20
+
21
+ Thu, 10 Feb 2022 08:51:40 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.4..@fluentui/react-badge_v9.0.0-rc.1)
23
+
24
+ ### Changes
25
+
26
+ - (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
27
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
28
+ - Refactor and re-organize Badge styles; no visual changes. ([PR #21271](https://github.com/microsoft/fluentui/pull/21271) by behowell@microsoft.com)
29
+ - Add fontSize styling to icon slot, to automatically size user-provided icons ([PR #21219](https://github.com/microsoft/fluentui/pull/21219) by behowell@microsoft.com)
30
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
31
+ - update styles to not use CSS shorthands ([PR #20802](https://github.com/microsoft/fluentui/pull/20802) by olfedias@microsoft.com)
32
+ - fix: use updated tokens for ghost and outline variants ([PR #20893](https://github.com/microsoft/fluentui/pull/20893) by lingfangao@hotmail.com)
33
+ - Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
34
+ - Allow React 17 in peerDependencies. ([PR #21544](https://github.com/microsoft/fluentui/pull/21544) by tristan.watanabe@gmail.com)
35
+ - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
36
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
37
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
38
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
39
+ - Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
40
+ - update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
41
+ - use Griffel packages ([PR #21437](https://github.com/microsoft/fluentui/pull/21437) by olfedias@microsoft.com)
42
+ - react-badge: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21038](https://github.com/microsoft/fluentui/pull/21038) by Humberto.Morimoto@microsoft.com)
43
+ - BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
44
+ - fix: Add uniform padding and modify gaps ([PR #20974](https://github.com/microsoft/fluentui/pull/20974) by lingfangao@hotmail.com)
45
+ - Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
46
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
47
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
48
+
49
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.4)
50
+
51
+ Thu, 25 Nov 2021 08:34:11 GMT
52
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.3..@fluentui/react-badge_v9.0.0-beta.4)
53
+
54
+ ### Changes
55
+
56
+ - various styling fixes for base Badge component ([PR #20693](https://github.com/microsoft/fluentui/pull/20693) by lingfangao@hotmail.com)
57
+ - Reduce colour set and align with base badge colours ([PR #20596](https://github.com/microsoft/fluentui/pull/20596) by lingfangao@hotmail.com)
58
+ - update react-icons dependency ([PR #20563](https://github.com/microsoft/fluentui/pull/20563) by ololubek@microsoft.com)
59
+ - Remove props and return correct presence icons ([PR #20630](https://github.com/microsoft/fluentui/pull/20630) by lingfangao@hotmail.com)
60
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
61
+ - Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
62
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
63
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
64
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
65
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
66
+
67
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.3)
68
+
69
+ Fri, 12 Nov 2021 13:25:15 GMT
70
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.2..@fluentui/react-badge_v9.0.0-beta.3)
71
+
72
+ ### Changes
73
+
74
+ - export static classes for components ([PR #20453](https://github.com/microsoft/fluentui/pull/20453) by olfedias@microsoft.com)
75
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
76
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
77
+ - Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
78
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
79
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
80
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
81
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
82
+
83
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.2)
84
+
85
+ Wed, 27 Oct 2021 12:14:14 GMT
86
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.1..@fluentui/react-badge_v9.0.0-beta.2)
87
+
88
+ ### Changes
89
+
90
+ - Removed duplicate 'Badge' from story names ([PR #20265](https://github.com/microsoft/fluentui/pull/20265) by gcox@microsoft.com)
91
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
92
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
93
+ - Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
94
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
95
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
96
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
97
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
23
98
 
24
99
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.1)
25
100