@thecb/components 10.8.0-beta.1 → 10.8.0-beta.2

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.
package/dist/index.cjs.js CHANGED
@@ -27106,6 +27106,7 @@ var FormInput = function FormInput(_ref15) {
27106
27106
  _ref15$isRequired = _ref15.isRequired,
27107
27107
  isRequired = _ref15$isRequired === void 0 ? false : _ref15$isRequired,
27108
27108
  props = _objectWithoutProperties(_ref15, _excluded2);
27109
+ debugger;
27109
27110
  var _useState = React.useState(false),
27110
27111
  _useState2 = _slicedToArray(_useState, 2),
27111
27112
  showPassword = _useState2[0],
@@ -28619,6 +28620,8 @@ var Search = function Search(_ref) {
28619
28620
  searchContainerWidth = _ref$searchContainerW === void 0 ? null : _ref$searchContainerW,
28620
28621
  ariaControlsId = _ref.ariaControlsId,
28621
28622
  themeValues = _ref.themeValues;
28623
+ console.log("🚀 ~ field:", field);
28624
+ console.log("🚀 ~ fieldActions:", fieldActions);
28622
28625
  var searchTerm = field.rawValue;
28623
28626
  var getFilteredDataset = function getFilteredDataset() {
28624
28627
  if (!searchTerm) return dataset;