@fluentui/react-slider 9.0.0-beta.5 → 9.0.0-beta.6

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 (160) hide show
  1. package/CHANGELOG.json +92 -9
  2. package/CHANGELOG.md +29 -10
  3. package/dist/react-slider.d.ts +31 -140
  4. package/lib/components/Slider/Slider.js +6 -6
  5. package/lib/components/Slider/Slider.js.map +1 -1
  6. package/lib/components/Slider/Slider.types.d.ts +26 -55
  7. package/lib/components/Slider/index.d.ts +2 -2
  8. package/lib/components/Slider/index.js +2 -2
  9. package/lib/components/Slider/index.js.map +1 -1
  10. package/lib/components/Slider/renderSlider.d.ts +1 -1
  11. package/lib/components/Slider/renderSlider.js +7 -4
  12. package/lib/components/Slider/renderSlider.js.map +1 -1
  13. package/lib/components/Slider/useSlider.d.ts +2 -6
  14. package/lib/components/Slider/useSlider.js +28 -57
  15. package/lib/components/Slider/useSlider.js.map +1 -1
  16. package/lib/components/Slider/useSliderState.d.ts +1 -2
  17. package/lib/components/Slider/useSliderState.js +37 -159
  18. package/lib/components/Slider/useSliderState.js.map +1 -1
  19. package/lib/components/Slider/useSliderStyles.d.ts +9 -35
  20. package/lib/components/Slider/useSliderStyles.js +142 -301
  21. package/lib/components/Slider/useSliderStyles.js.map +1 -1
  22. package/lib/index.d.ts +0 -1
  23. package/lib/index.js +0 -1
  24. package/lib/index.js.map +1 -1
  25. package/lib-commonjs/components/Slider/Slider.js +3 -3
  26. package/lib-commonjs/components/Slider/Slider.js.map +1 -1
  27. package/lib-commonjs/components/Slider/Slider.types.d.ts +26 -55
  28. package/lib-commonjs/components/Slider/index.d.ts +2 -2
  29. package/lib-commonjs/components/Slider/index.js +5 -5
  30. package/lib-commonjs/components/Slider/index.js.map +1 -1
  31. package/lib-commonjs/components/Slider/renderSlider.d.ts +1 -1
  32. package/lib-commonjs/components/Slider/renderSlider.js +9 -7
  33. package/lib-commonjs/components/Slider/renderSlider.js.map +1 -1
  34. package/lib-commonjs/components/Slider/useSlider.d.ts +2 -6
  35. package/lib-commonjs/components/Slider/useSlider.js +29 -58
  36. package/lib-commonjs/components/Slider/useSlider.js.map +1 -1
  37. package/lib-commonjs/components/Slider/useSliderState.d.ts +1 -2
  38. package/lib-commonjs/components/Slider/useSliderState.js +39 -163
  39. package/lib-commonjs/components/Slider/useSliderState.js.map +1 -1
  40. package/lib-commonjs/components/Slider/useSliderStyles.d.ts +9 -35
  41. package/lib-commonjs/components/Slider/useSliderStyles.js +149 -307
  42. package/lib-commonjs/components/Slider/useSliderStyles.js.map +1 -1
  43. package/lib-commonjs/index.d.ts +0 -1
  44. package/lib-commonjs/index.js +0 -2
  45. package/lib-commonjs/index.js.map +1 -1
  46. package/package.json +12 -13
  47. package/lib/RangedSlider.d.ts +0 -1
  48. package/lib/RangedSlider.js +0 -2
  49. package/lib/RangedSlider.js.map +0 -1
  50. package/lib/common/isConformant.d.ts +0 -4
  51. package/lib/common/isConformant.js +0 -12
  52. package/lib/common/isConformant.js.map +0 -1
  53. package/lib/components/RangedSlider/RangedSlider.d.ts +0 -6
  54. package/lib/components/RangedSlider/RangedSlider.js +0 -15
  55. package/lib/components/RangedSlider/RangedSlider.js.map +0 -1
  56. package/lib/components/RangedSlider/RangedSlider.types.d.ts +0 -53
  57. package/lib/components/RangedSlider/RangedSlider.types.js +0 -2
  58. package/lib/components/RangedSlider/RangedSlider.types.js.map +0 -1
  59. package/lib/components/RangedSlider/index.d.ts +0 -6
  60. package/lib/components/RangedSlider/index.js +0 -7
  61. package/lib/components/RangedSlider/index.js.map +0 -1
  62. package/lib/components/RangedSlider/renderRangedSlider.d.ts +0 -5
  63. package/lib/components/RangedSlider/renderRangedSlider.js +0 -19
  64. package/lib/components/RangedSlider/renderRangedSlider.js.map +0 -1
  65. package/lib/components/RangedSlider/useRangedSlider.d.ts +0 -6
  66. package/lib/components/RangedSlider/useRangedSlider.js +0 -115
  67. package/lib/components/RangedSlider/useRangedSlider.js.map +0 -1
  68. package/lib/components/RangedSlider/useRangedSliderState.d.ts +0 -2
  69. package/lib/components/RangedSlider/useRangedSliderState.js +0 -258
  70. package/lib/components/RangedSlider/useRangedSliderState.js.map +0 -1
  71. package/lib/components/RangedSlider/useRangedSliderStyles.d.ts +0 -5
  72. package/lib/components/RangedSlider/useRangedSliderStyles.js +0 -93
  73. package/lib/components/RangedSlider/useRangedSliderStyles.js.map +0 -1
  74. package/lib/utils/calculateSteps.d.ts +0 -5
  75. package/lib/utils/calculateSteps.js +0 -27
  76. package/lib/utils/calculateSteps.js.map +0 -1
  77. package/lib/utils/findClosestThumb.d.ts +0 -4
  78. package/lib/utils/findClosestThumb.js +0 -7
  79. package/lib/utils/findClosestThumb.js.map +0 -1
  80. package/lib/utils/getKeydownValue.d.ts +0 -6
  81. package/lib/utils/getKeydownValue.js +0 -35
  82. package/lib/utils/getKeydownValue.js.map +0 -1
  83. package/lib/utils/getMarkPercent.d.ts +0 -12
  84. package/lib/utils/getMarkPercent.js +0 -27
  85. package/lib/utils/getMarkPercent.js.map +0 -1
  86. package/lib/utils/getMarkValues.d.ts +0 -13
  87. package/lib/utils/getMarkValues.js +0 -27
  88. package/lib/utils/getMarkValues.js.map +0 -1
  89. package/lib/utils/getPercent.d.ts +0 -8
  90. package/lib/utils/getPercent.js +0 -11
  91. package/lib/utils/getPercent.js.map +0 -1
  92. package/lib/utils/index.d.ts +0 -9
  93. package/lib/utils/index.js +0 -10
  94. package/lib/utils/index.js.map +0 -1
  95. package/lib/utils/on.d.ts +0 -11
  96. package/lib/utils/on.js +0 -15
  97. package/lib/utils/on.js.map +0 -1
  98. package/lib/utils/renderMarks.d.ts +0 -11
  99. package/lib/utils/renderMarks.js +0 -24
  100. package/lib/utils/renderMarks.js.map +0 -1
  101. package/lib/utils/validateRangedThumbValues.d.ts +0 -4
  102. package/lib/utils/validateRangedThumbValues.js +0 -7
  103. package/lib/utils/validateRangedThumbValues.js.map +0 -1
  104. package/lib-commonjs/RangedSlider.d.ts +0 -1
  105. package/lib-commonjs/RangedSlider.js +0 -10
  106. package/lib-commonjs/RangedSlider.js.map +0 -1
  107. package/lib-commonjs/common/isConformant.d.ts +0 -4
  108. package/lib-commonjs/common/isConformant.js +0 -23
  109. package/lib-commonjs/common/isConformant.js.map +0 -1
  110. package/lib-commonjs/components/RangedSlider/RangedSlider.d.ts +0 -6
  111. package/lib-commonjs/components/RangedSlider/RangedSlider.js +0 -26
  112. package/lib-commonjs/components/RangedSlider/RangedSlider.js.map +0 -1
  113. package/lib-commonjs/components/RangedSlider/RangedSlider.types.d.ts +0 -53
  114. package/lib-commonjs/components/RangedSlider/RangedSlider.types.js +0 -6
  115. package/lib-commonjs/components/RangedSlider/RangedSlider.types.js.map +0 -1
  116. package/lib-commonjs/components/RangedSlider/index.d.ts +0 -6
  117. package/lib-commonjs/components/RangedSlider/index.js +0 -34
  118. package/lib-commonjs/components/RangedSlider/index.js.map +0 -1
  119. package/lib-commonjs/components/RangedSlider/renderRangedSlider.d.ts +0 -5
  120. package/lib-commonjs/components/RangedSlider/renderRangedSlider.js +0 -30
  121. package/lib-commonjs/components/RangedSlider/renderRangedSlider.js.map +0 -1
  122. package/lib-commonjs/components/RangedSlider/useRangedSlider.d.ts +0 -6
  123. package/lib-commonjs/components/RangedSlider/useRangedSlider.js +0 -126
  124. package/lib-commonjs/components/RangedSlider/useRangedSlider.js.map +0 -1
  125. package/lib-commonjs/components/RangedSlider/useRangedSliderState.d.ts +0 -2
  126. package/lib-commonjs/components/RangedSlider/useRangedSliderState.js +0 -272
  127. package/lib-commonjs/components/RangedSlider/useRangedSliderState.js.map +0 -1
  128. package/lib-commonjs/components/RangedSlider/useRangedSliderStyles.d.ts +0 -5
  129. package/lib-commonjs/components/RangedSlider/useRangedSliderStyles.js +0 -105
  130. package/lib-commonjs/components/RangedSlider/useRangedSliderStyles.js.map +0 -1
  131. package/lib-commonjs/utils/calculateSteps.d.ts +0 -5
  132. package/lib-commonjs/utils/calculateSteps.js +0 -37
  133. package/lib-commonjs/utils/calculateSteps.js.map +0 -1
  134. package/lib-commonjs/utils/findClosestThumb.d.ts +0 -4
  135. package/lib-commonjs/utils/findClosestThumb.js +0 -16
  136. package/lib-commonjs/utils/findClosestThumb.js.map +0 -1
  137. package/lib-commonjs/utils/getKeydownValue.d.ts +0 -6
  138. package/lib-commonjs/utils/getKeydownValue.js +0 -45
  139. package/lib-commonjs/utils/getKeydownValue.js.map +0 -1
  140. package/lib-commonjs/utils/getMarkPercent.d.ts +0 -12
  141. package/lib-commonjs/utils/getMarkPercent.js +0 -36
  142. package/lib-commonjs/utils/getMarkPercent.js.map +0 -1
  143. package/lib-commonjs/utils/getMarkValues.d.ts +0 -13
  144. package/lib-commonjs/utils/getMarkValues.js +0 -37
  145. package/lib-commonjs/utils/getMarkValues.js.map +0 -1
  146. package/lib-commonjs/utils/getPercent.d.ts +0 -8
  147. package/lib-commonjs/utils/getPercent.js +0 -20
  148. package/lib-commonjs/utils/getPercent.js.map +0 -1
  149. package/lib-commonjs/utils/index.d.ts +0 -9
  150. package/lib-commonjs/utils/index.js +0 -26
  151. package/lib-commonjs/utils/index.js.map +0 -1
  152. package/lib-commonjs/utils/on.d.ts +0 -11
  153. package/lib-commonjs/utils/on.js +0 -24
  154. package/lib-commonjs/utils/on.js.map +0 -1
  155. package/lib-commonjs/utils/renderMarks.d.ts +0 -11
  156. package/lib-commonjs/utils/renderMarks.js +0 -36
  157. package/lib-commonjs/utils/renderMarks.js.map +0 -1
  158. package/lib-commonjs/utils/validateRangedThumbValues.d.ts +0 -4
  159. package/lib-commonjs/utils/validateRangedThumbValues.js +0 -17
  160. package/lib-commonjs/utils/validateRangedThumbValues.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,90 @@
