@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.esm.js CHANGED
@@ -27098,6 +27098,7 @@ var FormInput = function FormInput(_ref15) {
27098
27098
  _ref15$isRequired = _ref15.isRequired,
27099
27099
  isRequired = _ref15$isRequired === void 0 ? false : _ref15$isRequired,
27100
27100
  props = _objectWithoutProperties(_ref15, _excluded2);
27101
+ debugger;
27101
27102
  var _useState = useState(false),
27102
27103
  _useState2 = _slicedToArray(_useState, 2),
27103
27104
  showPassword = _useState2[0],
@@ -28611,6 +28612,8 @@ var Search = function Search(_ref) {
28611
28612
  searchContainerWidth = _ref$searchContainerW === void 0 ? null : _ref$searchContainerW,
28612
28613
  ariaControlsId = _ref.ariaControlsId,
28613
28614
  themeValues = _ref.themeValues;
28615
+ console.log("🚀 ~ field:", field);
28616
+ console.log("🚀 ~ fieldActions:", fieldActions);
28614
28617
  var searchTerm = field.rawValue;
28615
28618
  var getFilteredDataset = function getFilteredDataset() {
28616
28619
  if (!searchTerm) return dataset;