@bigbinary/neeto-molecules 1.1.37 → 1.1.39

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/README.md CHANGED
@@ -11,7 +11,6 @@ https://neeto-molecules.neeto.com/
11
11
 
12
12
  ## Exported Components
13
13
 
14
- - [AutoSaveInput](./docs/components.md#autosaveinput)
15
14
  - [BrowserSupport](./docs/components.md#browsersupport)
16
15
  - [Columns](./docs/components.md#columns)
17
16
  - [CopyToClipboardButton](./docs/components.md#copytoclipboardbutton)
@@ -25,6 +24,7 @@ https://neeto-molecules.neeto.com/
25
24
  - [EmailPreview](./docs/components.md#emailpreview)
26
25
  - [ErrorPage](./docs/components.md#errorpage)
27
26
  - [IconPicker](./docs/components.md#iconpicker)
27
+ - [InlineInput](./docs/components.md#inlineinput)
28
28
  - [IntegrationCard](./docs/components.md#integrationscard)
29
29
  - [IntegrationDisconnectAlert](./docs/components.md#integrationdisconnectalert)
30
30
  - [IntegrationWalkthroughModal](./docs/components.md#integrationwalkthroughmodal)
@@ -2216,7 +2216,7 @@ var CustomDomainDashboard = function CustomDomainDashboard(_ref) {
2216
2216
  var _useFetchCustomDomain = useFetchCustomDomains({
2217
2217
  url: url,
2218
2218
  params: {
2219
- search: debouncedSearchTerm
2219
+ searchTerm: debouncedSearchTerm
2220
2220
  }
2221
2221
  }),
2222
2222
  data = _useFetchCustomDomain.data,