2
2
  "name": "@fluentui/react-slider",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 25 Nov 2021 08:31:35 GMT",
5
+ "date": "Thu, 10 Feb 2022 08:44:03 GMT",
6
+ "tag": "@fluentui/react-slider_v9.0.0-beta.6",
7
+ "version": "9.0.0-beta.6",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "Humberto.Morimoto@microsoft.com",
12
+ "package": "@fluentui/react-slider",
13
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
14
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
15
+ },
16
+ {
17
+ "author": "behowell@microsoft.com",
18
+ "package": "@fluentui/react-slider",
19
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
20
+ "comment": "Remove component's shorthandProps array"
21
+ },
22
+ {
23
+ "author": "mgodbolt@microsoft.com",
24
+ "package": "@fluentui/react-slider",
25
+ "commit": "0a220897d7f6b3029b7c7f18b6ecc28a3131345f",
26
+ "comment": "move slider to unstable"
27
+ },
28
+ {
29
+ "author": "mgodbolt@microsoft.com",
30
+ "package": "@fluentui/react-slider",
31
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
32
+ "comment": "remove export of commons types"
33
+ },
34
+ {
35
+ "author": "behowell@microsoft.com",
36
+ "package": "@fluentui/react-slider",
37
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
38
+ "comment": "Refactor component Slot typings"
39
+ },
40
+ {
41
+ "author": "lingfangao@hotmail.com",
42
+ "package": "@fluentui/react-slider",
43
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
44
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-slider",
49
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
50
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-slider",
55
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
56
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-slider",
61
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
62
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-slider",
67
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
68
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-slider",
73
+ "comment": "Bump @fluentui/react-label to v9.0.0-beta.5",
74
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
75
+ }
76
+ ],
77
+ "none": [
78
+ {
79
+ "author": "me@levithomason.com",
80
+ "package": "@fluentui/react-slider",
81
+ "commit": "4bd15194a66379b165043141c266faa0c1ea1502",
82
+ "comment": "document how to import preview components"
83
+ }
84
+ ]
85
+ }
86
+ },
87
+ {
88
+ "date": "Thu, 25 Nov 2021 08:34:17 GMT",
6
89
  "tag": "@fluentui/react-slider_v9.0.0-beta.5",
7
90
  "version": "9.0.0-beta.5",
8
91
  "comments": {
@@ -11,49 +94,49 @@
11
94
  "author": "beachball",
12
95
  "package": "@fluentui/react-slider",
13
96
  "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
14
- "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
97
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
15
98
  },
16
99
  {
17
100
  "author": "beachball",
18
101
  "package": "@fluentui/react-slider",
19
102
  "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
20
- "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
103
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
21
104
  },
22
105
  {
23
106
  "author": "beachball",
24
107
  "package": "@fluentui/react-slider",
25
108
  "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
26
- "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
109
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
27
110
  },
28
111
  {
29
112
  "author": "beachball",
30
113
  "package": "@fluentui/react-slider",
31
114
  "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
32
- "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
115
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
33
116
  },
34
117
  {
35
118
  "author": "beachball",
36
119
  "package": "@fluentui/react-slider",
37
120
  "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
38
- "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
121
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
39
122
  },
40
123
  {
41
124
  "author": "beachball",
42
125
  "package": "@fluentui/react-slider",
43
126
  "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
44
- "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
127
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
45
128
  },
46
129
  {
47
130
  "author": "beachball",
48
131
  "package": "@fluentui/react-slider",
49
132
  "comment": "Bump @fluentui/react-label to v9.0.0-beta.4",
50
- "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
133
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
51
134
  },
52
135
  {
53
136
  "author": "beachball",
54
137
  "package": "@fluentui/react-slider",
55
138
  "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
56
- "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
139
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
57
140
  }
58
141
  ]
