@fluentui/react-slider 9.0.0-beta.1 → 9.0.0-beta.10

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 (165) hide show
  1. package/CHANGELOG.json +430 -1
  2. package/CHANGELOG.md +123 -2
  3. package/dist/react-slider.d.ts +33 -142
  4. package/lib/Slider.js.map +1 -1
  5. package/lib/components/Slider/Slider.js +7 -7
  6. package/lib/components/Slider/Slider.js.map +1 -1
  7. package/lib/components/Slider/Slider.types.d.ts +26 -55
  8. package/lib/components/Slider/Slider.types.js.map +1 -1
  9. package/lib/components/Slider/index.d.ts +2 -2
  10. package/lib/components/Slider/index.js +2 -2
  11. package/lib/components/Slider/index.js.map +1 -1
  12. package/lib/components/Slider/renderSlider.d.ts +1 -1
  13. package/lib/components/Slider/renderSlider.js +10 -8
  14. package/lib/components/Slider/renderSlider.js.map +1 -1
  15. package/lib/components/Slider/useSlider.d.ts +2 -6
  16. package/lib/components/Slider/useSlider.js +50 -80
  17. package/lib/components/Slider/useSlider.js.map +1 -1
  18. package/lib/components/Slider/useSliderState.d.ts +1 -2
  19. package/lib/components/Slider/useSliderState.js +49 -184
  20. package/lib/components/Slider/useSliderState.js.map +1 -1
  21. package/lib/components/Slider/useSliderStyles.d.ts +10 -30
  22. package/lib/components/Slider/useSliderStyles.js +151 -305
  23. package/lib/components/Slider/useSliderStyles.js.map +1 -1
  24. package/lib/index.d.ts +0 -1
  25. package/lib/index.js +0 -1
  26. package/lib/index.js.map +1 -1
  27. package/lib-commonjs/Slider.js +1 -1
  28. package/lib-commonjs/Slider.js.map +1 -1
  29. package/lib-commonjs/components/Slider/Slider.js +8 -8
  30. package/lib-commonjs/components/Slider/Slider.js.map +1 -1
  31. package/lib-commonjs/components/Slider/Slider.types.d.ts +26 -55
  32. package/lib-commonjs/components/Slider/Slider.types.js.map +1 -1
  33. package/lib-commonjs/components/Slider/index.d.ts +2 -2
  34. package/lib-commonjs/components/Slider/index.js +12 -6
  35. package/lib-commonjs/components/Slider/index.js.map +1 -1
  36. package/lib-commonjs/components/Slider/renderSlider.d.ts +1 -1
  37. package/lib-commonjs/components/Slider/renderSlider.js +14 -14
  38. package/lib-commonjs/components/Slider/renderSlider.js.map +1 -1
  39. package/lib-commonjs/components/Slider/useSlider.d.ts +2 -6
  40. package/lib-commonjs/components/Slider/useSlider.js +53 -84
  41. package/lib-commonjs/components/Slider/useSlider.js.map +1 -1
  42. package/lib-commonjs/components/Slider/useSliderState.d.ts +1 -2
  43. package/lib-commonjs/components/Slider/useSliderState.js +53 -191
  44. package/lib-commonjs/components/Slider/useSliderState.js.map +1 -1
  45. package/lib-commonjs/components/Slider/useSliderStyles.d.ts +10 -30
  46. package/lib-commonjs/components/Slider/useSliderStyles.js +154 -308
  47. package/lib-commonjs/components/Slider/useSliderStyles.js.map +1 -1
  48. package/lib-commonjs/index.d.ts +0 -1
  49. package/lib-commonjs/index.js +1 -3
  50. package/lib-commonjs/index.js.map +1 -1
  51. package/package.json +20 -14
  52. package/lib/RangedSlider.d.ts +0 -1
  53. package/lib/RangedSlider.js +0 -2
  54. package/lib/RangedSlider.js.map +0 -1
  55. package/lib/common/isConformant.d.ts +0 -4
  56. package/lib/common/isConformant.js +0 -12
  57. package/lib/common/isConformant.js.map +0 -1
  58. package/lib/components/RangedSlider/RangedSlider.d.ts +0 -6
  59. package/lib/components/RangedSlider/RangedSlider.js +0 -15
  60. package/lib/components/RangedSlider/RangedSlider.js.map +0 -1
  61. package/lib/components/RangedSlider/RangedSlider.types.d.ts +0 -53
  62. package/lib/components/RangedSlider/RangedSlider.types.js +0 -2
  63. package/lib/components/RangedSlider/RangedSlider.types.js.map +0 -1
  64. package/lib/components/RangedSlider/index.d.ts +0 -6
  65. package/lib/components/RangedSlider/index.js +0 -7
  66. package/lib/components/RangedSlider/index.js.map +0 -1
  67. package/lib/components/RangedSlider/renderRangedSlider.d.ts +0 -5
  68. package/lib/components/RangedSlider/renderRangedSlider.js +0 -20
  69. package/lib/components/RangedSlider/renderRangedSlider.js.map +0 -1
  70. package/lib/components/RangedSlider/useRangedSlider.d.ts +0 -6
  71. package/lib/components/RangedSlider/useRangedSlider.js +0 -116
  72. package/lib/components/RangedSlider/useRangedSlider.js.map +0 -1
  73. package/lib/components/RangedSlider/useRangedSliderState.d.ts +0 -2
  74. package/lib/components/RangedSlider/useRangedSliderState.js +0 -271
  75. package/lib/components/RangedSlider/useRangedSliderState.js.map +0 -1
  76. package/lib/components/RangedSlider/useRangedSliderStyles.d.ts +0 -4
  77. package/lib/components/RangedSlider/useRangedSliderStyles.js +0 -92
  78. package/lib/components/RangedSlider/useRangedSliderStyles.js.map +0 -1
  79. package/lib/utils/calculateSteps.d.ts +0 -5
  80. package/lib/utils/calculateSteps.js +0 -27
  81. package/lib/utils/calculateSteps.js.map +0 -1
  82. package/lib/utils/findClosestThumb.d.ts +0 -4
  83. package/lib/utils/findClosestThumb.js +0 -7
  84. package/lib/utils/findClosestThumb.js.map +0 -1
  85. package/lib/utils/getKeydownValue.d.ts +0 -6
  86. package/lib/utils/getKeydownValue.js +0 -35
  87. package/lib/utils/getKeydownValue.js.map +0 -1
  88. package/lib/utils/getMarkPercent.d.ts +0 -12
  89. package/lib/utils/getMarkPercent.js +0 -27
  90. package/lib/utils/getMarkPercent.js.map +0 -1
  91. package/lib/utils/getMarkValues.d.ts +0 -13
  92. package/lib/utils/getMarkValues.js +0 -29
  93. package/lib/utils/getMarkValues.js.map +0 -1
  94. package/lib/utils/getPercent.d.ts +0 -8
  95. package/lib/utils/getPercent.js +0 -11
  96. package/lib/utils/getPercent.js.map +0 -1
  97. package/lib/utils/index.d.ts +0 -9
  98. package/lib/utils/index.js +0 -10
  99. package/lib/utils/index.js.map +0 -1
  100. package/lib/utils/on.d.ts +0 -11
  101. package/lib/utils/on.js +0 -17
  102. package/lib/utils/on.js.map +0 -1
  103. package/lib/utils/renderMarks.d.ts +0 -13
  104. package/lib/utils/renderMarks.js +0 -31
  105. package/lib/utils/renderMarks.js.map +0 -1
  106. package/lib/utils/validateRangedThumbValues.d.ts +0 -4
  107. package/lib/utils/validateRangedThumbValues.js +0 -13
  108. package/lib/utils/validateRangedThumbValues.js.map +0 -1
  109. package/lib-commonjs/RangedSlider.d.ts +0 -1
  110. package/lib-commonjs/RangedSlider.js +0 -10
  111. package/lib-commonjs/RangedSlider.js.map +0 -1
  112. package/lib-commonjs/common/isConformant.d.ts +0 -4
  113. package/lib-commonjs/common/isConformant.js +0 -23
  114. package/lib-commonjs/common/isConformant.js.map +0 -1
  115. package/lib-commonjs/components/RangedSlider/RangedSlider.d.ts +0 -6
  116. package/lib-commonjs/components/RangedSlider/RangedSlider.js +0 -26
  117. package/lib-commonjs/components/RangedSlider/RangedSlider.js.map +0 -1
  118. package/lib-commonjs/components/RangedSlider/RangedSlider.types.d.ts +0 -53
  119. package/lib-commonjs/components/RangedSlider/RangedSlider.types.js +0 -6
  120. package/lib-commonjs/components/RangedSlider/RangedSlider.types.js.map +0 -1
  121. package/lib-commonjs/components/RangedSlider/index.d.ts +0 -6
  122. package/lib-commonjs/components/RangedSlider/index.js +0 -20
  123. package/lib-commonjs/components/RangedSlider/index.js.map +0 -1
  124. package/lib-commonjs/components/RangedSlider/renderRangedSlider.d.ts +0 -5
  125. package/lib-commonjs/components/RangedSlider/renderRangedSlider.js +0 -32
  126. package/lib-commonjs/components/RangedSlider/renderRangedSlider.js.map +0 -1
  127. package/lib-commonjs/components/RangedSlider/useRangedSlider.d.ts +0 -6
  128. package/lib-commonjs/components/RangedSlider/useRangedSlider.js +0 -128
  129. package/lib-commonjs/components/RangedSlider/useRangedSlider.js.map +0 -1
  130. package/lib-commonjs/components/RangedSlider/useRangedSliderState.d.ts +0 -2
  131. package/lib-commonjs/components/RangedSlider/useRangedSliderState.js +0 -286
  132. package/lib-commonjs/components/RangedSlider/useRangedSliderState.js.map +0 -1
  133. package/lib-commonjs/components/RangedSlider/useRangedSliderStyles.d.ts +0 -4
  134. package/lib-commonjs/components/RangedSlider/useRangedSliderStyles.js +0 -104
  135. package/lib-commonjs/components/RangedSlider/useRangedSliderStyles.js.map +0 -1
  136. package/lib-commonjs/utils/calculateSteps.d.ts +0 -5
  137. package/lib-commonjs/utils/calculateSteps.js +0 -37
  138. package/lib-commonjs/utils/calculateSteps.js.map +0 -1
  139. package/lib-commonjs/utils/findClosestThumb.d.ts +0 -4
  140. package/lib-commonjs/utils/findClosestThumb.js +0 -16
  141. package/lib-commonjs/utils/findClosestThumb.js.map +0 -1
  142. package/lib-commonjs/utils/getKeydownValue.d.ts +0 -6
  143. package/lib-commonjs/utils/getKeydownValue.js +0 -45
  144. package/lib-commonjs/utils/getKeydownValue.js.map +0 -1
  145. package/lib-commonjs/utils/getMarkPercent.d.ts +0 -12
  146. package/lib-commonjs/utils/getMarkPercent.js +0 -36
  147. package/lib-commonjs/utils/getMarkPercent.js.map +0 -1
  148. package/lib-commonjs/utils/getMarkValues.d.ts +0 -13
  149. package/lib-commonjs/utils/getMarkValues.js +0 -39
  150. package/lib-commonjs/utils/getMarkValues.js.map +0 -1
  151. package/lib-commonjs/utils/getPercent.d.ts +0 -8
  152. package/lib-commonjs/utils/getPercent.js +0 -20
  153. package/lib-commonjs/utils/getPercent.js.map +0 -1
  154. package/lib-commonjs/utils/index.d.ts +0 -9
  155. package/lib-commonjs/utils/index.js +0 -26
  156. package/lib-commonjs/utils/index.js.map +0 -1
  157. package/lib-commonjs/utils/on.d.ts +0 -11
  158. package/lib-commonjs/utils/on.js +0 -26
  159. package/lib-commonjs/utils/on.js.map +0 -1
  160. package/lib-commonjs/utils/renderMarks.d.ts +0 -13
  161. package/lib-commonjs/utils/renderMarks.js +0 -42
  162. package/lib-commonjs/utils/renderMarks.js.map +0 -1
  163. package/lib-commonjs/utils/validateRangedThumbValues.d.ts +0 -4
  164. package/lib-commonjs/utils/validateRangedThumbValues.js +0 -23
  165. package/lib-commonjs/utils/validateRangedThumbValues.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,436 @@
