@fluentui/react-components 9.60.0 → 9.61.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,6 +28,9 @@ _export(exports, {
28
28
  AccordionProvider: function() {
29
29
  return _reactaccordion.AccordionProvider;
30
30
  },
31
+ AlphaSlider: function() {
32
+ return _reactcolorpicker.AlphaSlider;
33
+ },
31
34
  AnnounceProvider: function() {
32
35
  return _reactsharedcontexts.AnnounceProvider;
33
36
  },
@@ -145,6 +148,15 @@ _export(exports, {
145
148
  Checkbox: function() {
146
149
  return _reactcheckbox.Checkbox;
147
150
  },
151
+ ColorArea: function() {
152
+ return _reactcolorpicker.ColorArea;
153
+ },
154
+ ColorPicker: function() {
155
+ return _reactcolorpicker.ColorPicker;
156
+ },
157
+ ColorSlider: function() {
158
+ return _reactcolorpicker.ColorSlider;
159
+ },
148
160
  ColorSwatch: function() {
149
161
  return _reactswatchpicker.ColorSwatch;
150
162
  },
@@ -737,6 +749,9 @@ _export(exports, {
737
749
  accordionPanelClassNames: function() {
738
750
  return _reactaccordion.accordionPanelClassNames;
739
751
  },
752
+ alphaSliderClassNames: function() {
753
+ return _reactcolorpicker.alphaSliderClassNames;
754
+ },
740
755
  arrowHeights: function() {
741
756
  return _reactpopover.arrowHeights;
742
757
  },
@@ -854,6 +869,15 @@ _export(exports, {
854
869
  checkboxClassNames: function() {
855
870
  return _reactcheckbox.checkboxClassNames;
856
871
  },
872
+ colorAreaClassNames: function() {
873
+ return _reactcolorpicker.colorAreaClassNames;
874
+ },
875
+ colorPickerClassNames: function() {
876
+ return _reactcolorpicker.colorPickerClassNames;
877
+ },
878
+ colorSliderClassNames: function() {
879
+ return _reactcolorpicker.colorSliderClassNames;
880
+ },
857
881
  colorSwatchClassNames: function() {
858
882
  return _reactswatchpicker.colorSwatchClassNames;
859
883
  },
@@ -1197,6 +1221,9 @@ _export(exports, {
1197
1221
  renderAccordion_unstable: function() {
1198
1222
  return _reactaccordion.renderAccordion_unstable;
1199
1223
  },
1224
+ renderAlphaSlider_unstable: function() {
1225
+ return _reactcolorpicker.renderAlphaSlider_unstable;
1226
+ },
1200
1227
  renderAriaLiveAnnouncer_unstable: function() {
1201
1228
  return _reactaria.renderAriaLiveAnnouncer_unstable;
1202
1229
  },
@@ -1275,6 +1302,15 @@ _export(exports, {
1275
1302
  renderCheckbox_unstable: function() {
1276
1303
  return _reactcheckbox.renderCheckbox_unstable;
1277
1304
  },
1305
+ renderColorArea_unstable: function() {
1306
+ return _reactcolorpicker.renderColorArea_unstable;
1307
+ },
1308
+ renderColorPicker_unstable: function() {
1309
+ return _reactcolorpicker.renderColorPicker_unstable;
1310
+ },
1311
+ renderColorSlider_unstable: function() {
1312
+ return _reactcolorpicker.renderColorSlider_unstable;
1313
+ },
1278
1314
  renderColorSwatch_unstable: function() {
1279
1315
  return _reactswatchpicker.renderColorSwatch_unstable;
1280
1316
  },
@@ -1994,6 +2030,12 @@ _export(exports, {
1994
2030
  useAccordion_unstable: function() {
1995
2031
  return _reactaccordion.useAccordion_unstable;
1996
2032
  },
2033
+ useAlphaSliderStyles_unstable: function() {
2034
+ return _reactcolorpicker.useAlphaSliderStyles_unstable;
2035
+ },
2036
+ useAlphaSlider_unstable: function() {
2037
+ return _reactcolorpicker.useAlphaSlider_unstable;
2038
+ },
1997
2039
  useAnimationFrame: function() {
1998
2040
  return _reactutilities.useAnimationFrame;
1999
2041
  },
@@ -2177,6 +2219,24 @@ _export(exports, {
2177
2219
  useCheckmarkStyles_unstable: function() {
2178
2220
  return _reactmenu.useCheckmarkStyles_unstable;
2179
2221
  },
2222
+ useColorAreaStyles_unstable: function() {
2223
+ return _reactcolorpicker.useColorAreaStyles_unstable;
2224
+ },
2225
+ useColorArea_unstable: function() {
2226
+ return _reactcolorpicker.useColorArea_unstable;
2227
+ },
2228
+ useColorPickerStyles_unstable: function() {
2229
+ return _reactcolorpicker.useColorPickerStyles_unstable;
2230
+ },
2231
+ useColorPicker_unstable: function() {
2232
+ return _reactcolorpicker.useColorPicker_unstable;
2233
+ },
2234
+ useColorSliderStyles_unstable: function() {
2235
+ return _reactcolorpicker.useColorSliderStyles_unstable;
2236
+ },
2237
+ useColorSlider_unstable: function() {
2238
+ return _reactcolorpicker.useColorSlider_unstable;
2239
+ },
2180
2240
  useColorSwatchStyles_unstable: function() {
2181
2241
  return _reactswatchpicker.useColorSwatchStyles_unstable;
2182
2242
  },
@@ -3338,3 +3398,4 @@ const _reactswatchpicker = require("@fluentui/react-swatch-picker");
3338
3398
  const _reactmotion = require("@fluentui/react-motion");
3339
3399
  const _reactcarousel = require("@fluentui/react-carousel");
3340
3400
  const _reactlist = require("@fluentui/react-list");
3401
+ const _reactcolorpicker = require("@fluentui/react-color-picker");