59
142
  }
package/CHANGELOG.md CHANGED
@@ -1,24 +1,43 @@
1
1
  # Change Log - @fluentui/react-slider
2
2
 
3
- This log was last generated on Thu, 25 Nov 2021 08:31:35 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 10 Feb 2022 08:44:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.6)
8
+
9
+ Thu, 10 Feb 2022 08:44:03 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.5..@fluentui/react-slider_v9.0.0-beta.6)
11
+
12
+ ### Changes
13
+
14
+ - Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
15
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
16
+ - move slider to unstable ([PR #21506](https://github.com/microsoft/fluentui/pull/21506) by mgodbolt@microsoft.com)
17
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
18
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
19
+ - Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
20
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
21
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
22
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
23
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
24
+ - Bump @fluentui/react-label to v9.0.0-beta.5 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
25
+
7
26
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.5)
8
27
 
9
- Thu, 25 Nov 2021 08:31:35 GMT
28
+ Thu, 25 Nov 2021 08:34:17 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-beta.4..@fluentui/react-slider_v9.0.0-beta.5)
11
30
 
12
31
  ### Changes
13
32
 
14
- - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20609](https://github.com/microsoft/fluentui/pull/20609) by beachball)
15
- - Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20609](https://github.com/microsoft/fluentui/pull/20609) by beachball)
16
- - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20609](https://github.com/microsoft/fluentui/pull/20609) by beachball)
17
- - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20609](https://github.com/microsoft/fluentui/pull/20609) by beachball)
18
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20609](https://github.com/microsoft/fluentui/pull/20609) by beachball)
19
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20609](https://github.com/microsoft/fluentui/pull/20609) by beachball)
20
- - Bump @fluentui/react-label to v9.0.0-beta.4 ([PR #20609](https://github.com/microsoft/fluentui/pull/20609) by beachball)
21
- - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20609](https://github.com/microsoft/fluentui/pull/20609) by beachball)
33
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
34
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
35
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
36
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
37
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
38
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
39
+ - Bump @fluentui/react-label to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
40
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
22
41
 
23
42
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-beta.4)
24
43
 
@@ -1,79 +1,13 @@
1
- import { ComponentProps } from '@fluentui/react-utilities';
2
- import { ComponentState } from '@fluentui/react-utilities';
1
+ import type { ComponentProps } from '@fluentui/react-utilities';
2
+ import type { ComponentState } from '@fluentui/react-utilities';
3
3
  import type { ForwardRefComponent } from '@fluentui/react-utilities';
4
- import { IntrinsicShorthandProps } from '@fluentui/react-utilities';
5
4
  import * as React_2 from 'react';
6
-
7
- /**
8
- * The RangedSlider component allows users to quickly select a range by dragging a lower or upper thumb across a rail.
9
- */
10
- export declare const RangedSlider: ForwardRefComponent<RangedSliderProps>;
11
-
12
- export declare const rangedSliderClassName = "fui-RangedSlider";
13
-
14
- export declare interface RangedSliderCommons extends Omit<SliderCommons, 'value' | 'defaultValue' | 'origin' | 'onChange'> {
15
- /**
16
- * The starting value for an uncontrolled RangedSlider. The first value is always lower than the second value.
17
- * Mutually exclusive with `value` prop.
18
- */
19
- defaultValue?: [number, number];
20
- /**
21
- * The current value of the controlled RangedSlider. The first value is always lower than the second value.
22
- * Mutually exclusive with `defaultValue` prop.
23
- */
24
- value?: [number, number];
25
- /**
26
- * Triggers a callback when the value has been changed. This will be called on every individual step.
27
- */
28
- onChange?: (ev: React_2.PointerEvent<HTMLDivElement> | React_2.KeyboardEvent<HTMLDivElement>, data: {
29
- value: [number, number];
30
- }) => void;
31
- }
32
-
33
- export declare interface RangedSliderProps extends Omit<ComponentProps<RangedSliderSlots>, 'onChange' | 'defaultValue'>, RangedSliderCommons {
34
- }
35
-
36
- export declare type RangedSliderSlots = Omit<SliderSlots, 'thumb' | 'thumbWrapper' | 'input'> & {
37
- /**
38
- * The lower draggable icon used to select a given value in the RangedSlider.
39
- */
40
- lowerThumb: IntrinsicShorthandProps<'div'>;
41
- /**
42
- * The wrapper around the RangedSlider's lower thumb.
43
- * It is primarily used to handle the dragging animation from translateX.
44
- */
45
- lowerThumbWrapper: IntrinsicShorthandProps<'div'>;
46
- /**
47
- * The upper draggable icon used to select a given value in the RangedSlider.
48
- */
49
- upperThumb: IntrinsicShorthandProps<'div'>;
50
- /**
51
- * The wrapper around the RangedSlider's upper thumb.
52
- * It is primarily used to handle the dragging animation from translateX.
53
- */
54
- upperThumbWrapper: IntrinsicShorthandProps<'div'>;
55
- /**
56
- * The hidden input for the Slider's lower thumb.
57
- */
58
- lowerInput: IntrinsicShorthandProps<'input'>;
59
- /**
60
- * The hidden input for the Slider's upper thumb.
61
- */
62
- upperInput: IntrinsicShorthandProps<'input'>;
63
- };
64
-
65
- export declare interface RangedSliderState extends ComponentState<RangedSliderSlots>, RangedSliderCommons {
66
- }
67
-
68
- /**
69
- * Render the final JSX of RangedSlider
70
- */
71
- export declare const renderRangedSlider: (state: RangedSliderState) => JSX.Element;
5
+ import type { Slot } from '@fluentui/react-utilities';
72
6
 
73
7
  /**
74
8
  * Render the final JSX of Slider
75
9
  */
76
- export declare const renderSlider: (state: SliderState) => JSX.Element;
10
+ export declare const renderSlider_unstable: (state: SliderState) => JSX.Element;
77
11
 
78
12
  /**
79
13
  * The Slider component allows users to quickly select a value by dragging a thumb across a rail.
@@ -82,7 +16,7 @@ export declare const Slider: ForwardRefComponent<SliderProps>;
82
16
 
83
17
  export declare const sliderClassName = "fui-Slider";
84
18
 
85
- export declare type SliderCommons = {
19
+ declare type SliderCommons = {
86
20
  /**
87
21
  * The starting value for an uncontrolled Slider.
88
22
  * Mutually exclusive with `value` prop.
@@ -109,14 +43,6 @@ export declare type SliderCommons = {
109
43
  * @default 1
110
44
  */
111
45
  step?: number;
112
- /**
113
- * The number of steps that the Slider's value will change by during a key press. When provided, the `keyboardSteps`
114
- * will be separated from the pointer `steps` allowing for the value to go outside of pointer related
115
- * snapping values.
116
- *
117
- * @default `step` or 1
118
- */
119
- keyboardStep?: number;
120
46
  /**
121
47
  * Whether to render the Slider as disabled.
122
48
  *
@@ -128,18 +54,6 @@ export declare type SliderCommons = {
128
54
  * @default `false` (renders horizontally)
129
55
  */
130
56
  vertical?: boolean;
131
- /**
132
- * When enabled, small marks are displayed across the Slider, showing potential steps.
133
- *
134
- * - If `true`, marks are visible at each `step`.
135
- * - If `number[]`, marks will be displayed at each provided number. Numbers must be in ascending order.
136
- * - If `{}[]`, mark is shown at the value location and displays any provided custom labels and marks.
137
- */
138
- marks?: boolean | (number | {
139
- value: number;
140
- label?: string | JSX.Element;
141
- mark?: JSX.Element;
142
- })[];
143
57
  /**
144
58
  * The starting origin point for the Slider.
145
59
  * @default min
@@ -153,87 +67,64 @@ export declare type SliderCommons = {
153
67
  /**
154
68
  * Triggers a callback when the value has been changed. This will be called on every individual step.
155
69
  */
156
- onChange?: (ev: React_2.PointerEvent<HTMLDivElement> | React_2.KeyboardEvent<HTMLDivElement>, data: {
157
- value: number;
158
- }) => void;
70
+ onChange?: (ev: React_2.ChangeEvent<HTMLInputElement>, data: SliderOnChangeData) => void;
159
71
  /**
160
72
  * The Slider's current value label to be read by the screen reader.
161
73
  */
162
- ariaValueText?: (value: number) => string;
74
+ getAriaValueText?: (value: number) => string;
163
75
  };
164
76
 
165
- export declare type SliderProps = Omit<ComponentProps<SliderSlots>, 'onChange' | 'defaultValue'> & SliderCommons;
77
+ export declare type SliderOnChangeData = {
78
+ value: number;
79
+ };
166
80
 
167
- /**
168
- * Array of all shorthand properties listed in sliderShorthandProps
169
- */
170
- export declare const sliderShorthandProps: (keyof SliderSlots)[];
81
+ export declare type SliderProps = Omit<ComponentProps<Partial<SliderSlots>, 'input'>, 'defaultValue' | 'onChange' | 'size' | 'value'> & SliderCommons;
171
82
 
172
83
  export declare type SliderSlots = {
173
84
  /**
174
85
  * The root of the Slider.
86
+ * The root slot receives the `className` and `style` specified directly on the `<Slider>`.
87
+ * All other native props will be applied to the primary slot, `input`.
175
88
  */
176
- root: IntrinsicShorthandProps<'div'>;
89
+ root: NonNullable<Slot<'div'>>;
177
90
  /**
178
91
  * The Slider's base. It is used to visibly display the min and max selectable values.
179
92
  */
180
- rail: IntrinsicShorthandProps<'div'>;
181
- /**
182
- * The wrapper around the Slider component.
183
- */
184
- sliderWrapper: IntrinsicShorthandProps<'div'>;
185
- /**
186
- * The wrapper around the Slider's track. It is primarily used to handle the positioning of the track.
187
- */
188
- trackWrapper: IntrinsicShorthandProps<'div'>;
189
- /**
190
- * The bar showing the current selected area adjacent to the Slider's thumb.
191
- */
192
- track: IntrinsicShorthandProps<'div'>;
193
- /**
194
- * The wrapper holding the marks and mark labels for the Slider.
195
- */
196
- marksWrapper: IntrinsicShorthandProps<'div'>;
197
- /**
198
- * The wrapper around the Slider's thumb. It is primarily used to handle the dragging animation from translateX.
199
- */
200
- thumbWrapper: IntrinsicShorthandProps<'div'>;
93
+ rail: NonNullable<Slot<'div'>>;
201
94
  /**
202
95
  * The draggable icon used to select a given value from the Slider.
203
96
  * This is the element containing `role = 'slider'`.
204
97
  */
205
- thumb: IntrinsicShorthandProps<'div'>;
206
- /**
207
- * The area in which the Slider's rail allows for the thumb to be dragged.
208
- */
209
- activeRail: IntrinsicShorthandProps<'div'>;
98
+ thumb: NonNullable<Slot<'div'>>;
210
99
  /**
211
100
  * The hidden input for the Slider.
101
+ * This is the PRIMARY slot: all native properties specified directly on `<Slider>` will be applied to this slot,
102
+ * except `className` and `style`, which remain on the root slot.
103
+ *
212
104
  */
213
- input: IntrinsicShorthandProps<'input'>;
105
+ input: NonNullable<Slot<'input'>> & {
106
+ /**
107
+ * Orient is a non standard attribute that allows for vertical orientation in Firefox. It is set internally
108
+ * when `vertical` is set to true.
109
+ * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range#non_standard_attributes
110
+ * Webkit/Chromium support for vertical inputs is provided via -webkit-appearance css property
111
+ */
112
+ orient?: 'horizontal' | 'vertical';
113
+ };
214
114
  };
215
115
 
216
116
  export declare type SliderState = ComponentState<SliderSlots> & SliderCommons;
217
117
 
218
- /**
219
- * Given user props, returns state and render function for a RangedSlider.
220
- */
221
- export declare const useRangedSlider: (props: RangedSliderProps, ref: React_2.Ref<HTMLElement>) => RangedSliderState;
222
-
223
- export declare const useRangedSliderState: (state: RangedSliderState) => RangedSliderState;
224
-
225
- export declare const useRangedSliderStyles: (state: RangedSliderState) => RangedSliderState;
226
-
227
118
  /**
228
119
  * Given user props, returns state and render function for a Slider.
229
120
  */
230
- export declare const useSlider: (props: SliderProps, ref: React_2.Ref<HTMLElement>) => SliderState;
121
+ export declare const useSlider_unstable: (props: SliderProps, ref: React_2.Ref<HTMLInputElement>) => SliderState;
231
122
 
232
- export declare const useSliderState: (state: SliderState) => SliderState;
123
+ export declare const useSliderState_unstable: (state: SliderState) => SliderState;
233
124
 
234
125
  /**
235
126
  * Apply styling to the Slider slots based on the state
236
127
  */
237
- export declare const useSliderStyles: (state: SliderState) => SliderState;
128
+ export declare const useSliderStyles_unstable: (state: SliderState) => SliderState;
238
129
 
239
130
  export { }
@@ -1,15 +1,15 @@
1
1
  import * as React from 'react';
2
- import { useSlider } from './useSlider';
3
- import { renderSlider } from './renderSlider';
4
- import { useSliderStyles } from './useSliderStyles';
2
+ import { useSlider_unstable } from './useSlider';
3
+ import { renderSlider_unstable } from './renderSlider';
4
+ import { useSliderStyles_unstable } from './useSliderStyles';
5
5
  /**
6
6
  * The Slider component allows users to quickly select a value by dragging a thumb across a rail.
7
7
  */
8
8
 
9
9
  export const Slider = /*#__PURE__*/React.forwardRef((props, ref) => {
10
- const state = useSlider(props, ref);
11
- useSliderStyles(state);
12
- return renderSlider(state);
10
+ const state = useSlider_unstable(props, ref);
11
+ useSliderStyles_unstable(state);
12
+ return renderSlider_unstable(state);
13
13
  });
14
14
  Slider.displayName = 'Slider';
15
15
  //# sourceMappingURL=Slider.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/Slider/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,SAAT,QAA0B,aAA1B;AACA,SAAS,YAAT,QAA6B,gBAA7B;AACA,SAAS,eAAT,QAAgC,mBAAhC;AAIA;;AAEG;;AACH,OAAO,MAAM,MAAM,gBAAqC,KAAK,CAAC,UAAN,CAAiB,CAAC,KAAD,EAAQ,GAAR,KAAe;AACtF,QAAM,KAAK,GAAG,SAAS,CAAC,KAAD,EAAQ,GAAR,CAAvB;AAEA,EAAA,eAAe,CAAC,KAAD,CAAf;AAEA,SAAO,YAAY,CAAC,KAAD,CAAnB;AACD,CANuD,CAAjD;AAOP,MAAM,CAAC,WAAP,GAAqB,QAArB","sourceRoot":""}
1
+ {"version":3,"sources":["../../../src/components/Slider/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,kBAAT,QAAmC,aAAnC;AACA,SAAS,qBAAT,QAAsC,gBAAtC;AACA,SAAS,wBAAT,QAAyC,mBAAzC;AAIA;;AAEG;;AACH,OAAO,MAAM,MAAM,gBAAqC,KAAK,CAAC,UAAN,CAAiB,CAAC,KAAD,EAAQ,GAAR,KAAe;AACtF,QAAM,KAAK,GAAG,kBAAkB,CAAC,KAAD,EAAQ,GAAR,CAAhC;AAEA,EAAA,wBAAwB,CAAC,KAAD,CAAxB;AAEA,SAAO,qBAAqB,CAAC,KAAD,CAA5B;AACD,CANuD,CAAjD;AAOP,MAAM,CAAC,WAAP,GAAqB,QAArB","sourceRoot":""}
@@ -1,49 +1,38 @@
1
1
  import * as React from 'react';
2
- import { ComponentState, ComponentProps, IntrinsicShorthandProps } from '@fluentui/react-utilities';
2
+ import type { ComponentState, ComponentProps, Slot } from '@fluentui/react-utilities';
3
3
  export declare type SliderSlots = {
4
4
  /**
5
5
  * The root of the Slider.
6
+ * The root slot receives the `className` and `style` specified directly on the `<Slider>`.
7
+ * All other native props will be applied to the primary slot, `input`.
6
8
  */
7
- root: IntrinsicShorthandProps<'div'>;
9
+ root: NonNullable<Slot<'div'>>;
8
10
  /**
9
11
  * The Slider's base. It is used to visibly display the min and max selectable values.
10
12
  */
11
- rail: IntrinsicShorthandProps<'div'>;
12
- /**
13
- * The wrapper around the Slider component.
14
- */
15
- sliderWrapper: IntrinsicShorthandProps<'div'>;
16
- /**
17
- * The wrapper around the Slider's track. It is primarily used to handle the positioning of the track.
18
- */
19
- trackWrapper: IntrinsicShorthandProps<'div'>;
20
- /**
21
- * The bar showing the current selected area adjacent to the Slider's thumb.
22
- */
23
- track: IntrinsicShorthandProps<'div'>;
24
- /**
25
- * The wrapper holding the marks and mark labels for the Slider.
26
- */
27
- marksWrapper: IntrinsicShorthandProps<'div'>;
28
- /**
29
- * The wrapper around the Slider's thumb. It is primarily used to handle the dragging animation from translateX.
30
- */
31
- thumbWrapper: IntrinsicShorthandProps<'div'>;
13
+ rail: NonNullable<Slot<'div'>>;
32
14
  /**
33
15
  * The draggable icon used to select a given value from the Slider.
34
16
  * This is the element containing `role = 'slider'`.
35
17
  */
36
- thumb: IntrinsicShorthandProps<'div'>;
37
- /**
38
- * The area in which the Slider's rail allows for the thumb to be dragged.
39
- */
40
- activeRail: IntrinsicShorthandProps<'div'>;
18
+ thumb: NonNullable<Slot<'div'>>;
41
19
  /**
42
20
  * The hidden input for the Slider.
21
+ * This is the PRIMARY slot: all native properties specified directly on `<Slider>` will be applied to this slot,
22
+ * except `className` and `style`, which remain on the root slot.
23
+ *
43
24
  */
44
- input: IntrinsicShorthandProps<'input'>;
25
+ input: NonNullable<Slot<'input'>> & {
26
+ /**
27
+ * Orient is a non standard attribute that allows for vertical orientation in Firefox. It is set internally
28
+ * when `vertical` is set to true.
29
+ * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range#non_standard_attributes
30
+ * Webkit/Chromium support for vertical inputs is provided via -webkit-appearance css property
31
+ */
32
+ orient?: 'horizontal' | 'vertical';
33
+ };
45
34
  };
46
- export declare type SliderCommons = {
35
+ declare type SliderCommons = {
47
36
  /**
48
37
  * The starting value for an uncontrolled Slider.
49
38
  * Mutually exclusive with `value` prop.
@@ -70,14 +59,6 @@ export declare type SliderCommons = {
70
59
  * @default 1
71
60
  */
72
61
  step?: number;
73
- /**
74
- * The number of steps that the Slider's value will change by during a key press. When provided, the `keyboardSteps`
75
- * will be separated from the pointer `steps` allowing for the value to go outside of pointer related
76
- * snapping values.
77
- *
78
- * @default `step` or 1
79
- */
80
- keyboardStep?: number;
81
62
  /**
82
63
  * Whether to render the Slider as disabled.
83
64
  *
@@ -89,18 +70,6 @@ export declare type SliderCommons = {
89
70
  * @default `false` (renders horizontally)
90
71
  */
91
72
  vertical?: boolean;
92
- /**
93
- * When enabled, small marks are displayed across the Slider, showing potential steps.
94
- *
95
- * - If `true`, marks are visible at each `step`.
96
- * - If `number[]`, marks will be displayed at each provided number. Numbers must be in ascending order.
97
- * - If `{}[]`, mark is shown at the value location and displays any provided custom labels and marks.
98
- */
99
- marks?: boolean | (number | {
100
- value: number;
101
- label?: string | JSX.Element;
102
- mark?: JSX.Element;
103
- })[];
104
73
  /**
105
74
  * The starting origin point for the Slider.
106
75
  * @default min
@@ -114,13 +83,15 @@ export declare type SliderCommons = {
114
83
  /**
115
84
  * Triggers a callback when the value has been changed. This will be called on every individual step.
116
85
  */
117
- onChange?: (ev: React.PointerEvent<HTMLDivElement> | React.KeyboardEvent<HTMLDivElement>, data: {
118
- value: number;
119
- }) => void;
86
+ onChange?: (ev: React.ChangeEvent<HTMLInputElement>, data: SliderOnChangeData) => void;
120
87
  /**
121
88
  * The Slider's current value label to be read by the screen reader.
122
89
  */
123
- ariaValueText?: (value: number) => string;
90
+ getAriaValueText?: (value: number) => string;
91
+ };
92
+ export declare type SliderOnChangeData = {
93
+ value: number;
124
94
  };
125
- export declare type SliderProps = Omit<ComponentProps<SliderSlots>, 'onChange' | 'defaultValue'> & SliderCommons;
95
+ export declare type SliderProps = Omit<ComponentProps<Partial<SliderSlots>, 'input'>, 'defaultValue' | 'onChange' | 'size' | 'value'> & SliderCommons;
126
96
  export declare type SliderState = ComponentState<SliderSlots> & SliderCommons;
97
+ export {};
@@ -2,5 +2,5 @@ export * from './Slider';
2
2
  export * from './Slider.types';
3
3
  export * from './renderSlider';
4
4
  export * from './useSlider';
5
- export { useSliderState } from './useSliderState';
6
- export { sliderClassName, useSliderStyles } from './useSliderStyles';
5
+ export { useSliderState_unstable } from './useSliderState';
6
+ export { sliderClassName, useSliderStyles_unstable } from './useSliderStyles';
@@ -2,6 +2,6 @@ export * from './Slider';
2
2
  export * from './Slider.types';
3
3
  export * from './renderSlider';
4
4
  export * from './useSlider';
5
- export { useSliderState } from './useSliderState';
6
- export { sliderClassName, useSliderStyles } from './useSliderStyles';
5
+ export { useSliderState_unstable } from './useSliderState';
6
+ export { sliderClassName, useSliderStyles_unstable } from './useSliderStyles';
7
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Slider/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Slider/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC"}
@@ -2,4 +2,4 @@ import type { SliderState } from './Slider.types';
2
2
  /**
3
3
  * Render the final JSX of Slider
4
4
  */
5
- export declare const renderSlider: (state: SliderState) => JSX.Element;
5
+ export declare const renderSlider_unstable: (state: SliderState) => JSX.Element;
@@ -1,15 +1,18 @@
1
1
  import * as React from 'react';
2
2
  import { getSlots } from '@fluentui/react-utilities';
3
- import { sliderShorthandProps } from './useSlider';
4
3
  /**
5
4
  * Render the final JSX of Slider
6
5
  */
7
6
 
8
- export const renderSlider = state => {
7
+ export const renderSlider_unstable = state => {
9
8
  const {
10
9
  slots,
11
10
  slotProps
12
- } = getSlots(state, sliderShorthandProps);
13
- return /*#__PURE__*/React.createElement(slots.root, Object.assign({}, slotProps.root), state.marks && /*#__PURE__*/React.createElement(slots.marksWrapper, Object.assign({}, slotProps.marksWrapper)), /*#__PURE__*/React.createElement(slots.sliderWrapper, Object.assign({}, slotProps.sliderWrapper), /*#__PURE__*/React.createElement(slots.rail, Object.assign({}, slotProps.rail)), /*#__PURE__*/React.createElement(slots.trackWrapper, Object.assign({}, slotProps.trackWrapper), /*#__PURE__*/React.createElement(slots.track, Object.assign({}, slotProps.track))), /*#__PURE__*/React.createElement(slots.thumbWrapper, Object.assign({}, slotProps.thumbWrapper), /*#__PURE__*/React.createElement(slots.thumb, Object.assign({}, slotProps.thumb))), /*#__PURE__*/React.createElement(slots.activeRail, Object.assign({}, slotProps.activeRail)), /*#__PURE__*/React.createElement(slots.input, Object.assign({}, slotProps.input))));
11
+ } = getSlots(state);
12
+ return /*#__PURE__*/React.createElement(slots.root, { ...slotProps.root
13
+ }, /*#__PURE__*/React.createElement(slots.input, { ...slotProps.input
14
+ }), /*#__PURE__*/React.createElement(slots.rail, { ...slotProps.rail
15
+ }), /*#__PURE__*/React.createElement(slots.thumb, { ...slotProps.thumb
16
+ }));
14
17
  };
15
18
  //# sourceMappingURL=renderSlider.js.map