@uniformdev/mesh-sdk-react 20.12.1-alpha.8 → 20.13.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.d.mts CHANGED
@@ -1813,7 +1813,7 @@ type SearchAndFilterProps = Omit<SearchAndFilterProviderProps, 'children'> & {
1813
1813
  /** sets the reset filter values */
1814
1814
  resetFilterValues?: Filter[];
1815
1815
  /** The filter mapper function */
1816
- filterMapper?: Record<FilterEditor, React$1.ComponentType<any> | null>;
1816
+ filterMapper?: FilterMapper;
1817
1817
  /** Component to render inside filters container right below main Filters widget
1818
1818
  * that should contain additional controls like filters
1819
1819
  * which do not fit main structure or sorting */
package/dist/index.d.ts CHANGED
@@ -1813,7 +1813,7 @@ type SearchAndFilterProps = Omit<SearchAndFilterProviderProps, 'children'> & {
1813
1813
  /** sets the reset filter values */
1814
1814
  resetFilterValues?: Filter[];
1815
1815
  /** The filter mapper function */
1816
- filterMapper?: Record<FilterEditor, React$1.ComponentType<any> | null>;
1816
+ filterMapper?: FilterMapper;
1817
1817
  /** Component to render inside filters container right below main Filters widget
1818
1818
  * that should contain additional controls like filters
1819
1819
  * which do not fit main structure or sorting */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "20.12.1-alpha.8+98c4209e77",
3
+ "version": "20.13.2",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "test": "jest --maxWorkers=1 --passWithNoTests",
42
42
  "lint": "eslint \"src/**/*.{js,ts,tsx}\"",
43
43
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
44
- "document": "api-extractor run --local"
44
+ "document:prebuild": "api-extractor run --local"
45
45
  },
46
46
  "dependencies": {
47
47
  "@hookform/resolvers": "^3.3.1",
@@ -50,10 +50,10 @@
50
50
  "@lexical/selection": "0.25.0",
51
51
  "@lexical/utils": "0.25.0",
52
52
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.5.0/react-icons-all-files-5.5.0.tgz",
53
- "@uniformdev/canvas": "20.12.1-alpha.8+98c4209e77",
54
- "@uniformdev/design-system": "20.12.1-alpha.8+98c4209e77",
55
- "@uniformdev/mesh-sdk": "20.12.1-alpha.8+98c4209e77",
56
- "@uniformdev/richtext": "20.12.1-alpha.8+98c4209e77",
53
+ "@uniformdev/canvas": "20.13.2",
54
+ "@uniformdev/design-system": "20.13.2",
55
+ "@uniformdev/mesh-sdk": "20.13.2",
56
+ "@uniformdev/richtext": "20.13.2",
57
57
  "dequal": "^2.0.3",
58
58
  "lexical": "0.25.0",
59
59
  "mitt": "3.0.1",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "98c4209e77221c324d5ef662825e7bdbed42ed43"
89
+ "gitHead": "a9f1943df4e10e77972224d0e2d679e4fcda25c6"
90
90
  }