2
2
  "name": "@fluentui/react-slider",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 06 Oct 2021 10:36:00 GMT",
5
+ "date": "Fri, 04 Mar 2022 05:15:43 GMT",
6
+ "tag": "@fluentui/react-slider_v9.0.0-beta.10",
7
+ "version": "9.0.0-beta.10",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "dzearing@microsoft.com",
12
+ "package": "@fluentui/react-slider",
13
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29"
14
+ },
15
+ {
16
+ "author": "dzearing@microsoft.com",
17
+ "package": "@fluentui/react-slider",
18
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
19
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
20
+ },
21
+ {
22
+ "author": "beachball",
23
+ "package": "@fluentui/react-slider",
24
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
25
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
26
+ },
27
+ {
28
+ "author": "beachball",
29
+ "package": "@fluentui/react-slider",
30
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
31
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
32
+ },
33
+ {
34
+ "author": "beachball",
35
+ "package": "@fluentui/react-slider",
36
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
37
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
38
+ },
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-slider",
42
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
43
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
44
+ },
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-slider",
48
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.9",
49
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
50
+ }
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ "date": "Tue, 01 Mar 2022 02:17:38 GMT",
56
+ "tag": "@fluentui/react-slider_v9.0.0-beta.9",
57
+ "version": "9.0.0-beta.9",
58
+ "comments": {
59
+ "prerelease": [
60
+ {
61
+ "author": "olfedias@microsoft.com",
62
+ "package": "@fluentui/react-slider",
63
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
64
+ "comment": "fix: Add react-theme as dependency"
65
+ },
66
+ {
67
+ "author": "beachball",
68
+ "package": "@fluentui/react-slider",
69
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
70
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
71
+ },
72
+ {
73
+ "author": "beachball",
74
+ "package": "@fluentui/react-slider",
75
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
76
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
77
+ },
78
+ {
79
+ "author": "beachball",
80
+ "package": "@fluentui/react-slider",
81
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.8",
82
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
83
+ }
84
+ ]
85
+ }
86
+ },
87
+ {
88
+ "date": "Fri, 18 Feb 2022 13:35:34 GMT",
89
+ "tag": "@fluentui/react-slider_v9.0.0-beta.8",
90
+ "version": "9.0.0-beta.8",
91
+ "comments": {
92
+ "prerelease": [
93
+ {
94
+ "author": "lingfangao@hotmail.com",
95
+ "package": "@fluentui/react-slider",
96
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
97
+ "comment": "fix: Source maps contain original source code"
98
+ },
99
+ {
100
+ "author": "beachball",
101
+ "package": "@fluentui/react-slider",
102
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
103
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
104
+ },
105
+ {
106
+ "author": "beachball",
107
+ "package": "@fluentui/react-slider",
108
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
109
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
110
+ },
111
+ {
112
+ "author": "beachball",
113
+ "package": "@fluentui/react-slider",
114
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
115
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
116
+ },
117
+ {
118
+ "author": "beachball",
119
+ "package": "@fluentui/react-slider",
120
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
121
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
122
+ },
123
+ {
124
+ "author": "beachball",
125
+ "package": "@fluentui/react-slider",
126
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.7",
127
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
128
+ }
129
+ ]
130
+ }
131
+ },
132
+ {
133
+ "date": "Thu, 10 Feb 2022 08:50:49 GMT",
134
+ "tag": "@fluentui/react-slider_v9.0.0-beta.6",
135
+ "version": "9.0.0-beta.6",
136
+ "comments": {
137
+ "prerelease": [
138
+ {
139
+ "author": "Humberto.Morimoto@microsoft.com",
140
+ "package": "@fluentui/react-slider",
141
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
142
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
143
+ },
144
+ {
145
+ "author": "behowell@microsoft.com",
146
+ "package": "@fluentui/react-slider",
147
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
148
+ "comment": "Remove component's shorthandProps array"
149
+ },
150
+ {
151
+ "author": "mgodbolt@microsoft.com",
152
+ "package": "@fluentui/react-slider",
153
+ "commit": "0a220897d7f6b3029b7c7f18b6ecc28a3131345f",
154
+ "comment": "move slider to unstable"
155
+ },
156
+ {
157
+ "author": "mgodbolt@microsoft.com",
158
+ "package": "@fluentui/react-slider",
159
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
160
+ "comment": "remove export of commons types"
161
+ },
162
+ {
163
+ "author": "behowell@microsoft.com",
164
+ "package": "@fluentui/react-slider",
165
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
166
+ "comment": "Refactor component Slot typings"
167
+ },
168
+ {
169
+ "author": "lingfangao@hotmail.com",
170
+ "package": "@fluentui/react-slider",
171
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
172
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
173
+ },
174
+ {
175
+ "author": "beachball",
176
+ "package": "@fluentui/react-slider",
177
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
178
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
179
+ },
180
+ {
181
+ "author": "beachball",
182
+ "package": "@fluentui/react-slider",
183
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
184
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
185
+ },
186
+ {
187
+ "author": "beachball",
188
+ "package": "@fluentui/react-slider",
189
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
190
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
191
+ },
192
+ {
193
+ "author": "beachball",
194
+ "package": "@fluentui/react-slider",
195
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
196
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
197
+ },
198
+ {
199
+ "author": "beachball",
200
+ "package": "@fluentui/react-slider",
201
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.5",
202
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
203
+ }
204
+ ],
205
+ "none": [
206
+ {
207
+ "author": "me@levithomason.com",
208
+ "package": "@fluentui/react-slider",
209
+ "commit": "4bd15194a66379b165043141c266faa0c1ea1502",
210
+ "comment": "document how to import preview components"
211
+ }
212
+ ]
213
+ }
214
+ },
215
+ {
216
+ "date": "Thu, 25 Nov 2021 08:34:17 GMT",
217
+ "tag": "@fluentui/react-slider_v9.0.0-beta.5",
218
+ "version": "9.0.0-beta.5",
219
+ "comments": {
220
+ "prerelease": [
221
+ {
222
+ "author": "beachball",
223
+ "package": "@fluentui/react-slider",
224
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
225
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
226
+ },
227
+ {
228
+ "author": "beachball",
229
+ "package": "@fluentui/react-slider",
230
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
231
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
232
+ },
233
+ {
234
+ "author": "beachball",
235
+ "package": "@fluentui/react-slider",
236
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
237
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
238
+ },
239
+ {
240
+ "author": "beachball",
241
+ "package": "@fluentui/react-slider",
242
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
243
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
244
+ },
245
+ {
246
+ "author": "beachball",
247
+ "package": "@fluentui/react-slider",
248
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
249
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
250
+ },
251
+ {
252
+ "author": "beachball",
253
+ "package": "@fluentui/react-slider",
254
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
255
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
256
+ },
257
+ {
258
+ "author": "beachball",
259
+ "package": "@fluentui/react-slider",
260
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.4",
261
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
262
+ },
263
+ {
264
+ "author": "beachball",
265
+ "package": "@fluentui/react-slider",
266
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
267
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
268
+ }
269
+ ]
270
+ }
271
+ },
272
+ {
273
+ "date": "Fri, 12 Nov 2021 13:25:32 GMT",
274
+ "tag": "@fluentui/react-slider_v9.0.0-beta.4",
275
+ "version": "9.0.0-beta.4",
276
+ "comments": {
277
+ "none": [
278
+ {
279
+ "author": "lingfangao@hotmail.com",
280
+ "package": "@fluentui/react-slider",
281
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
282
+ "comment": "Remove beta release tag"
283
+ }
284
+ ],
285
+ "prerelease": [
286
+ {
287
+ "author": "olfedias@microsoft.com",
288
+ "package": "@fluentui/react-slider",
289
+ "commit": "f078af73d95d0f2c380144a40127bd08e389aa2d",
290
+ "comment": "export static classes for components"
291
+ },
292
+ {
293
+ "author": "gcox@microsoft.com",
294
+ "package": "@fluentui/react-slider",
295
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
296
+ "comment": "Updated beta and RC components to ES2019"
297
+ },
298
+ {
299
+ "author": "olfedias@microsoft.com",
300
+ "package": "@fluentui/react-slider",
301
+ "commit": "e48014a7fd9c030eafc1eec68463d013eac58baa",
302
+ "comment": "remove temporary workaround with duplicated classes constants"
303
+ },
304
+ {
305
+ "author": "beachball",
306
+ "package": "@fluentui/react-slider",
307
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
308
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
309
+ },
310
+ {
311
+ "author": "beachball",
312
+ "package": "@fluentui/react-slider",
313
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
314
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
315
+ },
316
+ {
317
+ "author": "beachball",
318
+ "package": "@fluentui/react-slider",
319
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
320
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
321
+ },
322
+ {
323
+ "author": "beachball",
324
+ "package": "@fluentui/react-slider",
325
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
326
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
327
+ },
328
+ {
329
+ "author": "beachball",
330
+ "package": "@fluentui/react-slider",
331
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
332
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
333
+ },
334
+ {
335
+ "author": "beachball",
336
+ "package": "@fluentui/react-slider",
337
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
338
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
339
+ },
340
+ {
341
+ "author": "beachball",
342
+ "package": "@fluentui/react-slider",
343
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.3",
344
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
345
+ },
346
+ {
347
+ "author": "beachball",
348
+ "package": "@fluentui/react-slider",
349
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
350
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
351
+ }
352
+ ]
353
+ }
354
+ },
355
+ {
356
+ "date": "Wed, 27 Oct 2021 12:14:22 GMT",
357
+ "tag": "@fluentui/react-slider_v9.0.0-beta.3",
358
+ "version": "9.0.0-beta.3",
359
+ "comments": {
360
+ "prerelease": [
361
+ {
362
+ "author": "peter@draxler.ml",
363
+ "package": "@fluentui/react-slider",
364
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
365
+ "comment": "added styling of documentation"
366
+ },
367
+ {
368
+ "author": "beachball",
369
+ "package": "@fluentui/react-slider",
370
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
371
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
372
+ },
373
+ {
374
+ "author": "beachball",
375
+ "package": "@fluentui/react-slider",
376
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
377
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
378
+ },
379
+ {
380
+ "author": "beachball",
381
+ "package": "@fluentui/react-slider",
382
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
383
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
384
+ },
385
+ {
386
+ "author": "beachball",
387
+ "package": "@fluentui/react-slider",
388
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
389
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
390
+ },
391
+ {
392
+ "author": "beachball",
393
+ "package": "@fluentui/react-slider",
394
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
395
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
396
+ },
397
+ {
398
+ "author": "beachball",
399
+ "package": "@fluentui/react-slider",
400
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
401
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
402
+ },
403
+ {
404
+ "author": "beachball",
405
+ "package": "@fluentui/react-slider",
406
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.2",
407
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
408
+ },
409
+ {
410
+ "author": "beachball",
411
+ "package": "@fluentui/react-slider",
412
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
413
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
414
+ }
415
+ ]
416
+ }
417
+ },
418
+ {
419
+ "date": "Tue, 12 Oct 2021 19:45:58 GMT",
420
+ "tag": "@fluentui/react-slider_v9.0.0-beta.2",
421
+ "version": "9.0.0-beta.2",
422
+ "comments": {
423
+ "prerelease": [
424
+ {
425
+ "author": "beachball",
426
+ "package": "@fluentui/react-slider",
427
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.2",
428
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
429
+ }
430
+ ]
431
+ }
432
+ },
433
+ {
434
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
6
435
  "tag": "@fluentui/react-slider_v9.0.0-beta.1",
7
436
  "version": "9.0.0-beta.1",
8
437
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,133 @@
1
1
  # Change Log - @fluentui/react-slider
2
2
 
3
- This log was last generated on Wed, 06 Oct 2021 10:36:00 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 04 Mar 2022 05:15:43 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.10)
8
+
9
+ Fri, 04 Mar 2022 05:15:43 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.9..@fluentui/react-slider_v9.0.0-beta.10)
11
+
12
+ ### Changes
13
+
14
+ - undefined ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
15
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
16
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
18
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
20
+ - Bump @fluentui/react-label to v9.0.0-beta.9 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
21
+
22
+ ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.9)
23
+
24
+ Tue, 01 Mar 2022 02:17:38 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.8..@fluentui/react-slider_v9.0.0-beta.9)
26
+
27
+ ### Changes
28
+
29
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
30
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
31
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
32
+ - Bump @fluentui/react-label to v9.0.0-beta.8 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
33
+
34
+ ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.8)
35
+
36
+ Fri, 18 Feb 2022 13:35:34 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.6..@fluentui/react-slider_v9.0.0-beta.8)
38
+
39
+ ### Changes
40
+
41
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
42
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
43
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
44
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
45
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
46
+ - Bump @fluentui/react-label to v9.0.0-beta.7 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
47
+
48
+ ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.6)
49
+
50
+ Thu, 10 Feb 2022 08:50:49 GMT
51
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.5..@fluentui/react-slider_v9.0.0-beta.6)
52
+
53
+ ### Changes
54
+
55
+ - Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
56
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
57
+ - move slider to unstable ([PR #21506](https://github.com/microsoft/fluentui/pull/21506) by mgodbolt@microsoft.com)
58
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
59
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
60
+ - Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
61
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
62
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
63
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
64
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
65
+ - Bump @fluentui/react-label to v9.0.0-beta.5 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
66
+
67
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.5)
68
+
69
+ Thu, 25 Nov 2021 08:34:17 GMT
70
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.4..@fluentui/react-slider_v9.0.0-beta.5)
71
+
72
+ ### Changes
73
+
74
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
75
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
76
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
77
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
78
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
79
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
80
+ - Bump @fluentui/react-label to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
81
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
82
+
83
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.4)
84
+
85
+ Fri, 12 Nov 2021 13:25:32 GMT
86
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.3..@fluentui/react-slider_v9.0.0-beta.4)
87
+
88
+ ### Changes
89
+
90
+ - export static classes for components ([PR #20455](https://github.com/microsoft/fluentui/pull/20455) by olfedias@microsoft.com)
91
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
92
+ - remove temporary workaround with duplicated classes constants ([PR #20538](https://github.com/microsoft/fluentui/pull/20538) by olfedias@microsoft.com)
93
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
94
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
95
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
96
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
97
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
98
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
99
+ - Bump @fluentui/react-label to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
100
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
101
+
102
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.3)
103
+
104
+ Wed, 27 Oct 2021 12:14:22 GMT
105
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.2..@fluentui/react-slider_v9.0.0-beta.3)
106
+
107
+ ### Changes
108
+
109
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
110
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
111
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
112
+ - Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
113
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
114
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
115
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
116
+ - Bump @fluentui/react-label to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
117
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
118
+
119
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.2)
120
+
121
+ Tue, 12 Oct 2021 19:45:58 GMT
122
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.1..@fluentui/react-slider_v9.0.0-beta.2)
123
+
124
+ ### Changes
125
+
126
+ - Bump @fluentui/react-tabster to v9.0.0-beta.2 ([PR #20132](https://github.com/microsoft/fluentui/pull/20132) by beachball)
127
+
7
128
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.1)
8
129
 
9
- Wed, 06 Oct 2021 10:36:00 GMT
130
+ Wed, 06 Oct 2021 10:37:22 GMT
10
131
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.18..@fluentui/react-slider_v9.0.0-beta.1)
11
132
 
12
133
  ### Changes