@jobber/components 6.33.1 → 6.33.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.
@@ -109,9 +109,6 @@ DataList.EmptyState = DataListEmptyState.DataListEmptyState;
109
109
  DataList.Filters = DataListFilters.DataListFilters;
110
110
  /**
111
111
  * Enables the search functionality of the DataList.
112
- *
113
- * Since the debounce is implemented within the component, it can only be an
114
- * uncontrolled component. Thus the lack of a `value` prop.
115
112
  */
116
113
  DataList.Search = DataListSearch.DataListSearch;
117
114
  /**
@@ -107,9 +107,6 @@ DataList.EmptyState = DataListEmptyState;
107
107
  DataList.Filters = DataListFilters;
108
108
  /**
109
109
  * Enables the search functionality of the DataList.
110
- *
111
- * Since the debounce is implemented within the component, it can only be an
112
- * uncontrolled component. Thus the lack of a `value` prop.
113
110
  */
114
111
  DataList.Search = DataListSearch;
115
112
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.33.1",
3
+ "version": "6.33.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -490,5 +490,5 @@
490
490
  "> 1%",
491
491
  "IE 10"
492
492
  ],
493
- "gitHead": "5b2c31720c4de0974f637d8ab9df1705e3a3204b"
493
+ "gitHead": "a3c251ebc7f44b9352c96f24cce62ffe97bb5535"
494
494
  }