@digigov/react-modules 1.2.0-750aec28 → 1.2.0-76ec20a0

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.
@@ -1,2 +1,2 @@
1
1
  import React from 'react';
2
- export declare const Default: () => React.JSX.Element;
2
+ export declare const Default: (_: any) => React.JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import React from 'react';
2
- export declare const Default: () => React.JSX.Element;
2
+ export declare const Default: (_: any) => React.JSX.Element;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v1.2.0-750aec28
1
+ /** @license Digigov v1.2.0-76ec20a0
2
2
  *
3
3
  * This source code is licensed under the BSD-2-Clause license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@digigov/react-modules",
3
- "version": "1.2.0-750aec28",
3
+ "version": "1.2.0-76ec20a0",
4
4
  "description": "@digigov patterns based on ui components",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./index.js",
7
7
  "dependencies": {
8
- "@digigov/react-icons": "2.0.0-750aec28",
9
- "@digigov/form": "2.0.0-750aec28",
10
- "@digigov/ui": "2.0.0-750aec28",
8
+ "@digigov/react-icons": "2.0.0-76ec20a0",
9
+ "@digigov/form": "2.0.0-76ec20a0",
10
+ "@digigov/ui": "2.0.0-76ec20a0",
11
11
  "dompurify": "3.0.6"
12
12
  },
13
13
  "peerDependencies": {
@@ -15,8 +15,8 @@
15
15
  "clsx": "1.1.1",
16
16
  "react": ">=16.8.0 <19.0.0",
17
17
  "react-dom": ">=16.8.0 <19.0.0",
18
- "@digigov/react-core": "2.0.0-750aec28",
19
- "@digigov/css": "2.0.0-750aec28"
18
+ "@digigov/react-core": "2.0.0-76ec20a0",
19
+ "@digigov/css": "2.0.0-76ec20a0"
20
20
  },
21
21
  "private": false,
22
22
  "typings": "./index.d.ts"
@@ -238,7 +238,7 @@ const sectionsConfig: sectionsConfigType = {
238
238
  ],
239
239
  };
240
240
 
241
- export const Default = () => {
241
+ export const Default = (_: any) => {
242
242
  const { filteredSections, search } = useFaqSearch(sectionsConfig);
243
243
 
244
244
  const navigate = (url) => {
@@ -204,7 +204,7 @@ const initialFilters: InitialFiltersType = {
204
204
  rights: '',
205
205
  };
206
206
 
207
- export const Default = () => {
207
+ export const Default = (_: any) => {
208
208
  const { search, results } = useStaticSearch<
209
209
  Record<string, any>,
210
210
  InitialFiltersType