primereact 10.0.8 → 10.0.9

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.
@@ -4281,7 +4281,7 @@ var ComponentBase = {
4281
4281
  ptOptions: undefined,
4282
4282
  unstyled: false
4283
4283
  },
4284
- context: {},
4284
+ context: undefined,
4285
4285
  globalCSS: undefined,
4286
4286
  classes: {},
4287
4287
  styles: '',
@@ -4459,9 +4459,8 @@ var _useGlobalPT = function _useGlobalPT(callback, key, params) {
4459
4459
  var _useDefaultPT = function _useDefaultPT(callback, key, params) {
4460
4460
  return _usePT(getDefaultPT(), callback, key, params);
4461
4461
  };
4462
- var useHandleStyle = function useHandleStyle() {
4463
- var styles = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () {};
4464
- var config = arguments.length > 1 ? arguments[1] : undefined;
4462
+ var useHandleStyle = function useHandleStyle(styles) {
4463
+ var config = arguments.length > 2 ? arguments[2] : undefined;
4465
4464
  var name = config.name,
4466
4465
  _config$styled = config.styled,
4467
4466
  styled = _config$styled === void 0 ? false : _config$styled,