nitro-web 0.0.149 → 0.0.150

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.
@@ -15,7 +15,7 @@ export type FilterType = (
15
15
  )
16
16
 
17
17
  type FilterState = {
18
- [key: string]: unknown
18
+ [key: string]: any
19
19
  }
20
20
 
21
21
  type FiltersProps = {
@@ -37,10 +37,6 @@ type FiltersProps = {
37
37
  dropdownFiltersClassName?: string
38
38
  }
39
39
 
40
- export type FiltersHandleType = {
41
- submit: (includePagination?: boolean) => void
42
- }
43
-
44
40
  const debounceTime = 250
45
41
 
46
42
  export function Filters({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitro-web",
3
- "version": "0.0.149",
3
+ "version": "0.0.150",
4
4
  "repository": "github:boycce/nitro-web",
5
5
  "homepage": "https://boycce.github.io/nitro-web/",
6
6
  "description": "Nitro is a battle-tested, modular base project to turbocharge your projects, styled using Tailwind 🚀",